Commit graph

5048 commits

Author SHA1 Message Date
Morten Enemark Lund
7a9a833d5f Merge pull request #1713 from xonsh/win_path_comp_fix
remember windows when checking for abs paths
2016-09-12 08:37:54 +02:00
Konstantinos Tsakiltzidis
d05fad3fde Merge pull request #1709 from xonsh/completer_prefix_splitting
Completer prefix splitting
2016-09-11 16:37:44 +03:00
Gil Forsyth
dbae098673 Merge pull request #1703 from xonsh/cmd_cache_lookup_win
Cmd cache lookup on windows
2016-09-11 08:39:39 -04:00
Gil Forsyth
97273f65f4 remember windows when checking for abs paths 2016-09-11 08:37:26 -04:00
Gil Forsyth
afe98ff45b de-dup line 2016-09-11 07:33:04 -04:00
Morten Enemark Lund
4d84a5dbc9 Updates from review 2016-09-11 10:11:41 +02:00
Morten Enemark Lund
4f9304cbd9 Add xonsh_builtins fixture to test_commands_cache_lazy() 2016-09-11 09:59:16 +02:00
Morten Enemark Lund
2c0d0442e0 Add PATHEXT to the xonsh_builtins.__xonsh_env__ on windows 2016-09-11 09:59:15 +02:00
Morten Enemark Lund
636b7c5067 Add changelog 2016-09-11 09:59:15 +02:00
Morten Enemark Lund
e26dbabbcd Fix command cache lookup on windows. On windows all commands are stored in upper case in the command cache, since the system is case insensitive. This change ensure that command lookup also works if case is different. For example 'git', 'git.exe' org 'GIT' should all point to the same command. 2016-09-11 09:59:14 +02:00
Morten Enemark Lund
a6c602c9a4 Merge pull request #1684 from bobhy/track_wd1
Track wd1
2016-09-11 08:27:47 +02:00
Gil Forsyth
c4b0ab6989 handle sequence returns in pymode completion 2016-09-10 16:00:01 -04:00
Gil Forsyth
71f2e4505a split on commas 2016-09-10 16:00:01 -04:00
Gil Forsyth
0fb1cd70eb infinite recursion is baaaad 2016-09-10 16:00:01 -04:00
Gil Forsyth
1ff8cf03cf escape bracket in split 2016-09-10 16:00:01 -04:00
Gil Forsyth
00a79bf718 add news entry 2016-09-10 16:00:01 -04:00
Gil Forsyth
d5220f2159 split on more delimiters
everything that you might not have a space after
2016-09-10 16:00:01 -04:00
Gil Forsyth
e2a86fb182 try to split prefixes if no completions found in python mode 2016-09-10 16:00:01 -04:00
Konstantinos Tsakiltzidis
e1c4d2ac8b Merge pull request #1697 from Carreau/autodocs
Build docs on travis
2016-09-10 19:45:25 +03:00
Konstantinos Tsakiltzidis
1dfac01cd6 Merge pull request #1705 from xonsh/fortarg
Fixed issue with accidentally wrapping generators in function calls
2016-09-10 19:36:53 +03:00
Gil Forsyth
84c0faa615 Merge pull request #1707 from xonsh/nm
Nested subprocess macro fix
2016-09-10 11:29:46 -04:00
Gil Forsyth
9eb2adb509 Merge pull request #1706 from xonsh/tildeassign
Fixed tilde expansion
2016-09-10 08:21:39 -04:00
Anthony Scopatz
0f45b87703 added news test 2016-09-09 19:32:10 -04:00
Anthony Scopatz
72cafa31a0 p_subproc_atom_captured_stdout_bang 2016-09-09 19:29:28 -04:00
Anthony Scopatz
9b80a9ec3d removed dead code 2016-09-09 19:25:38 -04:00
Anthony Scopatz
9f7c9ae817 fixed tilde expansion 2016-09-09 19:21:26 -04:00
Anthony Scopatz
27437a4913 fixed issue with accidentally wrapping generators in function calls 2016-09-09 19:07:41 -04:00
Gil Forsyth
af268c5b66 travis is unhappy with my smooth (incorrect) stylings 2016-09-09 11:51:36 -04:00
Gil Forsyth
fc483dde18 allow failures in nightly until py3.6 and pytest make up 2016-09-09 11:08:40 -04:00
Gil Forsyth
1638cbadf7 Merge pull request #1701 from blahgeek/fix-bash-completion-v1.x
fix bash completion for bash-completer v1.x
2016-09-09 11:04:06 -04:00
BlahGeek
3f4d4a21e9 fix bash completion for bash-completer v1.x 2016-09-09 16:24:31 +08:00
Anthony Scopatz
1bd5276344 keywork fix 2016-09-08 20:00:18 -04:00
Matthias Bussonnier
1dbfb41499 Define __xonsh_commands_cache__ during doc builds. 2016-09-08 13:56:31 -07:00
Matthias Bussonnier
28d1d41681 Build docs on travis 2016-09-08 13:42:53 -07:00
Bob Hyman
87117203ad fix test failures (possibly caused by context manager monkeying with globals?) 2016-09-07 21:37:33 -04:00
Anthony Scopatz
93d659f3fb Merge pull request #1669 from blahgeek/xontrib-gitstatus
Informative git status on prompt
2016-09-06 19:34:51 -04:00
Anthony Scopatz
e1dca1464b Merge pull request #1688 from blahgeek/highlight-cmd
Highlight valid command
2016-09-06 19:32:46 -04:00
BlahGeek
3f4244c958 update amalgamed __init__.py 2016-09-07 00:22:21 +08:00
BlahGeek
4fa470158e add changelog 2016-09-06 23:35:03 +08:00
BlahGeek
1b80332b31 do not highlight directory 2016-09-06 23:35:03 +08:00
BlahGeek
38760dfab9 highlight valid command 2016-09-06 23:35:03 +08:00
Anthony Scopatz
ad05d89eda Merge pull request #1682 from laerus/testnews
better news testing
2016-09-06 10:59:41 -04:00
Bob Hyman
33d8e11469 fix indexerror on pushd(['.']) (hopefully last such); allow dirstack_unc tests to run if some temp drive letters already in use 2016-09-05 23:08:03 -04:00
Bob Hyman
4d735fde25 fix indexerror on pushd(['.']) (hopefully last such); allow dirstack_unc tests to run if some temp drive letters already in use 2016-09-05 22:04:55 -04:00
Bob Hyman
0b261216bd add news 2016-09-05 20:47:13 -04:00
Bob Hyman
1eab95ed5e fire chdir event when os change wd detected; also fix cd '.' with AUTO_PUSHD 2016-09-05 20:36:45 -04:00
laerus
f0d4303bd6 'cleanup 2016-09-05 22:49:11 +03:00
laerus
2bec3decd4 more info on failure 2016-09-05 22:36:12 +03:00
laerus
1249aed7a2 fail on single graves 2016-09-05 21:27:06 +03:00
Anthony Scopatz
c47f202dcd init alam 2016-09-05 11:15:29 -04:00