anki-code
4b65af2814
New xontrib-output-search ( #3538 )
...
Co-authored-by: anki-code <anki-code>
2020-04-26 18:57:10 -04:00
Bob Hyman
53bfe8c99c
Add ptk3 ( #3521 )
...
* delete package ptk; rename ptk2 to ptk_shell.; leave ptk2 as alias for ptk_shell.
* SHELL_TYPE "prompt_toolkit" only; remove ptk1 specific behavior.
* Doc updates: eliminate reference to prompt-toolkit < 2.0
* update requirements files ptk>=2; test shell_style="none"
* fix ptk2 stub per code review
* Add ptk2 to list of packages to install.
2020-04-18 10:44:27 -04:00
Anthony Scopatz
da7bd1105b
Updated CHANGELOG for 0.9.17
2020-04-08 14:01:13 -05:00
David Strobach
f2299e5e23
News entry
2020-04-08 20:16:35 +02:00
David Strobach
ee1486f533
News entry
2020-04-08 18:34:47 +02:00
Gil Forsyth
9ee607aa26
Add PRs to event triggers for github actions
2020-04-08 12:06:42 -04:00
Anthony Scopatz
7e1b0997ae
Merge pull request #3467 from xonsh/gforsyth-patch-1
...
Create xonshpytest.yml
2020-04-08 10:00:04 -05:00
Morten Enemark Lund
54a34494e3
Merge pull request #3494 from laloch/fix-background-operator
...
Do not handle ampersand as an argument in subprocess mode
2020-04-08 07:11:39 +02:00
Morten Enemark Lund
c37818d4b4
Merge pull request #3483 from xonsh/runthis
...
runthis
2020-04-07 22:48:48 +02:00
David Strobach
d49335174c
Merge branch 'master' into fix-background-operator
2020-04-07 22:39:42 +02:00
David Strobach
200544c8e3
add news entry
2020-04-07 20:23:00 +02:00
Gil Forsyth
fc2361b875
Set up Github Actions to handle CI
...
* Tweak env names for easier templating
* Add condarc file to force conda-forge
* Run xonsh as module to avoid windows PATH issues
2020-04-07 11:20:23 -04:00
Gil Forsyth
6def5aa46d
Updated CHANGELOG for 0.9.16
2020-04-07 08:59:44 -04:00
Morten Enemark Lund
40d181d43a
Add changelog entry
2020-04-07 10:21:40 +02:00
Anthony Scopatz
b00fad96b0
Merge pull request #3497 from laloch/unthread-xdg-open
...
Unthread xdg open
2020-04-01 14:48:22 -05:00
David Strobach
da0dc54849
news entry
2020-04-01 21:36:32 +02:00
David Strobach
58e5b417ee
news entry
2020-04-01 03:09:12 +02:00
Bob Hyman
65e639eb88
Merge branch 'master' into is3474
2020-03-29 16:14:54 -04:00
Anthony Scopatz
a06ad1fefd
Merge pull request #3484 from laloch/abbrevs
...
Add fish-like command abbreviations
2020-03-25 17:06:53 -05:00
David Strobach
4e224f62db
news entry
2020-03-25 19:33:30 +01:00
Chris Lasher
29a11d9a9c
Register xontrib-pyenv in list of available xontribs. ( #3485 )
...
* Register xontrib-pyenv in list of available xontribs.
* Add missing news item.
2020-03-21 20:12:43 -04:00
Anthony Scopatz
0942d7b3d7
runthis
2020-03-19 23:05:18 -05:00
Anthony Scopatz
ade5b886b6
Updated CHANGELOG for 0.9.15
2020-03-19 15:38:46 -05:00
Anthony Scopatz
feeb6315cc
Merge pull request #3482 from laloch/execx-evalx-newline
...
Fix execx / evalx trailing newline
2020-03-19 11:50:33 -04:00
David Strobach
f395bfbd1b
news entry
2020-03-19 11:44:25 +01:00
Noortheen Raja
0851866ebf
feat: add HISTCONTROL(erasedups) support to sqlite backend
...
fixes part of !3478
2020-03-19 12:58:31 +05:30
Noortheen Raja
419c854eea
update docs - running pylint for specific files
2020-03-15 20:43:56 +05:30
Bob Hyman
9fe865169e
color_files() never returns None for token.
2020-03-14 23:03:11 -04:00
Gabriel Vogel
e3fccaef46
add news file
2020-03-11 01:23:51 +01:00
anki-code
19195cbf71
news
2020-03-04 12:49:38 +03:00
Samuel Lotz
db9e464e53
adds news file for changes
2020-03-03 12:37:18 -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
1aebb95ef8
Remove test reordering in pytest plugin
2020-03-02 21:42:14 +01:00
anki
7d07ddcf29
typo
2020-03-02 14:49:48 +03:00
anki
2f6c4efc30
news
2020-03-02 14:04:45 +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
anki-code
dad30a2f44
fix
2020-02-29 01:34:21 +03:00
anki-code
ff67cdcbcd
Merge branch 'master' of https://github.com/xonsh/xonsh
2020-02-29 01:18:32 +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
d295ee6dd6
Merge pull request #3403 from adqm/umask
...
add umask command
2020-02-28 15:44:50 -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
97bcf9fa48
Merge branch 'master' into ls-color
2020-02-28 14:50:28 -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
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
370972e3ec
Add news
2020-02-11 13:31:30 -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