Commit graph

8183 commits

Author SHA1 Message Date
Anthony Scopatz
b3a7a1c50d Merge branch 'master' into cfd 2019-02-06 14:52:33 -05:00
Anthony Scopatz
08510f3515 don't close file descriptors 2019-02-06 14:51:52 -05:00
Morten Enemark Lund
8cbf96600c
Merge pull request #3009 from xonsh/spec
Partial Eval Aliases
2019-02-06 20:06:48 +01:00
Anthony Scopatz
f18b5609f7
Merge pull request #3013 from ntdef/docs
Clarify installation layout in docs
2019-02-05 20:00:43 -05:00
Troy de Freitas
439e2da7f3 Clean up install docs 2019-02-05 19:03:06 -05:00
Gil Forsyth
080afa7eaa
Merge pull request #3011 from xonsh/linecont
fixed indentation errors
2019-02-05 09:02:09 -05:00
Gil Forsyth
e0aa871df7
Merge pull request #3004 from xonsh/recurr-jobs
attempt to fix wait_for_active_job recurrsion
2019-02-05 08:57:45 -05:00
Anthony Scopatz
9ec27c32f1 black 2019-02-04 18:02:20 -05:00
Anthony Scopatz
5bb4781bae fixed indentation errors 2019-02-04 18:00:21 -05:00
Anthony Scopatz
3dfc839ca6
Merge pull request #3010 from xonsh/spaceitallout
Tweak `command_skipper` to avoid overwriting tokens with completer output
2019-02-04 17:16:18 -05:00
Gil Forsyth
2e83e74bb4
Tweak command_skipper to avoid overwriting tokens with completer output 2019-02-04 16:48:01 -05:00
Gil Forsyth
48947fc6bf
Merge pull request #3002 from xonsh/dubs-tab
fixed completer issue
2019-02-04 16:30:41 -05:00
Anthony Scopatz
a00cf04a5f black 2019-02-04 16:17:02 -05:00
Anthony Scopatz
b2faa470cd news and tests 2019-02-04 16:15:29 -05:00
Anthony Scopatz
545adb302f initial partial eval aliases 2019-02-04 15:58:20 -05:00
Anthony Scopatz
e70b084c5d
Merge pull request #3007 from xonsh/stickersticker
Add SVG of xonsh sticker to docs/_static
2019-02-01 14:14:01 -05:00
Gil Forsyth
7fbb47fb25 Add SVG of xonsh sticker to docs/_static
I put in a trial run of these to Stickermule and they came out great!
Putting it here so it's available for others, although I'm planning to
put in a big order so I can bring some to PyCon
2019-02-01 13:56:31 -05:00
Anthony Scopatz
90df8d8f12
Merge pull request #3006 from xonsh/ghdetails
Add `<details>` block to issue template
2019-02-01 12:24:52 -05:00
Gil Forsyth
d70e635e14
Add <details> block to issue template
Just noticed this on a conda-forge feedstock and it's nice to not have the issue
text all cluttered up with tracebacks and config outputs
2019-02-01 12:18:00 -05:00
Anthony Scopatz
9be52e7e4e attempt to fix wait_for_active_job recurrsion 2019-02-01 10:57:56 -05:00
Morten Enemark Lund
28b6c51c04
Merge pull request #3003 from xonsh/pv
don't set empty signal masks
2019-02-01 08:06:42 +01:00
Anthony Scopatz
b38c5d1ed6 don't set empty signal masks 2019-01-31 16:03:56 -05:00
Anthony Scopatz
16f3220aa7 fixed completer issue 2019-01-31 12:34:19 -05:00
Anthony Scopatz
a30a40b0d2 Updated CHANGELOG for 0.8.9 2019-01-31 11:11:39 -05:00
Anthony Scopatz
34520e923a bumped version to 0.8.9 2019-01-31 11:11:39 -05:00
Anthony Scopatz
ec012c26c9 Updated authorship for 0.8.9 2019-01-31 11:11:39 -05:00
Anthony Scopatz
6d8962b34c
Merge pull request #3001 from xonsh/authors
Authors
2019-01-31 11:10:30 -05:00
Anthony Scopatz
822badbe45 added authors 2019-01-31 10:56:26 -05:00
Anthony Scopatz
a7e539be00 some githubs 2019-01-31 10:55:04 -05:00
Anthony Scopatz
43c89f8b19 more authors 2019-01-31 10:51:59 -05:00
Anthony Scopatz
477d736953 resolved aliases 2019-01-31 10:49:55 -05:00
Anthony Scopatz
e01c5b7d75 initial authors 2019-01-31 10:46:46 -05:00
Anthony Scopatz
4135c690dc
Merge pull request #2998 from bskinn/venv-prompt
Implement VIRTUAL_ENV_PROMPT and VIRTUAL_ENV_DISABLE_PROMPT
2019-01-31 10:14:50 -05:00
Anthony Scopatz
a4422c282f
Merge pull request #3000 from sagartewari01/duck_tape
send SIGCONT in run_subproc
2019-01-31 07:46:33 -05:00
Brian Skinn
4f742b465a Add docs clarification about env var behavior precedence.
`$VIRTUAL_ENV_DISABLE_PROMPT` overrides any `$VIRTUAL_ENV_PROMPT`
2019-01-31 00:41:32 -05:00
Brian Skinn
85783ed2db Add news items for new prompt-controlling env vars 2019-01-31 00:26:38 -05:00
Sagar Tewari
70a3c87624 added comments 2019-01-31 10:47:29 +05:30
Brian Skinn
4b7944ceed Add documentation for env var effects on prompt
All are edits to tutorial.rst:

 - Expand ``{env_name}`` bullet
 - Add one paragraph each for $VIRTUAL_ENV_PROMPT and
   $VIRTUAL_ENV_DISABLE_PROMPT
