Commit graph

8799 commits

Author SHA1 Message Date
Jerzy Drozdz
b37675a6e8
Loading rc in non-interactive login shell (#3422)
* Setting -l flag loads environment on non-interactive shell
* Added checking dash existance in sys.argv[0]
* Fixed -a switch behaviour
* Added tests for xexec
* Added test for python<3.7 on Windows
* Testing non existent command with mocked execvpe
2020-03-01 12:56:23 -05:00
Gil Forsyth
1b1c668049
Merge pull request #3464 from dyuri/issue_3055
Fix for `AttributeError` in `LsColors` when `XonshSession` has no `en…
2020-03-01 12:18:20 -05:00
Anthony Scopatz
97ab8d4c72
Merge pull request #3462 from anki-code/master
XONSH_TRACE_SUBPROC
2020-02-29 16:36:23 -05:00
anki-code
dad30a2f44 fix 2020-02-29 01:34:21 +03:00
anki-code
7a8be80473 fix 2020-02-29 01:24:13 +03:00
anki-code
ff67cdcbcd Merge branch 'master' of https://github.com/xonsh/xonsh 2020-02-29 01:18:32 +03:00
anki-code
00d164f249 black 2020-02-29 01:10:43 +03:00
anki-code
4103bf8ce7 XONSH_TRACE_SUBPROC 2020-02-29 00:11:34 +03:00
Anthony Scopatz
655dd76ed1 Updated CHANGELOG for 0.9.14 2020-02-28 16:07:39 -05:00
Anthony Scopatz
59e6e7362c bumped version to 0.9.14 2020-02-28 16:07:38 -05:00
Anthony Scopatz
f61a6f960b Updated authorship for 0.9.14 2020-02-28 16:07:38 -05:00
Anthony Scopatz
27c26f403e author fixes 2020-02-28 16:07:10 -05:00
Anthony Scopatz
d295ee6dd6
Merge pull request #3403 from adqm/umask
add umask command
2020-02-28 15:44:50 -05:00
Anthony Scopatz
5bdd7eb545 bugfix 2020-02-28 15:26:47 -05:00
Anthony Scopatz
d5e79d14e0
Merge pull request #3441 from astronouth7303/fix-imphooks-get_source
Fix get_source()
2020-02-28 15:22:54 -05:00
Anthony Scopatz
90928e8cd4 some cleanup and news 2020-02-28 15:22:15 -05:00
Anthony Scopatz
f4cc20821d
Merge pull request #3413 from bobhy/ls-color
Ls color - Colorize file names in subproc mode command lines.
2020-02-28 15:13:41 -05:00
Anthony Scopatz
8b807b0d87 apply universal newlines on windows 2020-02-28 15:12:25 -05:00
Anthony Scopatz
97bcf9fa48
Merge branch 'master' into ls-color 2020-02-28 14:50:28 -05:00
Anthony Scopatz
2fdd22d9fe
Merge pull request #3460 from laloch/pyghooks-whitespace
XonshLexer: skip leading whitespace
2020-02-28 14:28:20 -05:00
David Strobach
b31ab8504e XonshLexer: skip leading whitespace
Pygments lexer yields an extra whitespace token for inputs with leading
whitespase. This probably was not a problem for PTK2/Pygments, but breaks
command line rendering on PTK3.
2020-02-28 19:15:56 +01:00
Jamie Bliss
777bdc7309
Merge pull request #3451 from anki-code/patch-1
Add useful tricks with Path object to the tutorial
2020-02-23 13:28:31 -05:00
anki-code
cd6cf6433d
Path object allows do some tricks with paths 2020-02-23 19:42:32 +03:00
Morten Enemark Lund
47dfed9a51
Merge pull request #3447 from anki-code/master
Tutorial: note about $UPDATE_OS_ENVIRON
2020-02-20 07:08:30 +01:00
anki-code
51129f7494
sphinx's reference system 2020-02-17 13:40:10 +03:00
anki-code
98d41e4fa0
To update os.environ set $UPDATE_OS_ENVIRON to True. 2020-02-17 11:50:22 +03:00
Morten Enemark Lund
e062afbf3c
Merge pull request #3440 from astronouth7303/docs-containers
Add some docs about the xonsh containers
2020-02-14 20:10:50 +01:00
Jamie Bliss
15c5db0466 docs/containers: Syntax fixups 2020-02-14 11:02:10 -05:00
Bob Hyman
94ac8f67f5
black-fix - split from ls_color for separate review (#3431)
* black-fix - split from ls_color for separate review
2020-02-14 09:09:34 -05:00
Jamie Bliss
5584f818f2
Merge pull request #3434 from marciomazza/patch-1
Fix typo
2020-02-11 14:10:33 -05:00
Jamie Bliss
5087ca0378 Add test 2020-02-11 13:37:20 -05:00
Jamie Bliss
370972e3ec Add news 2020-02-11 13:31:30 -05:00
Jamie Bliss
9f04d428a9 imphooks: Fix get_source()
get_source() takes a dotted module name, not a file path.
2020-02-11 13:28:01 -05:00
Jamie Bliss
d79ca7d6d6 Add some docs about the xonsh containers 2020-02-11 12:57:08 -05:00
Gil Forsyth
c565ddcd28 Merge pull request #3428 from drmikecrowe/3427-fix-vc-prompt-color
3427 fix vc prompt color
2020-02-09 12:30:03 -05:00
Gil Forsyth
3cd4467102 Merge pull request #3436 from astronouth7303/news-container-interactive
Add news item for the new container.
2020-02-09 12:27:36 -05:00
Jamie Bliss
808fb380e9 Merge pull request #3438 from anki-code/master
xxh is for using xonsh wherever you go through the ssh.
2020-02-08 18:35:27 -05:00
Mike Crowe
11e760a966 "Adding test to validate additional color stripping." 2020-02-08 18:31:53 -05:00
anki-code
1c4f4339af Projects that use xonsh: xxh 2020-02-09 02:18:18 +03:00
Mike Crowe
a647587421 Fixing rst for tests to pass 2020-02-06 07:19:46 -05:00
Mike Crowe
9be73ca669 Merge branch 'master' into 3427-fix-vc-prompt-color 2020-02-06 06:31:26 -05:00
Jamie Bliss
793ed9cc65 Add news item for the new container. 2020-02-05 16:00:13 -05:00
Marcio Mazza
0d1a761ad2
Fix typo 2020-02-05 19:38:52 +01:00
Mike Crowe
ac6bd626ac Merge branch '3427-fix-vc-prompt-color' of https://github.com/drmikecrowe/xonsh into 3427-fix-vc-prompt-color 2020-02-05 06:52:53 -05:00
Mike Crowe
584b4467b5 "Updating news format per PR request" 2020-02-05 06:46:00 -05:00
Mike Crowe
c2c23f1806 "Updated per PR request" 2020-02-05 06:44:03 -05:00
Gil Forsyth
8bbefebef3
Merge pull request #3432 from astronouth7303/autovox-fix-olddir
autovox: Fix algorithm to cd correctly
2020-02-04 18:44:48 -05:00
Jamie Bliss
c6277de544 actually fill in news 2020-02-03 13:55:42 -05:00
Jamie Bliss
3f31d30ad3 news item 2020-02-03 13:31:17 -05:00
Jamie Bliss
66d133952d autovox: Fix algorithm to cd correctly 2020-02-03 13:25:06 -05:00