Commit graph

816 commits

Author SHA1 Message Date
Konstantin Molchanov
cd1649ae81 Add news item. 2017-03-18 00:21:13 +04:00
Konstantinos Tsakiltzidis
b2d8cefb3f Merge pull request #2303 from xonsh/release_cwd
Release cwd on Windows while prompt is displayed
2017-03-16 11:49:04 +02:00
Konstantinos Tsakiltzidis
36deaeeb4e Merge pull request #2323 from xonsh/prettypath
Pretty path
2017-03-16 10:08:33 +02:00
Morten Enemark Lund
e5c9c1446d Add news item 2017-03-15 22:36:00 +01:00
Morten Enemark Lund
2147493413 Add news item 2017-03-15 22:13:49 +01:00
Anthony Scopatz
30f1d1e649 version bump to 0.5.9 2017-03-15 14:54:00 -04:00
Anthony Scopatz
2ae5218530 news stuff 2017-03-15 12:06:26 -04:00
Gil Forsyth
ee639ab806 add (update) news 2017-03-15 08:59:12 -04:00
Morten Enemark Lund
1707703e4e Add news item 2017-03-15 10:12:09 +01:00
Morten Enemark Lund
42468ffc2d Update news entry 2017-03-12 07:17:51 +01:00
Gil Forsyth
6fc12b4ed7 add default ensurer for DIRSTACK_SIZE 2017-03-11 21:39:12 -05:00
Konstantinos Tsakiltzidis
dd30804370 Merge pull request #2310 from xonsh/recall_last_arg
add Alt-. cmd to recall last arg to bashisms
2017-03-12 03:14:22 +02:00
Gil Forsyth
21ca72e576 add news entry 2017-03-11 18:49:29 -05:00
Morten Enemark Lund
8140aa9399 add news item 2017-03-09 11:03:46 +01:00
Morten Enemark Lund
e4a179b85f Add news item 2017-03-09 08:53:22 +01:00
Anthony Scopatz
12c187fdb7 version bump to 0.5.8 2017-03-08 15:46:55 -06:00
Morten Enemark Lund
0ccadf627a Add news entry 2017-03-07 21:22:59 +01:00
Morten Enemark Lund
e7a9bcf3b7 Merge pull request #2295 from xonsh/scandirbug
Never use os.scandir
2017-03-07 06:45:51 +01:00
Morten Enemark Lund
445467dec6 Add news entry 2017-03-06 16:46:40 +01:00
Morten Enemark Lund
3f60d41d20 Add new entry 2017-03-06 10:55:30 +01:00
Anthony Scopatz
a312b783aa Merge branch 'master' into backline 2017-03-02 22:50:01 -05:00
Hugo Wang
4cb544eff8 typo 2017-03-03 00:34:59 +08:00
Hugo Wang
ab5ce512cf fix ctrl-c issue after an invalid cmd 2017-03-03 00:26:04 +08:00
Anthony Scopatz
de3f6dd87a Merge branch 'master' into backline 2017-03-02 00:56:21 -05:00
Anthony Scopatz
d331778633 Line continuations will no longer eat surrounding whitespace 2017-03-02 00:34:47 -05:00
Hugo Wang
529064ad86 Merge pull request #2286 from xonsh/bgfg
Some job control fixes
2017-03-02 11:56:28 +08:00
Anthony Scopatz
0b5c48ebb6 some fixes 2017-03-01 21:39:02 -05:00
Morten Enemark Lund
d945092243 Add news entry 2017-03-01 20:01:32 +01:00
Anthony Scopatz
adbf4a5233 version bump to 0.5.7 2017-03-01 11:42:00 -05:00
Morten Enemark Lund
f35ac0fb12 Merge pull request #2283 from xonsh/ponynosay
ponysay
2017-03-01 08:53:16 +01:00
Anthony Scopatz
f3789f95f5 defense against collecting history files 2017-03-01 00:44:16 -05:00
Anthony Scopatz
d6dad309cf ponysay 2017-03-01 00:11:11 -05:00
Morten Enemark Lund
fbe39de926 Merge pull request #2273 from xonsh/badglob
Bad globs
2017-02-28 08:59:01 +01:00
Morten Enemark Lund
0c119f3fa1 Merge pull request #2256 from xonsh/partial
Partial proxy partial friendly
2017-02-28 08:55:33 +01:00
Anthony Scopatz
13d507e4f8 fixed conflicts 2017-02-27 21:14:41 -05:00
Morten Enemark Lund
21eaf68027 Add news entry 2017-02-27 23:20:08 +01:00
Gil Forsyth
f71e191cd8 only remove attribute if it exists
Attempt to fix #2264 which only rears its head during history replay (on
linux).
2017-02-27 10:55:14 -05:00
Morten Enemark Lund
b5f48cdcee Merge pull request #2270 from xonsh/jsonutils
New JSON utils module
2017-02-27 09:53:27 +01:00
Morten Enemark Lund
750ce78b67 Merge pull request #2275 from xonsh/ptkcomp
Fixed up ptk completer a bit
2017-02-27 09:51:55 +01:00
Morten Enemark Lund
2eb927a0ff Merge pull request #2274 from xonsh/ao
Require whitespace for and/or tokens in subproc mode
2017-02-27 09:43:32 +01:00
Anthony Scopatz
b3e6a80191 Use nt.environ on windows 2017-02-27 01:35:09 -05:00
Anthony Scopatz
b46020f1d4 fixed up ptk completer a bit 2017-02-27 01:07:24 -05:00
Anthony Scopatz
cefd8d395d Require whitespace for and/or tokens in subproc mode 2017-02-26 22:42:29 -05:00
Anthony Scopatz
e656a5eb21 Merge branch 'master' into badglob 2017-02-26 20:56:57 -05:00
Hugo Wang
8920cc3d4e Merge pull request #2260 from xonsh/subshell
Subshells
2017-02-27 09:22:55 +08:00
Anthony Scopatz
dc551e413a more fixes 2017-02-26 19:33:08 -05:00
Gil Forsyth
04c991b393 Merge pull request #2266 from xonsh/delcwd
No longer crash when PWD is removed
2017-02-26 18:45:24 -05:00
Anthony Scopatz
f598ffd9ab Merge branch 'master' into badglob 2017-02-26 18:16:27 -05:00
Gil Forsyth
83efd76e4e Merge pull request #2267 from xonsh/nullsub
Escape null bytes before Popen
2017-02-26 17:18:21 -05:00
Morten Enemark Lund
ffe08aaaab Merge pull request #2261 from xonsh/nsredir
Redirection no longer require a space
2017-02-26 22:49:55 +01:00