Commit graph

7000 commits

Author SHA1 Message Date
Morten Enemark Lund
d7eee23e6f Easy hack to get tests working 2017-03-09 21:18:25 +01:00
Morten Enemark Lund
77a38fa8b7 Handle case where bash command returns an empty string 2017-03-09 20:58:51 +01:00
Morten Enemark Lund
d347d1279c Update with changes from xonsh.platform functions 2017-03-09 20:58:51 +01:00
Morten Enemark Lund
404fab331a Ensure we don't wrap multiple times 2017-03-09 18:28:51 +01:00
Morten Enemark Lund
8c3d1fb5b5 Don't enable for the readline backend 2017-03-09 15:34:12 +01:00
Morten Enemark Lund
f954f6aa51 typo 2017-03-09 11:24:03 +01:00
Morten Enemark Lund
8140aa9399 add news item 2017-03-09 11:03:46 +01:00
Morten Enemark Lund
9cf359a441 Line continuation can't be a Lazy object.
This is because XONSH_INTERACTIVE changes state during startup. So if this object is accessed during early startup it will end up having the wrong value.
2017-03-09 11:00:38 +01:00
Morten Enemark Lund
2bef3ace25 Add reset cwd for readline 2017-03-09 10:27:17 +01:00
Morten Enemark Lund
08cf6f084e Reset workdir to root instead of home 2017-03-09 10:26:52 +01:00
Morten Enemark Lund
018ce10b0b Add RELEASE_CWD_ON_WIN environment variable 2017-03-09 10:26:16 +01:00
Morten Enemark Lund
e4a179b85f Add news item 2017-03-09 08:53:22 +01:00
Morten Enemark Lund
c560459a7c Handle that out can be a empty string. 2017-03-09 08:52:53 +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
7c19d9bb0a Make it robust 2017-03-07 21:16:34 +01:00
Morten Enemark Lund
bf5baa7b44 Hack to release the CWD on Windows 2017-03-07 20:53:17 +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
Hugo Wang
389bfb3e31 Merge pull request #2298 from xonsh/os_env
Make os_environ case-preserving and case-insensitive on Windows
2017-03-07 08:32:54 +08:00
Gil Forsyth
08d7f8b0fc test that _get_hg_root doesn't barf
There was no test for what the `hg` call would do if it weren't in a
repo at all.
2017-03-06 16:13:16 -05:00
Morten Enemark Lund
66ce2622f3 typos in docstring 2017-03-06 16:59:41 +01:00
Morten Enemark Lund
7a5c3e3076 flake8 2017-03-06 16:54:47 +01:00
Morten Enemark Lund
445467dec6 Add news entry 2017-03-06 16:46:40 +01:00
Morten Enemark Lund
f46219ad9e Create a case preserving case insensitive version of os.environ on Windows 2017-03-06 16:42:45 +01:00
Morten Enemark Lund
3f60d41d20 Add new entry 2017-03-06 10:55:30 +01:00
Morten Enemark Lund
01a0b222ec don't use os.scandir 2017-03-06 10:52:55 +01:00
Gil Forsyth
c9f1ea7a4f Merge pull request #2287 from xonsh/backline
Backline
2017-03-03 07:19:48 -05:00
Konstantinos Tsakiltzidis
5911661cf6 Merge pull request #2290 from anddam/commands-cache-typo-fix
Fix small typo
2017-03-03 12:14:52 +02:00
Andrea D'Amore
e544204a6c Fix small typo 2017-03-03 09:45:44 +01:00
Anthony Scopatz
bdd0ecbe5c fix windows tests 2017-03-02 23:25:30 -05:00
Anthony Scopatz
a312b783aa Merge branch 'master' into backline 2017-03-02 22:50:01 -05:00
Anthony Scopatz
7f8634a215 ambiguous fix 2017-03-02 22:49:52 -05:00
Anthony Scopatz
dc552e296a Merge pull request #2289 from xonsh/none-cmd-ctrl-c
fix ctrl-c issue after an invalid cmd
2017-03-02 12:57:21 -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
689b424b0e got rid of the print 2017-03-02 01:05:10 -05:00
Anthony Scopatz
de3f6dd87a Merge branch 'master' into backline 2017-03-02 00:56:21 -05:00
Anthony Scopatz
79efb1e6cd cl 2017-03-02 00:55:36 -05:00
Anthony Scopatz
d331778633 Line continuations will no longer eat surrounding whitespace 2017-03-02 00:34:47 -05:00
Anthony Scopatz
f9d6c8660f only issue one ws 2017-03-02 00:19:03 -05:00
Anthony Scopatz
c59b534861 lexing of line continuations in subprocs is working 2017-03-01 23:21:23 -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
5466f4e7b5 Merge pull request #2285 from xonsh/shellname
Ensure shell names are lower case
2017-03-01 22:23:39 -05: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
Morten Enemark Lund
d952b09d6d Ensure shell names are lowercase 2017-03-01 20:01:05 +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
Morten Enemark Lund
a26e206481 Merge pull request #2284 from xonsh/oserr
Defense against collecting history files
2017-03-01 08:16:05 +01:00
Anthony Scopatz
f3789f95f5 defense against collecting history files 2017-03-01 00:44:16 -05:00