Commit graph

205 commits

Author SHA1 Message Date
VHarisop
74b85d836a
EnvPath now handles bytes + pathlib.Path(s) 2016-06-13 04:23:05 +03:00
VHarisop
100c6d5797
Made EnvPath extend MutableSequence instead 2016-06-13 00:36:18 +03:00
JohnLunzer
5a3506c884 Merge branch 'master' of https://github.com/scopatz/xonsh into history-all 2016-06-11 21:24:09 -04:00
JohnLunzer
1687ac2f25 Bulk of work done. 2016-06-11 21:21:00 -04:00
VHarisop
b958cfa710
Fix conflict with master 2016-06-10 13:49:17 +03:00
VHarisop
3aab92ded5
Added env.var to avoid ambiguity with traceback logging 2016-06-10 04:56:32 +03:00
Anthony Scopatz
101f41511c added some laziness to commands cache 2016-06-07 22:12:02 -04:00
VHarisop
cba9660e90
Added file option to XONSH_SHOW_TRACEBACK 2016-06-07 05:11:06 +03:00
adam j hartz
9c4b476b7a merge from master 2016-06-04 13:38:09 -04:00
Matthias Bussonnier
682f8e1bdc Test for Broken Symlink. 2016-06-03 10:41:10 -07:00
adam j hartz
82fff5c4d6 fix test cases after moving things around 2016-06-01 13:59:33 -04:00
Morten Enemark Lund
b23896a35c Merge branch 'testfix' into rewrite_executable_in 2016-05-30 09:40:41 +02:00
Anthony Scopatz
41a8befd9e some cleanup 2016-05-28 18:01:26 -04:00
Anthony Scopatz
f4e599d190 fixed conflicts 2016-05-28 17:47:00 -04:00
Anthony Scopatz
3984b83d29 win ext 2016-05-28 17:40:54 -04:00
Anthony Scopatz
d45e637b9a more updates 2016-05-28 17:35:56 -04:00
Anthony Scopatz
2b48c2fde3 try again 2016-05-28 17:04:55 -04:00
Anthony Scopatz
5bd72089e8 deterministic tests 2016-05-28 16:38:33 -04:00
Anthony Scopatz
a984c14497 added some tests 2016-05-28 16:07:27 -04:00
Anthony Scopatz
05b59140a9 added debugging envvar 2016-05-28 15:14:03 -04:00
Frank Sachsenheim
f076ca2e1c Adds tools.executables_in 2016-05-24 20:49:46 +02:00
Nicolas Avrutin
944de11078 support functions in $RIGHT_PROMPT
Along the way, implement is_callable and is_callable_or_string
validators, and apply them to $PROMT and $MULTILINE_PROMPT.
2016-06-06 22:53:13 -04:00
Anthony Scopatz
b76010d620 "fixed echo @("foo") > bar" 2016-05-19 18:52:50 -04:00
Anthony Scopatz
08c5b8f43d more tests 2016-05-11 23:41:14 -04:00
Anthony Scopatz
fbb2adccb4 start of wrapping 2016-05-11 23:24:58 -04:00
Anthony Scopatz
ef64a8001a resolved conflicts from master 2016-05-08 12:05:18 -04:00
Lucas Inojosa
5aa97def72 #763 fixed ';' input on tools.subproc_toks() 2016-04-23 16:08:17 -03:00
Morten Enemark Lund
b8f8c68a0f PEP8 fixes 2016-04-22 20:52:21 +02:00
Morten Enemark Lund
4863a94b1c Add functions to quote arguments for cmd.exe. This was needed for the source_cmd function. 2016-04-22 16:25:17 +02:00
Anthony Scopatz
c92e0009fc group and negate subproc 2016-04-10 23:38:12 -04:00
Anthony Scopatz
6db4b5fa3e some test fixes 2016-04-09 00:12:25 -04:00
Anthony Scopatz
0f6a2dbe67 potential fix for indented subproc mode with comments 2016-02-21 14:37:03 -05:00
adam j hartz
abe1e32076 add test for check_for_partial_string 2015-12-18 15:30:46 -05:00
Kurtis Rader
e88c863d10 Add a uniform character encoding to all files.
I wouldn't normally do something like this but issue #487 brought to
my attention the fact that too many of the python modules don't have
an encoding comment and of those that do there is a lot of pointless
inconsistency in the style of the comment.
2015-11-16 14:10:40 -08:00
Anthony Scopatz
4a7ebb6a86 some test fixes 2015-10-31 14:31:17 -04:00
Anthony Scopatz
ec6123fc86 first pass at setting encoding 2015-10-31 13:31:52 -04:00
Anthony Scopatz
84fb672c61 added most of teepty delay 2015-10-11 14:01:15 -04:00
Anthony Scopatz
6f854b800b begging of history command 2015-08-23 11:30:07 -04:00
Anthony Scopatz
3d56a6283c added some completions 2015-08-02 15:36:55 -05:00
Klaus Alexander Seistrup
ee65f492f2 Removed trailing whitespace 2015-07-29 23:58:25 +02:00
Anthony Scopatz
7c32956501 fixed merge conflicts 2015-05-15 00:37:29 -05:00
Anthony Scopatz
752cd980fd added validation and coversion to env vars 2015-05-14 19:59:16 -05:00
Robert W. Brewer
a2ca0d885b simplify and rename escape_windows_command_string() -> escape_windows_title_string(); add test for it; pep8 improvements 2015-05-13 23:14:31 -04:00
Anthony Scopatz
3aa94f43fb some completion tools 2015-04-05 15:42:24 -05:00
Anthony Scopatz
c4087964c6 test fix 2015-04-02 20:00:58 -05:00
Anthony Scopatz
aa8846f3af more fixes 2015-04-02 19:54:33 -05:00
Anthony Scopatz
f208cfe2fb fix for ' ls;' 2015-03-31 19:40:35 -05:00
Anthony Scopatz
41e863f330 bad fix 2015-03-31 11:02:36 -05:00
Anthony Scopatz
b03e59b5e2 more robust subproc injection 2015-03-30 19:27:04 -05:00
Anthony Scopatz
402e393ad1 some test improvements 2015-03-25 18:32:10 -05:00