Commit graph

8869 commits

Author SHA1 Message Date
Gabriel Vogel
88dd7e5306 fix behavior of 'cd -P' 2020-03-11 01:06:59 +01:00
Jamie Bliss
ea53a957c2
Merge pull request #3470 from anki-code/master
readme: xxh new repo name
2020-03-04 10:46:59 -05:00
anki-code
19195cbf71 news 2020-03-04 12:49:38 +03:00
anki-code
65363331bf xxh new repo name 2020-03-04 12:46:38 +03:00
Anthony Scopatz
e2236551e9
Merge pull request #3469 from salotz/master
editor suport docs page, with emacs mode
2020-03-03 13:08:22 -05:00
Samuel Lotz
a8f49c1c4e changes link to be directly to the xonsh package 2020-03-03 12:44:06 -05:00
Samuel Lotz
db9e464e53 adds news file for changes 2020-03-03 12:37:18 -05:00
Samuel Lotz
6db463cda4 adds emacs mode configuration to docs 2020-03-03 12:30:33 -05:00
Anthony Scopatz
e186db74d7
Merge pull request #3468 from xonsh/pytest_order
Remove test reordering in pytest plugin
2020-03-03 11:22:37 -05:00
Anthony Scopatz
117c9f5e38 fix flax error 2020-03-03 11:00:11 -05:00
Morten Enemark Lund
8a3f0788a2 Update news description 2020-03-03 11:05:06 +01:00
Morten Enemark Lund
bf7754b286 Rename news file 2020-03-03 11:03:25 +01:00
Morten Enemark Lund
3c432c30a1 Move xsh tests first without messing up the order 2020-03-03 11:03:10 +01:00
Morten Enemark Lund
1aebb95ef8 Remove test reordering in pytest plugin 2020-03-02 21:42:14 +01:00
Anthony Scopatz
2bdd5e7e25
Merge pull request #3466 from anki-code/master
trace subproc: fix pipeline case
2020-03-02 08:00:52 -05:00
anki
7d07ddcf29 typo 2020-03-02 14:49:48 +03:00
anki
2f6c4efc30 news 2020-03-02 14:04:45 +03:00
anki
d9ed11e28f Merge branch 'master' of https://github.com/xonsh/xonsh 2020-03-02 13:59:17 +03:00
anki-code
8ff28814c5
fix pipeline case 2020-03-02 13:56:13 +03:00
Anthony Scopatz
2e30f330c0
Exitcode (#3465) 2020-03-01 15:06:33 -05:00
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