Gil Forsyth
|
8030240d3e
|
Update news/doco-arbitrary-paths-in-vox.rst
Co-Authored-By: halloleo <halloleo@users.noreply.github.com>
|
2018-11-28 11:34:25 +11:00 |
|
Jake Hedman
|
5c812fcc66
|
Add changelog item for --timings crash fix
|
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 |
|
Qiushi Pan
|
4684af2007
|
Add news for update _collapsed_pwd
|
2018-11-25 05:31:34 +09: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 |
|
Sagar Tewari
|
97acffb8b1
|
addressed issue 2929
|
2018-11-13 23:39:26 +05:30 |
|
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 |
|
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 |
|
Anthony Scopatz
|
351fa27d7c
|
fixed up dashing
|
2018-11-08 13:16:44 -05:00 |
|
Anthony Scopatz
|
3d7bda3ced
|
Updated CHANGELOG for 0.8.3
|
2018-11-07 14:00:14 -05:00 |
|
halloleo
|
5ecdb6c0dd
|
Create doco-xonsh-in-emacs.rst
|
2018-11-06 23:21:48 +11:00 |
|
Anthony Scopatz
|
dc1f02c232
|
added prelim support for annotation assignement
|
2018-11-02 19:12:06 -04:00 |
|
Anthony Scopatz
|
08364876b9
|
Merge pull request #2890 from jay-tuckey/master
Fixed output wording for bg command
|
2018-11-02 17:29:01 -04:00 |
|
Anthony Scopatz
|
0a7ce949ed
|
Merge branch 'master' of https://github.com/jay-tuckey/xonsh into jay-tuckey-master
|
2018-11-02 17:12:25 -04:00 |
|
Anthony Scopatz
|
e0e3c6d28c
|
run black
|
2018-11-02 17:09:21 -04:00 |
|
Anthony Scopatz
|
5e91e3e3f9
|
Merge pull request #2921 from laloch/fix-import-names
Fix import statement with trailing comma within parenthesis
|
2018-11-02 16:35:12 -04:00 |
|
Gil Forsyth
|
c74d1ea5f2
|
Add news item
|
2018-11-02 14:48:36 -04:00 |
|
Anthony Scopatz
|
3057b9dadf
|
Update fix-import-names.rst
|
2018-11-02 14:18:07 -04:00 |
|
Anthony Scopatz
|
fc64f31383
|
Merge pull request #2922 from laloch/filepath-to-logfile
make $XONSH_TRACEBACK_LOGFILE accept path objects
|
2018-11-02 14:16:50 -04:00 |
|
David Strobach
|
490fce7a58
|
add news entry
|
2018-11-02 17:24:14 +01:00 |
|
David Strobach
|
88be6864d2
|
test against PathLike instead of PurePath
|
2018-11-02 14:32:41 +01:00 |
|
David Strobach
|
350955f27f
|
make $XONSH_TRACEBACK_LOGFILE accept path objects
|
2018-11-02 14:26:47 +01:00 |
|
Anthony Scopatz
|
eec5fcc40d
|
Merge branch 'fix-use-of-formatargspec' of https://github.com/BoboTiG/xonsh into BoboTiG-fix-use-of-formatargspec
|
2018-11-01 15:39:50 -04:00 |
|
Mickaël Schoentgen
|
f351cbfc2b
|
Fix ResourceWarning: unclosed scandir iterator in imphooks.py
Using a set will consume the iterator and thus it will be closed
correctly.
|
2018-11-01 20:25:54 +01:00 |
|
Mickaël Schoentgen
|
34bfe9f0f8
|
Removed use of deprecated inspect.formatargspec() for inspect.signature()
|
2018-11-01 17:06:08 +01:00 |
|
Gil Forsyth
|
59966a62ec
|
Merge pull request #2917 from BoboTiG/fix-flake8-errors
Fix Flake8 errors
|
2018-11-01 11:56:18 -04:00 |
|
Mickaël Schoentgen
|
016ffd2278
|
Fix Flake8 errors
|
2018-11-01 16:36:32 +01:00 |
|
Nate Tangsurat
|
e8a6a2ffe5
|
docs: Deduplicate sections on sidebar page
Remove lots of duplicated sections already covered by index.
|
2018-10-31 20:37:29 -07:00 |
|
Anthony Scopatz
|
dca4a47715
|
Updated CHANGELOG for 0.8.2
|
2018-10-31 10:54:17 -04:00 |
|
Gil Forsyth
|
78b13924d4
|
Merge pull request #2902 from laloch/shell-attr
Test for value of __xonsh__.shell instead of its existence
|
2018-10-29 14:16:50 -04:00 |
|
Jakub Nowak
|
487a78c1cc
|
Update news/fstrenv.rst
Co-Authored-By: scopatz <scopatz@gmail.com>
|
2018-10-27 15:08:57 -07:00 |
|
David Strobach
|
f43f49eebc
|
Add news entry
|
2018-10-26 18:26:23 +02:00 |
|
Jay Tuckey
|
eb6d9921f8
|
Fixed broken rst
|
2018-10-21 15:48:16 +09:30 |
|
Jay Tuckey
|
efe01c0aa4
|
Moved wording fixes to their own function to avoid changing the function signature of fg and bg
|
2018-10-21 14:42:04 +09:30 |
|
Anthony Scopatz
|
c48d5308e0
|
fixed up fstring parsing
|
2018-10-20 14:07:18 -06:00 |
|
Anthony Scopatz
|
f4654fd1fb
|
single instance of string.Formatter
|
2018-10-20 12:22:59 -06:00 |
|
Anthony Scopatz
|
32ae582581
|
Updated CHANGELOG for 0.8.1
|
2018-10-18 11:05:51 -04:00 |
|
Anthony Scopatz
|
23246604de
|
Merge pull request #2888 from laloch/sudo-permission-error
Restore TEMPLATE.rst
|
2018-10-18 09:55:19 -04:00 |
|
David Strobach
|
e9186c9d50
|
Restore TEMPLATE.rst
|
2018-10-17 13:51:46 +02:00 |
|
Morten Enemark Lund
|
a3a0bf9621
|
Merge pull request #2887 from laloch/sudo-permission-error
Fix exception when trying to send SIGSTOP to finished sudo child
|
2018-10-17 08:44:14 +02:00 |
|
Gil Forsyth
|
03d436fd1d
|
Merge pull request #2884 from guillearch/master
Fixes #2877
|
2018-10-16 15:10:11 -04:00 |
|
Gil Forsyth
|
8f34aeb6b1
|
Merge pull request #2880 from michaelaye/patch-1
Patch 1
|
2018-10-16 15:09:27 -04:00 |
|
Gil Forsyth
|
bfd696788b
|
Merge pull request #2875 from xonsh/specidx
Spec Index
|
2018-10-16 15:08:44 -04:00 |
|
David Strobach
|
2c9d8bcc0f
|
Add a news entry
|
2018-10-16 20:20:48 +02:00 |
|