Commit graph

5786 commits

Author SHA1 Message Date
laerus
2689477806 better history help messages 2016-10-18 15:48:22 +03:00
Gordon Ball
00802dfef9 Add support for path-yielding backticks 2016-10-18 12:19:16 +02:00
Konstantinos Tsakiltzidis
08812b604a Merge pull request #1864 from xonsh/locate_binary_fix
Fix regression in lazy_locate_binary introduced by #1852
2016-10-18 13:00:24 +03:00
Morten Enemark Lund
86b0e2373e Fix bug in lazy_locate_binary introduced by #1852
We need to explicitly check that a command is not an alias before returning the path. This is necessary since the orignal cased name of an alias is now saved in the first element of the command_cache tuple (i.e. the path element). This bug was introduced in #1852
2016-10-18 10:55:41 +02:00
Anthony Scopatz
5fedb677ca Merge pull request #1858 from xonsh/heal-test_ptk_multiline
Heal test ptk_multiline/replay/run_subproc
2016-10-16 15:31:46 -04:00
laerus
72b6dd7f69 stderr redirect 2016-10-16 22:20:36 +03:00
Anthony Scopatz
4896ecbade Merge pull request #1856 from xonsh/qq
tutorial quoting section
2016-10-16 15:10:35 -04:00
laerus
2fb73f5953 Merge branch 'master' into qq 2016-10-16 21:52:13 +03:00
laerus
80155ca642 expected output tweak 2016-10-16 21:43:38 +03:00
laerus
b6c88b1136 test_integrations refactor 2016-10-16 21:08:37 +03:00
laerus
3d1601e3e7 moved test_run_subproc to test_integrations 2016-10-16 20:30:24 +03:00
Anthony Scopatz
cfde90b92e some piping aliases 2016-10-16 12:07:39 -04:00
Anthony Scopatz
a98f4e1c29 make check_prev_done event driven 2016-10-16 12:00:26 -04:00
Anthony Scopatz
51950cb215 fix and docs 2016-10-16 11:24:03 -04:00
Anthony Scopatz
1501aff195 Merge branch 'master' into pd 2016-10-16 11:14:27 -04:00
laerus
1931f478d6 fix test_run_subproc 2016-10-16 17:11:04 +03:00
laerus
6afca7b754 old yield_fixture 2016-10-16 16:54:46 +03:00
laerus
1b0e39d3b4 heal test_replay 2016-10-16 16:44:55 +03:00
laerus
427945d6d2 heal p2 2016-10-16 14:06:20 +03:00
laerus
bcf32b7a23 heal test_ptk_multiline p1
2 failed 5 passed
2016-10-16 03:03:23 +03:00
Konstantinos Tsakiltzidis
9fbbe54ce2 Merge pull request #1857 from xonsh/flake_fixes
small pep8 fixes so circle stops failing
2016-10-16 00:58:37 +03:00
Gil Forsyth
2b31e4ef00 small pep8 fixes so circle stops failing 2016-10-15 17:43:15 -04:00
Gil Forsyth
05b726b5c9 Merge branch 'bg2th' 2016-10-15 17:40:34 -04:00
Gil Forsyth
5345716f51 Merge branch 'master' into bg2th 2016-10-15 17:40:26 -04:00
Gil Forsyth
08c56185ad Merge branch 'master' into bg2th 2016-10-15 17:39:59 -04:00
Gil Forsyth
08d2248e7e typo fixes and pep8 fixes 2016-10-15 17:39:19 -04:00
Gil Forsyth
b6c27731d2 Merge pull request #1854 from xonsh/moresafereadble
make safe readble even more safe
2016-10-15 17:31:36 -04:00
laerus
1d631b8588 quoting tutorial code block fix 2016-10-15 23:43:22 +03:00
Anthony Scopatz
de56c3119e x 2016-10-15 14:36:37 -04:00
Anthony Scopatz
5ae93ddb54 Merge pull request #1732 from xonsh/xontrib_prompt
prompt user to install xontribs on error
2016-10-15 14:21:34 -04:00
Anthony Scopatz
eb80057975 Replaced backgroundable with threadable 2016-10-15 14:09:49 -04:00
Anthony Scopatz
3202e1c153 make safe readble even more safe 2016-10-15 13:43:16 -04:00
laerus
cee72fd1eb tutorial quoting section 2016-10-15 20:12:10 +03: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