id
stringdate
1-01-01 00:00:00
8105-01-01 00:00:00
text
stringlengths
187
91.9k
source
stringclasses
1 value
added
stringdate
2024-10-18 13:23:14
2024-10-18 13:23:35
created
timestamp[s]date
1996-05-08 00:00:00
2024-10-11 00:00:00
metadata
dict
0677
PEP: 677 Title: Callable Type Syntax Author: Steven Troxler <steven.troxler@gmail.com>, Pradeep Kumar Srinivasan <gohanpra@gmail.com> Sponsor: Guido van Rossum <guido at python.org> Discussions-To: python-dev@python.org Status: Rejected Type: Standards Track Topic: Typing Content-Type: text/x-rst Created: 13-Dec-2021 P...
python-peps
2024-10-18T13:23:18.135565
2021-12-13T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0677/", "authors": [ "Steven Troxler" ], "pep_number": "0677", "pandoc_version": "3.5" }
0620
PEP: 620 Title: Hide implementation details from the C API Author: Victor Stinner <vstinner@python.org> Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 19-Jun-2020 Python-Version: 3.12 Abstract Introduce C API incompatible changes to hide implementation details. Once most implementation det...
python-peps
2024-10-18T13:23:18.173105
2020-06-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0620/", "authors": [ "Victor Stinner" ], "pep_number": "0620", "pandoc_version": "3.5" }
0380
PEP: 380 Title: Syntax for Delegating to a Subgenerator Version: $Revision$ Last-Modified: $Date$ Author: Gregory Ewing <greg.ewing@canterbury.ac.nz> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 13-Feb-2009 Python-Version: 3.3 Post-History: Resolution: https://mail.python.org/pipermail/python-d...
python-peps
2024-10-18T13:23:18.195555
2009-02-13T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0380/", "authors": [ "Gregory Ewing" ], "pep_number": "0380", "pandoc_version": "3.5" }
0448
PEP: 448 Title: Additional Unpacking Generalizations Author: Joshua Landau <joshua@landau.ws> Discussions-To: python-ideas@python.org Status: Final Type: Standards Track Content-Type: text/x-rst Created: 29-Jun-2013 Python-Version: 3.5 Post-History: Abstract This PEP proposes extended usages of the * iterable unpacki...
python-peps
2024-10-18T13:23:18.205306
2013-06-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0448/", "authors": [ "Joshua Landau" ], "pep_number": "0448", "pandoc_version": "3.5" }
0324
PEP: 324 Title: subprocess - New process module Version: $Revision$ Last-Modified: $Date$ Author: Peter Astrand <astrand@lysator.liu.se> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 19-Nov-2003 Python-Version: 2.4 Post-History: Abstract This PEP describes a new module for starting and communi...
python-peps
2024-10-18T13:23:18.231426
2003-11-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0324/", "authors": [ "Peter Astrand" ], "pep_number": "0324", "pandoc_version": "3.5" }
0379
PEP: 379 Title: Adding an Assignment Expression Version: $Revision$ Last-Modified: $Date$ Author: Jervis Whitley <jervisau@gmail.com> Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 14-Mar-2009 Python-Version: 2.7, 3.2 Post-History: Abstract This PEP adds a new assignment expression to the P...
python-peps
2024-10-18T13:23:18.240643
2009-03-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0379/", "authors": [ "Jervis Whitley" ], "pep_number": "0379", "pandoc_version": "3.5" }
0012
PEP: 12 Title: Sample reStructuredText PEP Template Author: David Goodger <goodger@python.org>, Barry Warsaw <barry@python.org>, Brett Cannon <brett@python.org> Status: Active Type: Process Created: 05-Aug-2002 Post-History: 30-Aug-2002 Note For those who have written a PEP before, there is a template (which is inclu...
python-peps
2024-10-18T13:23:18.378557
2002-08-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0012/", "authors": [ "David Goodger" ], "pep_number": "0012", "pandoc_version": "3.5" }
0420
PEP: 420 Title: Implicit Namespace Packages Version: $Revision$ Last-Modified: $Date$ Author: Eric V. Smith <eric@trueblade.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 19-Apr-2012 Python-Version: 3.3 Post-History: Resolution: https://mail.python.org/pipermail/python-dev/2012-May/119651.ht...
python-peps
2024-10-18T13:23:18.410939
2012-04-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0420/", "authors": [ "Eric V. Smith" ], "pep_number": "0420", "pandoc_version": "3.5" }
0284
PEP: 284 Title: Integer for-loops Author: David Eppstein <eppstein@ics.uci.edu>, Gregory Ewing <greg.ewing@canterbury.ac.nz> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 01-Mar-2002 Python-Version: 2.3 Post-History: Abstract This PEP proposes to simplify iteration over intervals of integer...
python-peps
2024-10-18T13:23:18.423395
2002-03-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0284/", "authors": [ "David Eppstein" ], "pep_number": "0284", "pandoc_version": "3.5" }
0007
PEP: 7 Title: Style Guide for C Code Author: Guido van Rossum <guido@python.org>, Barry Warsaw <barry@python.org> Status: Active Type: Process Created: 05-Jul-2001 Post-History: Introduction This document gives coding conventions for the C code comprising the C implementation of Python. Please see the companion infor...
python-peps
2024-10-18T13:23:18.445893
2001-07-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0007/", "authors": [ "Barry Warsaw", "Guido van Rossum" ], "pep_number": "0007", "pandoc_version": "3.5" }
0761
PEP: 761 Title: Deprecating PGP signatures for CPython artifacts Author: Seth Michael Larson <seth@python.org> Sponsor: Hugo van Kemenade Discussions-To: https://discuss.python.org/t/pep-761-deprecating-pgp-signatures-for-cpython-artifacts/67180 Status: Draft Type: Process Created: 08-Oct-2024 Python-Version: 3.14 Post...
python-peps
2024-10-18T13:23:18.458941
2024-10-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0761/", "authors": [ "Seth Michael Larson" ], "pep_number": "0761", "pandoc_version": "3.5" }
0575
PEP: 575 Title: Unifying function/method classes Author: Jeroen Demeyer <J.Demeyer@UGent.be> Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 27-Mar-2018 Python-Version: 3.8 Post-History: 31-Mar-2018, 12-Apr-2018, 27-Apr-2018, 05-May-2018 Withdrawal notice See PEP 580 for a better solution to...
python-peps
2024-10-18T13:23:18.509545
2018-03-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0575/", "authors": [ "Jeroen Demeyer" ], "pep_number": "0575", "pandoc_version": "3.5" }
0657
PEP: 657 Title: Include Fine Grained Error Locations in Tracebacks Version: $Revision$ Last-Modified: $Date$ Author: Pablo Galindo <pablogsal@python.org>, Batuhan Taskaya <batuhan@python.org>, Ammar Askar <ammar@ammaraskar.com> Discussions-To: https://discuss.python.org/t/pep-657-include-fine-grained-error-locations-in...
python-peps
2024-10-18T13:23:18.537972
2021-05-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0657/", "authors": [ "Pablo Galindo" ], "pep_number": "0657", "pandoc_version": "3.5" }
0444
PEP: 444 Title: Python Web3 Interface Version: $Revision$ Last-Modified: $Date$ Author: Chris McDonough <chrism@plope.com>, Armin Ronacher <armin.ronacher@active-4.com> Discussions-To: web-sig@python.org Status: Deferred Type: Informational Content-Type: text/x-rst Created: 19-Jul-2010 Abstract This document specifie...
python-peps
2024-10-18T13:23:18.607548
2010-07-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0444/", "authors": [ "Chris McDonough" ], "pep_number": "0444", "pandoc_version": "3.5" }
0697
PEP: 697 Title: Limited C API for Extending Opaque Types Author: Petr Viktorin <encukou@gmail.com> Discussions-To: https://discuss.python.org/t/19743 Status: Final Type: Standards Track Content-Type: text/x-rst Created: 23-Aug-2022 Python-Version: 3.12 Post-History: 24-May-2022, 06-Oct-2022, Resolution: https://discuss...
python-peps
2024-10-18T13:23:18.649711
2022-08-23T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0697/", "authors": [ "Petr Viktorin" ], "pep_number": "0697", "pandoc_version": "3.5" }
0497
PEP: 497 Title: A standard mechanism for backward compatibility Version: $Revision$ Last-Modified: $Date$ Author: Ed Schofield <ed at pythoncharmers.com> PEP-Delegate: Brett Cannon <brett@python.org> Status: Rejected Type: Process Content-Type: text/x-rst Created: 04-Aug-2015 Rejection Notice The steering council dec...
python-peps
2024-10-18T13:23:18.663542
2015-08-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0497/", "authors": [ "Ed Schofield" ], "pep_number": "0497", "pandoc_version": "3.5" }
0401
PEP: 401 Title: BDFL Retirement Version: $Revision$ Last-Modified: $Date: 2009-04-01 00:00:00 -0400 (Wed, 1 Apr 2009)$ Author: Barry Warsaw, Brett Cannon Status: April Fool! Type: Process Content-Type: text/x-rst Created: 01-Apr-2009 Post-History: 01-Apr-2009 Abstract The BDFL, having shepherded Python development fo...
python-peps
2024-10-18T13:23:18.673946
2009-04-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0401/", "authors": [ "Barry Warsaw", "Brett Cannon" ], "pep_number": "0401", "pandoc_version": "3.5" }
0601
PEP: 601 Title: Forbid return/break/continue breaking out of finally Author: Damien George, Batuhan Taskaya Sponsor: Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-601-forbid-return-break-continue-breaking-out-of-finally/2239 Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 26-A...
python-peps
2024-10-18T13:23:18.688372
2019-08-26T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0601/", "authors": [ "Batuhan Taskaya", "Damien George" ], "pep_number": "0601", "pandoc_version": "3.5" }
3122
PEP: 3122 Title: Delineation of the main module Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 27-Apr-2007 Post-History: Attention This PEP has been rejected. Guido views running scripts within a package as an anti-pattern[1]. A...
python-peps
2024-10-18T13:23:18.702023
2007-04-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3122/", "authors": [ "Brett Cannon" ], "pep_number": "3122", "pandoc_version": "3.5" }
0522
PEP: 522 Title: Allow BlockingIOError in security sensitive APIs Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>, Nathaniel J. Smith <njs@pobox.com> Status: Rejected Type: Standards Track Content-Type: text/x-rst Requires: 506 Created: 16-Jun-2016 Python-Version: 3.6 Resolution: ht...
python-peps
2024-10-18T13:23:18.736427
2016-06-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0522/", "authors": [ "Alyssa Coghlan", "Nathaniel J. Smith" ], "pep_number": "0522", "pandoc_version": "3.5" }
0542
PEP: 542 Title: Dot Notation Assignment In Function Header Version: $Revision$ Last-Modified: $Date$ Author: Markus Meskanen <markusmeskanen@gmail.com> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 10-Feb-2017 Resolution: https://mail.python.org/pipermail/python-dev/2019-March/156695.html Ab...
python-peps
2024-10-18T13:23:18.743119
2017-02-10T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0542/", "authors": [ "Markus Meskanen" ], "pep_number": "0542", "pandoc_version": "3.5" }
0352
PEP: 352 Title: Required Superclass for Exceptions Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon, Guido van Rossum Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Oct-2005 Python-Version: 2.5 Post-History: Abstract In Python 2.4 and before, any (classic) class can be raised a...
python-peps
2024-10-18T13:23:18.755696
2005-10-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0352/", "authors": [ "Brett Cannon", "Guido van Rossum" ], "pep_number": "0352", "pandoc_version": "3.5" }
0658
PEP: 658 Title: Serve Distribution Metadata in the Simple Repository API Author: Tzu-ping Chung <uranusjr@gmail.com> Sponsor: Brett Cannon <brett@python.org> PEP-Delegate: Donald Stufft <donald@stufft.io> Discussions-To: https://discuss.python.org/t/8651 Status: Accepted Type: Standards Track Topic: Packaging Content-T...
python-peps
2024-10-18T13:23:18.766099
2021-05-10T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0658/", "authors": [ "Tzu-ping Chung" ], "pep_number": "0658", "pandoc_version": "3.5" }
0215
PEP: 215 Title: String Interpolation Author: Ka-Ping Yee <ping@zesty.ca> Status: Superseded Type: Standards Track Created: 24-Jul-2000 Python-Version: 2.1 Post-History: Superseded-By: 292 292 Abstract This document proposes a string interpolation feature for Python to allow easier string formatting. The suggested sy...
python-peps
2024-10-18T13:23:18.858782
2000-07-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0215/", "authors": [ "Ka-Ping Yee" ], "pep_number": "0215", "pandoc_version": "3.5" }
0435
PEP: 435 Title: Adding an Enum type to the Python standard library Version: $Revision$ Last-Modified: $Date$ Author: Barry Warsaw <barry@python.org>, Eli Bendersky <eliben@gmail.com>, Ethan Furman <ethan@stoneleaf.us> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 23-Feb-2013 Python-Version: 3.4 ...
python-peps
2024-10-18T13:23:18.879330
2013-02-23T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0435/", "authors": [ "Barry Warsaw" ], "pep_number": "0435", "pandoc_version": "3.5" }
0445
PEP: 445 Title: Add new APIs to customize Python memory allocators Version: $Revision$ Last-Modified: $Date$ Author: Victor Stinner <vstinner@python.org> BDFL-Delegate: Antoine Pitrou <solipsis@pitrou.net> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 15-Jun-2013 Python-Version: 3.4 Resolution: ...
python-peps
2024-10-18T13:23:18.916418
2013-06-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0445/", "authors": [ "Victor Stinner" ], "pep_number": "0445", "pandoc_version": "3.5" }
8102
PEP: 8102 Title: 2021 Term Steering Council election Author: Ewa Jodlowska <ewa@python.org>, Ee Durbin <ee@python.org>, Joe Carey <joe@python.org> Sponsor: Brett Cannon <brett@python.org> Status: Final Type: Informational Topic: Governance Content-Type: text/x-rst Created: 29-Oct-2020 Abstract This document describes...
python-peps
2024-10-18T13:23:18.931668
2020-10-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-8102/", "authors": [ "Ee Durbin", "Ewa Jodlowska", "Joe Carey" ], "pep_number": "8102", "pandoc_version": "3.5" }
8105
PEP: 8105 Title: 2024 Term Steering Council election Author: Ee Durbin <ee@python.org> Sponsor: Thomas Wouters <thomas@python.org> Status: Final Type: Informational Topic: Governance Created: 23-Oct-2023 Abstract This document describes the schedule and other details of the 2023 election for the Python steering counc...
python-peps
2024-10-18T13:23:18.952417
2023-10-23T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-8105/", "authors": [ "Ee Durbin" ], "pep_number": "8105", "pandoc_version": "3.5" }
0665
PEP: 665 Title: A file format to list Python dependencies for reproducibility of an application Author: Brett Cannon <brett@python.org>, Pradyun Gedam <pradyunsg@gmail.com>, Tzu-ping Chung <uranusjr@gmail.com> PEP-Delegate: Paul Moore <p.f.moore@gmail.com> Discussions-To: https://discuss.python.org/t/9911 Status: Rejec...
python-peps
2024-10-18T13:23:18.992996
2021-07-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0665/", "authors": [ "Brett Cannon" ], "pep_number": "0665", "pandoc_version": "3.5" }
0643
PEP: 643 Title: Metadata for Package Source Distributions Author: Paul Moore <p.f.moore@gmail.com> BDFL-Delegate: Paul Ganssle <paul@ganssle.io> Discussions-To: https://discuss.python.org/t/pep-643-metadata-for-package-source-distributions/5577 Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-r...
python-peps
2024-10-18T13:23:19.007147
2020-10-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0643/", "authors": [ "Paul Moore" ], "pep_number": "0643", "pandoc_version": "3.5" }
0579
PEP: 579 Title: Refactoring C functions and methods Author: Jeroen Demeyer <J.Demeyer@UGent.be> BDFL-Delegate: Petr Viktorin Status: Final Type: Informational Content-Type: text/x-rst Created: 04-Jun-2018 Post-History: 20-Jun-2018 Approval Notice This PEP describes design issues addressed in PEP 575, PEP 580, PEP 590...
python-peps
2024-10-18T13:23:19.030437
2018-06-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0579/", "authors": [ "Jeroen Demeyer" ], "pep_number": "0579", "pandoc_version": "3.5" }
0743
PEP: 743 Title: Add Py_COMPAT_API_VERSION to the Python C API Author: Victor Stinner <vstinner@python.org>, Petr Viktorin <encukou@gmail.com>, PEP-Delegate: C API Working Group Status: Draft Type: Standards Track Created: 11-Mar-2024 Python-Version: 3.14 Abstract Add Py_COMPAT_API_VERSION C macro that hides some depr...
python-peps
2024-10-18T13:23:19.069821
2024-03-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0743/", "authors": [ "Victor Stinner" ], "pep_number": "0743", "pandoc_version": "3.5" }
0617
PEP: 617 Title: New PEG parser for CPython Author: Guido van Rossum <guido@python.org>, Pablo Galindo <pablogsal@python.org>, Lysandros Nikolaou <lisandrosnik@gmail.com> Discussions-To: python-dev@python.org Status: Final Type: Standards Track Created: 24-Mar-2020 Python-Version: 3.9 Post-History: 02-Apr-2020 python:f...
python-peps
2024-10-18T13:23:19.138137
2020-03-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0617/", "authors": [ "Guido van Rossum" ], "pep_number": "0617", "pandoc_version": "3.5" }
0427
PEP: 427 Title: The Wheel Binary Package Format 1.0 Version: $Revision$ Last-Modified: $Date$ Author: Daniel Holth <dholth@gmail.com> BDFL-Delegate: Alyssa Coghlan <ncoghlan@gmail.com> Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 20-Sep-...
python-peps
2024-10-18T13:23:19.165930
2012-09-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0427/", "authors": [ "Daniel Holth" ], "pep_number": "0427", "pandoc_version": "3.5" }
0572
PEP: 572 Title: Assignment Expressions Author: Chris Angelico <rosuav@gmail.com>, Tim Peters <tim.peters@gmail.com>, Guido van Rossum <guido@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 28-Feb-2018 Python-Version: 3.8 Post-History: 28-Feb-2018, 02-Mar-2018, 23-Mar-2018, 04-Apr-2018,...
python-peps
2024-10-18T13:23:19.286368
2018-02-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0572/", "authors": [ "Chris Angelico", "Tim Peters" ], "pep_number": "0572", "pandoc_version": "3.5" }
0378
PEP: 378 Title: Format Specifier for Thousands Separator Version: $Revision$ Last-Modified: $Date$ Author: Raymond Hettinger <python@rcn.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 12-Mar-2009 Python-Version: 2.7, 3.1 Post-History: 12-Mar-2009 Motivation Provide a simple, non-locale awa...
python-peps
2024-10-18T13:23:19.302720
2009-03-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0378/", "authors": [ "Raymond Hettinger" ], "pep_number": "0378", "pandoc_version": "3.5" }
0654
PEP: 654 Title: Exception Groups and except* Author: Irit Katriel <irit@python.org>, Yury Selivanov <yury@edgedb.com>, Guido van Rossum <guido@python.org> Discussions-To: https://discuss.python.org/t/accepting-pep-654-exception-groups-and-except/10813 Status: Final Type: Standards Track Content-Type: text/x-rst Created...
python-peps
2024-10-18T13:23:19.363419
2021-02-22T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0654/", "authors": [ "Irit Katriel" ], "pep_number": "0654", "pandoc_version": "3.5" }
0689
PEP: 689 Title: Unstable C API tier Author: Petr Viktorin <encukou@gmail.com> Discussions-To: https://discuss.python.org/t/pep-689-unstable-c-api-tier/20452 Status: Final Type: Standards Track Content-Type: text/x-rst Requires: 523 Created: 22-Apr-2022 Python-Version: 3.12 Post-History: 27-Apr-2022, 25-Aug-2022, 27-Oct...
python-peps
2024-10-18T13:23:19.384393
2022-04-22T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0689/", "authors": [ "Petr Viktorin" ], "pep_number": "0689", "pandoc_version": "3.5" }
0210
PEP: 210 Title: Decoupling the Interpreter Loop Author: David Ascher <davida@activestate.com> Status: Rejected Type: Standards Track Created: 15-Jul-2000 Python-Version: 2.1 Post-History:
python-peps
2024-10-18T13:23:19.387382
2000-07-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0210/", "authors": [ "David Ascher" ], "pep_number": "0210", "pandoc_version": "3.5" }
0722
PEP: 722 Title: Dependency specification for single-file scripts Author: Paul Moore <p.f.moore@gmail.com> PEP-Delegate: Brett Cannon <brett@python.org> Discussions-To: https://discuss.python.org/t/29905 Status: Rejected Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 19-Jul-2023 Post-History: 1...
python-peps
2024-10-18T13:23:19.420298
2023-07-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0722/", "authors": [ "Paul Moore" ], "pep_number": "0722", "pandoc_version": "3.5" }
0703
PEP: 703 Title: Making the Global Interpreter Lock Optional in CPython Author: Sam Gross <colesbury at gmail.com> Sponsor: Łukasz Langa <lukasz at python.org> Discussions-To: https://discuss.python.org/t/22606 Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 09-Jan-2023 Python-Version: 3.13 Post...
python-peps
2024-10-18T13:23:19.521216
2023-01-09T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0703/", "authors": [ "Sam Gross" ], "pep_number": "0703", "pandoc_version": "3.5" }
0287
PEP: 287 Title: reStructuredText Docstring Format Version: $Revision$ Last-Modified: $Date$ Author: David Goodger <goodger@python.org> Discussions-To: doc-sig@python.org Status: Active Type: Informational Content-Type: text/x-rst Created: 25-Mar-2002 Post-History: 02-Apr-2002 Replaces: 216 Abstract When plaintext has...
python-peps
2024-10-18T13:23:19.561267
2002-03-25T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0287/", "authors": [ "David Goodger" ], "pep_number": "0287", "pandoc_version": "3.5" }
3003
PEP: 3003 Title: Python Language Moratorium Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon, Jesse Noller, Guido van Rossum Status: Final Type: Process Content-Type: text/x-rst Created: 21-Oct-2009 Post-History: 03-Nov-2009 Abstract This PEP proposes a temporary moratorium (suspension) of all changes t...
python-peps
2024-10-18T13:23:19.618029
2009-10-21T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3003/", "authors": [ "Brett Cannon", "Guido van Rossum", "Jesse Noller" ], "pep_number": "3003", "pandoc_version": "3.5" }
0667
PEP: 667 Title: Consistent views of namespaces Author: Mark Shannon <mark@hotpy.org>, Tian Gao <gaogaotiantian@hotmail.com> Discussions-To: https://discuss.python.org/t/46631 Status: Accepted Type: Standards Track Created: 30-Jul-2021 Python-Version: 3.13 Post-History: 20-Aug-2021 Resolution: https://discuss.python.org...
python-peps
2024-10-18T13:23:19.629894
2021-07-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0667/", "authors": [ "Mark Shannon" ], "pep_number": "0667", "pandoc_version": "3.5" }
0223
PEP: 223 Title: Change the Meaning of \x Escapes Author: Tim Peters <tim.peters@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 20-Aug-2000 Python-Version: 2.0 Post-History: 23-Aug-2000 Abstract Change \x escapes, in both 8-bit and Unicode strings, to consume exactly the two hex digit...
python-peps
2024-10-18T13:23:19.640779
2000-08-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0223/", "authors": [ "Tim Peters" ], "pep_number": "0223", "pandoc_version": "3.5" }
0731
PEP: 731 Title: C API Working Group Charter Author: Guido van Rossum <guido@python.org>, Petr Viktorin <encukou@gmail.com>, Victor Stinner <vstinner@python.org>, Steve Dower <steve.dower@python.org>, Irit Katriel <irit@python.org> Discussions-To: https://discuss.python.org/t/pep-731-c-api-working-group-charter/36117 St...
python-peps
2024-10-18T13:23:19.725803
2023-10-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0731/", "authors": [ "Guido van Rossum" ], "pep_number": "0731", "pandoc_version": "3.5" }
0355
PEP: 355 Title: Path - Object oriented filesystem paths Version: $Revision$ Last-Modified: $Date$ Author: Björn Lindqvist <bjourne@gmail.com> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 24-Jan-2006 Python-Version: 2.5 Post-History: Rejection Notice This PEP has been rejected (in this form...
python-peps
2024-10-18T13:23:19.753272
2006-01-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0355/", "authors": [ "Björn Lindqvist" ], "pep_number": "0355", "pandoc_version": "3.5" }
0492
PEP: 492 Title: Coroutines with async and await syntax Author: Yury Selivanov <yury@edgedb.com> Discussions-To: python-dev@python.org Status: Final Type: Standards Track Content-Type: text/x-rst Created: 09-Apr-2015 Python-Version: 3.5 Post-History: 17-Apr-2015, 21-Apr-2015, 27-Apr-2015, 29-Apr-2015, 05-May-2015 Abstr...
python-peps
2024-10-18T13:23:19.835799
2015-04-09T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0492/", "authors": [ "Yury Selivanov" ], "pep_number": "0492", "pandoc_version": "3.5" }
0450
PEP: 450 Title: Adding A Statistics Module To The Standard Library Version: $Revision$ Last-Modified: $Date$ Author: Steven D'Aprano <steve@pearwood.info> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 01-Aug-2013 Python-Version: 3.4 Post-History: 13-Sep-2013 Abstract This PEP proposes the addi...
python-peps
2024-10-18T13:23:19.873216
2013-08-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0450/", "authors": [ "Steven D'Aprano" ], "pep_number": "0450", "pandoc_version": "3.5" }
0741
PEP: 741 Title: Python Configuration C API Author: Victor Stinner <vstinner@python.org> Discussions-To: https://discuss.python.org/t/pep-741-python-configuration-c-api-second-version/45403 Status: Final Type: Standards Track Created: 18-Jan-2024 Python-Version: 3.14 Post-History: 19-Jan-2024, 08-Feb-2024, Resolution: h...
python-peps
2024-10-18T13:23:19.976898
2024-01-18T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0741/", "authors": [ "Victor Stinner" ], "pep_number": "0741", "pandoc_version": "3.5" }
8103
PEP: 8103 Title: 2022 Term Steering Council election Author: Ewa Jodlowska <ewa@python.org>, Ee Durbin <ee@python.org>, Joe Carey <joe@python.org> Sponsor: Barry Warsaw <barry@python.org> Status: Final Type: Informational Topic: Governance Content-Type: text/x-rst Created: 04-Oct-2021 Abstract This document describes...
python-peps
2024-10-18T13:23:19.994587
2021-10-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-8103/", "authors": [ "Ee Durbin", "Ewa Jodlowska", "Joe Carey" ], "pep_number": "8103", "pandoc_version": "3.5" }
0356
PEP: 356 Title: Python 2.5 Release Schedule Version: $Revision$ Last-Modified: $Date$ Author: Neal Norwitz, Guido van Rossum, Anthony Baxter Status: Final Type: Informational Topic: Release Content-Type: text/x-rst Created: 07-Feb-2006 Python-Version: 2.5 Post-History: Abstract This document describes the development...
python-peps
2024-10-18T13:23:20.011841
2006-02-07T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0356/", "authors": [ "Anthony Baxter", "Guido van Rossum", "Neal Norwitz" ], "pep_number": "0356", "pandoc_version": "3.5" }
0248
PEP: 248 Title: Python Database API Specification v1.0 Author: Greg Stein <gstein@lyra.org>, Marc-André Lemburg <mal@lemburg.com> Discussions-To: db-sig@python.org Status: Final Type: Informational Content-Type: text/x-rst Created: 08-May-1996 Post-History: Superseded-By: 249 Introduction This API has been defined to...
python-peps
2024-10-18T13:23:20.100416
1996-05-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0248/", "authors": [ "Greg Stein", "Marc-André Lemburg" ], "pep_number": "0248", "pandoc_version": "3.5" }
3151
PEP: 3151 Title: Reworking the OS and IO exception hierarchy Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou <solipsis@pitrou.net> BDFL-Delegate: Barry Warsaw Status: Final Type: Standards Track Content-Type: text/x-rst Created: 21-Jul-2010 Python-Version: 3.3 Post-History: Resolution: https://mail.pyt...
python-peps
2024-10-18T13:23:20.141995
2010-07-21T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3151/", "authors": [ "Antoine Pitrou" ], "pep_number": "3151", "pandoc_version": "3.5" }
0729
PEP: 729 Title: Typing governance process Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>, Shantanu Jain <hauntsaninja at gmail.com> Discussions-To: https://discuss.python.org/t/pep-729-typing-governance-process/35362 Status: Active Type: Process Topic: Governance, Typing Created: 19-Sep-2023 Post-History: 04-Oct-202...
python-peps
2024-10-18T13:23:20.169866
2023-09-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0729/", "authors": [ "Jelle Zijlstra", "Shantanu Jain" ], "pep_number": "0729", "pandoc_version": "3.5" }
0541
PEP: 541 Title: Package Index Name Retention Version: $Revision$ Last-Modified: $Date$ Author: Łukasz Langa <lukasz@python.org> BDFL-Delegate: Mark Mangoba <mmangoba@python.org> Discussions-To: distutils-sig@python.org Status: Final Type: Process Topic: Packaging Content-Type: text/x-rst Created: 12-Jan-2017 Post-Histo...
python-peps
2024-10-18T13:23:20.194342
2017-01-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0541/", "authors": [ "Łukasz Langa" ], "pep_number": "0541", "pandoc_version": "3.5" }
0244
PEP: 244 Title: The directive statement Author: Martin von Löwis <martin@v.loewis.de> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 20-Mar-2001 Python-Version: 2.1 Post-History: Motivation From time to time, Python makes an incompatible change to the advertised semantics of core language co...
python-peps
2024-10-18T13:23:20.202854
2001-03-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0244/", "authors": [ "Martin von Löwis" ], "pep_number": "0244", "pandoc_version": "3.5" }
3132
PEP: 3132 Title: Extended Iterable Unpacking Version: $Revision$ Last-Modified: $Date$ Author: Georg Brandl <georg@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 30-Apr-2007 Python-Version: 3.0 Post-History: Abstract This PEP proposes a change to iterable unpacking syntax, allowing ...
python-peps
2024-10-18T13:23:20.215402
2007-04-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3132/", "authors": [ "Georg Brandl" ], "pep_number": "3132", "pandoc_version": "3.5" }
0590
PEP: 590 Title: Vectorcall: a fast calling protocol for CPython Author: Mark Shannon <mark@hotpy.org>, Jeroen Demeyer <J.Demeyer@UGent.be> BDFL-Delegate: Petr Viktorin <encukou@gmail.com> Status: Accepted Type: Standards Track Created: 29-Mar-2019 Python-Version: 3.8 Post-History: python:vectorcall Abstract This PEP...
python-peps
2024-10-18T13:23:20.235269
2019-03-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0590/", "authors": [ "Jeroen Demeyer", "Mark Shannon" ], "pep_number": "0590", "pandoc_version": "3.5" }
0206
PEP: 206 Title: Python Advanced Library Author: A.M. Kuchling <amk@amk.ca> Status: Withdrawn Type: Informational Created: 14-Jul-2000 Post-History: Introduction This PEP describes the Python Advanced Library, a collection of high-quality and frequently-used third party extension modules. Batteries Included Philosoph...
python-peps
2024-10-18T13:23:20.241795
2000-07-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0206/", "authors": [ "A.M. Kuchling" ], "pep_number": "0206", "pandoc_version": "3.5" }
0699
PEP: 699 Title: Remove private dict version field added in PEP 509 Author: Ken Jin <kenjin@python.org> Discussions-To: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724 Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 03-Oct-2022 Python-Version: 3.12 P...
python-peps
2024-10-18T13:23:20.249416
2022-10-03T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0699/", "authors": [ "Ken Jin" ], "pep_number": "0699", "pandoc_version": "3.5" }
0315
PEP: 315 Title: Enhanced While Loop Version: $Revision$ Last-Modified: $Date$ Author: Raymond Hettinger <python@rcn.com>, W Isaac Carroll <icarroll@pobox.com> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 25-Apr-2003 Python-Version: 2.5 Post-History: Abstract This PEP proposes adding an opt...
python-peps
2024-10-18T13:23:20.258301
2003-04-25T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0315/", "authors": [ "Raymond Hettinger", "W Isaac Carroll" ], "pep_number": "0315", "pandoc_version": "3.5" }
0690
PEP: 690 Title: Lazy Imports Author: Germán Méndez Bravo <german.mb@gmail.com>, Carl Meyer <carl@oddbird.net> Sponsor: Barry Warsaw <barry@python.org> Discussions-To: https://discuss.python.org/t/pep-690-lazy-imports/15474 Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 29-Apr-2022 Python-Versi...
python-peps
2024-10-18T13:23:20.299919
2022-04-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0690/", "authors": [ "Carl Meyer", "Germán Méndez Bravo" ], "pep_number": "0690", "pandoc_version": "3.5" }
0655
PEP: 655 Title: Marking individual TypedDict items as required or potentially-missing Author: David Foster <david at dafoster.net> Sponsor: Guido van Rossum <guido at python.org> Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/53XVOD5ZUKJ263MWA6AUPEA6J7LBBLNV/ Status: Final Type: Stan...
python-peps
2024-10-18T13:23:20.329632
2021-01-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0655/", "authors": [ "David Foster" ], "pep_number": "0655", "pandoc_version": "3.5" }
0656
PEP: 656 Title: Platform Tag for Linux Distributions Using Musl Author: Tzu-ping Chung <uranusjr@gmail.com> Sponsor: Brett Cannon <brett@python.org> PEP-Delegate: Paul Moore <p.f.moore@gmail.com> Discussions-To: https://discuss.python.org/t/7165 Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-...
python-peps
2024-10-18T13:23:20.345035
2021-03-17T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0656/", "authors": [ "Tzu-ping Chung" ], "pep_number": "0656", "pandoc_version": "3.5" }
0432
PEP: 432 Title: Restructuring the CPython startup sequence Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>, Victor Stinner <vstinner@python.org>, Eric Snow <ericsnowcurrently@gmail.com> Discussions-To: capi-sig@python.org Status: Withdrawn Type: Standards Track Content-Type: text/x...
python-peps
2024-10-18T13:23:20.422666
2012-12-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0432/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0432", "pandoc_version": "3.5" }
0220
PEP: 220 Title: Coroutines, Generators, Continuations Author: Gordon McMillan <gmcm@hypernet.com> Status: Rejected Type: Informational Created: 14-Aug-2000 Post-History: Abstract Demonstrates why the changes described in the stackless PEP are desirable. A low-level continuations module exists. With it, coroutines and...
python-peps
2024-10-18T13:23:20.429099
2000-08-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0220/", "authors": [ "Gordon McMillan" ], "pep_number": "0220", "pandoc_version": "3.5" }
0243
PEP: 243 Title: Module Repository Upload Mechanism Author: Sean Reifschneider <jafo-pep@tummy.com> Discussions-To: distutils-sig@python.org Status: Withdrawn Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 18-Mar-2001 Python-Version: 2.1 Post-History: 20-Mar-2001, 24-Mar-2001 Abstract For a m...
python-peps
2024-10-18T13:23:20.437059
2001-03-18T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0243/", "authors": [ "Sean Reifschneider" ], "pep_number": "0243", "pandoc_version": "3.5" }
0546
PEP: 546 Title: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7 Version: $Revision$ Last-Modified: $Date$ Author: Victor Stinner <vstinner@python.org>, Cory Benfield <cory@lukasa.co.uk>, BDFL-Delegate: Benjamin Peterson <benjamin@python.org> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created...
python-peps
2024-10-18T13:23:20.448645
2017-05-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0546/", "authors": [ "Victor Stinner" ], "pep_number": "0546", "pandoc_version": "3.5" }
0712
PEP: 712 Title: Adding a "converter" parameter to dataclasses.field Author: Joshua Cannon <joshdcannon@gmail.com> Sponsor: Eric V. Smith <eric at trueblade.com> Discussions-To: https://discuss.python.org/t/pep-712-adding-a-converter-parameter-to-dataclasses-field/26126 Status: Rejected Type: Standards Track Content-Typ...
python-peps
2024-10-18T13:23:20.479850
2023-01-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0712/", "authors": [ "Joshua Cannon" ], "pep_number": "0712", "pandoc_version": "3.5" }
0370
PEP: 370 Title: Per user site-packages directory Author: Christian Heimes <christian@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 11-Jan-2008 Python-Version: 2.6, 3.0 Post-History: Abstract This PEP proposes a new a per user site-packages directory to allow users the local install...
python-peps
2024-10-18T13:23:20.494773
2008-01-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0370/", "authors": [ "Christian Heimes" ], "pep_number": "0370", "pandoc_version": "3.5" }
3120
PEP: 3120 Title: Using UTF-8 as the default source encoding Version: $Revision$ Last-Modified: $Date$ Author: Martin von Löwis <martin@v.loewis.de> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 15-Apr-2007 Python-Version: 3.0 Post-History: Specification This PEP proposes to change the default ...
python-peps
2024-10-18T13:23:20.500244
2007-04-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3120/", "authors": [ "Martin von Löwis" ], "pep_number": "3120", "pandoc_version": "3.5" }
3131
PEP: 3131 Title: Supporting Non-ASCII Identifiers Version: $Revision$ Last-Modified: $Date$ Author: Martin von Löwis <martin@v.loewis.de> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 01-May-2007 Python-Version: 3.0 Post-History: Abstract This PEP suggests to support non-ASCII letters (such as...
python-peps
2024-10-18T13:23:20.516014
2007-05-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3131/", "authors": [ "Martin von Löwis" ], "pep_number": "3131", "pandoc_version": "3.5" }
0524
PEP: 524 Title: Make os.urandom() blocking on Linux Version: $Revision$ Last-Modified: $Date$ Author: Victor Stinner <vstinner@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 20-Jun-2016 Python-Version: 3.6 Abstract Modify os.urandom() to block on Linux 3.17 and newer until the OS ur...
python-peps
2024-10-18T13:23:20.539326
2016-06-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0524/", "authors": [ "Victor Stinner" ], "pep_number": "0524", "pandoc_version": "3.5" }
0529
PEP: 529 Title: Change Windows filesystem encoding to UTF-8 Version: $Revision$ Last-Modified: $Date$ Author: Steve Dower <steve.dower@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Aug-2016 Python-Version: 3.6 Post-History: 01-Sep-2016, 04-Sep-2016 Resolution: https://mail.python....
python-peps
2024-10-18T13:23:20.638990
2016-08-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0529/", "authors": [ "Steve Dower" ], "pep_number": "0529", "pandoc_version": "3.5" }
0507
PEP: 507 Title: Migrate CPython to Git and GitLab Author: Barry Warsaw <barry@python.org> Status: Rejected Type: Process Content-Type: text/x-rst Created: 30-Sep-2015 Post-History: Resolution: https://mail.python.org/pipermail/core-workflow/2016-January/000345.html Abstract This PEP proposes migrating the repository ...
python-peps
2024-10-18T13:23:20.652916
2015-09-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0507/", "authors": [ "Barry Warsaw" ], "pep_number": "0507", "pandoc_version": "3.5" }
0553
PEP: 553 Title: Built-in breakpoint() Author: Barry Warsaw <barry@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 05-Sep-2017 Python-Version: 3.7 Post-History: 05-Sep-2017, 07-Sep-2017, 13-Sep-2017 Resolution: https://mail.python.org/pipermail/python-dev/2017-October/149705.html Abstr...
python-peps
2024-10-18T13:23:20.669776
2017-09-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0553/", "authors": [ "Barry Warsaw" ], "pep_number": "0553", "pandoc_version": "3.5" }
0358
PEP: 358 Title: The "bytes" Object Version: $Revision$ Last-Modified: $Date$ Author: Neil Schemenauer <nas@arctrix.com>, Guido van Rossum <guido@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 15-Feb-2006 Python-Version: 2.6, 3.0 Post-History: Update This PEP has partially been super...
python-peps
2024-10-18T13:23:20.680368
2006-02-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0358/", "authors": [ "Guido van Rossum", "Neil Schemenauer" ], "pep_number": "0358", "pandoc_version": "3.5" }
3140
PEP: 3140 Title: str(container) should call str(item), not repr(item) Version: $Revision$ Last-Modified: $Date$ Author: Oleg Broytman <phd@phdru.name>, Jim J. Jewett <jimjjewett@gmail.com> Discussions-To: python-3000@python.org Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 27-May-2008 Post-Hi...
python-peps
2024-10-18T13:23:20.690916
2008-05-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3140/", "authors": [ "Oleg Broytman" ], "pep_number": "3140", "pandoc_version": "3.5" }
3137
PEP: 3137 Title: Immutable Bytes and Mutable Buffer Version: $Revision$ Last-Modified: $Date$ Author: Guido van Rossum <guido@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 26-Sep-2007 Python-Version: 3.0 Post-History: 26-Sep-2007, 30-Sep-2007 Introduction After releasing Python 3.0...
python-peps
2024-10-18T13:23:20.707877
2007-09-26T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3137/", "authors": [ "Guido van Rossum" ], "pep_number": "3137", "pandoc_version": "3.5" }
0468
PEP: 468 Title: Preserving the order of **kwargs in a function. Version: $Revision$ Last-Modified: $Date$ Author: Eric Snow <ericsnowcurrently@gmail.com> Discussions-To: python-ideas@python.org Status: Final Type: Standards Track Content-Type: text/x-rst Created: 05-Apr-2014 Python-Version: 3.6 Post-History: 05-Apr-201...
python-peps
2024-10-18T13:23:20.725479
2014-04-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0468/", "authors": [ "Eric Snow" ], "pep_number": "0468", "pandoc_version": "3.5" }
0430
PEP: 430 Title: Migrating to Python 3 as the default online documentation Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com> BDFL-Delegate: Georg Brandl Status: Final Type: Informational Content-Type: text/x-rst Created: 27-Oct-2012 Abstract This PEP proposes a strategy for migratin...
python-peps
2024-10-18T13:23:20.739497
2012-10-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0430/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0430", "pandoc_version": "3.5" }
0629
PEP: 629 Title: Versioning PyPI's Simple API Author: Donald Stufft <donald@stufft.io> BDFL-Delegate: Brett Cannon <brett@python.org> Discussions-To: https://discuss.python.org/t/pep-629-versioning-pypis-simple-api/4720 Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 16-Jul-2020 Po...
python-peps
2024-10-18T13:23:20.747065
2020-07-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0629/", "authors": [ "Donald Stufft" ], "pep_number": "0629", "pandoc_version": "3.5" }
3124
PEP: 3124 Title: Overloading, Generic Functions, Interfaces, and Adaptation Version: $Revision$ Last-Modified: $Date$ Author: Phillip J. Eby <pje@telecommunity.com> Discussions-To: python-3000@python.org Status: Deferred Type: Standards Track Content-Type: text/x-rst Requires: 3107, 3115, 3119 Created: 28-Apr-2007 Post...
python-peps
2024-10-18T13:23:20.779108
2007-04-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3124/", "authors": [ "Phillip J. Eby" ], "pep_number": "3124", "pandoc_version": "3.5" }
0501
PEP: 501 Title: General purpose template literal strings Author: Alyssa Coghlan <ncoghlan@gmail.com>, Nick Humrich <nick@humrich.us> Discussions-To: https://discuss.python.org/t/pep-501-reopen-general-purpose-string-template-literals/24625 Status: Draft Type: Standards Track Content-Type: text/x-rst Requires: 701 Creat...
python-peps
2024-10-18T13:23:21.223563
2015-08-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0501/", "authors": [ "Alyssa Coghlan", "Nick Humrich" ], "pep_number": "0501", "pandoc_version": "3.5" }
0382
PEP: 382 Title: Namespace Packages Author: Martin von Löwis <martin@v.loewis.de> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 02-Apr-2009 Python-Version: 3.2 Post-History: Rejection Notice On the first day of sprints at US PyCon 2012 we had a long and fruitful discussion about PEP 382 and ...
python-peps
2024-10-18T13:23:21.251278
2009-04-02T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0382/", "authors": [ "Martin von Löwis" ], "pep_number": "0382", "pandoc_version": "3.5" }
0230
PEP: 230 Title: Warning Framework Author: Guido van Rossum <guido@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 28-Nov-2000 Python-Version: 2.1 Post-History: 05-Nov-2000 Abstract This PEP proposes a C and Python level API, as well as command line flags, to issue warning messages an...
python-peps
2024-10-18T13:23:21.271404
2000-11-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0230/", "authors": [ "Guido van Rossum" ], "pep_number": "0230", "pandoc_version": "3.5" }
3099
PEP: 3099 Title: Things that will Not Change in Python 3000 Version: $Revision$ Last-Modified: $Date$ Author: Georg Brandl <georg@python.org> Status: Final Type: Process Content-Type: text/x-rst Created: 04-Apr-2006 Post-History: Abstract Some ideas are just bad. While some thoughts on Python evolution are constructi...
python-peps
2024-10-18T13:23:21.317735
2006-04-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3099/", "authors": [ "Georg Brandl" ], "pep_number": "3099", "pandoc_version": "3.5" }
0573
PEP: 573 Title: Module State Access from C Extension Methods Version: $Revision$ Last-Modified: $Date$ Author: Petr Viktorin <encukou@gmail.com>, Alyssa Coghlan <ncoghlan@gmail.com>, Eric Snow <ericsnowcurrently@gmail.com>, Marcel Plch <gmarcel.plch@gmail.com> BDFL-Delegate: Stefan Behnel Discussions-To: import-sig@pyt...
python-peps
2024-10-18T13:23:21.343389
2016-06-02T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0573/", "authors": [ "Petr Viktorin" ], "pep_number": "0573", "pandoc_version": "3.5" }
0453
PEP: 453 Title: Explicit bootstrapping of pip in Python installations Author: Donald Stufft <donald@stufft.io>, Alyssa Coghlan <ncoghlan@gmail.com> BDFL-Delegate: Martin von Löwis Status: Final Type: Standards Track Content-Type: text/x-rst Created: 10-Aug-2013 Post-History: 30-Aug-2013, 15-Sep-2013, 18-Sep-2013, 19-Se...
python-peps
2024-10-18T13:23:21.401663
2013-08-10T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0453/", "authors": [ "Donald Stufft" ], "pep_number": "0453", "pandoc_version": "3.5" }
0256
PEP: 256 Title: Docstring Processing System Framework Version: $Revision$ Last-Modified: $Date$ Author: David Goodger <goodger@python.org> Discussions-To: doc-sig@python.org Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 01-Jun-2001 Post-History: 13-Jun-2001 Rejection Notice This proposal se...
python-peps
2024-10-18T13:23:21.424261
2001-06-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0256/", "authors": [ "David Goodger" ], "pep_number": "0256", "pandoc_version": "3.5" }
0547
PEP: 547 Title: Running extension modules using the -m option Version: $Revision$ Last-Modified: $Date$ Author: Marcel Plch <gmarcel.plch@gmail.com>, Petr Viktorin <encukou@gmail.com> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 25-May-2017 Python-Version: 3.7 Post-History: Deferral Notice ...
python-peps
2024-10-18T13:23:21.435927
2017-05-25T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0547/", "authors": [ "Marcel Plch" ], "pep_number": "0547", "pandoc_version": "3.5" }
0413
PEP: 413 Title: Faster evolution of the Python Standard Library Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com> Status: Withdrawn Type: Process Content-Type: text/x-rst Created: 24-Feb-2012 Post-History: 24-Feb-2012, 25-Feb-2012 PEP Withdrawal With the acceptance of PEP 453 meani...
python-peps
2024-10-18T13:23:21.474421
2012-02-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0413/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0413", "pandoc_version": "3.5" }
0322
PEP: 322 Title: Reverse Iteration Version: $Revision$ Last-Modified: $Date$ Author: Raymond Hettinger <python@rcn.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 24-Sep-2003 Python-Version: 2.4 Post-History: 24-Sep-2003 Abstract This proposal is to add a builtin function to support reverse ...
python-peps
2024-10-18T13:23:21.487574
2003-09-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0322/", "authors": [ "Raymond Hettinger" ], "pep_number": "0322", "pandoc_version": "3.5" }
0759
PEP: 759 Title: External Wheel Hosting Author: Barry Warsaw <barry@python.org>, Ethan Smith <ethan@ethanhs.me> PEP-Delegate: Donald Stufft <donald@python.org> Discussions-To: https://discuss.python.org/t/pep-759-external-wheel-hosting/66458 Status: Draft Type: Standards Track Topic: Packaging Created: 01-Oct-2024 Post-...
python-peps
2024-10-18T13:23:21.521828
2024-10-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0759/", "authors": [ "Barry Warsaw" ], "pep_number": "0759", "pandoc_version": "3.5" }
0438
PEP: 438 Title: Transitioning to release-file hosting on PyPI Version: $Revision$ Last-Modified: $Date$ Author: Holger Krekel <holger@merlinux.eu>, Carl Meyer <carl@oddbird.net> BDFL-Delegate: Richard Jones <richard@python.org> Discussions-To: distutils-sig@python.org Status: Superseded Type: Process Topic: Packaging C...
python-peps
2024-10-18T13:23:21.548645
2013-03-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0438/", "authors": [ "Carl Meyer", "Holger Krekel" ], "pep_number": "0438", "pandoc_version": "3.5" }
0422
PEP: 422 Title: Simpler customisation of class creation Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>, Daniel Urban <urban.dani+py@gmail.com> Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 05-Jun-2012 Python-Version: 3.5 Post-History: 05-Jun-2012, 10-Fe...
python-peps
2024-10-18T13:23:21.575859
2012-06-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0422/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0422", "pandoc_version": "3.5" }
0297
PEP: 297 Title: Support for System Upgrades Author: Marc-André Lemburg <mal@lemburg.com> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 19-Jul-2001 Python-Version: 2.6 Post-History: Rejection Notice This PEP is rejected for failure to generate significant interest. Abstract This PEP propos...
python-peps
2024-10-18T13:23:21.586734
2001-07-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0297/", "authors": [ "Marc-André Lemburg" ], "pep_number": "0297", "pandoc_version": "3.5" }
0368
PEP: 368 Title: Standard image protocol and class Version: $Revision$ Last-Modified: $Date$ Author: Lino Mastrodomenico <l.mastrodomenico@gmail.com> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 28-Jun-2007 Python-Version: 2.6, 3.0 Post-History: Abstract The current situation of image stora...
python-peps
2024-10-18T13:23:21.636332
2007-06-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0368/", "authors": [ "Lino Mastrodomenico" ], "pep_number": "0368", "pandoc_version": "3.5" }
0320
PEP: 320 Title: Python 2.4 Release Schedule Version: $Revision$ Last-Modified: $Date$ Author: Barry Warsaw, Raymond Hettinger, Anthony Baxter Status: Final Type: Informational Topic: Release Content-Type: text/x-rst Created: 29-Jul-2003 Python-Version: 2.4 Post-History: 01-Dec-2004 Abstract This document describes th...
python-peps
2024-10-18T13:23:21.669513
2003-07-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0320/", "authors": [ "Anthony Baxter", "Barry Warsaw", "Raymond Hettinger" ], "pep_number": "0320", "pandoc_version": "3.5" }