Commit graph

7240 commits

Author SHA1 Message Date
Gil Forsyth
8d1be1ca79 Add news entry 2018-07-04 20:13:22 -04:00
Gil Forsyth
3f9bb89614 Fix bash quote completion strip calculation
`xonsh.completers.bash_completion.bash_completions` was returning incorrect
prefix lengths depending on whether or not a user had typed a leading quote. Now
it should be agnostic to how the prefix is started (no quote, single quote, or
double quote).
2018-07-04 19:55:59 -04:00
Gil Forsyth
2349472f29 Look for leading double quotes for bash completion
This is in addition to looking for leading single quotes. There was
disparate behavior if users chose to prepend single vs. double quotes.
2018-07-04 19:27:53 -04:00
Gil Forsyth
69eafb8e47
Merge pull request #2697 from DNGros/issue/2696-which-next
convert a next() statement in _which.py to python 3.x style.
2018-07-03 10:43:52 -04:00
David Gros
62ce23b309 add missing changelog 2018-07-01 12:44:45 -07:00
David Gros
65baeb110a convert a next() statement in _which.py to python 3.x style. 2018-06-30 23:51:52 -07:00
Anthony Scopatz
17450e8a46 Updated CHANGELOG for 0.6.8 2018-06-28 22:51:35 -04:00
Anthony Scopatz
508de44544 bumped version to 0.6.8 2018-06-28 22:51:35 -04:00
Gil Forsyth
a88a485f0a
Merge pull request #2695 from xonsh/nllpr
no lazy load pkg_resources
2018-06-28 20:10:30 -04:00
Anthony Scopatz
524f5ff7d5 no lazy load plg_resources 2018-06-28 18:24:34 -04:00
Gil Forsyth
ebd4e597a3
Merge pull request #2693 from robdefriesse/windows_redirection
Windows redirection bug fix
2018-06-26 06:45:34 -04:00
Robert DeFriesse
f4cf62dcab Fix formatting of news file. 2018-06-26 06:21:41 -04:00
Robert DeFriesse
c7f19e724d CHANGELOG info. 2018-06-25 16:45:05 -04:00
Robert DeFriesse
1b7da52294 Set file inheritance with fd based call. 2018-06-25 16:35:06 -04:00
Robert DeFriesse
fc926260ad Regression test for windows redirection bug fix. 2018-06-25 16:22:52 -04:00
Morten Enemark Lund
9b48934b84
Merge pull request #2687 from xonsh/ctypesutil
Ctypes.util fix
2018-06-21 22:04:37 +02:00
Anthony Scopatz
89677576a3
Merge pull request #2686 from xonsh/update_bash_completion
Update py-bash-completion with prefix length fix
2018-06-17 12:52:37 -04:00
Anthony Scopatz
c8e76d9727 added global ctypes 2018-06-17 12:41:59 -04:00
Anthony Scopatz
f67f405c70 fix linting 2018-06-17 12:23:18 -04:00
Anthony Scopatz
aa1db313e7 fixed typo 2018-06-17 12:11:40 -04:00
Gil Forsyth
2a2e20377a Update py-bash-completion with prefix length fix
Porting over from `xonsh/py-bash-completion`
2018-06-17 12:10:12 -04:00
Anthony Scopatz
4aa17f202b ctypes.util fix 2018-06-17 12:09:38 -04:00
Anthony Scopatz
bdf977132c
Merge pull request #2685 from xonsh/remove_dup_completer
Remove duplicate `pip` completer
2018-06-17 11:33:22 -04:00
Anthony Scopatz
083d51d582 add docstring 2018-06-17 11:17:53 -04:00
Anthony Scopatz
91e3e2b2b0
Merge pull request #2683 from xonsh/cdpath_completion_fix
Fix `$CDPATH` completion misfire
2018-06-17 11:15:02 -04:00
Gil Forsyth
8187d56ed0 Remove duplicate pip completer
`xpip` just uses the regular `pip` completer and it doesn't need its own entry
in the `__xonsh_completers__` dict.  That will just run the same checks twice
and slow down completions overall.
2018-06-17 10:50:34 -04:00
Gil Forsyth
366089635c Fix $CDPATH completion misfire
The `path` completer runs for many commands (which is the correct
behavior) but we are adding in possible `CDPATH` completions for commands
other than `cd` which doesn't make any sense since only `cd` supports
path resolution via `CDPATH`.
2018-06-17 10:17:07 -04:00
Anthony Scopatz
3291fb75b5 Updated CHANGELOG for 0.6.7 2018-06-15 10:49:44 -04:00
Anthony Scopatz
7038bee704 bumped version to 0.6.7 2018-06-15 10:49:44 -04:00
Morten Enemark Lund
df31eaed5b
Merge pull request #2679 from xonsh/replit
Added repl.it to the docs
2018-06-14 08:02:08 +02:00
Gil Forsyth
b66f0614ee
Merge pull request #2681 from xonsh/raisesub
properly return terminal in interactive mode
2018-06-13 16:57:34 -04:00
Anthony Scopatz
0131ec54df properly return terminal in interactive mode when RAISE_SUBPROC_ERROR = True 2018-06-13 16:20:27 -04:00
Morten Enemark Lund
8092e02f3b
Merge pull request #2680 from xonsh/tncopy
copy tok_name prior to mutations
2018-06-13 21:24:17 +02:00
Anthony Scopatz
adb70c05b8 copy tok_name prior to mutations 2018-06-13 14:59:14 -04:00
Anthony Scopatz
06e993f74c Added repl.it to the docs 2018-06-12 16:54:11 -04:00
Anthony Scopatz
4c78866e6b have more sensible release order 2018-06-06 13:21:58 -04:00
Anthony Scopatz
d2d7819135 Updated CHANGELOG for 0.6.6 2018-06-06 13:12:10 -04:00
Anthony Scopatz
b797b6c46a bumped version to 0.6.6 2018-06-06 13:12:10 -04:00
Gil Forsyth
58cc75a025
Merge pull request #2670 from xonsh/hgi
threadable false for interactive mercurial
2018-06-06 12:46:04 -04:00
Anthony Scopatz
c5f695f930 rst code block 2018-06-06 12:21:54 -04:00
Anthony Scopatz
de3857316f
Merge pull request #2664 from gsaga/addToEnvPath
added an add function to xonsh.tools.EnvPath
2018-06-06 12:19:31 -04:00
Anthony Scopatz
507ebeeb58 threadable false 2018-06-06 12:04:52 -04:00
Sagar Tewari
4867e7d6d1 added examples to changelog 2018-06-06 21:21:19 +05:30
Anthony Scopatz
18477ce966
Merge pull request #2666 from gsaga/fixCommandsCacheGen
non directories in $PATH are now ignored
2018-06-06 11:39:54 -04:00
Sagar Tewari
4f03a05ab1 fixed formatting 2018-06-06 20:54:22 +05:30
Sagar Tewari
ef14af0a31 Merge remote-tracking branch 'origin/master' into fixCommandsCacheGen 2018-06-06 20:30:45 +05:30
Sagar Tewari
449ab9d862 Added docstring to EnvPath.add, fixed it's implementation 2018-06-06 20:28:54 +05:30
Sagar Tewari
50e7e76f03 Merge remote-tracking branch 'origin/master' into addToEnvPath 2018-06-06 20:04:37 +05:30
Anthony Scopatz
85d197e7d7 removed extra news entry 2018-06-06 09:14:07 -04:00
Anthony Scopatz
1b757720ed
Merge pull request #2668 from gsaga/fixTestNews
fixed buggy rst file checker
2018-06-06 08:35:33 -04:00