Commit graph

9315 commits

Author SHA1 Message Date
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
Jamie Bliss
d3e202ae23 Update to my current canonical email 2020-08-27 23:45:06 -04:00
Jamie Bliss
9160ddfe22 The Great Renaming of 2020 2020-08-27 23:43:20 -04:00
Anthony Scopatz
b30448b300
Merge pull request #3720 from laloch/pos-only-args
Add support for PEP 570 positional-only parameters
2020-08-26 23:20:02 -05:00
David Strobach
2eb5271fa0 Add PEP 570 pos-only parameters to lambda varargs 2020-08-27 03:28:44 +02:00
David Strobach
79eccc488c Fix pos-only parameters not requiring comma before slash
This fixes `def foo(x /, y):` being accepted as valid syntax.
2020-08-27 03:28:44 +02:00
David Strobach
b5575947ad Fix positional-only args test 2020-08-27 03:28:44 +02:00
David Strobach
af9c5b59bd Add support for PEP 570 positional-only arguments 2020-08-27 03:28:37 +02:00
David Strobach
1f2b92bd32 Changelog entry 2020-08-27 00:06:56 +02:00
Anthony Scopatz
17e56563a5
Merge pull request #3719 from laloch/return-star-expr
Add support for Python 3.8's starred expressions in return statement
2020-08-26 14:17:07 -05:00
David Strobach
5d64139b8f Add support for Python 3.8 star expressions in yield statement 2020-08-26 20:37:19 +02:00
David Strobach
fb664b3456 Fix starred return test 2020-08-26 20:32:53 +02:00
David Strobach
fca19d13fe Changelog entry 2020-08-26 20:32:44 +02:00
David Strobach
c9d45de556 Add support for Python 3.8 star expressions in return statement 2020-08-26 19:14:45 +02:00
Anthony Scopatz
5aed9ee5ca Updated CHANGELOG for 0.9.20 2020-08-26 11:58:11 -05:00
Anthony Scopatz
fd807a2529 bumped version to 0.9.20 2020-08-26 11:58:10 -05:00
Anthony Scopatz
718caa7d78 rm appveyor version bump 2020-08-26 11:58:01 -05:00
Anthony Scopatz
638f3cf75a Updated authorship for 0.9.20 2020-08-26 11:56:32 -05:00
Anthony Scopatz
60bcef4777 don't call asset 2020-08-26 11:56:16 -05:00
Anthony Scopatz
8a78a0394a some updates 2020-08-26 11:35:29 -05:00
David Strobach
2857db66da
Merge pull request #3718 from xonsh/black
black updates to tests and docs
2020-08-26 17:53:20 +02:00
David Strobach
bfa9967350
Merge pull request #3717 from xonsh/webconfig-up
updates to webconfig
2020-08-26 17:13:06 +02:00
Anthony Scopatz
f048b295d6 black updates to tests and docs 2020-08-26 10:10:59 -05:00
Anthony Scopatz
97f03cc4cc updates to webconfig 2020-08-26 09:56:50 -05:00
Bob Hyman
f5f799d20c Merge branch 'master' into is_3622 2020-08-25 22:54:28 -04:00
Bob Hyman
c4aaede00b Rewrite fix per code review, cleaner! 2020-08-25 16:17:34 -04:00
Bob Hyman
e4ce7a6d9c Merge branch 'master' into wizard-fail 2020-08-25 14:55:16 -04:00
Anthony Scopatz
5e9016561a
Merge pull request #3714 from laloch/fix-multi-if-comps
Fix list comprehensions with multiple if clauses
2020-08-25 10:56:40 -05:00
Bob Hyman
3cd269a701 Merge branch 'master' into is_3622 2020-08-24 20:47:59 -04:00
David Strobach
94246a2f8f Changelog entry 2020-08-25 01:35:05 +02:00
David Strobach
b0336dfbe5 Fix list comprehensions with multiple if clauses 2020-08-25 01:34:59 +02:00
Bob Hyman
e0d9ace4b0 fix commit list 2020-08-24 13:32:49 -04:00
Anthony Scopatz
1001603f96
Merge pull request #3710 from laloch/vox-env-fix-take2
vox: Fix virtual environment removal
2020-08-24 09:41:28 -05:00
Bob Hyman
f1d703d096 Merge branch 'master' into is_3622 2020-08-24 05:28:34 -04:00
Bob Hyman
59bb6b3b88 More getting started reorg 2020-08-24 04:46:25 -04:00
David Strobach
528d2f913a
Merge pull request #3700 from xonsh/unlocked
locked issue
2020-08-24 10:25:32 +02:00
David Strobach
f4794caef7 vox: Fix virtual environment removal
Virtual environment was impossible to delete after
activation/deactivation cycle.
2020-08-23 20:49:32 +02:00
Anthony Scopatz
88645cbce4
Merge pull request #3709 from laloch/vox-env-fix
Restore vox functionality
2020-08-23 10:11:46 -05:00