Commit graph

3850 commits

Author SHA1 Message Date
laerus
471fd37df0 small cleanup, still failing tests
passing new tests, failing for invalid arguments
2016-06-19 15:07:38 +03:00
laerus
dfc48b6cab more tests, fail atm 2016-06-19 05:20:53 +03:00
Anthony Scopatz
f2010a8336 more docs 2016-06-18 18:18:46 -04:00
Anthony Scopatz
d14292cb9c some doc fixes 2016-06-18 17:32:37 -04:00
Morten Enemark Lund
a4df81ca04 Merge pull request #1282 from xonsh/ua
more unicode escapes in amagamate for anaconda
2016-06-18 23:11:28 +02:00
Morten Enemark Lund
c81911c03c Merge pull request #1283 from xonsh/nomu
removed literal mu symbol (µ) in comment
2016-06-18 23:09:31 +02:00
Morten Enemark Lund
ff53f02950 Merge pull request #1278 from xonsh/nabs
don't abspath in EnvVar
2016-06-18 23:08:57 +02:00
Anthony Scopatz
cc89f0da69 removed literal mu symbol in comment 2016-06-18 16:46:43 -04:00
Anthony Scopatz
2838aef596 more unicode escapes in amagamate for anaconda 2016-06-18 16:32:36 -04:00
Anthony Scopatz
43d487c243 Merge pull request #1273 from youtux/fix-main-config-file
fix bug in main: args.config_path not being used
2016-06-18 14:33:23 -04:00
Anthony Scopatz
96d965652d Merge pull request #1271 from xonsh/fix_alias
Fix aliases that reference them self
2016-06-18 14:31:59 -04:00
Anthony Scopatz
c42e5d34ed typo for cygwin job control 2016-06-18 14:26:14 -04:00
VHarisop
b9b57e74e1
Added support for slices in EnvPath 2016-06-18 21:05:09 +03:00
laerus
51724e37c8 print error to stderr 2016-06-18 20:44:34 +03:00
laerus
dccb3aed29 news update 2016-06-18 20:39:15 +03:00
laerus
f25a868aca tests/bugfix for file argument
if a script is passed as argument then
uknown arguments must be passed to the script
2016-06-18 20:14:05 +03:00
Anthony Scopatz
c14484435d Merge pull request #1276 from xonsh/fix_missing_PWD
fix undefined PWD in default environment
2016-06-18 12:43:02 -04:00
Anthony Scopatz
9fe05449c0 fixed tests 2016-06-18 12:42:21 -04:00
Gil Forsyth
342e5ac0cb add empty string to cover cwd None 2016-06-18 11:24:48 -04:00
Anthony Scopatz
b4dfdf18e9 don't abspath in EnvVar 2016-06-18 11:11:25 -04:00
Gil Forsyth
ead6bb9a32 Merge pull request #1274 from youtux/wizard-foreign-shell-prompt
Be more explicit in foreign shell wizard
2016-06-18 10:22:36 -04:00
Alessio Bogon
71e3c007f1 Add the news. 2016-06-18 16:12:41 +02:00
Gil Forsyth
14c90fd963 Merge pull request #1272 from youtux/fix-xonfig
Fix xonfig_main bugs
2016-06-18 10:07:11 -04:00
Gil Forsyth
35c8e28d90 fix undefined PWD in default environment 2016-06-18 09:33:20 -04:00
laerus
9ebd71c0c6 tests for invalid arguments:
these tests should be replaced with the pytest equivalents
after nose to test transition
2016-06-18 16:29:30 +03:00
Morten Enemark Lund
db0179bb6b Merge pull request #1270 from youtux/patch-1
Fix `xonsh` not being include in setup.py scripts
2016-06-18 14:06:43 +02:00
laerus
b55ad79282 lets pass the tests 2016-06-18 13:40:14 +03:00
laerus
d3c80d8327 args.args argggh 2016-06-18 13:01:02 +03:00
laerus
c1e212390e Merge branch 'master' of https://github.com/xonsh/xonsh into xonsh-argument-fix-i1073 2016-06-18 12:59:26 +03:00
Alessio Bogon
a179c9aadb Be more explicit in foreign shell wizard
Fix #1267
2016-06-18 00:49:31 +02:00
Alessio Bogon
5b42064950 fix bug in main: args.config_path not being used 2016-06-18 00:46:06 +02:00
Alessio Bogon
1a23ae1a0c Add the news. 2016-06-18 00:27:37 +02:00
Alessio Bogon
6507109cb1 also fix bug in xonfig.make_xonfig_wizard() 2016-06-17 23:47:20 +02:00
Morten Enemark Lund
45a92a0576 Merge pull request #1269 from xonsh/ua
more unicode amalgamate fixes
2016-06-17 23:24:52 +02:00
Alessio Bogon
60ac1967b2 fix xonfig_main bugs
* main.py called the old `xonfig.main` function, which doesn't exists anymore
* the `wiz` variable in xonfig.py was conflicting with the global `wiz`
* `_MAIN_ACTIONS` was renamed to `_XONFIG_MAIN_ACTIONS`
2016-06-17 23:02:54 +02:00
Morten Enemark Lund
efb44b9f83 add changelog 2016-06-17 22:58:36 +02:00
Morten Enemark Lund
8e81f89956 Fix problem where binary_loc was not substituted into the aliased command. 2016-06-17 22:49:47 +02:00
Alessio Bogon
ebfcaa8b8b Fix xonsh not being include in setup.py scripts
If you use macOS, the expression `'win' in sys.platform` is `True`, since `sys.platform == 'darwin'`. This would prevent `xonsh` to be added in the scripts.
2016-06-17 22:16:16 +02:00
Anthony Scopatz
1fad151450 more unicode amalgamate fixes 2016-06-17 16:05:46 -04:00
laerus
6e8c2b37a2 maybe a fix for issue 1073:
complain if arguments to xonsh are invalid like `-----` `--hep` `-ttttt`
2016-06-17 22:03:29 +03:00
Morten Enemark Lund
4a85511ae8 Merge pull request #1264 from xonsh/xonfig
xonfig updates
2016-06-17 20:55:05 +02:00
Anthony Scopatz
72bb179155 Merge branch 'JohnLunzer-history-all' 2016-06-17 13:52:15 -04:00
Anthony Scopatz
3dc6703e45 some hist doc changes 2016-06-17 13:52:05 -04:00
Anthony Scopatz
292a922af7 Merge branch 'history-all' of https://github.com/JohnLunzer/xonsh into JohnLunzer-history-all 2016-06-17 13:44:57 -04:00
JohnLunzer
426b1ffec4 Merged with master. Alphabetized xonsh.tools import in test_tools.py 2016-06-17 13:25:36 -04:00
adam j hartz
5ff89d4f60 Merge pull request #1266 from xonsh/exit
fix for xonsh exit
2016-06-17 13:10:25 -04:00
JohnLunzer
1ba3b50090 Updated documenation and changed to direct imports 2016-06-17 12:55:42 -04:00
Anthony Scopatz
fb4ea40816 fixed name 2016-06-17 12:47:25 -04:00
Anthony Scopatz
1aff84a86b fix for xonsh exit 2016-06-17 12:37:55 -04:00
Gil Forsyth
ffd69861ca Merge pull request #1265 from xonsh/nu
removed unicode from platform
2016-06-17 12:18:34 -04:00