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
0565
PEP: 565 Title: Show DeprecationWarning in __main__ Author: Alyssa Coghlan <ncoghlan@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 12-Nov-2017 Python-Version: 3.7 Post-History: 12-Nov-2017, 25-Nov-2017 Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151224.html ...
python-peps
2024-10-18T13:23:24.723869
2017-11-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0565/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0565", "pandoc_version": "3.5" }
0372
PEP: 372 Title: Adding an ordered dictionary to collections Author: Armin Ronacher <armin.ronacher@active-4.com>, Raymond Hettinger <python@rcn.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 15-Jun-2008 Python-Version: 2.7, 3.1 Post-History: Abstract This PEP proposes an ordered dictionary...
python-peps
2024-10-18T13:23:24.740568
2008-06-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0372/", "authors": [ "Armin Ronacher" ], "pep_number": "0372", "pandoc_version": "3.5" }
0615
PEP: 615 Title: Support for the IANA Time Zone Database in the Standard Library Author: Paul Ganssle <paul at ganssle.io> Discussions-To: https://discuss.python.org/t/3468 Status: Final Type: Standards Track Created: 22-Feb-2020 Python-Version: 3.9 Post-History: 25-Feb-2020, 29-Mar-2020 Replaces: 431 zoneinfo Abstrac...
python-peps
2024-10-18T13:23:24.797357
2020-02-22T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0615/", "authors": [ "Paul Ganssle" ], "pep_number": "0615", "pandoc_version": "3.5" }
0528
PEP: 528 Title: Change Windows console 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.org...
python-peps
2024-10-18T13:23:24.808886
2016-08-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0528/", "authors": [ "Steve Dower" ], "pep_number": "0528", "pandoc_version": "3.5" }
3143
PEP: 3143 Title: Standard daemon process library Version: $Revision$ Last-Modified: $Date$ Author: Ben Finney <ben+python@benfinney.id.au> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 26-Jan-2009 Python-Version: 3.x Post-History: Abstract Writing a program to become a well-behaved Unix dae...
python-peps
2024-10-18T13:23:24.867455
2009-01-26T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3143/", "authors": [ "Ben Finney" ], "pep_number": "3143", "pandoc_version": "3.5" }
0239
PEP: 239 Title: Adding a Rational Type to Python Author: Christopher A. Craig <python-pep@ccraig.org>, Moshe Zadka <moshez@zadka.site.co.il> Status: Rejected Type: Standards Track Created: 11-Mar-2001 Python-Version: 2.2 Post-History: 16-Mar-2001 The needs outlined in the rationale section have been addressed to some ...
python-peps
2024-10-18T13:23:24.881855
2001-03-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0239/", "authors": [ "Christopher A. Craig", "Moshe Zadka" ], "pep_number": "0239", "pandoc_version": "3.5" }
0598
PEP: 598 Title: Introducing incremental feature releases Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com> Discussions-To: https://discuss.python.org/t/pep-596-python-3-9-release-schedule-doubling-the-release-cadence/1828 Status: Withdrawn Type: Informational Content-Type: text/x-rst...
python-peps
2024-10-18T13:23:24.937209
2019-06-15T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0598/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0598", "pandoc_version": "3.5" }
3106
PEP: 3106 Title: Revamping dict.keys(), .values() and .items() Version: $Revision$ Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Standards Track Content-Type: text/x-rst Created: 19-Dec-2006 Python-Version: 3.0 Post-History: Abstract This PEP proposes to change the .keys(), .values() and .items()...
python-peps
2024-10-18T13:23:25.061665
2006-12-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3106/", "authors": [ "Guido van Rossum" ], "pep_number": "3106", "pandoc_version": "3.5" }
0696
PEP: 696 Title: Type Defaults for Type Parameters Author: James Hilton-Balfe <gobot1234yt@gmail.com> Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com> Discussions-To: https://discuss.python.org/t/pep-696-type-defaults-for-typevarlikes/22569 Status: Final Type: Standards Track Topic: Typing Created: 14-Jul-2022 Python-...
python-peps
2024-10-18T13:23:25.085968
2022-07-14T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0696/", "authors": [ "James Hilton-Balfe" ], "pep_number": "0696", "pandoc_version": "3.5" }
0440
PEP: 440 Title: Version Identification and Dependency Specification Author: Alyssa Coghlan <ncoghlan@gmail.com>, Donald Stufft <donald@stufft.io> 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 Crea...
python-peps
2024-10-18T13:23:25.153758
2013-03-18T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0440/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0440", "pandoc_version": "3.5" }
0750
PEP: 750 Title: Tag Strings For Writing Domain-Specific Languages Author: Jim Baker <jim.baker@python.org>, Guido van Rossum <guido@python.org>, Paul Everitt <pauleveritt@me.com> Sponsor: Lysandros Nikolaou <lisandrosnik@gmail.com> Discussions-To: https://discuss.python.org/t/pep-750-tag-strings-for-writing-domain-spec...
python-peps
2024-10-18T13:23:25.242063
2024-07-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0750/", "authors": [ "Guido van Rossum", "Jim Baker", "Paul Everitt" ], "pep_number": "0750", "pandoc_version": "3.5" }
0670
PEP: 670 Title: Convert macros to functions in the Python C API Author: Erlend Egeberg Aasland <erlend@python.org>, Victor Stinner <vstinner@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 19-Oct-2021 Python-Version: 3.11 Post-History: 20-Oct-2021, 08-Feb-2022, 22-Feb-2022 Resolution: ...
python-peps
2024-10-18T13:23:25.293910
2021-10-19T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0670/", "authors": [ "Erlend Egeberg Aasland" ], "pep_number": "0670", "pandoc_version": "3.5" }
0510
PEP: 510 Title: Specialize functions with guards Version: $Revision$ Last-Modified: $Date$ Author: Victor Stinner <vstinner@python.org> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 04-Jan-2016 Python-Version: 3.6 Rejection Notice This PEP was rejected by its author since the design didn't ...
python-peps
2024-10-18T13:23:25.316371
2016-01-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0510/", "authors": [ "Victor Stinner" ], "pep_number": "0510", "pandoc_version": "3.5" }
0638
PEP: 638 Title: Syntactic Macros Author: Mark Shannon <mark@hotpy.org> Discussions-To: https://mail.python.org/archives/list/python-dev@python.org/thread/U4C4XHNRC4SHS3TPZWCTY4SN4QU3TT6V/ Status: Draft Type: Standards Track Content-Type: text/x-rst Created: 24-Sep-2020 Post-History: 26-Sep-2020 Abstract This PEP adds...
python-peps
2024-10-18T13:23:25.337951
2020-09-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0638/", "authors": [ "Mark Shannon" ], "pep_number": "0638", "pandoc_version": "3.5" }
0486
PEP: 486 Title: Make the Python Launcher aware of virtual environments Version: $Revision$ Last-Modified: $Date$ Author: Paul Moore <p.f.moore@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 12-Feb-2015 Python-Version: 3.5 Post-History: 12-Feb-2015 Resolution: https://mail.python.org/pi...
python-peps
2024-10-18T13:23:25.346104
2015-02-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0486/", "authors": [ "Paul Moore" ], "pep_number": "0486", "pandoc_version": "3.5" }
8012
PEP: 8012 Title: The Community Governance Model Author: Łukasz Langa <lukasz@python.org> Status: Rejected Type: Informational Topic: Governance Content-Type: text/x-rst Created: 03-Oct-2018 PEP Rejection PEP 8012 was rejected by a core developer vote described in PEP 8001 on Monday, December 17, 2018. PEP 8016 and t...
python-peps
2024-10-18T13:23:25.367906
2018-10-03T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-8012/", "authors": [ "Łukasz Langa" ], "pep_number": "8012", "pandoc_version": "3.5" }
3126
PEP: 3126 Title: Remove Implicit String Concatenation Version: $Revision$ Last-Modified: $Date$ Author: Jim J. Jewett <JimJJewett@gmail.com>, Raymond Hettinger <python@rcn.com> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 29-Apr-2007 Post-History: 29-Apr-2007, 30-Apr-2007, 07-May-2007 Rejec...
python-peps
2024-10-18T13:23:25.380037
2007-04-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3126/", "authors": [ "Jim J. Jewett" ], "pep_number": "3126", "pandoc_version": "3.5" }
0704
PEP: 704 Title: Require virtual environments by default for package installers Author: Pradyun Gedam <pradyunsg@gmail.com> Sponsor: Brett Cannon <brett@python.org> PEP-Delegate: Paul Moore <p.f.moore@gmail.com> Discussions-To: https://discuss.python.org/t/22846 Status: Withdrawn Type: Standards Track Topic: Packaging C...
python-peps
2024-10-18T13:23:25.395465
2023-01-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0704/", "authors": [ "Pradyun Gedam" ], "pep_number": "0704", "pandoc_version": "3.5" }
0317
PEP: 317 Title: Eliminate Implicit Exception Instantiation Version: $Revision$ Last-Modified: $Date$ Author: Steven Taschuk <staschuk@telusplanet.net> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 06-May-2003 Python-Version: 2.4 Post-History: 09-Jun-2003 Abstract "For clarity in new code,...
python-peps
2024-10-18T13:23:25.414897
2003-05-06T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0317/", "authors": [ "Steven Taschuk" ], "pep_number": "0317", "pandoc_version": "3.5" }
0694
PEP: 694 Title: Upload 2.0 API for Python Package Repositories Author: Donald Stufft <donald@stufft.io> Discussions-To: https://discuss.python.org/t/pep-694-upload-2-0-api-for-python-package-repositories/16879 Status: Draft Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 11-Jun-2022 Post-Histor...
python-peps
2024-10-18T13:23:25.553764
2022-06-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0694/", "authors": [ "Donald Stufft" ], "pep_number": "0694", "pandoc_version": "3.5" }
0801
PEP: 801 Title: Reserved Author: Barry Warsaw <barry@python.org> Status: Active Type: Informational Content-Type: text/x-rst Created: 21-Jun-2018 Abstract This PEP is reserved for future use, because We are the 801. Contact the author for details. Copyright This document has been placed in the public domain.
python-peps
2024-10-18T13:23:25.558811
2018-06-21T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0801/", "authors": [ "Barry Warsaw" ], "pep_number": "0801", "pandoc_version": "3.5" }
3116
PEP: 3116 Title: New I/O Version: $Revision$ Last-Modified: $Date$ Author: Daniel Stutzbach <daniel@stutzbachenterprises.com>, Guido van Rossum <guido@python.org>, Mike Verdone <mike.verdone@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 26-Feb-2007 Python-Version: 3.0 Post-History: 26...
python-peps
2024-10-18T13:23:25.581229
2007-02-26T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3116/", "authors": [ "Daniel Stutzbach" ], "pep_number": "3116", "pandoc_version": "3.5" }
0257
PEP: 257 Title: Docstring Conventions Author: David Goodger <goodger@python.org>, Guido van Rossum <guido@python.org> Discussions-To: doc-sig@python.org Status: Active Type: Informational Created: 29-May-2001 Post-History: 13-Jun-2001 Abstract This PEP documents the semantics and conventions associated with Python do...
python-peps
2024-10-18T13:23:25.598717
2001-05-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0257/", "authors": [ "David Goodger" ], "pep_number": "0257", "pandoc_version": "3.5" }
2026
PEP: 2026 Title: Calendar versioning for Python Author: Hugo van Kemenade Discussions-To: https://discuss.python.org/t/pep-2026-calendar-versioning-for-python/55782 Status: Draft Type: Process Created: 11-Jun-2024 Python-Version: 3.26 Post-History: 14-Jun-2024 Abstract This PEP proposes updating the versioning scheme...
python-peps
2024-10-18T13:23:25.666664
2024-06-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-2026/", "authors": [ "Hugo van Kemenade" ], "pep_number": "2026", "pandoc_version": "3.5" }
0442
PEP: 442 Title: Safe object finalization Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou <solipsis@pitrou.net> BDFL-Delegate: Benjamin Peterson <benjamin@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 18-May-2013 Python-Version: 3.4 Post-History: 18-May-2013 Resolutio...
python-peps
2024-10-18T13:23:25.686342
2013-05-18T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0442/", "authors": [ "Antoine Pitrou" ], "pep_number": "0442", "pandoc_version": "3.5" }
0664
PEP: 664 Title: Python 3.11 Release Schedule Author: Pablo Galindo Salgado <pablogsal@python.org> Status: Active Type: Informational Topic: Release Created: 12-Jul-2021 Python-Version: 3.11 Abstract This document describes the development and release schedule for Python 3.11. The schedule primarily concerns itself wi...
python-peps
2024-10-18T13:23:25.697132
2021-07-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0664/", "authors": [ "Pablo Galindo Salgado" ], "pep_number": "0664", "pandoc_version": "3.5" }
0715
PEP: 715 Title: Disabling bdist_egg distribution uploads on PyPI Author: William Woodruff <william@yossarian.net> Sponsor: Donald Stufft <donald@stufft.io> PEP-Delegate: Donald Stufft <donald@stufft.io> Discussions-To: https://discuss.python.org/t/27610 Status: Final Type: Standards Track Topic: Packaging Content-Type:...
python-peps
2024-10-18T13:23:25.708718
2023-06-06T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0715/", "authors": [ "William Woodruff" ], "pep_number": "0715", "pandoc_version": "3.5" }
0288
PEP: 288 Title: Generators Attributes and Exceptions Author: Raymond Hettinger <python@rcn.com> Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 21-Mar-2002 Python-Version: 2.5 Post-History: Abstract This PEP proposes to enhance generators by providing mechanisms for raising exceptions and sh...
python-peps
2024-10-18T13:23:25.717051
2002-03-21T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0288/", "authors": [ "Raymond Hettinger" ], "pep_number": "0288", "pandoc_version": "3.5" }
0403
PEP: 403 Title: General purpose decorator clause (aka "@in" clause) Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 13-Oct-2011 Python-Version: 3.4 Post-History: 13-Oct-2011 Abstract This PEP proposes the ad...
python-peps
2024-10-18T13:23:25.733393
2011-10-13T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0403/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0403", "pandoc_version": "3.5" }
0724
PEP: 724 Title: Stricter Type Guards Author: Rich Chiodo <rchiodo at microsoft.com>, Eric Traut <erictr at microsoft.com>, Erik De Bonte <erikd at microsoft.com>, Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com> Discussions-To: https://discuss.python.org/t/pep-724-stricter-type-guards/34124 Status: Withdrawn Type: St...
python-peps
2024-10-18T13:23:25.771819
2023-07-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0724/", "authors": [ "Rich Chiodo" ], "pep_number": "0724", "pandoc_version": "3.5" }
0467
PEP: 467 Title: Minor API improvements for binary sequences Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>, Ethan Furman <ethan@stoneleaf.us> Discussions-To: https://discuss.python.org/t/42001 Status: Draft Type: Standards Track Content-Type: text/x-rst Created: 30-Mar-2014 Python...
python-peps
2024-10-18T13:23:25.784885
2014-03-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0467/", "authors": [ "Alyssa Coghlan", "Ethan Furman" ], "pep_number": "0467", "pandoc_version": "3.5" }
0386
PEP: 386 Title: Changing the version comparison module in Distutils Version: $Revision$ Last-Modified: $Date$ Author: Tarek Ziadé <tarek@ziade.org> Status: Superseded Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 04-Jun-2009 Superseded-By: 440 Abstract Note: This PEP has been superseded by ...
python-peps
2024-10-18T13:23:25.802656
2009-06-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0386/", "authors": [ "Tarek Ziadé" ], "pep_number": "0386", "pandoc_version": "3.5" }
0004
PEP: 4 Title: Deprecation of Standard Modules Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon <brett@python.org>, Martin von Löwis <martin@v.loewis.de> Status: Active Type: Process Content-Type: text/x-rst Created: 01-Oct-2000 Post-History: Introduction When new modules were added to the standard Pytho...
python-peps
2024-10-18T13:23:25.807943
2000-10-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0004/", "authors": [ "Brett Cannon", "Martin von Löwis" ], "pep_number": "0004", "pandoc_version": "3.5" }
0728
PEP: 728 Title: TypedDict with Typed Extra Items Author: Zixuan James Li <p359101898@gmail.com> Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com> Discussions-To: https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443 Status: Draft Type: Standards Track Topic: Typing Content-Type: text/x-rst Create...
python-peps
2024-10-18T13:23:25.847425
2023-09-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0728/", "authors": [ "Zixuan James Li" ], "pep_number": "0728", "pandoc_version": "3.5" }
0545
PEP: 545 Title: Python Documentation Translations Author: Julien Palard <julien@palard.fr>, Inada Naoki <songofacandy@gmail.com>, Victor Stinner <vstinner@python.org> Status: Final Type: Process Content-Type: text/x-rst Created: 04-Mar-2017 Resolution: https://mail.python.org/pipermail/python-dev/2017-May/147957.html ...
python-peps
2024-10-18T13:23:25.879559
2017-03-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0545/", "authors": [ "Julien Palard" ], "pep_number": "0545", "pandoc_version": "3.5" }
0520
PEP: 520 Title: Preserving Class Attribute Definition Order Version: $Revision$ Last-Modified: $Date$ Author: Eric Snow <ericsnowcurrently@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 07-Jun-2016 Python-Version: 3.6 Post-History: 07-Jun-2016, 11-Jun-2016, 20-Jun-2016, 24-Jun-2016 Res...
python-peps
2024-10-18T13:23:25.902318
2016-06-07T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0520/", "authors": [ "Eric Snow" ], "pep_number": "0520", "pandoc_version": "3.5" }
0662
PEP: 662 Title: Editable installs via virtual wheels Author: Bernát Gábor <gaborjbernat@gmail.com> Sponsor: Brett Cannon <brett@python.org> Discussions-To: https://discuss.python.org/t/discuss-tbd-editable-installs-by-gaborbernat/9071 Status: Rejected Type: Standards Track Topic: Packaging Content-Type: text/x-rst Crea...
python-peps
2024-10-18T13:23:25.928253
2021-05-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0662/", "authors": [ "Bernát Gábor" ], "pep_number": "0662", "pandoc_version": "3.5" }
0622
PEP: 622 Title: Structural Pattern Matching Author: Brandt Bucher <brandt@python.org>, Daniel F Moisset <dfmoisset@gmail.com>, Tobias Kohn <kohnt@tobiaskohn.ch>, Ivan Levkivskyi <levkivskyi@gmail.com>, Guido van Rossum <guido@python.org>, Talin <viridia@gmail.com> BDFL-Delegate: Discussions-To: python-dev@python.org St...
python-peps
2024-10-18T13:23:26.117007
2020-06-23T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0622/", "authors": [ "Brandt Bucher" ], "pep_number": "0622", "pandoc_version": "3.5" }
0365
PEP: 365 Title: Adding the pkg_resources module Version: $Revision$ Last-Modified: $Date$ Author: Phillip J. Eby <pje@telecommunity.com> Status: Rejected Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 30-Apr-2007 Post-History: 30-Apr-2007 Abstract This PEP proposes adding an enhanced version...
python-peps
2024-10-18T13:23:26.130139
2007-04-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0365/", "authors": [ "Phillip J. Eby" ], "pep_number": "0365", "pandoc_version": "3.5" }
0653
PEP: 653 Title: Precise Semantics for Pattern Matching Author: Mark Shannon <mark@hotpy.org> Status: Draft Type: Standards Track Content-Type: text/x-rst Created: 09-Feb-2021 Post-History: 18-Feb-2021 Abstract This PEP proposes a semantics for pattern matching that respects the general concept of PEP 634, but is more...
python-peps
2024-10-18T13:23:26.164510
2021-02-09T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0653/", "authors": [ "Mark Shannon" ], "pep_number": "0653", "pandoc_version": "3.5" }
0561
PEP: 561 Title: Distributing and Packaging Type Information Author: Ethan Smith <ethan@ethanhs.me> Status: Final Type: Standards Track Topic: Packaging, Typing Content-Type: text/x-rst Created: 09-Sep-2017 Python-Version: 3.7 Post-History: 10-Sep-2017, 12-Sep-2017, 06-Oct-2017, 26-Oct-2017, 12-Apr-2018 typing:packagin...
python-peps
2024-10-18T13:23:26.189584
2017-09-09T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0561/", "authors": [ "Ethan Smith" ], "pep_number": "0561", "pandoc_version": "3.5" }
0673
PEP: 673 Title: Self Type Author: Pradeep Kumar Srinivasan <gohanpra@gmail.com>, James Hilton-Balfe <gobot1234yt@gmail.com> Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com> Discussions-To: typing-sig@python.org Status: Final Type: Standards Track Topic: Typing Created: 10-Nov-2021 Python-Version: 3.11 Post-History: 1...
python-peps
2024-10-18T13:23:26.209560
2021-11-10T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0673/", "authors": [ "Pradeep Kumar Srinivasan" ], "pep_number": "0673", "pandoc_version": "3.5" }
0344
PEP: 344 Title: Exception Chaining and Embedded Tracebacks Version: $Revision$ Last-Modified: $Date$ Author: Ka-Ping Yee Status: Superseded Type: Standards Track Content-Type: text/x-rst Created: 12-May-2005 Python-Version: 2.5 Post-History: Numbering Note This PEP has been renumbered to PEP 3134. The text below is t...
python-peps
2024-10-18T13:23:26.254865
2005-05-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0344/", "authors": [ "Ka-Ping Yee" ], "pep_number": "0344", "pandoc_version": "3.5" }
0242
PEP: 242 Title: Numeric Kinds Author: Paul F. Dubois <paul@pfdubois.com> Status: Withdrawn Type: Standards Track Created: 17-Mar-2001 Python-Version: 2.2 Post-History: 17-Apr-2001 The kinds module will not be added to the standard library. There was no opposition to the proposal but only mild interest in using it, no...
python-peps
2024-10-18T13:23:26.268814
2001-03-17T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0242/", "authors": [ "Paul F. Dubois" ], "pep_number": "0242", "pandoc_version": "3.5" }
0374
PEP: 374 Title: Choosing a distributed VCS for the Python project Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon <brett@python.org>, Stephen J. Turnbull <stephen@xemacs.org>, Alexandre Vassalotti <alexandre@peadrop.com>, Barry Warsaw <barry@python.org>, Dirkjan Ochtman <dirkjan@ochtman.nl> Status: Final...
python-peps
2024-10-18T13:23:26.334860
2008-11-07T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0374/", "authors": [ "Brett Cannon" ], "pep_number": "0374", "pandoc_version": "3.5" }
3100
PEP: 3100 Title: Miscellaneous Python 3.0 Plans Author: Brett Cannon <brett@python.org> Status: Final Type: Process Content-Type: text/x-rst Created: 20-Aug-2004 Post-History: Abstract This PEP, previously known as PEP 3000, describes smaller scale changes and new features for which no separate PEP is written yet, al...
python-peps
2024-10-18T13:23:26.381149
2004-08-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3100/", "authors": [ "Brett Cannon" ], "pep_number": "3100", "pandoc_version": "3.5" }
0757
PEP: 757 Title: C API to import-export Python integers Author: Sergey B Kirpichev <skirpichev@gmail.com>, Victor Stinner <vstinner@python.org> PEP-Delegate: C API Working Group Discussions-To: https://discuss.python.org/t/63895 Status: Draft Type: Standards Track Created: 13-Sep-2024 Python-Version: 3.14 Post-History: ...
python-peps
2024-10-18T13:23:26.413740
2024-09-13T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0757/", "authors": [ "Sergey B Kirpichev" ], "pep_number": "0757", "pandoc_version": "3.5" }
3134
PEP: 3134 Title: Exception Chaining and Embedded Tracebacks Version: $Revision$ Last-Modified: $Date$ Author: Ka-Ping Yee Status: Final Type: Standards Track Content-Type: text/x-rst Created: 12-May-2005 Python-Version: 3.0 Post-History: Numbering Note This PEP started its life as PEP 344. Since it is now targeted fo...
python-peps
2024-10-18T13:23:26.442161
2005-05-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3134/", "authors": [ "Ka-Ping Yee" ], "pep_number": "3134", "pandoc_version": "3.5" }
0102
PEP: 102 Title: Doing Python Micro Releases Author: Anthony Baxter <anthony@interlink.com.au>, Barry Warsaw <barry@python.org>, Guido van Rossum <guido@python.org> Status: Superseded Type: Informational Content-Type: text/x-rst Created: 09-Jan-2002 Post-History: Superseded-By: 101 Replacement Note Although the size o...
python-peps
2024-10-18T13:23:26.464079
2002-01-09T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0102/", "authors": [ "Anthony Baxter" ], "pep_number": "0102", "pandoc_version": "3.5" }
0214
PEP: 214 Title: Extended Print Statement Author: Barry Warsaw <barry@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 24-Jul-2000 Python-Version: 2.0 Post-History: 16-Aug-2000 Introduction This PEP describes a syntax to extend the standard 'print' statement so that it can be used to p...
python-peps
2024-10-18T13:23:26.478575
2000-07-24T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0214/", "authors": [ "Barry Warsaw" ], "pep_number": "0214", "pandoc_version": "3.5" }
0343
PEP: 343 Title: The "with" Statement Version: $Revision$ Last-Modified: $Date$ Author: Guido van Rossum, Alyssa Coghlan Status: Final Type: Standards Track Content-Type: text/x-rst Created: 13-May-2005 Python-Version: 2.5 Post-History: 02-Jun-2005, 16-Oct-2005, 29-Oct-2005, 23-Apr-2006, 01-May-2006, 30-Jul-2006 Abstra...
python-peps
2024-10-18T13:23:26.511669
2005-05-13T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0343/", "authors": [ "Alyssa Coghlan", "Guido van Rossum" ], "pep_number": "0343", "pandoc_version": "3.5" }
0523
PEP: 523 Title: Adding a frame evaluation API to CPython Author: Brett Cannon <brett@python.org>, Dino Viehland <dinov@microsoft.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 16-May-2016 Python-Version: 3.6 Post-History: 16-May-2016 Resolution: https://mail.python.org/pipermail/python-dev/2...
python-peps
2024-10-18T13:23:26.532810
2016-05-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0523/", "authors": [ "Brett Cannon" ], "pep_number": "0523", "pandoc_version": "3.5" }
0581
PEP: 581 Title: Using GitHub Issues for CPython Author: Mariatta <mariatta@python.org> BDFL-Delegate: Barry Warsaw <barry@python.org> Discussions-To: https://discuss.python.org/t/535 Status: Final Type: Process Created: 20-Jun-2018 Post-History: 07-Mar-2019 Resolution: https://mail.python.org/pipermail/python-dev/2019-...
python-peps
2024-10-18T13:23:26.656269
2018-06-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0581/", "authors": [ "Mariatta" ], "pep_number": "0581", "pandoc_version": "3.5" }
0212
PEP: 212 Title: Loop Counter Iteration Author: Peter Schneider-Kamp <nowonder@nowonder.de> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 22-Aug-2000 Python-Version: 2.1 Post-History: Rejection Notice This PEP has been rejected. enumerate(), introduced in PEP 279, covers the use-case propose...
python-peps
2024-10-18T13:23:26.666575
2000-08-22T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0212/", "authors": [ "Peter Schneider-Kamp" ], "pep_number": "0212", "pandoc_version": "3.5" }
0669
PEP: 669 Title: Low Impact Monitoring for CPython Author: Mark Shannon <mark@hotpy.org> Discussions-To: https://discuss.python.org/t/pep-669-low-impact-monitoring-for-cpython/13018/ Status: Final Type: Standards Track Created: 18-Aug-2021 Python-Version: 3.12 Post-History: 07-Dec-2021, 10-Jan-2022, Resolution: https://...
python-peps
2024-10-18T13:23:26.705029
2021-08-18T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0669/", "authors": [ "Mark Shannon" ], "pep_number": "0669", "pandoc_version": "3.5" }
0327
PEP: 327 Title: Decimal Data Type Version: $Revision$ Last-Modified: $Date$ Author: Facundo Batista <facundo@taniquetil.com.ar> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 17-Oct-2003 Python-Version: 2.4 Post-History: 30-Nov-2003, 02-Jan-2004, 29-Jan-2004 Abstract The idea is to have a Decim...
python-peps
2024-10-18T13:23:26.757811
2003-10-17T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0327/", "authors": [ "Facundo Batista" ], "pep_number": "0327", "pandoc_version": "3.5" }
0519
PEP: 519 Title: Adding a file system path protocol Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon <brett@python.org>, Koos Zevenhoven <k7hoven@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 11-May-2016 Python-Version: 3.6 Post-History: 11-May-2016, 12-May-2016, 13-May-2...
python-peps
2024-10-18T13:23:26.785254
2016-05-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0519/", "authors": [ "Brett Cannon" ], "pep_number": "0519", "pandoc_version": "3.5" }
0702
PEP: 702 Title: Marking deprecations using the type system Author: Jelle Zijlstra <jelle.zijlstra@gmail.com> Discussions-To: https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036 Status: Final Type: Standards Track Topic: Typing Created: 30-Dec-2022 Python-Version: 3.13 Post-History: 01-...
python-peps
2024-10-18T13:23:26.817560
2022-12-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0702/", "authors": [ "Jelle Zijlstra" ], "pep_number": "0702", "pandoc_version": "3.5" }
0687
PEP: 687 Title: Isolating modules in the standard library Author: Erlend Egeberg Aasland <erlend@python.org>, Petr Viktorin <encukou@gmail.com> Discussions-To: https://discuss.python.org/t/14824 Status: Accepted Type: Standards Track Content-Type: text/x-rst Requires: 489, 573, 630 Created: 04-Apr-2022 Python-Version: ...
python-peps
2024-10-18T13:23:26.832216
2022-04-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0687/", "authors": [ "Erlend Egeberg Aasland", "Petr Viktorin" ], "pep_number": "0687", "pandoc_version": "3.5" }
3141
PEP: 3141 Title: A Type Hierarchy for Numbers Version: $Revision$ Last-Modified: $Date$ Author: Jeffrey Yasskin <jyasskin@google.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 23-Apr-2007 Python-Version: 3.0 Post-History: 25-Apr-2007, 16-May-2007, 02-Aug-2007 Abstract This proposal defines...
python-peps
2024-10-18T13:23:26.845804
2007-04-23T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3141/", "authors": [ "Jeffrey Yasskin" ], "pep_number": "3141", "pandoc_version": "3.5" }
0259
PEP: 259 Title: Omit printing newline after newline Author: Guido van Rossum <guido@python.org> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 11-Jun-2001 Python-Version: 2.2 Post-History: 11-Jun-2001 Abstract Currently, the print statement always appends a newline, unless a trailing comma i...
python-peps
2024-10-18T13:23:26.853895
2001-06-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0259/", "authors": [ "Guido van Rossum" ], "pep_number": "0259", "pandoc_version": "3.5" }
0585
PEP: 585 Title: Type Hinting Generics In Standard Collections Version: $Revision$ Last-Modified: $Date$ Author: Łukasz Langa <lukasz@python.org> Discussions-To: typing-sig@python.org Status: Final Type: Standards Track Topic: Typing Content-Type: text/x-rst Created: 03-Mar-2019 Python-Version: 3.9 Resolution: https://m...
python-peps
2024-10-18T13:23:26.873917
2019-03-03T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0585/", "authors": [ "Łukasz Langa" ], "pep_number": "0585", "pandoc_version": "3.5" }
0010
PEP: 10 Title: Voting Guidelines Author: Barry Warsaw <barry@python.org> Status: Active Type: Process Content-Type: text/x-rst Created: 07-Mar-2002 Post-History: 07-Mar-2002 Abstract This PEP outlines the python-dev voting guidelines. These guidelines serve to provide feedback or gauge the "wind direction" on a parti...
python-peps
2024-10-18T13:23:26.881004
2002-03-07T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0010/", "authors": [ "Barry Warsaw" ], "pep_number": "0010", "pandoc_version": "3.5" }
0678
PEP: 678 Title: Enriching Exceptions with Notes Author: Zac Hatfield-Dodds <zac@zhd.dev> Sponsor: Irit Katriel Discussions-To: https://discuss.python.org/t/pep-678-enriching-exceptions-with-notes/13374 Status: Final Type: Standards Track Content-Type: text/x-rst Requires: 654 Created: 20-Dec-2021 Python-Version: 3.11 P...
python-peps
2024-10-18T13:23:26.904557
2021-12-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0678/", "authors": [ "Zac Hatfield-Dodds" ], "pep_number": "0678", "pandoc_version": "3.5" }
0760
PEP: 760 Title: No More Bare Excepts Author: Pablo Galindo <pablogsal@python.org>, Brett Cannon <brett@python.org> Status: Withdrawn Type: Standards Track Created: 02-Oct-2024 Python-Version: 3.14 Post-History: 09-Oct-2024 Abstract This PEP proposes disallowing bare except: clauses in Python's exception-handling synt...
python-peps
2024-10-18T13:23:26.925081
2024-10-02T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0760/", "authors": [ "Brett Cannon", "Pablo Galindo" ], "pep_number": "0760", "pandoc_version": "3.5" }
0735
PEP: 735 Title: Dependency Groups in pyproject.toml Author: Stephen Rosen <sirosen0@gmail.com> Sponsor: Brett Cannon <brett@python.org> PEP-Delegate: Paul Moore <p.f.moore@gmail.com> Discussions-To: https://discuss.python.org/t/39233 Status: Accepted Type: Standards Track Topic: Packaging Created: 20-Nov-2023 Post-Hist...
python-peps
2024-10-18T13:23:27.055319
2023-11-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0735/", "authors": [ "Stephen Rosen" ], "pep_number": "0735", "pandoc_version": "3.5" }
0279
PEP: 279 Title: The enumerate() built-in function Author: Raymond Hettinger <python@rcn.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 30-Jan-2002 Python-Version: 2.3 Post-History: Abstract This PEP introduces a new built-in function, enumerate() to simplify a commonly used looping idiom. ...
python-peps
2024-10-18T13:23:27.069434
2002-01-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0279/", "authors": [ "Raymond Hettinger" ], "pep_number": "0279", "pandoc_version": "3.5" }
0516
PEP: 516 Title: Build system abstraction for pip/conda etc Author: Robert Collins <rbtcollins@hp.com>, Nathaniel J. Smith <njs@pobox.com> BDFL-Delegate: Alyssa Coghlan <ncoghlan@gmail.com> Discussions-To: distutils-sig@python.org Status: Rejected Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: ...
python-peps
2024-10-18T13:23:27.182841
2015-10-26T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0516/", "authors": [ "Robert Collins" ], "pep_number": "0516", "pandoc_version": "3.5" }
3155
PEP: 3155 Title: Qualified name for classes and functions Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou <solipsis@pitrou.net> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 29-Oct-2011 Python-Version: 3.3 Post-History: Resolution: https://mail.python.org/pipermail/python-dev/20...
python-peps
2024-10-18T13:23:27.191227
2011-10-29T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3155/", "authors": [ "Antoine Pitrou" ], "pep_number": "3155", "pandoc_version": "3.5" }
0624
PEP: 624 Title: Remove Py_UNICODE encoder APIs Author: Inada Naoki <songofacandy@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 06-Jul-2020 Python-Version: 3.11 Post-History: 08-Jul-2020 Abstract This PEP proposes to remove deprecated Py_UNICODE encoder APIs in Python 3.11: - PyUn...
python-peps
2024-10-18T13:23:27.218935
2020-07-06T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0624/", "authors": [ "Inada Naoki" ], "pep_number": "0624", "pandoc_version": "3.5" }
0213
PEP: 213 Title: Attribute Access Handlers Author: Paul Prescod <paul@prescod.net> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 21-Jul-2000 Python-Version: 2.1 Post-History: Introduction It is possible (and even relatively common) in Python code and in extension modules to "trap" when an in...
python-peps
2024-10-18T13:23:27.227869
2000-07-21T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0213/", "authors": [ "Paul Prescod" ], "pep_number": "0213", "pandoc_version": "3.5" }
0570
PEP: 570 Title: Python Positional-Only Parameters Version: $Revision$ Last-Modified: $Date$ Author: Larry Hastings <larry@hastings.org>, Pablo Galindo <pablogsal@python.org>, Mario Corchero <mariocj89@gmail.com>, Eric N. Vander Weele <ericvw@gmail.com> BDFL-Delegate: Guido van Rossum <guido@python.org> Discussions-To: ...
python-peps
2024-10-18T13:23:27.266873
2018-01-20T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0570/", "authors": [ "Larry Hastings" ], "pep_number": "0570", "pandoc_version": "3.5" }
0359
PEP: 359 Title: The "make" Statement Version: $Revision$ Last-Modified: $Date$ Author: Steven Bethard <steven.bethard@gmail.com> Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 05-Apr-2006 Python-Version: 2.6 Post-History: 05-Apr-2006, 06-Apr-2006, 13-Apr-2006 Abstract This PEP proposes a ge...
python-peps
2024-10-18T13:23:27.288110
2006-04-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0359/", "authors": [ "Steven Bethard" ], "pep_number": "0359", "pandoc_version": "3.5" }
3138
PEP: 3138 Title: String representation in Python 3000 Version: $Revision$ Last-Modified: $Date$ Author: Atsuo Ishimoto <ishimoto at gembook.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 05-May-2008 Python-Version: 3.0 Post-History: 05-May-2008, 05-Jun-2008 Abstract This PEP proposes a new...
python-peps
2024-10-18T13:23:27.306724
2008-05-05T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3138/", "authors": [ "Atsuo Ishimoto" ], "pep_number": "3138", "pandoc_version": "3.5" }
0316
PEP: 316 Title: Programming by Contract for Python Version: $Revision$ Last-Modified: $Date$ Author: Terence Way <terry@wayforward.net> Status: Deferred Type: Standards Track Content-Type: text/x-rst Created: 02-May-2003 Post-History: Abstract This submission describes programming by contract for Python. Eiffel's Des...
python-peps
2024-10-18T13:23:27.322952
2003-05-02T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0316/", "authors": [ "Terence Way" ], "pep_number": "0316", "pandoc_version": "3.5" }
0464
PEP: 464 Title: Removal of the PyPI Mirror Authenticity API Version: $Revision$ Last-Modified: $Date$ Author: Donald Stufft <donald@stufft.io> BDFL-Delegate: Richard Jones <richard@python.org> Discussions-To: distutils-sig@python.org Status: Final Type: Process Topic: Packaging Content-Type: text/x-rst Created: 02-Mar-...
python-peps
2024-10-18T13:23:27.329572
2014-03-02T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0464/", "authors": [ "Donald Stufft" ], "pep_number": "0464", "pandoc_version": "3.5" }
0493
PEP: 493 Title: HTTPS verification migration tools for Python 2.7 Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>, Robert Kuska <rkuska@redhat.com>, Marc-André Lemburg <mal@lemburg.com> BDFL-Delegate: Barry Warsaw Status: Final Type: Standards Track Content-Type: text/x-rst Created...
python-peps
2024-10-18T13:23:27.359688
2015-05-10T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0493/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0493", "pandoc_version": "3.5" }
0261
PEP: 261 Title: Support for "wide" Unicode characters Version: $Revision$ Last-Modified: $Date$ Author: Paul Prescod <paul@prescod.net> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Jun-2001 Python-Version: 2.2 Post-History: 27-Jun-2001 Abstract Python 2.1 unicode characters can have ordina...
python-peps
2024-10-18T13:23:27.374705
2001-06-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0261/", "authors": [ "Paul Prescod" ], "pep_number": "0261", "pandoc_version": "3.5" }
0517
PEP: 517 Title: A build-system independent format for source trees Version: $Revision$ Last-Modified: $Date$ Author: Nathaniel J. Smith <njs@pobox.com>, Thomas Kluyver <thomas@kluyver.me.uk> BDFL-Delegate: Alyssa Coghlan <ncoghlan@gmail.com> Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track T...
python-peps
2024-10-18T13:23:27.416158
2015-09-30T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0517/", "authors": [ "Nathaniel J. Smith" ], "pep_number": "0517", "pandoc_version": "3.5" }
0582
PEP: 582 Title: Python local packages directory Version: $Revision$ Last-Modified: $Date$ Author: Kushal Das <mail@kushaldas.in>, Steve Dower <steve.dower@python.org>, Donald Stufft <donald@stufft.io>, Alyssa Coghlan <ncoghlan@gmail.com> Discussions-To: https://discuss.python.org/t/pep-582-python-local-packages-directo...
python-peps
2024-10-18T13:23:27.441372
2018-05-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0582/", "authors": [ "Kushal Das", "Steve Dower" ], "pep_number": "0582", "pandoc_version": "3.5" }
0458
PEP: 458 Title: Secure PyPI downloads with signed repository metadata Version: $Revision$ Last-Modified: $Date$ Author: Trishank Karthik Kuppusamy <karthik@trishank.com>, Vladimir Diaz <vladimir.diaz@nyu.edu>, Marina Moore <mm9693@nyu.edu>, Lukas Puehringer <lukas.puehringer@nyu.edu>, Joshua Lock <jlock@vmware.com>, Lo...
python-peps
2024-10-18T13:23:27.544359
2013-09-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0458/", "authors": [ "Trishank Karthik Kuppusamy" ], "pep_number": "0458", "pandoc_version": "3.5" }
0291
PEP: 291 Title: Backward Compatibility for the Python 2 Standard Library Author: Neal Norwitz <nnorwitz@gmail.com> Status: Superseded Type: Informational Created: 06-Jun-2002 Python-Version: 2.3 Post-History: Superseded-By: 387 Abstract This PEP describes the packages and modules in the Python 2 standard library whic...
python-peps
2024-10-18T13:23:27.563532
2002-06-06T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0291/", "authors": [ "Neal Norwitz" ], "pep_number": "0291", "pandoc_version": "3.5" }
0640
PEP: 640 Title: Unused variable syntax Author: Thomas Wouters <thomas@python.org> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 04-Oct-2020 Python-Version: 3.10 Post-History: 19-Oct-2020 Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/SQC2FTLFV5A7DV7RCEAR2I2IKJ...
python-peps
2024-10-18T13:23:27.574435
2020-10-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0640/", "authors": [ "Thomas Wouters" ], "pep_number": "0640", "pandoc_version": "3.5" }
0636
PEP: 636 Title: Structural Pattern Matching: Tutorial Version: $Revision$ Last-Modified: $Date$ Author: Daniel F Moisset <dfmoisset@gmail.com> Sponsor: Guido van Rossum <guido@python.org> BDFL-Delegate: Discussions-To: python-dev@python.org Status: Final Type: Informational Content-Type: text/x-rst Created: 12-Sep-2020...
python-peps
2024-10-18T13:23:27.600878
2020-09-12T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0636/", "authors": [ "Daniel F Moisset" ], "pep_number": "0636", "pandoc_version": "3.5" }
3117
PEP: 3117 Title: Postfix type declarations Version: $Revision$ Last-Modified: $Date$ Author: Georg Brandl <georg@python.org> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 01-Apr-2007 Python-Version: 3.0 Post-History: Abstract This PEP proposes the addition of a postfix type declaration synt...
python-peps
2024-10-18T13:23:27.615659
2007-04-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3117/", "authors": [ "Georg Brandl" ], "pep_number": "3117", "pandoc_version": "3.5" }
3147
PEP: 3147 Title: PYC Repository Directories Author: Barry Warsaw <barry@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 16-Dec-2009 Python-Version: 3.2 Post-History: 30-Jan-2010, 25-Feb-2010, 03-Mar-2010, 12-Apr-2010 Resolution: https://mail.python.org/pipermail/python-dev/2010-April/0...
python-peps
2024-10-18T13:23:27.645767
2009-12-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3147/", "authors": [ "Barry Warsaw" ], "pep_number": "3147", "pandoc_version": "3.5" }
0366
PEP: 366 Title: Main module explicit relative imports Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 01-May-2007 Python-Version: 2.6, 3.0 Post-History: 01-May-2007, 04-Jul-2007, 07-Jul-2007, 23-Nov-2007 Abstrac...
python-peps
2024-10-18T13:23:27.655765
2007-05-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0366/", "authors": [ "Alyssa Coghlan" ], "pep_number": "0366", "pandoc_version": "3.5" }
0495
PEP: 495 Title: Local Time Disambiguation Version: $Revision$ Last-Modified: $Date$ Author: Alexander Belopolsky <alexander.belopolsky@gmail.com>, Tim Peters <tim.peters@gmail.com> Discussions-To: datetime-sig@python.org Status: Final Type: Standards Track Content-Type: text/x-rst Created: 02-Aug-2015 Python-Version: 3...
python-peps
2024-10-18T13:23:27.705763
2015-08-02T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0495/", "authors": [ "Alexander Belopolsky", "Tim Peters" ], "pep_number": "0495", "pandoc_version": "3.5" }
0525
PEP: 525 Title: Asynchronous Generators Version: $Revision$ Last-Modified: $Date$ Author: Yury Selivanov <yury@edgedb.com> Discussions-To: python-dev@python.org Status: Final Type: Standards Track Content-Type: text/x-rst Created: 28-Jul-2016 Python-Version: 3.6 Post-History: 02-Aug-2016, 23-Aug-2016, 01-Sep-2016, 06-S...
python-peps
2024-10-18T13:23:27.833617
2016-07-28T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0525/", "authors": [ "Yury Selivanov" ], "pep_number": "0525", "pandoc_version": "3.5" }
0383
PEP: 383 Title: Non-decodable Bytes in System Character Interfaces Author: Martin von Löwis <martin@v.loewis.de> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 22-Apr-2009 Python-Version: 3.1 Post-History: Abstract File names, environment variables, and command line arguments are defined as bei...
python-peps
2024-10-18T13:23:27.843901
2009-04-22T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0383/", "authors": [ "Martin von Löwis" ], "pep_number": "0383", "pandoc_version": "3.5" }
0625
PEP: 625 Title: Filename of a Source Distribution Author: Tzu-ping Chung <uranusjr@gmail.com>, Paul Moore <p.f.moore@gmail.com> PEP-Delegate: Pradyun Gedam <pradyunsg@gmail.com> Discussions-To: https://discuss.python.org/t/draft-pep-file-name-of-a-source-distribution/4686 Status: Accepted Type: Standards Track Topic: P...
python-peps
2024-10-18T13:23:27.860413
2020-07-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0625/", "authors": [ "Tzu-ping Chung" ], "pep_number": "0625", "pandoc_version": "3.5" }
0245
PEP: 245 Title: Python Interface Syntax Version: $Revision$ Last-Modified: $Date$ Author: Michel Pelletier <michel@users.sourceforge.net> Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 11-Jan-2001 Python-Version: 2.2 Post-History: 21-Mar-2001 Note The no-longer-available Zope interfaces wiki...
python-peps
2024-10-18T13:23:27.879021
2001-01-11T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0245/", "authors": [ "Michel Pelletier" ], "pep_number": "0245", "pandoc_version": "3.5" }
0530
PEP: 530 Title: Asynchronous Comprehensions Version: $Revision$ Last-Modified: $Date$ Author: Yury Selivanov <yury@edgedb.com> Discussions-To: python-dev@python.org Status: Final Type: Standards Track Content-Type: text/x-rst Created: 03-Sep-2016 Python-Version: 3.6 Post-History: 03-Sep-2016 Abstract PEP 492 and PEP ...
python-peps
2024-10-18T13:23:27.888941
2016-09-03T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0530/", "authors": [ "Yury Selivanov" ], "pep_number": "0530", "pandoc_version": "3.5" }
0425
PEP: 425 Title: Compatibility Tags for Built Distributions Version: $Revision$ Last-Modified: 07-Aug-2012 Author: Daniel Holth <dholth@gmail.com> BDFL-Delegate: Alyssa Coghlan <ncoghlan@gmail.com> Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 27-Jul-2012 Python-Version: 3.4 Post...
python-peps
2024-10-18T13:23:27.907850
2012-07-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0425/", "authors": [ "Daniel Holth" ], "pep_number": "0425", "pandoc_version": "3.5" }
0480
PEP: 480 Title: Surviving a Compromise of PyPI: End-to-end signing of packages Author: Trishank Karthik Kuppusamy <karthik@trishank.com>, Vladimir Diaz <vladimir.diaz@nyu.edu>, Justin Cappos <jcappos@nyu.edu>, Marina Moore <mm9693@nyu.edu> BDFL-Delegate: Donald Stufft <donald@stufft.io> Discussions-To: https://discuss....
python-peps
2024-10-18T13:23:27.965637
2014-10-08T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0480/", "authors": [ "Trishank Karthik Kuppusamy" ], "pep_number": "0480", "pandoc_version": "3.5" }
0723
PEP: 723 Title: Inline script metadata Author: Ofek Lev <ofekmeister@gmail.com> Sponsor: Adam Turner <python@quite.org.uk> PEP-Delegate: Brett Cannon <brett@python.org> Discussions-To: https://discuss.python.org/t/31151 Status: Final Type: Standards Track Topic: Packaging Created: 04-Aug-2023 Post-History: 04-Aug-2023,...
python-peps
2024-10-18T13:23:28.043500
2023-08-04T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0723/", "authors": [ "Ofek Lev" ], "pep_number": "0723", "pandoc_version": "3.5" }
3101
PEP: 3101 Title: Advanced String Formatting Version: $Revision$ Last-Modified: $Date$ Author: Talin <viridia@gmail.com> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 16-Apr-2006 Python-Version: 3.0 Post-History: 28-Apr-2006, 06-May-2006, 10-Jun-2007, 14-Aug-2007, 14-Sep-2008 Abstract This PEP ...
python-peps
2024-10-18T13:23:28.085077
2006-04-16T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-3101/", "authors": [ "Talin" ], "pep_number": "3101", "pandoc_version": "3.5" }
0103
PEP: 103 Title: Collecting information about git Author: Oleg Broytman <phd@phdru.name> Status: Withdrawn Type: Informational Created: 01-Jun-2015 Post-History: 12-Sep-2015 It is too generic and doesn't really deal with Python development. It is no longer updated. The content was moved to Python Wiki. Make further up...
python-peps
2024-10-18T13:23:28.127184
2015-06-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0103/", "authors": [ "Oleg Broytman" ], "pep_number": "0103", "pandoc_version": "3.5" }
0618
PEP: 618 Title: Add Optional Length-Checking To zip Version: $Revision$ Last-Modified: $Date$ Author: Brandt Bucher <brandt@python.org> Sponsor: Antoine Pitrou <antoine@python.org> BDFL-Delegate: Guido van Rossum <guido@python.org> Status: Final Type: Standards Track Content-Type: text/x-rst Created: 01-May-2020 Python...
python-peps
2024-10-18T13:23:28.149762
2020-05-01T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0618/", "authors": [ "Brandt Bucher" ], "pep_number": "0618", "pandoc_version": "3.5" }
0283
PEP: 283 Title: Python 2.3 Release Schedule Version: $Revision$ Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Informational Topic: Release Content-Type: text/x-rst Created: 27-Feb-2002 Python-Version: 2.3 Post-History: 27-Feb-2002 Abstract This document describes the development and release sched...
python-peps
2024-10-18T13:23:28.171145
2002-02-27T00:00:00
{ "license": "Public Domain", "url": "https://peps.python.org/pep-0283/", "authors": [ "Guido van Rossum" ], "pep_number": "0283", "pandoc_version": "3.5" }