Commit graph

6981 commits

Author SHA1 Message Date
Konstantinos Tsakiltzidis
4ac03e4b07 Merge pull request #2326 from xonsh/no_percent_expand
remove %foo% auto expansion on Windows
2017-03-16 09:54:57 +02:00
Morten Enemark Lund
ae3cb0ca8b Handle PATH with any case. 2017-03-16 08:48:52 +01:00
Morten Enemark Lund
e5c9c1446d Add news item 2017-03-15 22:36:00 +01:00
Morten Enemark Lund
5f60bea8c4 Removed %foo% environment expansion on windows 2017-03-15 22:33:21 +01:00
Morten Enemark Lund
2147493413 Add news item 2017-03-15 22:13:49 +01:00
Morten Enemark Lund
6e9b6757d2 Fix Win issue with PATH not beeing picked up 2017-03-15 22:10:13 +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
Anthony Scopatz
cc0fdc5b2c Merge pull request #2324 from xonsh/update_default_ensurers
add missing default ensurers for all default envs of type int or bool
2017-03-15 12:05:50 -04:00
Gil Forsyth
d6540ce66d add test that all int and bool envvars have ensurers
hopefully this will stop this from cropping up again in the future
2017-03-15 09:09:08 -04:00
Gil Forsyth
ee639ab806 add (update) news 2017-03-15 08:59:12 -04:00
Gil Forsyth
2fe1e8f3da Add missing default ensurers for ints and bools
Added:
* ``EXPAND_ENV_VARS``
* ``PUSHD_MINUS``
* ``PUSHD_SILENT``
* ``SUGGEST_COMMANDS``
* ``SUGGEST_MAX_NUM``
2017-03-15 08:53:51 -04:00
Gil Forsyth
de5f8090e1 add default ensurer for SUGGEST_THRESHOLD 2017-03-15 08:32:26 -04:00
Morten Enemark Lund
788233dfe3 update formating 2017-03-15 10:29:14 +01:00
Morten Enemark Lund
1707703e4e Add news item 2017-03-15 10:12:09 +01:00
Morten Enemark Lund
cd9ace6669 Add pretty printing of $PATH 2017-03-15 10:11:53 +01:00
Jamie Bliss
af40fb40bb Recommend xip to install my xontribs
xontribs should be installed with xip now, so do that.
2017-03-14 23:14:18 -04:00
Morten Enemark Lund
8d78f35932 Merge pull request #2312 from xonsh/dirstack_ensurer
add default ensurer for DIRSTACK_SIZE
2017-03-12 12:04:50 +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
34b2dc07c4 Merge pull request #2307 from xonsh/bashwin
Fix bug when output of 'bash --version' is empty
2017-03-11 19:21:32 -05:00
Gil Forsyth
21ca72e576 add news entry 2017-03-11 18:49:29 -05:00
Gil Forsyth
4e20ad035e add Alt-. cmd to recall last arg to bashisms 2017-03-11 11:59:56 -05:00
Morten Enemark Lund
ca0f783585 Remove some necessary changes 2017-03-10 13:15:31 +01:00
Morten Enemark Lund
502fb9f1a6 flake8 again 2017-03-10 08:20:16 +01:00
Morten Enemark Lund
20a0db2d35 Get the logic right 2017-03-09 23:02:26 +01:00
Morten Enemark Lund
049c3931d6 forgot to import print_exception 2017-03-09 22:32:58 +01:00
Morten Enemark Lund
f6a5c85cb0 Move to a xontrib 2017-03-09 22:29:49 +01:00
Morten Enemark Lund
7a3ee978cd flake8 and cleanup 2017-03-09 21:50:31 +01:00
Morten Enemark Lund
95c1fe5e99 flake8 2017-03-09 21:30:59 +01:00
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