Commit Graph

9135 Commits

Author SHA1 Message Date
Irit Katriel 27b8357bac
PEP-654: warn that leaf_generator recycles the tracebacks list (GH-2109) 2021-10-16 21:53:04 +01:00
Barry Warsaw 42c420f24f
PEP 8103: Official dates for 2022 term election (#2106)
* Dates for 2022 term election
2021-10-13 08:42:23 -07:00
Sebastian Rittau 3565407a5e
Punt PEP 655 to Python 3.11 (#2105)
PEP 655 hasn't made it into Python 3.10. Tentatively update it to Python 3.11 to avoid confusion.
2021-10-08 14:24:19 -07:00
Irit Katriel 941a31395d
PEP-654: add mention of the syntax options discussion (#2103) 2021-10-08 08:50:28 -07:00
Irit Katriel cffbc84fad
PEP-654: add acceptance link (#2102) 2021-10-07 08:11:56 -07:00
Irit Katriel 957b7eb9b8
PEP-654: except *T --> except* T (#2091) 2021-10-06 10:50:57 -07:00
Nipunn Koorapati 389e8219cb
PEP561: Clarify stub-only namespace package behavior (#2083)
Co-authored-by: Ethan Smith <ethan@ethanhs.me>
2021-10-05 18:45:07 -07:00
Pablo Galindo 22bf5e5bed
PEP 664: Update date for Python3.11a1 2021-10-05 18:14:31 +01:00
Raúl Cumplido 93773a47ea
PEP 636: Fix typo: being --> been (#2101) 2021-10-05 21:50:39 +11:00
Hugo van Kemenade b1611ee7c5
PEP 619: Python 3.10.0 was released on schedule (#2099)
https://www.python.org/downloads/release/python-3100/
https://discuss.python.org/t/python-3-10-0-is-now-available/10955
2021-10-05 10:13:16 +01:00
Barry Warsaw 2c89d6ac2c
PEP 13: updated and draft PEP 8103 created (#2098)
* Update PEP 13 and create PEP 8103
2021-10-04 20:27:58 -07:00
Irit Katriel 18dc7dedca
PEP-654: mark as accepted (#2097) 2021-10-02 16:27:53 -07:00
Tal Einat d3b653a163
PEP 661: specify comparisons and how to write type annotations (#2094) 2021-09-30 08:30:12 +03:00
AndreasChristianson 1c8a95f9f3
changed reference in pep0 (#2090)
pep 1 does not indicate that pep numbers will never be changed
(though I agree that not changing them is a good idea)
closes #2087
2021-09-26 22:20:39 -07:00
Redowan Delowar e90b96a7d1
PEP 654: Fixed typo: 'distunction -> distinction' (#2089) 2021-09-26 15:06:06 -07:00
Redowan Delowar 8abbdd1527
Fixed typo: 'to reraised -> to reraise' (#2088) 2021-09-26 22:09:15 +01:00
xochozomatli b9b44c4eb7
PEP 563: Correct references to 3.10 default adoption (#2086) 2021-09-25 08:53:47 -07:00
Dimitri Papadopoulos Orfanos 40ef5625b7
A couple pep2html.py issues (#2080) 2021-09-21 12:57:20 -07:00
Dimitri Papadopoulos Orfanos 29344b5fed
Modernize code: "== None" -> "is None" (#2081) 2021-09-21 12:55:36 -07:00
Dimitri Papadopoulos Orfanos e4f13de439
Fix LGTM.com recommendation: First parameter of a method is not named 'self' (#2078)
Normal methods should have at least one parameter (the first of which should be 'self').
2021-09-20 11:12:30 +02:00
Dimitri Papadopoulos Orfanos 57d9baf04d
Typos found by codespell (#2073)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2021-09-17 11:18:24 -07:00
Łukasz Langa bf6c1bd08a
[pep-0596] Add actual date for Python 3.9.7 2021-09-17 03:08:02 +02:00
Christopher H.Barker, PhD 5f7d16f7df
[pep-649] Clean up formatting (GH-2048)
One code-block was added, and fixed a couple of places where URLs were formatted as quotations.
2021-09-17 03:06:16 +02:00
T. Wouters 8b0a9a2b55
Mark PEP 640 as Rejected. (GH-2046)
Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-09-17 03:03:27 +02:00
Matthew Rahtz 9c79ee81c6
PEP 646: Add explicit section on endorsements (GH-2055) 2021-09-17 03:03:04 +02:00
Inada Naoki 33a8e4a945
PEP 597: Final (GH-2047) 2021-09-17 02:59:22 +02:00
Jonathan March 401be1cd24
Include Python 3.8.12 in 3.8 release schedule (GH-2071)
Co-authored-by: Jonathan March <jdmarch@users.noreply.github.com>
2021-09-17 02:57:14 +02:00
Ethan Furman f83a575a91 PEP 663: fix formatting 2021-09-13 13:46:41 -07:00
Ethan Furman f34a97383b update tables and descriptions 2021-09-13 13:18:38 -07:00
Ethan Furman ce2b901d7d incorporate feedback
Steve Dower: updated Abstract
Jelle Zijlstra: removed blank lines from table
2021-09-13 12:19:29 -07:00
Hugo van Kemenade e6b13b8b9e
PEP 619: Update date for Python3.10rc2 (#2067)
> Release Date: Sept. 7, 2021

https://www.python.org/downloads/release/python-3100rc2/
https://discuss.python.org/t/python-3-10-0rc2-is-now-available/10496
2021-09-13 12:51:14 +02:00
Ethan Furman d43bca1293 fix typo 2021-09-10 23:01:12 -07:00
Ethan Furman 43e722f965 update back-compatibility section 2021-09-10 22:43:42 -07:00
Nick Coghlan b496b1865b
PEP 467: Drop the bchr builtin proposal (#2068) 2021-09-09 14:44:11 -07:00
Ned Deily 63d31425d0
Updates for 3.7.12 and 3.6.15 releases 2021-09-04 18:07:51 -04:00
Christopher H.Barker, PhD 434a032b34
PEP 8: Removed references to Python 2 (#2059)
Also rewrite implicit mentions of Python 2 (e.g. "new-style classes").
2021-09-01 15:44:36 -07:00
Geoffrey Thomas be9ac9b94d
PEP 668: Fix links to other PEPs (#2058) 2021-08-26 12:41:36 -07:00
Irit Katriel 5d9d08c12c
Add Irit as co-owner of PEP 654 (#2061) 2021-08-26 11:54:17 -07:00
Nick Coghlan 9db8dc3e0f
PEP 558: Update PEP for implementation changes and PEP 667 (#2060)
* address remaining review comments from the July threads
* Rationale section renamed to Motivation
* Design Discussion section renamed to Rationale and Design Discussion
* kind enum is guaranteed to be at least 32 bits
* fast refs mapping is stored on the underlying frame
* delay initial cache refresh for each proxy instance to the
  first operation that needs it
* be specific about which operations always update the cache, and which
  update it if it hasn't been updated by this proxy instance
* eliminate more mentions of the old "dynamic snapshot" terminology
* add new rational/discussion section covering PEP 667 (including
  how the PEP 558 implementation could be turned into a PEP 667
  implementation if desired)
* make it clearer that proxy instances are ephemeral (lots of
  stale phrasing with "the" dating from when they stored on the frame)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2021-08-26 19:26:13 +10:00
Geoffrey Thomas 636b2d7fdb
PEP 668: "Graceful cooperation between external and Python package managers" (#2056) 2021-08-25 13:39:23 -07:00
Mark Shannon 6dcb556f9d
PyEval_GetLocals() to return a borrowed reference. Minor fixes to examples. (#2057) 2021-08-25 16:27:10 +01:00
Brett Cannon 3eb5865851 List Mark Shannon as the owner of PEP 667 2021-08-24 14:07:16 -07:00
Matthew Rahtz cebfa33baa
PEP 646: Add additional motivation for why *Ts over Unpack[Ts] (#2054) 2021-08-23 13:26:52 -07:00
Tzu-ping Chung b89333c73b
PEP 658: fix grammar (#2050) 2021-08-23 12:14:11 -07:00
Mark Shannon 74b5733b33
PEP 667: Alternative to PEP to 558 for frame.f_locals and locals(). (#2053) 2021-08-20 14:37:20 +01:00
Matthew Rahtz d70e05a293
PEP 646: Add section on grammar changes (#2039) 2021-08-18 08:20:33 -07:00
Pradyun Gedam cca55311f8
PEP 658: Mark as Accepted (#2049) 2021-08-17 15:37:50 -07:00
Brett Cannon d6d5dadf61 PEP 665: fix a markup error 2021-08-16 14:09:17 -07:00
Brett Cannon 2336f2d58d PEP 665: fix markup errors 2021-08-16 14:08:49 -07:00
Brett Cannon 2d7c608983 Add an open issue about `marker` and `needs` per package version 2021-08-16 14:07:32 -07:00