Commit graph

8823 commits

Author SHA1 Message Date
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
David Strobach
6e6de74000
Merge pull request #3507 from xonsh/pinsphinx
Pin `sphinx` so the docs don't break
2020-04-07 17:15:07 +02:00
Gil Forsyth
f01d3a2b7b
Pin sphinx so the docs don't break 2020-04-07 09:36:29 -04:00
Gil Forsyth
6def5aa46d Updated CHANGELOG for 0.9.16 2020-04-07 08:59:44 -04:00
Gil Forsyth
5d3c50488e bumped version to 0.9.16 2020-04-07 08:59:44 -04:00
Gil Forsyth
a8362c1959 Updated authorship for 0.9.16 2020-04-07 08:59:43 -04:00
David Strobach
4b8db788d6
Merge pull request #3505 from xonsh/win_scandir
Fix Windows bug when PATH entries has trailing spaces
2020-04-07 13:53:44 +02:00
Morten Enemark Lund
0c9e8b281f Use os.path methods 2020-04-07 10:36:46 +02:00
Morten Enemark Lund
40d181d43a Add changelog entry 2020-04-07 10:21:40 +02:00
Morten Enemark Lund
279615f642 Fix win bug with scandir and trailing space 2020-04-07 10:19:54 +02:00
David Strobach
b7265fcd97
Merge pull request #3500 from dyuri/ssh_agent_to_github
xontrib-ssh-agent moved to github
2020-04-04 15:08:23 +02:00
Gyuri Horak
ed039d684f xontrib-ssh-agent moved to github (due to end of mercurial support on bitbucket) 2020-04-04 09:51:58 +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
934db13168 Unthread xdg-open. 2020-04-01 21:34:05 +02:00
Anthony Scopatz
cc66400cfd
Merge pull request #3477 from bobhy/is3474
color_files() never returns None for token;
2020-04-01 13:36:34 -05:00
Morten Enemark Lund
0d8c0b613a
Merge pull request #3492 from laloch/abbrevs-completions-confirm
abbrevs: do not handle return key while a completion is selected
2020-03-31 14:17:24 +02:00
David Strobach
7e2b8105fa abbrevs: do not handle return key while a completion is selected 2020-03-30 20:05:38 +02:00
Bob Hyman
65e639eb88 Merge branch 'master' into is3474 2020-03-29 16:14:54 -04:00
Bob Hyman
bd313eef53 Fix test case for changing or deleting colors 2020-03-29 16:05:10 -04:00
Morten Enemark Lund
3d795b85ca
Merge pull request #3490 from laloch/abbrevs-whole-words
abbrevs: only trigger completion if the word is preceded by space
2020-03-28 17:52:14 +01:00
David Strobach
e7df18840d abbrevs: only trigger completion if the word is preceded by space 2020-03-27 23:12:34 +01:00
Jamie Bliss
78de276032
Merge pull request #3489 from laloch/fix-abbrevs
abbrevs: fix possible exception and do some cleanup
2020-03-25 19:00:48 -04:00
David Strobach
9978f6bdd7 abbrevs: fix possible exception and do some cleanup 2020-03-25 23:36:29 +01: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
20578fe806 black 2020-03-25 22:45:12 +01:00
David Strobach
6d1713c423 abbrevs: move abbrevs dict to the session context 2020-03-25 22:42:35 +01:00
David Strobach
43a4b9b66a abbrevs: fix ptk2 2020-03-25 20:46:41 +01:00
David Strobach
947fa2d0b5 abbrevs: don't overwrite the dictionary if it already exists 2020-03-25 20:35:19 +01:00
David Strobach
e5621ef369 add some docs 2020-03-25 20:12:30 +01:00
David Strobach
4e224f62db news entry 2020-03-25 19:33:30 +01:00
David Strobach
76633b0e47 abbrevs: do not expand within strings 2020-03-25 18:29:05 +01:00
David Strobach
43f15fb5e2 abbrevs: only expand whole words on return key press 2020-03-25 18:02:02 +01:00
David Strobach
32b093b422 abbrevs: add handler for return key 2020-03-25 17:30:28 +01:00
David Strobach
d619127503 Add fish-like command abbreviations 2020-03-25 14:59:50 +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
ade5b886b6 Updated CHANGELOG for 0.9.15 2020-03-19 15:38:46 -05:00
Anthony Scopatz
b49622215a bumped version to 0.9.15 2020-03-19 15:38:46 -05:00
Anthony Scopatz
e55101a5e2 Updated authorship for 0.9.15 2020-03-19 15:38:46 -05:00
Anthony Scopatz
d8ffeeead8 anki email 2020-03-19 15:37:35 -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
Anthony Scopatz
2e58f6f1df
Merge pull request #3479 from jnoortheen/master
feat: add HISTCONTROL(erasedups) support to sqlite backend
2020-03-19 11:48:27 -04:00
David Strobach
702bd2acc3 Add execx/evalx EOL tests 2020-03-19 11:56:11 +01:00
David Strobach
60f87bc1ba test tools: remove input sanitization from test function 2020-03-19 11:54:56 +01:00
David Strobach
f395bfbd1b news entry 2020-03-19 11:44:25 +01:00
David Strobach
8ecbb847af execx, evalx: fix handling of trailing newline
execx and evalx now handle trailing newline character in the same
way Python exec and eval do.
2020-03-19 11:42:38 +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
Anthony Scopatz
78b2121130
Merge pull request #3480 from jnoortheen/update-pylint-doc
update docs - running pylint for specific files
2020-03-15 17:30:43 -04:00
Noortheen Raja
419c854eea update docs - running pylint for specific files 2020-03-15 20:43:56 +05:30
Bob Hyman
e74a920a64 Merge branch 'is3474' of https://github.com/bobhy/xonsh into is3474 2020-03-14 23:06:18 -04:00