Lysandros Nikolaou
a79936d03c
PEP 617: Move metagrammar after explanation of operators ( #1372 )
2020-04-17 21:21:52 +01:00
Guido van Rossum
66f99d8cb8
PEP 617: Remove redundant 'the'
2020-04-16 19:58:40 -07:00
Inada Naoki
9c0fb2a445
PEP 597 3rd edition. ( #1368 )
2020-04-17 08:34:21 +09:00
Brett Cannon
f0fe7c4730
Add a missing comma to PEP 617
2020-04-16 15:16:52 -07:00
cdjc
caf21bf2b8
Update pep-0505.rst ( #1370 )
...
Fix missing `
2020-04-15 20:22:00 -07:00
Lysandros Nikolaou
68c54982c4
PEP 617: Change migration plan; default to pegen in 3.9a6 ( #1369 )
2020-04-15 16:31:38 -07:00
Łukasz Langa
3c1b60c158
[pep-0585] Mark as accepted
2020-04-15 13:32:17 +02:00
Brian Skinn
4f52dadab6
Update pep-0013.rst ( #1365 )
...
Update the most-recent-election PEP reference to the current PEP 8101.
2020-04-14 08:54:33 -07:00
Jeff Allen
adb5173eb1
PEP 617: Clean-up of LL(1) section ( #1363 )
...
Numerous small changes to improve readability of the LL(1) background: idiomatic usage improved, sentences split, clearer expression of certain ideas. Emphasis that the LL(1) constraint obscures the meaning of the grammar.
Fixes #1362
2020-04-07 12:57:39 -07:00
Guido van Rossum
aac58d4c99
PEP 596: Release 3.9.0 alpha 5 happened as scheduled ( #1360 )
2020-04-06 02:06:14 +02:00
Pradyun Gedam
0771dd31cc
Mark PEP 518 as Final ( #1358 )
2020-04-06 08:24:22 +10:00
Guido van Rossum
ab92c4ddab
PEP 617: Add section on rejected alternatives ( #1359 )
2020-04-05 15:05:47 -07:00
Pablo Galindo
75f841a0fb
PEP 617: Expand the section about actions to cover Python-based actions ( #1357 )
...
* PEP 617: Expand the section about actions to cover Python-based actions
* Update pep-0617.rst
Co-Authored-By: Guido van Rossum <gvanrossum@gmail.com>
* Convert rules to new format for alternatives
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
2020-04-05 14:59:33 +01:00
Benjamin Peterson
050635872f
Solid 2.7.18 dates.
2020-04-04 23:15:30 -05:00
Stefan Behnel
da843774e6
Accept PEP 573
2020-04-04 21:42:12 +02:00
Paul Ganssle
226d6efb95
PEP 615: Updates in response to Steering Council feedback ( #1350 )
...
* Rename nocache to no_cache
This is more consistent with the snake_case naming convention in
from_file and clear_cache.
* Add section on clear_cache
* Improve string representation section.
In response to suggestions by Barry Warsaw:
https://github.com/python/steering-council/issues/22#issuecomment-606169944
* Specify failure behavior for time zone data.
From discussion with Barry Warsaw:
https://github.com/python/steering-council/issues/22#issuecomment-606211514
* Add a footnote regarding the term "first-party"
Per comments from Barry Warsaw:
https://github.com/python/steering-council/issues/22#issuecomment-606211514
2020-04-04 11:35:27 -04:00
T. Wouters
42e4ce4d65
PEP 617: Fix typos and other minor edits (GH-1356)
...
* Fix typo in PEP 617.
* Fix what appears to be meant as a numbered list that was reflowed incorrectly.
* Clarify a slightly awkward sentence about the EXTRA C macro.
2020-04-03 12:07:14 +01:00
Guido van Rossum
6073d3f2d1
PEP 617: Clarify that in 3.9 beta 1 the new parser will be the default
2020-04-02 15:36:07 -07:00
Guido van Rossum
51a0480194
PEP 617: Add Python-Version (3.9) and Post-History (today)
2020-04-02 11:13:36 -07:00
Jelle Zijlstra
e980d4e323
PEP 617: minor edits ( #1355 )
2020-04-01 21:59:32 +01:00
Furkan Önder
41657e2b48
PEP 384: Update PyType_Spec struct per bpo-15140 ( #1354 )
2020-04-01 13:35:58 -07:00
Hanif Birgani
7eaf5f6303
PEP 8: Replace Yes/No with Correct/Wrong and unify formatting ( #1342 )
2020-04-01 09:34:28 -07:00
Pablo Galindo
8890e7e7df
PEP-617: Move reference to the end ( #1352 )
2020-03-31 20:11:01 -07:00
Pablo Galindo
7ee02d0442
PEP 617: New PEG parser for CPython ( #1351 )
2020-03-31 13:36:17 -07:00
Paul Ganssle
58d2fdcb2c
PEP 615: Resolve "using datetime" and add rationale to updates section ( #1347 )
...
* Mark "use the datetime module" as rejected.
There did not seem to be any concerns about having `zoneinfo` live in
a separate module.
* Add additional rationale to updating behavior
* Update Post-History
2020-03-29 15:29:43 -04:00
wim glenn
a87b19e16e
typo fix ( #1348 )
2020-03-30 06:11:00 +11:00
Paul Ganssle
cfe6639a6d
PEP 615: Move ICU support and alternate paths to rejected ideas ( #1337 )
...
* Move ICU support from "open" to "rejected".
* Move alternate environment variables to rejected
2020-03-29 12:25:55 -04:00
sweeneyde
38debf93e6
Add revision history ( #1346 )
2020-03-28 17:18:13 -07:00
Thomas Kluyver
a108290289
Remove reference to implicitly Optional parameters ( #1345 )
...
This shorthand is no longer recommended - see #689 which changed it in PEP 484.
2020-03-29 09:07:30 +11:00
sweeneyde
164f8fa1f8
Make the specification more concise ( #1344 )
2020-03-27 15:59:28 -07:00
sweeneyde
f53a04ea30
remove obsolete names and consistently quote strings ( #1343 )
2020-03-27 09:39:16 -07:00
sweeneyde
68062417c0
PEP 616: Rename the methods and restrict to one affix ( #1340 )
2020-03-25 10:17:50 -07:00
sweeneyde
dcb29f4019
PEP 616: Fix behavior of code snippets ( #1336 )
2020-03-23 17:02:46 -07:00
Arun Persaud
7a2c2168b6
PEP 3154: fix typo ( #1338 )
2020-03-22 21:51:49 -07:00
sweeneyde
9c16d3539e
Add references to past discussion threads, fix formatting and typos ( #1335 )
2020-03-23 08:16:57 +11:00
sweeneyde
0093a853e8
PEP 616 Revisions ( #1333 )
...
* Add a PEP: String methods to remove prefixes and suffixes
* add PEP number
* Add sponsor
* Fix typo
* changes after review: passing tuples, clarity on returning self, formatting
2020-03-23 06:02:10 +11:00
Zachary Ware
3ff1593f56
Correct a time machine malfunction
2020-03-20 13:55:52 -05:00
sweeneyde
914ef2c51a
PEP 616: String methods to remove prefixes and suffixes ( #1332 )
...
* Add a PEP: String methods to remove prefixes and suffixes
* add PEP number
* Add sponsor
* Fix typo
2020-03-21 03:21:06 +11:00
Brandt Bucher
4516435ea1
PEP 584: Add info regarding Mapping/MutableMapping ( #1331 )
...
Also add a note about other stdlib mappings having these added.
2020-03-14 13:03:12 -07:00
Nick Coghlan
7f7a08efd1
PEP 499: Mark as deferred until 3.10 ( #1328 )
...
The open questions still require more consideration/discussion than we expect to be able to give them before 3.9 feature freeze.
2020-03-14 14:36:57 +10:00
Pradyun Gedam
135fd37789
PEP 610: Provisional Acceptance ( #1330 )
2020-03-13 13:36:46 -07:00
Cristina
16ca065396
PEP 458: correct spelling of 'infrastucture' ( #1329 )
2020-03-12 11:46:26 +11:00
Nick Coghlan
3047351482
PEP 534: Mark as Deferred (GH-1327)
2020-03-11 11:49:57 +01:00
Ned Deily
e57e8ad71c
3.7.7 released
2020-03-10 11:21:01 -04:00
Ernest W. Durbin III
6a48fa75e9
PEP 458: Fix figure reference and typo ( #1326 )
...
In secure-systems-lab/peps#73 Figure 2 became Figure 1. This change
fixes a missed reference update.
It also removes a stray "and".
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2020-03-05 08:58:08 -05:00
Ned Deily
43ba4c4f76
3.7.7rc1
2020-03-04 13:10:18 -05:00
Guido van Rossum
841188a45f
PEP 614: Accepted by SC
2020-03-03 14:20:05 -08:00
Brett Cannon
172c06e0f1
Clarify that the CDATA for a repo index should match the project name, not the normalized name ( #1324 )
2020-03-03 10:19:37 -08:00
Brett Cannon
ea2d7a97ee
Fix the year when the last council election occurred
2020-03-02 14:53:23 -08:00
Paul Ganssle
37a7083660
PEP 615: Changes to TZPATH and str, plus minor tweaks ( #1323 )
...
* Change fallback behavior for __str__
Per Petr's suggestion in the discourse thread. Turns out this was
basically what the reference implementation does anyway.
* Rename `set_tzpath` to `reset_tzpath`
* Adjust TZPATH strategy
Partially in response to Petr's comment on the discourse thread, and
partially from further reflection.
* Fix typo in RFC 8536 reference
* Add path traversal to security implications.
Seems like a minor concern, but possibly worth noting.
2020-03-01 09:23:37 -05:00