Commit graph

6631 commits

Author SHA1 Message Date
laerus
4a2ff3aa58 conftest xonsh_builtins teardown 2017-02-27 21:44:58 +02:00
Morten Enemark Lund
e572c85532 Merge pull request #2241 from xonsh/zsh
zsh v5.2 fixes
2017-02-26 17:25:39 +01:00
Morten Enemark Lund
839cd3ee22 Merge pull request #2263 from xonsh/impenc
Fixed import encodings
2017-02-26 14:45:28 +01:00
Morten Enemark Lund
f544e63699 Merge pull request #2262 from xonsh/ic
Invalidate code cache whenever the xonsh version changes
2017-02-26 14:32:06 +01:00
Anthony Scopatz
879196a597 fixed import encodings 2017-02-26 01:57:41 -05:00
Anthony Scopatz
727550f9ef added python version to code cache 2017-02-26 01:27:07 -05:00
Anthony Scopatz
3236f3507f invalidate code cache whenever the xonshe version changes 2017-02-26 01:07:16 -05:00
Anthony Scopatz
a4de707aff Merge pull request #2259 from adqm/at_generator
allow generators and bare tuples in @(...)
2017-02-26 00:23:04 -05:00
adam j hartz
e2999b8497 some tests 2017-02-25 22:39:10 -05:00
adam j hartz
5536db130a news entry 2017-02-25 22:01:07 -05:00
adam j hartz
9eaf6ab7ef scopatz's suggestion 2017-02-25 21:55:47 -05:00
adam j hartz
585c21ddbb Merge branch 'at_generator' of github.com:adqm/xonsh into at_generator 2017-02-25 21:54:41 -05:00
Gil Forsyth
1a209547b8 Merge pull request #2250 from xonsh/rediral
Enable alias redirections
2017-02-25 20:19:31 -05:00
adam j hartz
d45c355b62 allow generators and bare tuples in @(...) 2017-02-25 16:12:43 -05:00
Morten Enemark Lund
19e79e2999 Merge pull request #2257 from xonsh/unthreadsig
Unthreadable xontrib command
2017-02-25 21:21:38 +01:00
Anthony Scopatz
6cbbcb75ed unthreadable xontrib command 2017-02-25 14:51:47 -05:00
Morten Enemark Lund
f85a0c2ec1 Merge pull request #2255 from xonsh/extargs
Added extra_args to foreign shell aliases
2017-02-25 20:30:44 +01:00
Morten Enemark Lund
1c59eb18e2 Merge pull request #2247 from xonsh/ji
print jobs when interactive
2017-02-25 20:20:59 +01:00
Morten Enemark Lund
08d846be3e Merge pull request #2245 from xonsh/winrl
more windows readline issues
2017-02-25 20:17:35 +01:00
Morten Enemark Lund
82b85001fd Merge pull request #2246 from xonsh/q
Wrapping Triple Quotes for Subprocs
2017-02-25 20:15:16 +01:00
Anthony Scopatz
c7bc1784e4 added extra_args to foreihn shell aliases 2017-02-25 13:39:10 -05:00
Anthony Scopatz
14acf7ac99 fix tests 2017-02-25 12:15:56 -05:00
Anthony Scopatz
a116eff72b fixed merge conflicts 2017-02-25 12:04:54 -05:00
Anthony Scopatz
d58820ceb1 Merge pull request #2252 from xonsh/cont_win
Fix line continuations on windows
2017-02-25 11:58:39 -05:00
Morten Enemark Lund
cc40a69576 Rename to LINE_CONTINUATION
Since str(LINE_CONT_STR) looked stupid.
2017-02-25 16:46:16 +01:00
Morten Enemark Lund
b8d348f951 Pep8 and spelling fixes 2017-02-25 16:37:25 +01:00
Morten Enemark Lund
36dac6a247 Remove unused ON_WINDOWS 2017-02-25 16:36:16 +01:00
Morten Enemark Lund
9baef96584 Add PTK feature to new entry 2017-02-25 16:23:41 +01:00
Morten Enemark Lund
7fc857a56d Let PTK handle continuation characters on Win 2017-02-25 16:20:48 +01:00
Morten Enemark Lund
a573e7607c PEP8 and remove pdb 2017-02-25 15:52:11 +01:00
Morten Enemark Lund
7be3fddb20 Make sure LAZYOBJECTs are expanded 2017-02-25 14:57:04 +01:00
Morten Enemark Lund
0290538364 Forgot to rename this one 2017-02-25 13:44:39 +01:00
Morten Enemark Lund
29acafaa17 Add news entry 2017-02-25 13:37:46 +01:00
Morten Enemark Lund
f59d3985c9 Fix line continuations on Windows for interactive mode.
Ensure that line continuations are preceded by a space in interactive mode on windows. This ensure that we can handle subproc commands like

cd Users\Documents\

or other commands that ends with windows paths.
2017-02-25 13:33:50 +01:00
Morten Enemark Lund
8588725912 Merge pull request #2249 from xonsh/argp
Catch system exits
2017-02-25 12:13:46 +01:00
Morten Enemark Lund
96dfdeed13 Merge pull request #2248 from xonsh/delparen
Fixed del (x, y)
2017-02-25 12:09:30 +01:00
Anthony Scopatz
2c5f13ef27 Enable alias redirections 2017-02-25 01:50:23 -05:00
Anthony Scopatz
45b9b2c8b5 news 2017-02-25 01:07:58 -05:00
Anthony Scopatz
14a7dfe579 Catch system exits 2017-02-25 01:06:36 -05:00
Anthony Scopatz
230a61193c Fixed del (x, y) 2017-02-25 00:50:56 -05:00
Anthony Scopatz
ad929be70b more base 2017-02-25 00:22:11 -05:00
Anthony Scopatz
010f665e34 yup 2017-02-25 00:18:50 -05:00
Anthony Scopatz
d122ae02ca print jobs when interactive 2017-02-25 00:14:53 -05:00
Anthony Scopatz
ed105ca3be flake it 2017-02-25 00:03:57 -05:00
Anthony Scopatz
f4112cf0b1 some more qtoue fixes 2017-02-24 23:55:12 -05:00
Anthony Scopatz
bf75fe8a14 dotall 2017-02-24 23:18:31 -05:00
Anthony Scopatz
d7196ca7fa more working 2017-02-24 23:00:06 -05:00
Anthony Scopatz
f056fe01c3 more 2017-02-24 22:39:36 -05:00
Anthony Scopatz
834e45f3ae initial check q 2017-02-24 21:35:55 -05:00
Anthony Scopatz
839c13816c more windows readline issues 2017-02-24 20:50:16 -05:00