Commit graph

9415 commits

Author SHA1 Message Date
anki-code
668197cda6
Update xonsh.appdata.xml 2020-09-11 03:45:32 +03:00
anki-code
cbbf9becb8
Create appimage_doc.rst 2020-09-11 03:37:59 +03:00
anki-code
b7d7397988
Update appimage.rst 2020-09-11 03:34:14 +03:00
Morten Enemark Lund
267c0d5bc2
Merge pull request #3697 from dannysepler/shift-arrow
Add shift selection from prompt-toolkit
2020-09-10 21:09:02 +02:00
Danny Sepler
f451535631 Should be able to paste over text as well 2020-09-09 22:58:33 -04:00
Danny Sepler
2a1b9f4d41 Add shift selection from prompt-toolkit 2020-09-09 22:58:33 -04:00
Anthony Scopatz
449d9db624 black 2020-09-09 16:52:46 -07:00
Anthony Scopatz
a899553ab8 conda-suggest 2020-09-09 16:48:52 -07:00
Anthony Scopatz
b87a5d6bb6
Merge pull request #3745 from laloch/simple-variables
Add optional variable initializers preceding command
2020-09-09 14:40:45 -07:00
Anthony Scopatz
94e0f42939
Merge pull request #3747 from anki-code/patch-2
xontrib-argcomplete
2020-09-09 14:21:14 -07:00
Bob Hyman
d0096fb655 Test cases, news and fix one bug. 2020-09-08 14:44:26 -04:00
Bob Hyman
a9048d2841 Allow "ANSICON", "TERM", "VIRTUAL_ENV" registered envvars to not be in env. 2020-09-07 20:39:35 -04:00
anki-code
42b63ffe65
xontrib-argcomplete 2020-09-07 19:09:50 +03:00
anki-code
01fe69f9e4
xontrib-argcomplete 2020-09-07 19:06:34 +03:00
David Strobach
3f56956984 Update docs 2020-09-05 17:35:23 +02:00
David Strobach
6e405d138b Add variable assignments from subprocess results 2020-09-04 21:55:18 +02:00
David Strobach
76cd2ea43e Add test for leading variable initialization 2020-09-04 21:55:12 +02:00
David Strobach
44bd28eb99 Add one-shot variable assignments
Adds optional variable initializers preceeding subprocess command
($FOO = "foo" bash -c r"echo $FOO").
2020-09-04 18:42:18 +02:00
David Strobach
2fb8b21e25 Changelog entry 2020-09-04 18:24:52 +02:00
Anthony Scopatz
09b3e8143e Updated CHANGELOG for 0.9.21 2020-09-02 14:58:52 -05:00
Anthony Scopatz
7f97254476 bumped version to 0.9.21 2020-09-02 14:58:52 -05:00
Anthony Scopatz
d8e997dc94 Updated authorship for 0.9.21 2020-09-02 14:58:52 -05:00
Anthony Scopatz
8ae926a6fe author update 2020-09-02 14:58:36 -05:00
Anthony Scopatz
4c8d5ee6c9
Merge pull request #3735 from bobhy/is_3622
Add pip install xonsh [full] and rewrite install doc
2020-09-01 21:37:47 -05:00
Bob Hyman
6f549ca6c3 Doc updates per review 2020-09-01 20:35:10 -04:00
Bob Hyman
92ee51a81e Merge branch 'master' into is_3622 2020-09-01 18:27:18 -04:00
Anthony Scopatz
582b5a729a
Merge pull request #3737 from laloch/docker-pytest
Add --pytest argument to xonsh-in-docker script
2020-09-01 09:46:24 -05:00
David Strobach
4749cd5bff Changelog entry 2020-09-01 15:13:01 +02:00
Anthony Scopatz
c234af74f9
Merge pull request #3733 from dannysepler/unpin-sphinx
Unpin sphinx from 2.4.4
2020-08-31 21:56:06 -05:00
Anthony Scopatz
6019f38a8d
Merge pull request #3736 from laloch/run-in-python39
Run in Python 3.9
2020-08-31 20:52:46 -05:00
Anthony Scopatz
4a0d0c7897
Merge pull request #3740 from laloch/fix-video
Fix video playback on xon.sh landing page
2020-08-31 10:42:00 -05:00
David Strobach
7e2fed244c Fix video playbach on xon.sh landing page
This fixes browsers complaining about "Refused to display
'https://www.youtube.com/watch?v=uaje5I22kgE&feature=youtu.be'
in a frame because it set 'X-Frame-Options' to 'sameorigin'."
We need to expand the shortened youtu.be link ourselves in order
to be able to play it within an iframe.
2020-08-31 13:41:46 +02:00
David Strobach
82eeaf6cca Add --pytest argument to xonsh-in-docker script
Automates pytest installation into the docker container.
2020-08-30 19:51:04 +02:00
David Strobach
9890a8e66c Changelog entry 2020-08-30 19:17:07 +02:00
David Strobach
040b5abfc9 Make Xonsh run in Python 3.9 2020-08-30 19:14:14 +02:00
Bob Hyman
98e6d6a6d1 news! 2020-08-29 17:52:19 -04:00
Danny Sepler
47cb4118a9 no news entry 2020-08-29 13:49:54 -04:00
Danny Sepler
7e0c3073df Stop pinning sphinx 2020-08-29 13:45:10 -04:00
Bob Hyman
6f59dfa2e6 Merge branch 'master' into is_3622 2020-08-29 13:36:15 -04:00
Bob Hyman
eb2b8f5791 Config rewrite; move platform guides into tips and tricks 2020-08-29 13:34:52 -04:00
Anthony Scopatz
d3a0a1c66e
Merge pull request #3732 from laloch/fix-vox-test
tests: Add VIRTUAL_ENV key to DummyEnv
2020-08-29 10:28:47 -05:00
David Strobach
a9f8f5cb7e
Merge pull request #3731 from mariusvniekerk/fixed-incorrect-env-var-doc
Fixed incorrect reference to XONSH_HIST_SIZE
2020-08-29 16:42:07 +02:00
David Strobach
00aeb7645a tests: Add VIRTUAL_ENV key to DummyEnv
Needed by test_vox.py.
2020-08-29 16:39:14 +02:00
Bob Hyman
f034d3dc06 Merge branch 'master' into is_3622 2020-08-28 23:15:03 -04:00
Marius van Niekerk
5157345282
Fixed incorrect reference to XONSH_HIST_SIZE 2020-08-28 16:45:07 -04:00
Anthony Scopatz
ee3258e1aa
Merge pull request #3723 from laloch/non-default-follows-default
Raise error if non-default argument follows default argument
2020-08-28 11:11:04 -05:00
David Strobach
711c399684 Use _set_error instead of _parser_error to raise error in parser 2020-08-28 17:55:05 +02:00
David Strobach
b2c2125cfc Changelog entry 2020-08-28 17:55:05 +02:00
David Strobach
f9f485f25d Add tests for args non-default following default 2020-08-28 17:55:05 +02:00
David Strobach
8a6d89fde8 Raise syntax error if non-default argument follows default argument 2020-08-28 17:55:05 +02:00