Commit Graph

8636 Commits

Author SHA1 Message Date
torsava acc8283465
pep-0627: Typo (GH-1558) 2020-08-11 15:32:19 +02:00
Stephan Hoyer d198754bdb
PEP 612: Fix indentation in code example (#1557) 2020-08-10 19:47:05 -07:00
Guido van Rossum 0a12f69b07 PEP 612: Make GvR the PEP Delegate 2020-08-10 11:56:30 -07:00
Mark Shannon 8dd402b7a9
PEP 626:Guarantee stability of line table during release and define API for out-of-process tools. (#1555)
* Guarantee stability of line table during release and implement API for out-of-process tools.
2020-08-10 14:33:33 +01:00
Victor Stinner c2c08f612c
PEP 620: Fix typos (#1556) 2020-08-07 23:55:44 +02:00
Brett Cannon 06d41486de
PEP 621: note that `license` could eventually have a "type" field 2020-08-07 12:06:29 -07:00
Hugo van Kemenade ba36cccc2d
Fix RST backticks (#1554) 2020-08-07 09:35:20 -07:00
Dominic Davis-Foster 4f812be541
Correct bugfix release cadence in PEP 596 and PEP 619 (#1552) 2020-08-05 07:41:49 -07:00
Petr Viktorin 82a3d1f3df
PEP 627: Bring back the REQUESTED file (GH-1549)
As pip now implements REQUESTED, the main reason to remove the file is gone,
so I'm adding it back as it is in PEP 376.
Possibly fixing the semantics is left to another PEP.
2020-08-04 16:26:18 +02:00
Inada Naoki ac030138a3
PEP 624: nitpicks (#1547) 2020-08-04 12:00:32 +09:00
Mark Mendoza d0e2f3bbaa
PEP 612: Renaming type_variable_operators to operators and adding an explanation (#1546)
* explaining why we have to special case *args: P.args

* typing.type_variable_operators.Concatenate -> typing.Concatenate
2020-07-31 19:59:17 -07:00
Mark Mendoza f5d19f3628
PEP 612: Edits requested from typing-sig (#1545)
* x_int_y_str -> x_y y_int_x_str -> y_x

* Behavioral subtype

* documenting construction of user-defined generic classes
2020-07-31 13:23:39 -07:00
Guido van Rossum 3c44c60f04 PEP 612: Fix typos 2020-07-30 20:28:25 -07:00
Mark Mendoza ffb78a8542
PEP 612: Updating PEP metadata (#1544) 2020-07-29 12:22:34 -07:00
Petr Viktorin 593dc15c11
PEP 1: Remove mentions of peps@python.org, update the process (#1541)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-07-29 09:54:58 -07:00
Inada Naoki 15a162b082
PEP 604: Fix markup (#1539)
"Change only PEP 484" is not sub idea of "Add a new operator ".
2020-07-28 22:27:57 -07:00
Guido van Rossum fede4ec838
PEP 604: I've been asked to take over as PEP-Delegate (#1538)
Here I'm also retargeting this to Python 3.10 and proposing various
small changes to clarify the PEP. In addition, we have a new reference
implementation in the works.
2020-07-28 09:02:01 -07:00
Hugo van Kemenade b1c63f8f00
Only deploy for upstream to prevent forks failing (#1537) 2020-07-24 15:37:20 -04:00
Mark Shannon 50606569c5
Clarify start line in PEP 626. (#1536) 2020-07-22 13:33:55 +01:00
Dustin Ingram d197159815
PEP 609: Mark as accepted (#1535) 2020-07-20 13:56:25 -07:00
Brett Cannon 8f9df41a18
Make Brett Cannon the PEP delegate for PEP 629 (#1534) 2020-07-20 12:50:28 -07:00
Łukasz Langa 7876accb2c
[pep-0569][pep-0596] Notarize release dates of 3.8.5 and 3.9.0b5 2020-07-20 21:32:35 +02:00
Brett Cannon c3ad544b13
Mark PEP 387 as Active
Accepted by the SC today.
2020-07-20 11:47:55 -07:00
Barry Warsaw 3f588cb5d4
Suggested changes for PEP 387 (#1533)
Fix a typo and add a bullet and reference to PEP 411 provisional APIs.
2020-07-20 10:10:55 -07:00
Ethan Furman 9ff31b067f
PEP 626 - slight word and grammar changes (#1532) 2020-07-17 12:16:39 -07:00
Donald Stufft 97354461ac
PEP 629: Fix and clarify wording, add BDFL-Delegate header (#1530) 2020-07-17 12:15:47 -07:00
Petr Viktorin 769d7789e5
PEP 627: Recording installed projects
https://github.com/python/peps/pull/1527
2020-07-17 19:09:33 +02:00
Mark Shannon 69c061642a
PEP 626: Add version and post date. (#1531) 2020-07-17 15:14:06 +01:00
Mark Shannon 75ec138a12
PEP 626: Precise line numbers for debugging and other tools. (GH-1525)
* Initial version of line number tracing PEP.
2020-07-17 14:06:04 +01:00
Donald Stufft b27974bf56
PEP 629: Update Discussion-To header to point to actual thread (#1529) 2020-07-16 13:12:01 -04:00
Donald Stufft 7972363407
PEP 629: Add versioning to PyPI's Simple API (GH-1528) 2020-07-16 12:50:19 -04:00
Inada Naoki a14fb6153f
PEP 623: Update status (GH-1524) 2020-07-15 12:09:05 +01:00
Jelle Zijlstra f9bee1672a
PEP 625: Typo fixes (GH-1506)
* Typo fixes in PEP 625
2020-07-15 12:08:23 +01:00
Inada Naoki db53258b08
PEP 624: Add rejected idea. (#1508)
New section describes why this PEP doesn't deprecate
PyUnicode_Decode*** APIs.
2020-07-15 14:31:39 +09:00
Brandt Bucher bfdfd74c5c
PEP 622: Fix Django example (#1523)
Closes https://github.com/gvanrossum/patma/issues/135
2020-07-14 09:04:45 -07:00
Łukasz Langa d3ddd080ee
[pep-569] Notarize release date of 3.8.4 2020-07-13 23:12:31 +02:00
Mark Mendoza d872215d94
PEP 612: Polishing up (#1521)
* making indentation consistent

* small alteration to section structure

* providing a bit more context for the 'User Defined Generic Classes' section

* missing 'and'
2020-07-13 13:11:38 -07:00
wyz23x2 5b81f54bd3
Update pep-0008.txt (#1522) 2020-07-11 07:39:44 -07:00
Guido van Rossum ebf43452d0
PEP 596: 3.9.0b4 was published last Friday (#1519) 2020-07-11 00:44:05 +02:00
Guido van Rossum a700156ab9 PEP 622: Update Acknowledgments 2020-07-09 17:47:06 -07:00
Guido van Rossum 1317e46695 PEP 622: Mention that many scripts don't distinguish case
Fixes #1518
2020-07-09 17:41:41 -07:00
Guido van Rossum f43058cab2 Sub-patterns may be processed in parallel
Fixes #1517
2020-07-09 17:33:01 -07:00
Guido van Rossum a2e4fc9aed PEP 622: Add note to Django example
Fixes 510
2020-07-09 15:10:05 -07:00
Guido van Rossum bf6e6ec5ba PEP 622: clarify 'list of patterns' reference
Fixes #1511
2020-07-09 15:02:38 -07:00
Guido van Rossum d56591331e PEP 622: Rename 'Ambiguous Matches' section to 'Overlapping sub-patterns'
Closes #1514
2020-07-09 14:58:06 -07:00
Guido van Rossum c8c872c512 PEP 622: Fix example in static checks
Fixes #1516
2020-07-09 14:51:09 -07:00
Ram Rachum 16b6744345
PEP 622: Fix typo (#1509) 2020-07-09 13:36:20 -07:00
Guido van Rossum da849ee33c PEP 622: Two small clarifications based on early python-dev feedback
- Emphasize that the capture pattern only allows a simple/single name.
- Add dropping of default "self" positional argument to version history
2020-07-08 13:02:37 -07:00
Tzu-ping Chung 4d21729080
PEP to specify a new sdist file naming scheme (#1505) 2020-07-08 19:56:33 +10:00
Victor Stinner 501ba2d69b
Update PEP 620 (#1450) 2020-07-08 11:34:18 +02:00