Bob Hyman
26475146e2
Flake8 1 ( #3550 )
...
* flake8 fixes -- tests only
* fix ci failure
* integrate fix from is_3551 so tests will pass.
* Update tests/test_builtins.py
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-05-05 06:42:28 -04:00
anki-code
6a67cbe646
xontrib-prompt-bar and xontrib-pipeliner ( #3558 )
...
* Fix #3519
* xontrib-prompt-bar
* xontrib-pipeliner
* pypi
Co-authored-by: anki-code <anki-code>
2020-05-05 06:39:33 -04:00
anki-code
292d292d65
Fix #3519 ( #3546 )
...
Co-authored-by: anki-code <anki-code>
2020-05-01 07:35:50 -04:00
Gil Forsyth
80cf826961
Mark flaky test ( #3556 )
2020-04-30 20:47:23 -04:00
Bob Hyman
9aa4d4803c
fix test case for convert_macro_arg ( #3552 )
...
* fix test case for convert_macro_arg
* fix test case for convert_macro_arg
2020-04-30 20:31:45 -04:00
Noorhteen Raja J
8e6d2fae7d
feat: added xontrib for directory history navigation ( #3533 )
...
closes #3530
2020-04-30 20:29:56 -04:00
anki-code
fe06b3d82a
Update appimage.rst ( #3535 )
...
* Update appimage.rst
* news
* run
Co-authored-by: anki-code <anki-code>
2020-04-30 20:28:06 -04:00
Marduk Bolaños
d6f5e2e5bd
Use UTF-8 encoding to write .xonshrc with webconfig ( #3543 )
...
* Use UTF-8 encoding to write .xonshrc with webconfig
Solves #3542 .
* Create utf8.rst
2020-04-30 20:26:48 -04:00
anki-code
e1e7d27081
Add $XONSH_TRACE_SUBPROC to the tutorial ( #3540 )
...
* New xontrib-output-search
* $XONSH_TRACE_SUBPROC in the tutorial #3539
* $XONSH_TRACE_SUBPROC in the tutorial #3539
* news
* trace alternative
Co-authored-by: anki-code <anki-code>
2020-04-30 20:18:28 -04:00
Jamie Bliss
4bb091a4d6
Update reference to xontrib cookiecutter repo ( #3549 )
2020-04-30 18:48:59 -04: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