Commit graph

6658 commits

Author SHA1 Message Date
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
Anthony Scopatz
c4795671e0 Merge pull request #2244 from harukaeru/overwite
Revised spell miss (overwite -> overwrite)
2017-02-24 20:43:28 -05:00
Nakada Takumi
0834e013da Revised spell miss 2017-02-25 09:50:25 +09:00
Morten Enemark Lund
983247f83d Merge pull request #2242 from StreakyCobra/fix/pwd
Fix the regression introduced by #2235 concerning the `$PWD` change
2017-02-24 21:28:00 +01:00
Fabien Dubosson
ed6ef1d498 Fix the regression introduced by #2235 concerning the $PWD change
Before 72d04e (#2235), the `_fix_cwd` function was having a side effect to reset
the `$PWD` environment variable if it was deleted. As #2235 changed this
behviour in order to handle symlinks, this implicit side effect is gone.

This commit reintroduce the reset of the `$PWD` environment variable from
`_fix_cwd`, but explicitely so it wont be missed again :-)

    «Explicit is better than implicit.» [Tim Peters]

Close #2236
2017-02-24 16:59:19 +01:00
Anthony Scopatz
1099798260 Merge branch 'StreakyCobra-feat/resolve_symlinks' 2017-02-24 01:03:22 -05:00
Anthony Scopatz
80211c04e5 Merge branch 'feat/resolve_symlinks' of https://github.com/StreakyCobra/xonsh into StreakyCobra-feat/resolve_symlinks 2017-02-24 01:00:53 -05:00
Anthony Scopatz
3d637bb186 zsh v5.2 fixes 2017-02-24 00:50:43 -05:00
Anthony Scopatz
5c6cddecb6 Merge pull request #2240 from xonsh/no-thead-nvim
flag nvim as unthreadable
2017-02-23 23:13:09 -05:00
Hugo Wang
165ab29d40 flag nvim as unthreadable 2017-02-24 10:50:55 +08:00
Fabien Dubosson
72d04e9961 Fix how `$PWD` is managed in order to work with symlinks gracefully 2017-02-23 23:40:03 +01:00
Anthony Scopatz
580f43c2dc Merge pull request #2239 from xonsh/codecovtweak
codecov.yml changed status of project to status of patch
2017-02-23 14:52:50 -05:00
Morten Enemark Lund
3eb354a707 Merge pull request #2238 from xonsh/ptkvt
Enabled virtual terminal processing for the prompt toolkit shell
2017-02-23 20:47:05 +01:00
laerus
e7d6ed4302 codecov.yml changed status of project to status of patch 2017-02-23 21:06:47 +02:00
Konstantinos Tsakiltzidis
631fc13a0b Merge pull request #2212 from xonsh/rlwiz
Readline wizard usability fixes
2017-02-23 20:51:21 +02:00
Anthony Scopatz
f677b23e44 needed comma 2017-02-23 13:25:29 -05:00
Anthony Scopatz
a64b074f17 Enabled virtual terminal processing for the prompt toolkit shell 2017-02-23 13:18:25 -05:00
Anthony Scopatz
f0eecaaeb0 Merge pull request #2233 from xonsh/fast_hg_branch
Fast hg branch
2017-02-23 10:44:34 -05:00
Morten Enemark Lund
175c2b0e3a Merge pull request #2230 from xonsh/xolor
Xolors
2017-02-22 21:02:52 +01:00
Gil Forsyth
0c61175632 add news entry 2017-02-22 12:42:54 -05:00
Anthony Scopatz
8da2599605 version bump to 0.5.6 2017-02-22 11:51:33 -05:00
Anthony Scopatz
e1ec1332db doc fixes 2017-02-22 11:49:45 -05:00
Gil Forsyth
d2113e7620 flake8 fix 2017-02-22 07:39:56 -05:00
Gil Forsyth
fba07c5cd0 Merge pull request #2166 from xonsh/rtnjdei
Return of the Jedi
2017-02-21 15:50:42 -05:00