Commit graph

3740 commits

Author SHA1 Message Date
Konstantinos Tsakiltzidis
9d70925704 'refactor argv madness' 2016-06-21 15:22:06 +03:00
Konstantinos Tsakiltzidis
685077fc2a Merge branch 'master' into xonsh-argument-fix-i1073 2016-06-21 15:01:48 +03:00
Morten Enemark Lund
d24beeea77 Merge pull request #1280 from VHarisop/path_expand
Added support for slices in EnvPath
2016-06-21 12:13:00 +02:00
Konstantinos Tsakiltzidis
b8c2aa0ca3 'SystemExit (TM)' 2016-06-21 06:42:16 +03:00
Konstantinos Tsakiltzidis
b175c4964d 'excluding failing test (for now)' 2016-06-21 06:40:18 +03:00
Konstantinos Tsakiltzidis
5cd53b515a 'excluding failing test (for now)' 2016-06-21 06:39:28 +03:00
Anthony Scopatz
8c8f2c0ad1 Merge pull request #1304 from laerus/tutorial_env
updates tutorial about how to use enviroment
2016-06-20 22:26:32 -04:00
Konstantinos Tsakiltzidis
1ece853196 'rstt' 2016-06-21 05:20:55 +03:00
Konstantinos Tsakiltzidis
ca87355d3a 'love the user' 2016-06-21 05:08:54 +03:00
Konstantinos Tsakiltzidis
143972aae8 'newlines leak' 2016-06-21 05:02:18 +03:00
Konstantinos Tsakiltzidis
e51d43dd85 'what meets the eye' 2016-06-21 05:00:38 +03:00
Konstantinos Tsakiltzidis
993b88897e 'shape up' 2016-06-21 04:55:33 +03:00
Konstantinos Tsakiltzidis
6f49463369 'reverse' 2016-06-21 04:45:29 +03:00
Konstantinos Tsakiltzidis
1ce9f8b9eb newline leak 2016-06-21 04:34:30 +03:00
Konstantinos Tsakiltzidis
eefa4f6548 refactor/replaced __xonsh_env__ with ${...} 2016-06-21 04:27:23 +03:00
Anthony Scopatz
7b13bc0eaa Merge pull request #1301 from laerus/xonsh2bash-doc
bash to xonsh new entry
2016-06-20 19:53:24 -04:00
VHarisop
5ca646cbd9
Added slicing tests for EnvPath 2016-06-21 00:52:09 +03:00
Konstantinos Tsakiltzidis
fda85042f4 Update bash_to_xsh.rst 2016-06-21 00:32:22 +03:00
Konstantinos Tsakiltzidis
d3c035ec1d Update bash_to_xsh.rst 2016-06-21 00:30:15 +03:00
Konstantinos Tsakiltzidis
3a09dcd8b8 Update bash_to_xsh.rst 2016-06-21 00:27:55 +03:00
Konstantinos Tsakiltzidis
b5872efa88 Merge branch 'master' into xonsh-argument-fix-i1073 2016-06-21 00:03:54 +03:00
Konstantinos Tsakiltzidis
795189e842 'extra info' 2016-06-20 23:33:58 +03:00
Morten Enemark Lund
b851a8c39c Merge pull request #1298 from xonsh/fix_windows-tests
fixes for windows test failures
2016-06-20 22:22:30 +02:00
Morten Enemark Lund
c345694be7 Merge pull request #1300 from xonsh/fno
fixed crazy recurssion error
2016-06-20 22:21:34 +02:00
Anthony Scopatz
9bbb38d443 fixed crazy recurssion error 2016-06-20 16:00:33 -04:00
Gil Forsyth
76ee40c8af fixes for windows test failures
I don't think the `/dev/null` test is a) necessary or b) meaningful on
Windows.  And it should fail, if it's passed, since `/dev/null` isn't
writeable or creatable file on Windows (I think).

I believe that the second set of tests that I've changed also have
little to no meaning on Windows.
2016-06-20 15:37:14 -04:00
Konstantinos Tsakiltzidis
f362469940 bash equivalent of setting envvar for a cmd 2016-06-20 21:40:10 +03:00
Konstantinos Tsakiltzidis
ba87d4f46a failing test for interactive + script case 2016-06-20 21:09:25 +03:00
Konstantinos Tsakiltzidis
f82cb4d88c merged master/test for interactive script/failling 2016-06-20 19:27:53 +03:00
Konstantinos Tsakiltzidis
56055c9ade Merge branch 'master' into xonsh-argument-fix-i1073 2016-06-20 18:58:26 +03:00
Anthony Scopatz
e662673ed3 Merge pull request #1292 from xonsh/fix_which_exts
Ensure that Which can handle PATHEXT
2016-06-20 11:49:27 -04:00
Gil Forsyth
37c0296969 Merge pull request #1289 from xonsh/trbfix
xontribs fix
2016-06-20 11:46:05 -04:00
Morten Enemark Lund
11eff5324a Make sure which gets a list of the PATHEXT 2016-06-20 08:13:42 +02:00
Anthony Scopatz
1913cd6984 Merge pull request #1291 from xonsh/kill_import_star
no `import *`.  not even once
2016-06-19 23:42:38 -04:00
Gil Forsyth
5276d7491c fix imports so only py35 sees async and await
Fiery the angels fell. Deep thunder rolled around
their shoulders... burning with the fires of Orc.
2016-06-19 20:13:32 -04:00
Anthony Scopatz
9d5ac198a0 more main fixes 2016-06-19 20:00:15 -04:00
Gil Forsyth
9276bcc135 no import *. not even once 2016-06-19 19:45:30 -04:00
Anthony Scopatz
ac8e54e769 Merge pull request #1288 from xonsh/fix_some_win_tests
Fix some windows test errors
2016-06-19 19:41:28 -04:00
Anthony Scopatz
6f7b943e99 xontribs fix 2016-06-19 19:36:46 -04:00
Morten Enemark Lund
b943731aa9 Fix some windows test errors 2016-06-20 00:09:51 +02:00
Morten Enemark Lund
4df1ef476e Merge pull request #1285 from xonsh/docs
Doc Updates
2016-06-19 21:48:11 +02:00
laerus
b61dc35cd2 Merge branch 'master' into xonsh-argument-fix-i1073 2016-06-19 16:01:50 +03:00
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