Anthony Scopatz
eb80057975
Replaced backgroundable with threadable
2016-10-15 14:09:49 -04:00
Konstantinos Tsakiltzidis
86efad1309
Merge pull request #1852 from xonsh/win_alias
...
fix command_cache aliases on Windows
2016-10-15 19:14:12 +03:00
Morten Enemark Lund
00954ea679
Pep8
2016-10-15 17:04:58 +02:00
Morten Enemark Lund
92cb3a81ff
Pep8
2016-10-15 16:58:52 +02:00
Morten Enemark Lund
c6d9f9eab3
Handle cases where path is None
2016-10-15 15:23:42 +02:00
Morten Enemark Lund
57ab6a150b
Add changelog
2016-10-15 12:08:23 +02:00
Morten Enemark Lund
b5e7fe9be0
Add 'clear.exe' to default_backgroundable_predictors
2016-10-15 12:04:39 +02:00
Morten Enemark Lund
4ded5f2a3f
Ensure that we have the orignal cased command before checking backgroundable_predictors
2016-10-15 12:04:38 +02:00
Morten Enemark Lund
d53decba21
Ensure that command name is also saved in the command_cache when the command is an alias.
...
This is necessary for windows where all keys in the command_cache are upper case. Thus, this allow us to extract the original cased alias later.
2016-10-15 12:04:38 +02:00
Konstantinos Tsakiltzidis
1fb65041b1
Merge pull request #1847 from xonsh/nobg
...
No background certain commands
2016-10-14 22:02:09 +03:00
Gil Forsyth
159267e146
Merge pull request #1848 from xonsh/sa
...
fix for streaming aliases
2016-10-14 09:06:57 -04:00
Morten Enemark Lund
a413abef1f
Merge pull request #1846 from xonsh/sf
...
Safely flush thread on buffer
2016-10-14 14:30:08 +02:00
Morten Enemark Lund
8f85643768
Merge pull request #1844 from xonsh/bfpt
...
Buffer in pipeline
2016-10-14 11:11:22 +02:00
Anthony Scopatz
23c3446fa7
fix for streaming aliases
2016-10-13 22:53:06 -04:00
Anthony Scopatz
477dddc059
Merge pull request #1813 from xonsh/ci_fix
...
Ci fix
2016-10-13 21:22:08 -05:00
Anthony Scopatz
34167328e3
Don't background the normal commands that we know will probably go into alternate mode
2016-10-13 22:07:48 -04:00
Anthony Scopatz
74bcae6e7c
Sfaely flush thread on buffer
2016-10-13 21:26:49 -04:00
Anthony Scopatz
7fcc8b5ece
added clear to foreground, since it is not really needed
2016-10-13 21:17:50 -04:00
Anthony Scopatz
4cb2f51eaf
fixed typo
2016-10-13 21:01:36 -04:00
Anthony Scopatz
448c268758
tee fix for pipelines
2016-10-13 21:00:44 -04:00
Konstantinos Tsakiltzidis
2428e445fc
Merge pull request #1839 from xonsh/bfchk
...
Robustness fixes to tee
2016-10-13 20:37:42 +03:00
Anthony Scopatz
b36af6d943
Merge pull request #1837 from xonsh/which_returns
...
Fix which prints
2016-10-13 08:43:10 -05:00
Gil Forsyth
7ab78f2ac2
Merge pull request #1841 from xonsh/sysexit
...
System exit fixes.
2016-10-13 08:16:35 -04:00
Gil Forsyth
860a027d05
Merge pull request #1840 from xonsh/rediralias
...
Redirect aliases
2016-10-13 08:10:44 -04:00
Anthony Scopatz
af8fa6f625
fixed indent
2016-10-13 03:24:17 -04:00
Anthony Scopatz
49194e76f9
sys.exit() fix.
2016-10-13 03:20:42 -04:00
Anthony Scopatz
b40b72931f
bump timeout
2016-10-13 02:48:00 -04:00
Anthony Scopatz
bd66610c74
another trial
2016-10-13 02:45:37 -04:00
Anthony Scopatz
30bc28e244
next trial
2016-10-13 02:41:53 -04:00
Anthony Scopatz
66eeeb08d8
try which
2016-10-13 02:16:40 -04:00
Anthony Scopatz
65c95ea276
hopeful windows fix
2016-10-13 02:10:34 -04:00
Anthony Scopatz
c7eece0380
removed test code
2016-10-13 02:05:27 -04:00
Anthony Scopatz
008085ee6b
fixes alias redirection
2016-10-13 02:03:30 -04:00
Anthony Scopatz
8044b8322c
robustness fixes to tee.
2016-10-12 20:52:46 -04:00
Morten Enemark Lund
7cbe9e7652
Merge pull request #1834 from xonsh/fix_comma_alias
...
fix for aliases that start with a comma
2016-10-12 21:32:58 +02:00
Morten Enemark Lund
9140648be0
Merge pull request #1835 from blahgeek/fix-bash-completion-readline
...
Fix bash completer: some files not showing in completion
2016-10-12 21:31:59 +02:00
Morten Enemark Lund
49b4a644b8
Add news entry
2016-10-12 21:20:28 +02:00
Morten Enemark Lund
a413f67f73
Fix which print statement when nothing is found.
2016-10-12 21:19:04 +02:00
Morten Enemark Lund
ed3c06a83c
Merge pull request #1803 from xonsh/morewhich
...
More which and improvements
2016-10-12 21:11:27 +02:00
Gil Forsyth
8c91e40a56
Allow failures on 3.6-dev
2016-10-12 08:32:20 -04:00
BlahGeek
18828f3010
add changelog
2016-10-12 11:31:41 +08:00
BlahGeek
7f56b70929
bash completion hack: do not quote for readline
2016-10-12 11:29:34 +08:00
Gil Forsyth
42843d704e
fix for aliases that start with a comma
...
For 0.4.7 I added in logic to split on commas so that completion worked
inline with comma separated terms. This inadvertently broke completion
behavior for aliases starting with a comma. The rest of the characters
that we split on aren't valid syntax for beginning an alias, but commas
are.
2016-10-11 16:03:32 -04:00
Gil Forsyth
5c68df0719
remove numpy and matplotlib from pip test reqs
...
we miss out on the mpl xontrib tests but the overhead from installing
these on CI is massive
2016-10-11 12:22:59 -04:00
Gil Forsyth
22b50cad64
there is no anaconda 3.6
2016-10-11 12:09:56 -04:00
Gil Forsyth
d495ac4585
add 3.6-dev to travis tests
2016-10-11 10:57:39 -04:00
Gil Forsyth
30782f976d
pep8 fixes in vc_branch
2016-10-11 09:46:16 -04:00
Gil Forsyth
ee55b56801
Merge branch 'master' into ci_fix
2016-10-11 08:49:57 -04:00
Gil Forsyth
7aa87c5cb0
allow failures on nightly since we dont have 3.7 support
2016-10-11 08:46:58 -04:00
Konstantinos Tsakiltzidis
6ee0c3c92d
Merge pull request #1823 from OJFord/patch-1
...
Fix getting git branch name when status.short = true
2016-10-11 14:48:44 +03:00