2019-01-31 00:10:22 -05:00
Brian Skinn
192b31660a Add env.pop for CircleCI
Using conda on CircleCI, so need to also pop CONDA_DEFAULT_ENV
2019-01-30 22:56:25 -05:00
Brian Skinn
9bd4a78dca Add default value on env.pop attempt 2019-01-30 22:09:15 -05:00
Brian Skinn
02d46f7871 Add tests for prompt management of virtualenv name
Test that nothing shows when no env is active.

Test the new prefix/postfix composition (#2996).

Test whether `$VIRTUAL_ENV_DISABLE_PROMPT` *does* disable the prompt.

Test whether `$VIRTUAL_ENV_PROMPT` works to override the default
prompt composition.
2019-01-30 22:01:56 -05:00
Brian Skinn
13573079e8 Remove unused 'platform' import
Fixes linter error per discussion here:

https://github.com/xonsh/xonsh/pull/2998#issuecomment-458704041
2019-01-30 20:53:29 -05:00
Sagar Tewari
e3e15a07b8 added a placeholder pause_call_resume call 2019-01-30 13:08:47 +05:30
Sagar Tewari
da8e83b1eb added news file 2019-01-30 12:59:23 +05:30
Sagar Tewari
27067b6d4e corrected var name 2019-01-30 12:36:33 +05:30
Sagar Tewari
47585920aa send SIGCONT in run_subproc 2019-01-30 12:30:54 +05:30
Brian Skinn
9224a74bb7 Implement VIRTUAL_ENV_PROMPT and _DISABLE_PROMPT
Fully implements the suppression of virtualenv name display
when `$VIRTUAL_ENV_DISABLE_PROMPT` is defined and truthy.

Implements the xonsh-side "catch" of a custom prompt defined
via the `--prompt` argument to `virtualenv`. In order for this to
work, `activate.xsh` will need to be modified on the virtualenv
side to define `$VIRTUAL_ENV_PROMPT` during activate, if the
environment is created with `--prompt="foo"`.

Partially implements pypa/virtualenv#1299
2019-01-29 15:21:08 -05:00
Anthony Scopatz
b9594fa85d
Merge pull request #2969 from tamuhey/iss2698_wsl_pipe
Iss2698 wsl pipe
2019-01-29 13:52:09 -05:00
Gil Forsyth
e933bd3b8e
Merge pull request #2996 from xonsh/envprepost
env_prefix and env_postfix
2019-01-29 13:46:11 -05:00
Gil Forsyth
2e42a42f41
Merge pull request #2992 from xonsh/hsah
fixed eval aliases
2019-01-29 13:44:23 -05:00