Commit graph

8860 commits

Author SHA1 Message Date
anki-code
f4095b4da3 rever appimage 2020-05-03 01:04:23 +03:00
anki-code
4b65af2814
New xontrib-output-search (#3538)
Co-authored-by: anki-code <anki-code>
2020-04-26 18:57:10 -04:00
Jamie Bliss
ce9b3d3c10
Merge pull request #3537 from manor/patch-1
Typo in WELCOME_MSG
2020-04-26 16:17:30 -04:00
Manor Askenazi
167c391420
Typo in WELCOME_MSG 2020-04-25 18:21:05 -04:00
Jamie Bliss
a859950875
Merge pull request #3528 from xonsh/gh_actions_osx_oncemorewithfeeling
Add OSX to gh actions matrix
2020-04-22 14:14:25 -04:00
Gil Forsyth
3a09f3b936
Add OSX to gh actions matrix 2020-04-20 12:24:12 -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
Raphael Das Gupta
3a232c6782
make comments easier to comprehend (#3517)
Make comments in the test_multiline_...-testcases easier to comprehend
by using correct grammar and spelling and by stating more relevant aspects.

Comment on test parameters with inline instead of block comments,
as this makes it easier to associate code lines with comments,
without having to resort to additional blank lines for separation.
2020-04-15 14:14:24 -04:00
Anthony Scopatz
da7bd1105b Updated CHANGELOG for 0.9.17 2020-04-08 14:01:13 -05:00
Anthony Scopatz
d270333844 bumped version to 0.9.17 2020-04-08 14:01:13 -05:00
Anthony Scopatz
a1582b91fa Updated authorship for 0.9.17 2020-04-08 14:01:13 -05:00
Anthony Scopatz
ec48aae939
Merge pull request #3513 from laloch/autovox-fstrings
Make autovox work with Python 3.5
2020-04-08 13:39:37 -05:00
David Strobach
f2299e5e23 News entry 2020-04-08 20:16:35 +02:00
David Strobach
98bd6b6a48 Make autovox work with Python 3.5
We still can't use f-strings because of Python 3.5 support.
2020-04-08 20:13:12 +02:00
Anthony Scopatz
d86cea184b
Merge pull request #3512 from laloch/fix-captured-inject
Fix @$() subprocess operator
2020-04-08 12:05:04 -05:00
David Strobach
ee1486f533 News entry 2020-04-08 18:34:47 +02:00
David Strobach
940713f7f8 Add @$() tests 2020-04-08 18:34:47 +02:00
David Strobach
20196ac2a1 Allow for using @$() operator without leading and trailing whitespace 2020-04-08 18:34:47 +02:00
David Strobach
b6ec145fa6 Fix @$() subprocess operator
@$() operator now removes trailing newline characters from
multiline command output.
2020-04-08 18:34:47 +02:00
Morten Enemark Lund
789f4d2e96
Merge pull request #3511 from xonsh/github_actions_PRs
Add PRs to event triggers for github actions
2020-04-08 18:28:24 +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
Gil Forsyth
196e0159bc
Re-enable travis OSX checks 2020-04-08 10:16:12 -04: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
Gil Forsyth
4466f12c45
Check if it's just OSX that's flaky 2020-04-07 18:45:29 -04:00
David Strobach
222472d015 Fix ampersand parameter test 2020-04-07 23:48:22 +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
Morten Enemark Lund
d8f6f66772
Merge pull request #3509 from laloch/fix-executables_in
Fix executables_in() exception on Windows
2020-04-07 22:11:46 +02:00
David Strobach
200544c8e3 add news entry 2020-04-07 20:23:00 +02:00
David Strobach
1c8498a522 Fix executables_in() exception on Windows
os.stat() on Windows seems to strip the spaces off the path
parameter, so noone can be sure the path does really exist.
2020-04-07 19:57:53 +02:00
Gil Forsyth
c49b0561f5
Bump timeout to 15s 2020-04-07 11:52:50 -04:00
Gil Forsyth
8b43a2dfc3
Remove a bunch of existing CI checks
* Removes all circle jobs
* Removes all travis jobs except for the doc builds
* Removes appveyor jobs except for MSYS2
* Removes all azure pipelines jobs

Signed-off-by: Gil Forsyth <gil@forsyth.dev>
2020-04-07 11:20:29 -04: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
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
David Strobach
eb975f6666 add some tests 2020-04-07 15:07:24 +02: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