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
Anthony Scopatz
9703c934b1
Merge pull request #3728 from laloch/parser-emit-error
...
Propagate parser errors from production rules
2020-08-28 10:53:20 -05:00
Anthony Scopatz
0ee5d82afa
Merge pull request #3727 from laloch/vox-combo-actions
...
vox: Add combo new+activate and deactivate+rm actions
2020-08-28 10:50:54 -05:00
Anthony Scopatz
6b996b9c5f
Merge pull request #3730 from willsALMANJ/patch-2
...
Fix typo on index.html
2020-08-28 10:37:25 -05:00
willsALMANJ
fe347ef258
Fix typo on index.html
2020-08-28 11:27:41 -04:00
David Strobach
0e2846d66a
Use f-string as per the reviewer request
2020-08-28 16:53:45 +02:00
David Strobach
964504d3a7
Changelog entry
2020-08-28 16:53:45 +02:00
David Strobach
dc0b8a6839
black
2020-08-28 16:53:45 +02:00
David Strobach
dd4088b61d
vox: Add combo new+activate and deactivate+rm actions
...
Implemented via "vox new --activate" and "vox deactivate --remove".
2020-08-28 16:53:45 +02:00
David Strobach
0a923d7813
Changelog entry
2020-08-28 16:52:02 +02:00
David Strobach
d1bd9b1c1f
Propagate parser errors from production rules
2020-08-28 16:52:02 +02:00
Anthony Scopatz
07987c0836
Merge pull request #3729 from laloch/black-v19.10b0
...
Stick to Black v19.10b0 for now
2020-08-28 09:49:31 -05:00
David Strobach
80a9ba8b58
Stick to Black v19.10b0 for now
2020-08-28 16:20:22 +02:00
David Strobach
86f282a71b
Merge pull request #3726 from AstraLuma/rename
...
The Great Renaming of 2020
2020-08-28 16:03:54 +02:00