Commit graph

8183 commits

Author SHA1 Message Date
Jake Hedman
90784cdcf2 setup_timings argv argument
Use `argv` from `premain` in `setup_timings` instead of `sys.argv` for
testability
2018-11-27 22:30:29 +01:00
Jake Hedman
cd730aef4f Reset XonshSession in teach main.py test
Unset builtins.__xonsh__ in shell fixture to make sure main.py tests
pass even if the XonshSession has not been touched by previous tests.

Also set $XONSH_CACHE_SCRIPTS in os.environ instead of
builtins.__xonsh__.env since it's not yet created.
2018-11-27 22:30:29 +01:00
Gil Forsyth
e9866478b4
Merge pull request #2937 from gsaga/vox_no_pyvenv_cfg
addressed issue #2929
2018-11-27 16:19:53 -05:00
Gil Forsyth
d2d5602e90
Merge pull request #2945 from qqhann/qqhann/update-collapsed-pwd
Update _collapsed_pwd to return two chars if a dir begins with "."
2018-11-27 15:59:13 -05:00
Qiushi Pan
4684af2007 Add news for update _collapsed_pwd 2018-11-25 05:31:34 +09:00
Qiushi Pan
58f15d6659 Update _collapsed_pwd to print 2 chars if it dir begins with "." 2018-11-25 05:18:47 +09:00
Anthony Scopatz
2c6abbf401 more test failure fixes 2018-11-19 23:24:32 -05:00
Anthony Scopatz
e84bb926ea try to fix tests 2018-11-19 21:56:58 -05:00
Anthony Scopatz
b32823d236 replace yield fixtures 2018-11-19 20:22:18 -05:00
Anthony Scopatz
a1e2c40688 xonsh execer on AST test 2018-11-19 20:08:44 -05:00
Anthony Scopatz
6320361150 Merge branch 'master' into execalias 2018-11-19 20:06:02 -05:00
Anthony Scopatz
fe82924ca9 add execer 2018-11-19 20:01:20 -05:00
Anthony Scopatz
2287067a11 try to fix alias tests by removing global state 2018-11-19 19:51:15 -05:00
halloleo
d62e770dfa
Typo
Could fixed this one thanks to @astronouth7303. :-)
2018-11-19 17:44:22 +11:00
halloleo
848daf240b Corrected RST syntax 2018-11-17 11:27:11 +11:00
halloleo
3a3554eaa0 Document arbitrary paths in vox.
* Added the possibility of arbitrary paths to the help strings in `vox activate` and
  `vox remove`
* Also updated the documentation accordingly.
2018-11-15 22:35:45 +11:00
Sagar Tewari
9ceba90335 fixed news.rst and made vox check for python executable to find venvs 2018-11-14 20:22:18 +05:30
halloleo
7e799979b8
Merge pull request #3 from xonsh/master
base sync
2018-11-14 16:32:34 +11:00
Sagar Tewari
97acffb8b1 addressed issue 2929 2018-11-13 23:39:26 +05:30
Anthony Scopatz
79ac577d2e
Merge pull request #2936 from sushobhana/docfix
Removed duplicate API link in sidebar
2018-11-13 09:52:28 -05:00
sushobhana
987f5b4021 removed extra api link 2018-11-13 17:04:47 +05:30
Anthony Scopatz
c3c694d088 try builtins 2018-11-11 09:15:23 -06:00
Anthony Scopatz
1502efeef5 try to fix tests 2018-11-10 00:25:47 -06:00
Anthony Scopatz
9211f3a4da fix quote stripping 2018-11-10 00:03:31 -06:00
Anthony Scopatz
cc5d098b55 Added import 2018-11-09 23:25:31 -06:00
Anthony Scopatz
d3c03fe244 better filename 2018-11-09 23:19:47 -06:00
Anthony Scopatz
9ce8b07310 even more news 2018-11-09 23:11:37 -06:00
Anthony Scopatz
0de6493864 news updated 2018-11-09 23:09:16 -06:00
Anthony Scopatz
9084c376b2 execalias 2018-11-09 13:49:33 -06:00
Anthony Scopatz
15cec77f3c
Merge pull request #2916 from BoboTiG/fix-resource-warnings
Fix several ResourceWarning: unclosed file
2018-11-09 06:48:51 -05:00
Anthony Scopatz
224321d9b1
Merge pull request #2932 from philopon/fix-exec-candidates
fix no candidates if no permission files in PATH
2018-11-09 06:45:24 -05:00
Mickaël Schoentgen
ba2fd9bb00 Fix several ResourceWarning: unclosed file in tests 2018-11-09 10:08:03 +01:00
Hirotomo Moriwaki
7bb8aa8d00 fix no candidates if no permission files in PATH 2018-11-09 14:19:22 +09:00
Gil Forsyth
d53fc4f40a
Merge pull request #2930 from xonsh/andash
More and/or subprocess token fixes.
2018-11-08 15:01:19 -05:00
Anthony Scopatz
5b54e3cb04 rm unused variable 2018-11-08 13:41:26 -05:00
Anthony Scopatz
f0b78c223a fix deprecation warning 2018-11-08 13:26:09 -05:00
Anthony Scopatz
3e72fb06c7 path tests 2018-11-08 13:19:21 -05:00
Anthony Scopatz
351fa27d7c fixed up dashing 2018-11-08 13:16:44 -05:00
Anthony Scopatz
84a5b05a36 partial andadh fix 2018-11-07 17:32:53 -05:00
Anthony Scopatz
3d7bda3ced Updated CHANGELOG for 0.8.3 2018-11-07 14:00:14 -05:00
Anthony Scopatz
2c81fbbcde bumped version to 0.8.3 2018-11-07 14:00:14 -05:00
halloleo
6fe1438f5d
Merge pull request #2 from xonsh/master
Sync from base
2018-11-07 13:01:32 +11:00
Anthony Scopatz
07eb341c79
Merge pull request #2927 from halloleo/doco-xonsh-in-emacs
Doco xonsh in emacs
2018-11-06 07:39:16 -05:00
halloleo
5ecdb6c0dd
Create doco-xonsh-in-emacs.rst 2018-11-06 23:21:48 +11:00
halloleo
4eb8b4818d How to run xonsh in Emacs
* FAQ section about how to run xonsh in Emacs
* Updated the requirements for compiling the documentation
2018-11-06 18:42:59 +11:00
halloleo
d296eb3f52
Merge pull request #1 from xonsh/master
Sync to base
2018-11-06 16:00:27 +11:00
Morten Enemark Lund
e7e4a96da7
Merge pull request #2925 from xonsh/annoassign
added prelim support for annotation assignement
2018-11-05 21:10:04 +01:00
Anthony Scopatz
b2a39fddec forgot import 2018-11-02 19:22:06 -04:00
Anthony Scopatz
41aa65ac1d make AnnAssign Py 3.6+ 2018-11-02 19:18:37 -04:00
Anthony Scopatz
dc1f02c232 added prelim support for annotation assignement 2018-11-02 19:12:06 -04:00