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
0001
PEP: 1 Title: PEP Purpose and Guidelines Author: Barry Warsaw, Jeremy Hylton, David Goodger, Alyssa Coghlan Status: Active Type: Process Created: 13-Jun-2000 Post-History: 21-Mar-2001, 29-Jul-2002, 03-May-2003, 05-May-2012, 07-Apr-2013 What is a PEP? PEP stands for Python Enhancement Proposal. A PEP is a design docum...
python-peps
2024-10-18T13:23:34.285822
2000-06-13T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0001/", "authors": [ "Alyssa Coghlan", "Barry Warsaw", "David Goodger", "Jeremy Hylton" ], "pep_number": "0001", "pandoc_version": "3.5" }
0762
PEP: 762 Title: REPL-acing the default REPL Author: Pablo Galindo Salgado <pablogsal@python.org>, Łukasz Langa <lukasz@python.org>, Lysandros Nikolaou <lisandrosnik@gmail.com>, Emily Morehouse-Valcarcel <emily@python.org> Sponsor: Pablo Galindo Salgado Status: Final Type: Informational Created: 11-Oct-2024 Python-Versi...
python-peps
2024-10-18T13:23:34.304869
2024-10-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0762/", "authors": [ "Emily Morehouse-Valcarcel", "Lysandros Nikolaou", "Pablo Galindo Salgado", "Łukasz Langa" ], "pep_number": "0762", "pandoc_version": "3.5" }
0252
PEP: 252 Title: Making Types Look More Like Classes Author: Guido van Rossum <guido@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 19-Apr-2001 Python-Version: 2.2 Post-History: Abstract This PEP proposes changes to the introspection API for types that makes them look more like class...
python-peps
2024-10-18T13:23:34.335105
2001-04-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0252/", "authors": [ "Guido van Rossum" ], "pep_number": "0252", "pandoc_version": "3.5" }
8013
PEP: 8013 Title: The External Council Governance Model Author: Steve Dower <steve.dower@python.org> Status: Rejected Type: Informational Topic: Governance Content-Type: text/x-rst Created: 14-Sep-2018 Abstract This PEP proposes a new model of Python governance based on a Council of Auditors (CoA) tasked with making f...
python-peps
2024-10-18T13:23:34.351275
2018-09-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-8013/", "authors": [ "Steve Dower" ], "pep_number": "8013", "pandoc_version": "3.5" }
0407
PEP: 407 Title: New release cycle and introducing long-term support versions Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou <solipsis@pitrou.net>, Georg Brandl <georg@python.org>, Barry Warsaw <barry@python.org> Status: Deferred Type: Process Content-Type: text/x-rst Created: 12-Jan-2012 Post-History:...
python-peps
2024-10-18T13:23:34.362909
2012-01-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0407/", "authors": [ "Antoine Pitrou" ], "pep_number": "0407", "pandoc_version": "3.5" }
0350
PEP: 350 Title: Codetags Version: $Revision$ Last-Modified: $Date$ Author: Micah Elliott <mde at tracos.org> Status: Rejected Type: Informational Content-Type: text/x-rst Created: 27-Jun-2005 Post-History: 10-Aug-2005, 26-Sep-2005 Rejection Notice This PEP has been rejected. While the community may be interested, the...
python-peps
2024-10-18T13:23:34.400885
2005-06-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0350/", "authors": [ "Micah Elliott" ], "pep_number": "0350", "pandoc_version": "3.5" }
0419
PEP: 419 Title: Protecting cleanup statements from interruptions Version: $Revision$ Last-Modified: $Date$ Author: Paul Colomiets <paul@colomiets.name> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 06-Apr-2012 Python-Version: 3.3 Abstract This PEP proposes a way to protect Python code from ...
python-peps
2024-10-18T13:23:34.425234
2012-04-06T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0419/", "authors": [ "Paul Colomiets" ], "pep_number": "0419", "pandoc_version": "3.5" }
0331
PEP: 331 Title: Locale-Independent Float/String Conversions Version: $Revision$ Last-Modified: $Date$ Author: Christian R. Reis <kiko at async.com.br> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 19-Jul-2003 Python-Version: 2.4 Post-History: 21-Jul-2003, 13-Aug-2003, 18-Jun-2004 Abstract Supp...
python-peps
2024-10-18T13:23:34.437741
2003-07-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0331/", "authors": [ "Christian R. Reis" ], "pep_number": "0331", "pandoc_version": "3.5" }
0357
PEP: 357 Title: Allowing Any Object to be Used for Slicing Author: Travis Oliphant <oliphant@ee.byu.edu> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 09-Feb-2006 Python-Version: 2.5 Post-History: Abstract This PEP proposes adding an nb_index slot in PyNumberMethods and an __index__ special me...
python-peps
2024-10-18T13:23:34.451948
2006-02-09T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0357/", "authors": [ "Travis Oliphant" ], "pep_number": "0357", "pandoc_version": "3.5" }
0405
PEP: 405 Title: Python Virtual Environments Version: $Revision$ Last-Modified: $Date$ Author: Carl Meyer <carl@oddbird.net> BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 13-Jun-2011 Python-Version: 3.3 Post-History: 24-Oct-2011, 28-Oct-2011, 06-Mar-...
python-peps
2024-10-18T13:23:34.477763
2011-06-13T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0405/", "authors": [ "Carl Meyer" ], "pep_number": "0405", "pandoc_version": "3.5" }
0537
PEP: 537 Title: Python 3.7 Release Schedule Version: $Revision$ Last-Modified: $Date$ Author: Ned Deily <nad@python.org> Status: Final Type: Informational Topic: Release Content-Type: text/x-rst Created: 23-Dec-2016 Python-Version: 3.7 Abstract This document describes the development and release schedule for Python 3...
python-peps
2024-10-18T13:23:34.497263
2016-12-23T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0537/", "authors": [ "Ned Deily" ], "pep_number": "0537", "pandoc_version": "3.5" }
0393
PEP: 393 Title: Flexible String Representation Author: Martin von Löwis <martin@v.loewis.de> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 24-Jan-2010 Python-Version: 3.3 Post-History: Abstract The Unicode string type is changed to support multiple internal representations, depending on the ch...
python-peps
2024-10-18T13:23:34.525606
2010-01-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0393/", "authors": [ "Martin von Löwis" ], "pep_number": "0393", "pandoc_version": "3.5" }
0408
PEP: 408 Title: Standard library __preview__ package Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>, Eli Bendersky <eliben@gmail.com> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 07-Jan-2012 Python-Version: 3.3 Post-History: 27-Jan-2012 Resolution: http...
python-peps
2024-10-18T13:23:34.544694
2012-01-07T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0408/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0408", "pandoc_version": "3.5" }
0411
PEP: 411 Title: Provisional packages in the Python standard library Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>, Eli Bendersky <eliben@gmail.com> Status: Superseded Type: Informational Content-Type: text/x-rst Created: 10-Feb-2012 Python-Version: 3.3 Post-History: 10-Feb-2012, ...
python-peps
2024-10-18T13:23:34.557661
2012-02-10T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0411/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0411", "pandoc_version": "3.5" }
0369
PEP: 369 Title: Post import hooks Version: $Revision$ Last-Modified: $Date$ Author: Christian Heimes <christian@python.org> Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 02-Jan-2008 Python-Version: 2.6, 3.0 Post-History: 02-Dec-2012 Withdrawal Notice This PEP has been withdrawn by its auth...
python-peps
2024-10-18T13:23:34.573350
2008-01-02T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0369/", "authors": [ "Christian Heimes" ], "pep_number": "0369", "pandoc_version": "3.5" }
0326
PEP: 326 Title: A Case for Top and Bottom Values Version: $Revision$ Last-Modified: $Date$ Author: Josiah Carlson <jcarlson@uci.edu>, Terry Reedy <tjreedy@udel.edu> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 20-Dec-2003 Python-Version: 2.4 Post-History: 20-Dec-2003, 03-Jan-2004, 05-Jan-200...
python-peps
2024-10-18T13:23:34.593718
2003-12-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0326/", "authors": [ "Josiah Carlson" ], "pep_number": "0326", "pandoc_version": "3.5" }
0721
PEP: 721 Title: Using tarfile.data_filter for source distribution extraction Author: Petr Viktorin <encukou@gmail.com> PEP-Delegate: Paul Moore <p.f.moore@gmail.com> Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-rst Requires: 706 Created: 12-Jul-2023 Python-Version: 3.12 Post-History: 04-Jul...
python-peps
2024-10-18T13:23:34.606920
2023-07-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0721/", "authors": [ "Petr Viktorin" ], "pep_number": "0721", "pandoc_version": "3.5" }
3127
PEP: 3127 Title: Integer Literal Support and Syntax Version: $Revision$ Last-Modified: $Date$ Author: Patrick Maupin <pmaupin@gmail.com> Discussions-To: python-3000@python.org Status: Final Type: Standards Track Content-Type: text/x-rst Created: 14-Mar-2007 Python-Version: 3.0 Post-History: 18-Mar-2007 Abstract This ...
python-peps
2024-10-18T13:23:34.626597
2007-03-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3127/", "authors": [ "Patrick Maupin" ], "pep_number": "3127", "pandoc_version": "3.5" }
3136
PEP: 3136 Title: Labeled break and continue Version: $Revision$ Last-Modified: $Date$ Author: Matt Chisholm <matt-python@theory.org> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 30-Jun-2007 Python-Version: 3.1 Post-History: Rejection Notice This PEP is rejected. See https://mail.python.org...
python-peps
2024-10-18T13:23:34.644897
2007-06-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3136/", "authors": [ "Matt Chisholm" ], "pep_number": "3136", "pandoc_version": "3.5" }
0447
PEP: 447 Title: Add __getdescriptor method to metaclass Author: Ronald Oussoren <ronaldoussoren@mac.com> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 12-Jun-2013 Post-History: 02-Jul-2013, 15-Jul-2013, 29-Jul-2013, 22-Jul-2015 Abstract Currently object.__getattribute__ and super.__getattri...
python-peps
2024-10-18T13:23:34.670196
2013-06-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0447/", "authors": [ "Ronald Oussoren" ], "pep_number": "0447", "pandoc_version": "3.5" }
0294
PEP: 294 Title: Type Names in the types Module Author: Oren Tirosh <oren at hishome.net> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 19-Jun-2002 Python-Version: 2.5 Post-History: Abstract This PEP proposes that symbols matching the type name should be added to the types module for all bas...
python-peps
2024-10-18T13:23:34.677944
2002-06-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0294/", "authors": [ "Oren Tirosh" ], "pep_number": "0294", "pandoc_version": "3.5" }
0200
PEP: 200 Title: Python 2.0 Release Schedule Version: $Revision$ Last-Modified: $Date$ Author: Jeremy Hylton <jeremy@alum.mit.edu> Status: Final Type: Informational Topic: Release Content-Type: text/x-rst Created: 12-Jul-2000 Python-Version: 2.0 Post-History: Introduction This PEP describes the Python 2.0 release sche...
python-peps
2024-10-18T13:23:34.692567
2000-07-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0200/", "authors": [ "Jeremy Hylton" ], "pep_number": "0200", "pandoc_version": "3.5" }
0345
PEP: 345 Title: Metadata for Python Software Packages 1.2 Author: Richard Jones <richard@python.org> Discussions-To: distutils-sig@python.org Status: Superseded Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 28-Apr-2005 Python-Version: 2.7 Post-History: 22-Dec-2009 Replaces: 314 Superseded-By:...
python-peps
2024-10-18T13:23:34.716925
2005-04-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0345/", "authors": [ "Richard Jones" ], "pep_number": "0345", "pandoc_version": "3.5" }
0338
PEP: 338 Title: Executing modules as scripts Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 16-Oct-2004 Python-Version: 2.5 Post-History: 08-Nov-2004, 11-Feb-2006, 12-Feb-2006, 18-Feb-2006 Abstract This PEP de...
python-peps
2024-10-18T13:23:34.835615
2004-10-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0338/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0338", "pandoc_version": "3.5" }
0490
PEP: 490 Title: Chain exceptions at C level Version: $Revision$ Last-Modified: $Date$ Author: Victor Stinner <vstinner@python.org> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 25-Mar-2015 Python-Version: 3.6 Abstract Chain exceptions at C level, as already done at Python level. Rationale ...
python-peps
2024-10-18T13:23:34.856695
2015-03-25T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0490/", "authors": [ "Victor Stinner" ], "pep_number": "0490", "pandoc_version": "3.5" }
0264
PEP: 264 Title: Future statements in simulated shells Version: $Revision$ Last-Modified: $Date$ Author: Michael Hudson <mwh@python.net> Status: Final Type: Standards Track Content-Type: text/x-rst Requires: 236 Created: 30-Jul-2001 Python-Version: 2.2 Post-History: 30-Jul-2001 Abstract As noted in PEP 236, there is n...
python-peps
2024-10-18T13:23:34.865913
2001-07-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0264/", "authors": [ "Michael Hudson" ], "pep_number": "0264", "pandoc_version": "3.5" }
0627
PEP: 627 Title: Recording installed projects Author: Petr Viktorin <encukou@gmail.com> BDFL-Delegate: Paul Moore <p.f.moore@gmail.com> Discussions-To: https://discuss.python.org/t/pep-627/4126 Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 15-Jul-2020 Resolution: https://discuss....
python-peps
2024-10-18T13:23:34.879535
2020-07-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0627/", "authors": [ "Petr Viktorin" ], "pep_number": "0627", "pandoc_version": "3.5" }
0681
PEP: 681 Title: Data Class Transforms Author: Erik De Bonte <erikd at microsoft.com>, Eric Traut <erictr at microsoft.com> Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com> Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/EAALIHA3XEDFDNG2NRXTI3ERFPAD65Z4/ Status: Final Type: Standa...
python-peps
2024-10-18T13:23:34.945103
2021-12-02T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0681/", "authors": [ "Erik De Bonte" ], "pep_number": "0681", "pandoc_version": "3.5" }
0424
PEP: 424 Title: A method for exposing a length hint Version: $Revision$ Last-Modified: $Date$ Author: Alex Gaynor <alex.gaynor@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 14-Jul-2012 Python-Version: 3.4 Post-History: 15-Jul-2012 Abstract CPython currently defines a __length_hint__...
python-peps
2024-10-18T13:23:34.950898
2012-07-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0424/", "authors": [ "Alex Gaynor" ], "pep_number": "0424", "pandoc_version": "3.5" }
0672
PEP: 672 Title: Unicode-related Security Considerations for Python Author: Petr Viktorin <encukou@gmail.com> Status: Active Type: Informational Content-Type: text/x-rst Created: 01-Nov-2021 Post-History: 01-Nov-2021 Abstract This document explains possible ways to misuse Unicode to write Python programs that appear t...
python-peps
2024-10-18T13:23:34.971692
2021-11-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0672/", "authors": [ "Petr Viktorin" ], "pep_number": "0672", "pandoc_version": "3.5" }
0564
PEP: 564 Title: Add new time functions with nanosecond resolution Version: $Revision$ Last-Modified: $Date$ Author: Victor Stinner <vstinner@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 16-Oct-2017 Python-Version: 3.7 Resolution: https://mail.python.org/pipermail/python-dev/2017-Oct...
python-peps
2024-10-18T13:23:35.000558
2017-10-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0564/", "authors": [ "Victor Stinner" ], "pep_number": "0564", "pandoc_version": "3.5" }
0742
PEP: 742 Title: Narrowing types with TypeIs Author: Jelle Zijlstra <jelle.zijlstra@gmail.com> Discussions-To: https://discuss.python.org/t/pep-742-narrowing-types-with-typenarrower/45613 Status: Final Type: Standards Track Topic: Typing Created: 07-Feb-2024 Python-Version: 3.13 Post-History: 11-Feb-2024 Replaces: 724 R...
python-peps
2024-10-18T13:23:35.030176
2024-02-07T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0742/", "authors": [ "Jelle Zijlstra" ], "pep_number": "0742", "pandoc_version": "3.5" }
0534
PEP: 534 Title: Improved Errors for Missing Standard Library Modules Author: Tomáš Orsava <tomas.n@orsava.cz>, Petr Viktorin <encukou@gmail.com>, Alyssa Coghlan <ncoghlan@gmail.com> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 05-Sep-2016 Post-History: Abstract Python is often being built ...
python-peps
2024-10-18T13:23:35.049917
2016-09-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0534/", "authors": [ "Tomáš Orsava" ], "pep_number": "0534", "pandoc_version": "3.5" }
0709
PEP: 709 Title: Inlined comprehensions Author: Carl Meyer <carl@oddbird.net> Sponsor: Guido van Rossum <guido@python.org> Discussions-To: https://discuss.python.org/t/pep-709-inlined-comprehensions/24240 Status: Final Type: Standards Track Created: 24-Feb-2023 Python-Version: 3.12 Post-History: 25-Feb-2023 Resolution: ...
python-peps
2024-10-18T13:23:35.063417
2023-02-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0709/", "authors": [ "Carl Meyer" ], "pep_number": "0709", "pandoc_version": "3.5" }
0679
PEP: 679 Title: Allow parentheses in assert statements Author: Pablo Galindo Salgado <pablogsal@python.org> Discussions-To: https://discuss.python.org/t/pep-679-allow-parentheses-in-assert-statements/13003 Status: Draft Type: Standards Track Content-Type: text/x-rst Created: 07-Jan-2022 Python-Version: 3.12 Abstract ...
python-peps
2024-10-18T13:23:35.072585
2022-01-07T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0679/", "authors": [ "Pablo Galindo Salgado" ], "pep_number": "0679", "pandoc_version": "3.5" }
0278
PEP: 278 Title: Universal Newline Support Author: Jack Jansen <jack@cwi.nl> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 14-Jan-2002 Python-Version: 2.3 Post-History: Abstract This PEP discusses a way in which Python can support I/O on files which have a newline format that is not the native ...
python-peps
2024-10-18T13:23:35.083176
2002-01-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0278/", "authors": [ "Jack Jansen" ], "pep_number": "0278", "pandoc_version": "3.5" }
0409
PEP: 409 Title: Suppressing exception context Version: $Revision$ Last-Modified: $Date$ Author: Ethan Furman <ethan@stoneleaf.us> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 26-Jan-2012 Python-Version: 3.3 Post-History: 30-Aug-2002, 01-Feb-2012, 03-Feb-2012 Superseded-By: 415 Resolution: https...
python-peps
2024-10-18T13:23:35.095892
2012-01-26T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0409/", "authors": [ "Ethan Furman" ], "pep_number": "0409", "pandoc_version": "3.5" }
0237
PEP: 237 Title: Unifying Long Integers and Integers Version: $Revision$ Last-Modified: $Date$ Author: Moshe Zadka, Guido van Rossum Status: Final Type: Standards Track Content-Type: text/x-rst Created: 11-Mar-2001 Python-Version: 2.2 Post-History: 16-Mar-2001, 14-Aug-2001, 23-Aug-2001 Abstract Python currently distin...
python-peps
2024-10-18T13:23:35.115565
2001-03-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0237/", "authors": [ "Guido van Rossum", "Moshe Zadka" ], "pep_number": "0237", "pandoc_version": "3.5" }
3001
PEP: 3001 Title: Procedure for reviewing and improving standard library modules Version: $Revision$ Last-Modified: $Date$ Author: Georg Brandl <georg@python.org> Status: Withdrawn Type: Process Content-Type: text/x-rst Created: 05-Apr-2006 Post-History: Abstract This PEP describes a procedure for reviewing and improv...
python-peps
2024-10-18T13:23:35.122118
2006-04-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3001/", "authors": [ "Georg Brandl" ], "pep_number": "3001", "pandoc_version": "3.5" }
0680
PEP: 680 Title: tomllib: Support for Parsing TOML in the Standard Library Author: Taneli Hukkinen, Shantanu Jain <hauntsaninja at gmail.com> Sponsor: Petr Viktorin <encukou@gmail.com> Discussions-To: https://discuss.python.org/t/13040 Status: Final Type: Standards Track Content-Type: text/x-rst Created: 01-Jan-2022 Pyt...
python-peps
2024-10-18T13:23:35.152088
2022-01-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0680/", "authors": [ "Shantanu Jain", "Taneli Hukkinen" ], "pep_number": "0680", "pandoc_version": "3.5" }
0013
PEP: 13 Title: Python Language Governance Author: The Python core team and community Status: Active Type: Process Topic: Governance Content-Type: text/x-rst Created: 16-Dec-2018 Abstract This PEP defines the formal governance process for Python, and records how this has changed over time. Currently, governance is bas...
python-peps
2024-10-18T13:23:35.170334
2018-12-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0013/", "authors": [ "The Python core team and community" ], "pep_number": "0013", "pandoc_version": "3.5" }
0496
PEP: 496 Title: Environment Markers Version: $Revision$ Last-Modified: $Date$ Author: James Polley <jp@jamezpolley.com> BDFL-Delegate: Alyssa Coghlan <ncoghlan@gmail.com> Status: Rejected Type: Informational Topic: Packaging Content-Type: text/x-rst Created: 03-Jul-2015 PEP Status After this PEP was initially drafted...
python-peps
2024-10-18T13:23:35.181649
2015-07-03T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0496/", "authors": [ "James Polley" ], "pep_number": "0496", "pandoc_version": "3.5" }
0596
PEP: 596 Title: Python 3.9 Release Schedule Author: Łukasz Langa <lukasz@python.org> Discussions-To: https://discuss.python.org/t/pep-596-python-3-9-release-schedule-doubling-the-release-cadence/1828 Status: Active Type: Informational Topic: Release Created: 04-Jun-2019 Python-Version: 3.9 Abstract This document desc...
python-peps
2024-10-18T13:23:35.193792
2019-06-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0596/", "authors": [ "Łukasz Langa" ], "pep_number": "0596", "pandoc_version": "3.5" }
0280
PEP: 280 Title: Optimizing access to globals Author: Guido van Rossum <guido@python.org> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 10-Feb-2002 Python-Version: 2.3 Post-History: Deferral While this PEP is a nice idea, no-one has yet emerged to do the work of hashing out the differences b...
python-peps
2024-10-18T13:23:35.207547
2002-02-10T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0280/", "authors": [ "Guido van Rossum" ], "pep_number": "0280", "pandoc_version": "3.5" }
0663
PEP: 663 Title: Standardizing Enum str(), repr(), and format() behaviors Version: $Revision$ Last-Modified: $Date$ Author: Ethan Furman <ethan@stoneleaf.us> Discussions-To: python-dev@python.org Status: Rejected Type: Informational Content-Type: text/x-rst Created: 30-Jun-2021 Python-Version: 3.11 Post-History: 20-Jul-...
python-peps
2024-10-18T13:23:35.234976
2021-06-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0663/", "authors": [ "Ethan Furman" ], "pep_number": "0663", "pandoc_version": "3.5" }
0614
PEP: 614 Title: Relaxing Grammar Restrictions On Decorators Version: $Revision$ Last-Modified: $Date$ Author: Brandt Bucher <brandt@python.org> Sponsor: Guido van Rossum <guido@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 10-Feb-2020 Python-Version: 3.9 Post-History: 11-Feb-2020, 18...
python-peps
2024-10-18T13:23:35.245123
2020-02-10T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0614/", "authors": [ "Brandt Bucher" ], "pep_number": "0614", "pandoc_version": "3.5" }
3119
PEP: 3119 Title: Introducing Abstract Base Classes Author: Guido van Rossum <guido@python.org>, Talin <viridia@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 18-Apr-2007 Python-Version: 3.0 Post-History: 26-Apr-2007, 11-May-2007 Abstract This is a proposal to add Abstract Base Class ...
python-peps
2024-10-18T13:23:35.382869
2007-04-18T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3119/", "authors": [ "Guido van Rossum", "Talin" ], "pep_number": "3119", "pandoc_version": "3.5" }
0684
PEP: 684 Title: A Per-Interpreter GIL Author: Eric Snow <ericsnowcurrently@gmail.com> Discussions-To: https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583 Status: Final Type: Standards Track Requires: 683 Created: 08-Mar-2022 Python-Version: 3.12 Post-History: 08-Mar-2022, 29-Sep-2022, 28-Oct-2022, Resoluti...
python-peps
2024-10-18T13:23:35.441108
2022-03-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0684/", "authors": [ "Eric Snow" ], "pep_number": "0684", "pandoc_version": "3.5" }
0559
PEP: 559 Title: Built-in noop() Author: Barry Warsaw <barry@python.org> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 08-Sep-2017 Python-Version: 3.7 Post-History: 09-Sep-2017 Resolution: https://mail.python.org/pipermail/python-dev/2017-September/149438.html Abstract This PEP proposes addi...
python-peps
2024-10-18T13:23:35.450541
2017-09-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0559/", "authors": [ "Barry Warsaw" ], "pep_number": "0559", "pandoc_version": "3.5" }
0219
PEP: 219 Title: Stackless Python Author: Gordon McMillan <gmcm@hypernet.com> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 14-Aug-2000 Python-Version: 2.1 Post-History: Introduction This PEP discusses changes required to core Python in order to efficiently support generators, microthreads a...
python-peps
2024-10-18T13:23:35.459305
2000-08-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0219/", "authors": [ "Gordon McMillan" ], "pep_number": "0219", "pandoc_version": "3.5" }
0695
PEP: 695 Title: Type Parameter Syntax Author: Eric Traut <erictr at microsoft.com> Sponsor: Guido van Rossum <guido@python.org> Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/BB2BGYJY2YG5IWESKGTAPUQL3N27ZKVW/ Status: Final Type: Standards Track Topic: Typing Created: 15-Jun-2022 Pyth...
python-peps
2024-10-18T13:23:36.041883
2022-06-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0695/", "authors": [ "Eric Traut" ], "pep_number": "0695", "pandoc_version": "3.5" }
0426
PEP: 426 Title: Metadata for Python Software Packages 2.0 Author: Alyssa Coghlan <ncoghlan@gmail.com>, Daniel Holth <dholth@gmail.com>, Donald Stufft <donald@stufft.io> BDFL-Delegate: Donald Stufft <donald@stufft.io> Discussions-To: distutils-sig@python.org Status: Withdrawn Type: Informational Topic: Packaging Require...
python-peps
2024-10-18T13:23:36.111830
2012-08-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0426/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0426", "pandoc_version": "3.5" }
0253
PEP: 253 Title: Subtyping Built-in Types Author: Guido van Rossum <guido@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 14-May-2001 Python-Version: 2.2 Post-History: Abstract This PEP proposes additions to the type object API that will allow the creation of subtypes of built-in type...
python-peps
2024-10-18T13:23:36.153610
2001-05-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0253/", "authors": [ "Guido van Rossum" ], "pep_number": "0253", "pandoc_version": "3.5" }
0465
PEP: 465 Title: A dedicated infix operator for matrix multiplication Version: $Revision$ Last-Modified: $Date$ Author: Nathaniel J. Smith <njs@pobox.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 20-Feb-2014 Python-Version: 3.5 Post-History: 13-Mar-2014 Resolution: https://mail.python.org/ar...
python-peps
2024-10-18T13:23:36.226088
2014-02-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0465/", "authors": [ "Nathaniel J. Smith" ], "pep_number": "0465", "pandoc_version": "3.5" }
0298
PEP: 298 Title: The Locked Buffer Interface Version: $Revision$ Last-Modified: $Date$ Author: Thomas Heller <theller@python.net> Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 26-Jul-2002 Python-Version: 2.3 Post-History: 30-Jul-2002, 01-Aug-2002 Abstract This PEP proposes an extension to t...
python-peps
2024-10-18T13:23:36.240099
2002-07-26T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0298/", "authors": [ "Thomas Heller" ], "pep_number": "0298", "pandoc_version": "3.5" }
0233
PEP: 233 Title: Python Online Help Author: Paul Prescod <paul@prescod.net> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 11-Dec-2000 Python-Version: 2.1 Post-History: Abstract This PEP describes a command-line driven online help facility for Python. The facility should be able to build on e...
python-peps
2024-10-18T13:23:36.247314
2000-12-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0233/", "authors": [ "Paul Prescod" ], "pep_number": "0233", "pandoc_version": "3.5" }