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 |
|---|---|---|---|---|---|
0732 | PEP: 732 Title: The Python Documentation Editorial Board Author: Joanna
Jablonski Sponsor: Mariatta Wijaya Discussions-To:
https://discuss.python.org/t/pep-732-the-python-documentation-editorial-board/36710
Status: Active Type: Process Topic: Governance Created: 14-Oct-2023
Post-History: 20-Oct-2023 Resolution:
https:/... | python-peps | 2024-10-18T13:23:14.967544 | 2023-10-14T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0732/",
"authors": [
"Joanna Jablonski"
],
"pep_number": "0732",
"pandoc_version": "3.5"
} |
3123 | PEP: 3123 Title: Making PyObject_HEAD conform to standard C 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: 27-Apr-2007 Python-Version: 3.0 Post-History:
Abstract
Python currently relies on undefined C behavi... | python-peps | 2024-10-18T13:23:14.973940 | 2007-04-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3123/",
"authors": [
"Martin von Löwis"
],
"pep_number": "3123",
"pandoc_version": "3.5"
} |
0302 | PEP: 302 Title: New Import Hooks Version: $Revision$ Last-Modified:
$Date$ Author: Just van Rossum <just@letterror.com>, Paul Moore
<p.f.moore@gmail.com> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 19-Dec-2002 Python-Version: 2.3 Post-History:
19-Dec-2002
Warning
The language reference for i... | python-peps | 2024-10-18T13:23:15.051596 | 2002-12-19T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0302/",
"authors": [
"Just van Rossum"
],
"pep_number": "0302",
"pandoc_version": "3.5"
} |
3144 | PEP: 3144 Title: IP Address Manipulation Library for the Python Standard
Library Version: $Revision$ Last-Modified: $Date$ Author: Peter Moody
<pmoody@google.com> BDFL-Delegate: Alyssa Coghlan Discussions-To:
ipaddr-py-dev@googlegroups.com Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 06-Feb-201... | python-peps | 2024-10-18T13:23:15.067576 | 2012-02-06T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3144/",
"authors": [
"Peter Moody"
],
"pep_number": "3144",
"pandoc_version": "3.5"
} |
0472 | PEP: 472 Title: Support for indexing with keyword arguments Version:
$Revision$ Last-Modified: $Date$ Author: Stefano Borini, Joseph
Martinot-Lagarde Discussions-To: python-ideas@python.org Status:
Rejected Type: Standards Track Content-Type: text/x-rst Created:
24-Jun-2014 Python-Version: 3.6 Post-History: 02-Jul-2014... | python-peps | 2024-10-18T13:23:15.098906 | 2014-06-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0472/",
"authors": [
"Joseph Martinot-Lagarde",
"Stefano Borini"
],
"pep_number": "0472",
"pandoc_version": "3.5"
} |
0266 | PEP: 266 Title: Optimizing Global Variable/Attribute Access Author: Skip
Montanaro <skip@pobox.com> Status: Withdrawn Type: Standards Track
Content-Type: text/x-rst Created: 13-Aug-2001 Python-Version: 2.3
Post-History:
Abstract
The bindings for most global variables and attributes of other modules
typically never ch... | python-peps | 2024-10-18T13:23:15.118004 | 2001-08-13T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0266/",
"authors": [
"Skip Montanaro"
],
"pep_number": "0266",
"pandoc_version": "3.5"
} |
0549 | PEP: 549 Title: Instance Descriptors Version: $Revision$ Last-Modified:
$Date$ Author: Larry Hastings <larry@hastings.org> Discussions-To:
python-dev@python.org Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 04-Sep-2017 Python-Version: 3.7
Post-History: 04-Sep-2017
Rejection Notice
https://m... | python-peps | 2024-10-18T13:23:15.127949 | 2017-09-04T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0549/",
"authors": [
"Larry Hastings"
],
"pep_number": "0549",
"pandoc_version": "3.5"
} |
0258 | PEP: 258 Title: Docutils Design Specification 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 Requires: 256, 257 Created: 31-May-2001
Post-History: 13-Jun-2001
Rejection Notice
While... | python-peps | 2024-10-18T13:23:15.181151 | 2001-05-31T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0258/",
"authors": [
"David Goodger"
],
"pep_number": "0258",
"pandoc_version": "3.5"
} |
0002 | PEP: 2 Title: Procedure for Adding New Modules Version: $Revision$
Last-Modified: $Date$ Author: Brett Cannon <brett@python.org>, Martijn
Faassen <faassen@infrae.com> Status: Active Type: Process Content-Type:
text/x-rst Created: 07-Jul-2001 Post-History: 07-Jul-2001, 09-Mar-2002
Introduction
The Python Standard Libr... | python-peps | 2024-10-18T13:23:15.189771 | 2001-07-07T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0002/",
"authors": [
"Brett Cannon"
],
"pep_number": "0002",
"pandoc_version": "3.5"
} |
0222 | PEP: 222 Title: Web Library Enhancements Version: $Revision$
Last-Modified: $Date$ Author: A.M. Kuchling <amk@amk.ca> Status:
Deferred Type: Standards Track Content-Type: text/x-rst Created:
18-Aug-2000 Python-Version: 2.1 Post-History: 22-Dec-2000
Abstract
This PEP proposes a set of enhancements to the CGI developme... | python-peps | 2024-10-18T13:23:15.196838 | 2000-08-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0222/",
"authors": [
"A.M. Kuchling"
],
"pep_number": "0222",
"pandoc_version": "3.5"
} |
0502 | PEP: 502 Title: String Interpolation - Extended Discussion Author: Mike
G. Miller Status: Rejected Type: Informational Content-Type: text/x-rst
Created: 10-Aug-2015 Python-Version: 3.6
Abstract
PEP 498: Literal String Interpolation, which proposed "formatted
strings" was accepted September 9th, 2015. Additional backg... | python-peps | 2024-10-18T13:23:15.233943 | 2015-08-10T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0502/",
"authors": [
"Mike G. Miller"
],
"pep_number": "0502",
"pandoc_version": "3.5"
} |
0208 | PEP: 208 Title: Reworking the Coercion Model Author: Neil Schemenauer
<nas@arctrix.com>, Marc-André Lemburg <mal@lemburg.com> Status: Final
Type: Standards Track Content-Type: text/x-rst Created: 04-Dec-2000
Python-Version: 2.1 Post-History:
Abstract
Many Python types implement numeric operations. When the arguments ... | python-peps | 2024-10-18T13:23:15.250333 | 2000-12-04T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0208/",
"authors": [
"Marc-André Lemburg",
"Neil Schemenauer"
],
"pep_number": "0208",
"pandoc_version": "3.5"
} |
0649 | PEP: 649 Title: Deferred Evaluation Of Annotations Using Descriptors
Author: Larry Hastings <larry@hastings.org> Discussions-To:
https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/
Status: Accepted Type: Standards Track Topic: Typing Content-Type:
text/x-rst Created: 11-J... | python-peps | 2024-10-18T13:23:15.314245 | 2021-01-11T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0649/",
"authors": [
"Larry Hastings"
],
"pep_number": "0649",
"pandoc_version": "3.5"
} |
0539 | PEP: 539 Title: A New C-API for Thread-Local Storage in CPython Version:
$Revision$ Last-Modified: $Date$ Author: Erik M. Bray, Masayuki Yamamoto
BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 20-Dec-2016 Python-Version: 3.7
Post-History: 16-Dec-2016, 31-Aug-2017, 08... | python-peps | 2024-10-18T13:23:15.343703 | 2016-12-20T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0539/",
"authors": [
"Erik M. Bray",
"Masayuki Yamamoto"
],
"pep_number": "0539",
"pandoc_version": "3.5"
} |
0265 | PEP: 265 Title: Sorting Dictionaries by Value Author: Grant Griffin
<g2@iowegian.com> Status: Rejected Type: Standards Track Content-Type:
text/x-rst Created: 08-Aug-2001 Python-Version: 2.2 Post-History:
Abstract
This PEP suggests a "sort by value" operation for dictionaries. The
primary benefit would be in terms of... | python-peps | 2024-10-18T13:23:15.353018 | 2001-08-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0265/",
"authors": [
"Grant Griffin"
],
"pep_number": "0265",
"pandoc_version": "3.5"
} |
0746 | PEP: 746 Title: Type checking Annotated metadata Author: Adrian Garcia
Badaracco <adrian@adriangb.com> Sponsor: Jelle Zijlstra
<jelle.zijlstra@gmail.com> Discussions-To:
https://discuss.python.org/t/pep-746-typedmetadata-for-type-checking-of-pep-593-annotated/53834
Status: Draft Type: Standards Track Topic: Typing Crea... | python-peps | 2024-10-18T13:23:15.361990 | 2024-05-20T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0746/",
"authors": [
"Adrian Garcia Badaracco"
],
"pep_number": "0746",
"pandoc_version": "3.5"
} |
0727 | PEP: 727 Title: Documentation in Annotated Metadata Author: Sebastián
Ramírez <tiangolo@gmail.com> Sponsor: Jelle Zijlstra
<jelle.zijlstra@gmail.com> Discussions-To:
https://discuss.python.org/t/32566 Status: Draft Type: Standards Track
Topic: Typing Content-Type: text/x-rst Created: 28-Aug-2023
Python-Version: 3.13 Po... | python-peps | 2024-10-18T13:23:15.552786 | 2023-08-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0727/",
"authors": [
"Sebastián Ramírez"
],
"pep_number": "0727",
"pandoc_version": "3.5"
} |
0218 | PEP: 218 Title: Adding a Built-In Set Object Type Author: Greg Wilson
<gvwilson@ddj.com>, Raymond Hettinger <python@rcn.com> Status: Final
Type: Standards Track Content-Type: text/x-rst Created: 31-Jul-2000
Python-Version: 2.2 Post-History:
Introduction
This PEP proposes adding a Set module to the standard Python lib... | python-peps | 2024-10-18T13:23:15.569982 | 2000-07-31T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0218/",
"authors": [
"Greg Wilson",
"Raymond Hettinger"
],
"pep_number": "0218",
"pandoc_version": "3.5"
} |
3149 | PEP: 3149 Title: ABI version tagged .so files Version: $Revision$
Last-Modified: $Date$ Author: Barry Warsaw <barry@python.org> Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
09-Jul-2010 Python-Version: 3.2 Post-History: 14-Jul-2010, 22-Jul-2010
Resolution:
https://mail.python.org/pipermail/pytho... | python-peps | 2024-10-18T13:23:15.586287 | 2010-07-09T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3149/",
"authors": [
"Barry Warsaw"
],
"pep_number": "3149",
"pandoc_version": "3.5"
} |
8010 | PEP: 8010 Title: The Technical Leader Governance Model Author: Barry
Warsaw <barry@python.org> Status: Rejected Type: Informational Topic:
Governance Content-Type: text/x-rst Created: 24-Aug-2018
Abstract
This PEP proposes a continuation of the singular technical project
leader model, euphemistically called the Benev... | python-peps | 2024-10-18T13:23:15.599842 | 2018-08-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-8010/",
"authors": [
"Barry Warsaw"
],
"pep_number": "8010",
"pandoc_version": "3.5"
} |
0011 | PEP: 11 Title: CPython platform support Author: Martin von Löwis
<martin@v.loewis.de>, Brett Cannon <brett@python.org> Status: Active
Type: Process Content-Type: text/x-rst Created: 07-Jul-2002
Post-History: 18-Aug-2007, 14-May-2014, 20-Feb-2015, 10-Mar-2022,
Abstract
This PEP documents how an operating system (platf... | python-peps | 2024-10-18T13:23:15.634821 | 2002-07-07T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0011/",
"authors": [
"Martin von Löwis"
],
"pep_number": "0011",
"pandoc_version": "3.5"
} |
0289 | PEP: 289 Title: Generator Expressions Author: Raymond Hettinger
<python@rcn.com> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 30-Jan-2002 Python-Version: 2.4 Post-History:
22-Oct-2003
Abstract
This PEP introduces generator expressions as a high performance, memory
efficient generalization of ... | python-peps | 2024-10-18T13:23:15.647173 | 2002-01-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0289/",
"authors": [
"Raymond Hettinger"
],
"pep_number": "0289",
"pandoc_version": "3.5"
} |
0504 | PEP: 504 Title: Using the System RNG by default Version: $Revision$
Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>
Status: Withdrawn Type: Standards Track Content-Type: text/x-rst
Created: 15-Sep-2015 Python-Version: 3.6 Post-History: 15-Sep-2015
Abstract
Python currently defaults to using the dete... | python-peps | 2024-10-18T13:23:15.666233 | 2015-09-15T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0504/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0504",
"pandoc_version": "3.5"
} |
0527 | PEP: 527 Title: Removing Un(der)used file types/extensions on PyPI
Version: $Revision$ Last-Modified: $Date$ Author: 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 ... | python-peps | 2024-10-18T13:23:15.683696 | 2016-08-23T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0527/",
"authors": [
"Donald Stufft"
],
"pep_number": "0527",
"pandoc_version": "3.5"
} |
0325 | PEP: 325 Title: Resource-Release Support for Generators Version:
$Revision$ Last-Modified: $Date$ Author: Samuele Pedroni
<pedronis@python.org> Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 25-Aug-2003 Python-Version: 2.4
Post-History:
Abstract
Generators allow for natural coding and abstra... | python-peps | 2024-10-18T13:23:15.692626 | 2003-08-25T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0325/",
"authors": [
"Samuele Pedroni"
],
"pep_number": "0325",
"pandoc_version": "3.5"
} |
0360 | PEP: 360 Title: Externally Maintained Packages Version: $Revision$
Last-Modified: $Date$ Author: Brett Cannon <brett@python.org> Status:
Final Type: Process Content-Type: text/x-rst Created: 30-May-2006
Post-History:
Warning
No new modules are to be added to this PEP. It has been deemed dangerous
to codify external m... | python-peps | 2024-10-18T13:23:15.702369 | 2006-05-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0360/",
"authors": [
"Brett Cannon"
],
"pep_number": "0360",
"pandoc_version": "3.5"
} |
0451 | PEP: 451 Title: A ModuleSpec Type for the Import System Version:
$Revision$ Last-Modified: $Date$ Author: Eric Snow
<ericsnowcurrently@gmail.com> BDFL-Delegate: Brett Cannon
<brett@python.org>, Alyssa Coghlan <ncoghlan@gmail.com> Discussions-To:
import-sig@python.org Status: Final Type: Standards Track Content-Type:
te... | python-peps | 2024-10-18T13:23:15.747828 | 2013-08-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0451/",
"authors": [
"Eric Snow"
],
"pep_number": "0451",
"pandoc_version": "3.5"
} |
0282 | PEP: 282 Title: A Logging System Author: Vinay Sajip <vinay_sajip at
red-dove.com>, Trent Mick <trentm@activestate.com> Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 04-Feb-2002
Python-Version: 2.3 Post-History:
Abstract
This PEP describes a proposed logging package for Python's standard
libra... | python-peps | 2024-10-18T13:23:15.786249 | 2002-02-04T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0282/",
"authors": [
"Vinay Sajip"
],
"pep_number": "0282",
"pandoc_version": "3.5"
} |
0606 | PEP: 606 Title: Python Compatibility Version Author: Victor Stinner
<vstinner@python.org> Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 18-Oct-2019 Python-Version: 3.9
Abstract
Add sys.set_python_compat_version(version) to enable partial
compatibility with requested Python version. Add
sys.... | python-peps | 2024-10-18T13:23:15.821855 | 2019-10-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0606/",
"authors": [
"Victor Stinner"
],
"pep_number": "0606",
"pandoc_version": "3.5"
} |
0204 | PEP: 204 Title: Range Literals Author: Thomas Wouters
<thomas@python.org> Status: Rejected Type: Standards Track Created:
14-Jul-2000 Python-Version: 2.0 Post-History:
After careful consideration, and a period of meditation, this proposal
has been rejected. The open issues, as well as some confusion between
ranges and... | python-peps | 2024-10-18T13:23:15.835017 | 2000-07-14T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0204/",
"authors": [
"Thomas Wouters"
],
"pep_number": "0204",
"pandoc_version": "3.5"
} |
0733 | PEP: 733 Title: An Evaluation of Python's Public C API Author: Erlend
Egeberg Aasland <erlend@python.org>, Domenico Andreoli
<domenico.andreoli@linux.com>, Stefan Behnel <stefan_ml@behnel.de>, Carl
Friedrich Bolz-Tereick <cfbolz@gmx.de>, Simon Cross
<hodgestar@gmail.com>, Steve Dower <steve.dower@python.org>, Tim
Felge... | python-peps | 2024-10-18T13:23:15.868050 | 2023-10-16T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0733/",
"authors": [
"Erlend Egeberg Aasland"
],
"pep_number": "0733",
"pandoc_version": "3.5"
} |
0725 | PEP: 725 Title: Specifying external dependencies in pyproject.toml
Author: Pradyun Gedam <pradyunsg@gmail.com>, Ralf Gommers
<ralf.gommers@gmail.com> Discussions-To:
https://discuss.python.org/t/31888 Status: Draft Type: Standards Track
Topic: Packaging Content-Type: text/x-rst Created: 17-Aug-2023
Post-History: 18-Aug... | python-peps | 2024-10-18T13:23:15.982646 | 2023-08-17T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0725/",
"authors": [
"Pradyun Gedam"
],
"pep_number": "0725",
"pandoc_version": "3.5"
} |
3129 | PEP: 3129 Title: Class Decorators Version: $Revision$ Last-Modified:
$Date$ Author: Collin Winter <collinwinter@google.com> Status: Final
Type: Standards Track Content-Type: text/x-rst Created: 01-May-2007
Python-Version: 3.0 Post-History: 07-May-2007
Abstract
This PEP proposes class decorators, an extension to the f... | python-peps | 2024-10-18T13:23:15.991906 | 2007-05-01T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3129/",
"authors": [
"Collin Winter"
],
"pep_number": "3129",
"pandoc_version": "3.5"
} |
0562 | PEP: 562 Title: Module __getattr__ and __dir__ Author: Ivan Levkivskyi
<levkivskyi@gmail.com> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 09-Sep-2017 Python-Version: 3.7 Post-History:
09-Sep-2017 Resolution:
https://mail.python.org/pipermail/python-dev/2017-December/151033.html
Abstract
It i... | python-peps | 2024-10-18T13:23:15.999816 | 2017-09-09T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0562/",
"authors": [
"Ivan Levkivskyi"
],
"pep_number": "0562",
"pandoc_version": "3.5"
} |
0707 | PEP: 707 Title: A simplified signature for __exit__ and __aexit__
Author: Irit Katriel <irit@python.org> Discussions-To:
https://discuss.python.org/t/24402 Status: Rejected Type: Standards
Track Content-Type: text/x-rst Created: 18-Feb-2023 Python-Version: 3.12
Post-History: 02-Mar-2023, Resolution:
https://discuss.pyt... | python-peps | 2024-10-18T13:23:16.035440 | 2023-02-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0707/",
"authors": [
"Irit Katriel"
],
"pep_number": "0707",
"pandoc_version": "3.5"
} |
0720 | PEP: 720 Title: Cross-compiling Python packages Author: Filipe Laíns
<lains@riseup.net> PEP-Delegate: Status: Draft Type: Informational
Content-Type: text/x-rst Created: 01-Jul-2023 Python-Version: 3.12
Abstract
This PEP attempts to document the status of cross-compilation of
downstream projects.
It should give an o... | python-peps | 2024-10-18T13:23:16.139736 | 2023-07-01T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0720/",
"authors": [
"Filipe Laíns"
],
"pep_number": "0720",
"pandoc_version": "3.5"
} |
0754 | PEP: 754 Title: IEEE 754 Floating Point Special Values Version:
$Revision$ Last-Modified: $Date$ Author: Gregory R. Warnes
<gregory_r_warnes@groton.pfizer.com> Status: Rejected Type: Standards
Track Content-Type: text/x-rst Created: 28-Mar-2003 Python-Version: 2.3
Post-History:
Rejection Notice
This PEP has been reje... | python-peps | 2024-10-18T13:23:16.152606 | 2003-03-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0754/",
"authors": [
"Gregory R. Warnes"
],
"pep_number": "0754",
"pandoc_version": "3.5"
} |
0375 | PEP: 375 Title: Python 3.1 Release Schedule Version: $Revision$
Last-Modified: $Date$ Author: Benjamin Peterson <benjamin@python.org>
Status: Final Type: Informational Topic: Release Content-Type:
text/x-rst Created: 08-Feb-2009 Python-Version: 3.1
Abstract
This document describes the development and release schedule... | python-peps | 2024-10-18T13:23:16.161815 | 2009-02-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0375/",
"authors": [
"Benjamin Peterson"
],
"pep_number": "0375",
"pandoc_version": "3.5"
} |
0395 | PEP: 395 Title: Qualified Names for Modules Version: $Revision$
Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>
Status: Withdrawn Type: Standards Track Content-Type: text/x-rst
Created: 04-Mar-2011 Python-Version: 3.4 Post-History: 05-Mar-2011,
19-Nov-2011
PEP Withdrawal
This PEP was withdrawn by th... | python-peps | 2024-10-18T13:23:16.205364 | 2011-03-04T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0395/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0395",
"pandoc_version": "3.5"
} |
0609 | PEP: 609 Title: Python Packaging Authority (PyPA) Governance Author:
Dustin Ingram <di@python.org>, Pradyun Gedam <pradyunsg@gmail.com>,
Sumana Harihareswara <sh@changeset.nyc> Sponsor: Paul Ganssle
<paul@ganssle.io> Discussions-To:
https://discuss.python.org/t/pep-609-pypa-governance/2619 Status: Active
Type: Process ... | python-peps | 2024-10-18T13:23:16.221216 | 2019-11-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0609/",
"authors": [
"Dustin Ingram"
],
"pep_number": "0609",
"pandoc_version": "3.5"
} |
0644 | PEP: 644 Title: Require OpenSSL 1.1.1 or newer Author: Christian Heimes
<christian@python.org> Discussions-To:
https://discuss.python.org/t/pep-644-require-openssl-1-1-or-newer/5584
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
27-Oct-2020 Python-Version: 3.10 Post-History: 27-Oct-2020, 03-Mar-2... | python-peps | 2024-10-18T13:23:16.242372 | 2020-10-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0644/",
"authors": [
"Christian Heimes"
],
"pep_number": "0644",
"pandoc_version": "3.5"
} |
0574 | PEP: 574 Title: Pickle protocol 5 with out-of-band data Version:
$Revision$ Last-Modified: $Date$ Author: Antoine Pitrou
<solipsis@pitrou.net> BDFL-Delegate: Alyssa Coghlan Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 23-Mar-2018
Python-Version: 3.8 Post-History: 28-Mar-2018, 30-Apr-2019 Resolu... | python-peps | 2024-10-18T13:23:16.270914 | 2018-03-23T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0574/",
"authors": [
"Antoine Pitrou"
],
"pep_number": "0574",
"pandoc_version": "3.5"
} |
0538 | PEP: 538 Title: Coercing the legacy C locale to a UTF-8 based locale
Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan
<ncoghlan@gmail.com> BDFL-Delegate: INADA Naoki Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 28-Dec-2016
Python-Version: 3.7 Post-History: 03-Jan-2017, 07-Jan-20... | python-peps | 2024-10-18T13:23:16.323002 | 2016-12-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0538/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0538",
"pandoc_version": "3.5"
} |
0513 | PEP: 513 Title: A Platform Tag for Portable Linux Built Distributions
Version: $Revision$ Last-Modified: $Date$ Author: Robert T. McGibbon
<rmcgibbo@gmail.com>, Nathaniel J. Smith <njs@pobox.com> BDFL-Delegate:
Alyssa Coghlan <ncoghlan@gmail.com> Discussions-To:
distutils-sig@python.org Status: Superseded Type: Informa... | python-peps | 2024-10-18T13:23:16.420859 | 2016-01-19T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0513/",
"authors": [
"Nathaniel J. Smith",
"Robert T. McGibbon"
],
"pep_number": "0513",
"pandoc_version": "3.5"
} |
0706 | PEP: 706 Title: Filter for tarfile.extractall Author: Petr Viktorin
<encukou@gmail.com> Discussions-To: https://discuss.python.org/t/23903
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
09-Feb-2023 Python-Version: 3.12 Post-History: 25-Jan-2023, 15-Feb-2023,
Resolution: https://discuss.python.org... | python-peps | 2024-10-18T13:23:16.468748 | 2023-02-09T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0706/",
"authors": [
"Petr Viktorin"
],
"pep_number": "0706",
"pandoc_version": "3.5"
} |
0391 | PEP: 391 Title: Dictionary-Based Configuration For Logging Version:
$Revision$ Last-Modified: $Date$ Author: Vinay Sajip <vinay_sajip at
red-dove.com> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 15-Oct-2009 Python-Version: 2.7, 3.2 Post-History:
Abstract
This PEP describes a new way of confi... | python-peps | 2024-10-18T13:23:16.498410 | 2009-10-15T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0391/",
"authors": [
"Vinay Sajip"
],
"pep_number": "0391",
"pandoc_version": "3.5"
} |
3121 | PEP: 3121 Title: Extension Module Initialization and Finalization
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: 27-Apr-2007 Python-Version: 3.0 Post-History:
PyInit_modulename and PyModuleDef
Abstract
Exte... | python-peps | 2024-10-18T13:23:16.508640 | 2007-04-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3121/",
"authors": [
"Martin von Löwis"
],
"pep_number": "3121",
"pandoc_version": "3.5"
} |
0676 | PEP: 676 Title: PEP Infrastructure Process Author: Adam Turner
<python@quite.org.uk> Sponsor: Mariatta <mariatta@python.org>
PEP-Delegate: Barry Warsaw <barry@python.org> Discussions-To:
https://discuss.python.org/t/10774 Status: Active Type: Process
Content-Type: text/x-rst Created: 01-Nov-2021 Post-History: 23-Sep-20... | python-peps | 2024-10-18T13:23:16.529183 | 2021-11-01T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0676/",
"authors": [
"Adam Turner"
],
"pep_number": "0676",
"pandoc_version": "3.5"
} |
0634 | PEP: 634 Title: Structural Pattern Matching: Specification Author:
Brandt Bucher <brandt@python.org>, Guido van Rossum <guido@python.org>
BDFL-Delegate: Discussions-To: python-dev@python.org Status: Final Type:
Standards Track Created: 12-Sep-2020 Python-Version: 3.10 Post-History:
22-Oct-2020, 08-Feb-2021 Replaces: 62... | python-peps | 2024-10-18T13:23:16.560056 | 2020-09-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0634/",
"authors": [
"Brandt Bucher"
],
"pep_number": "0634",
"pandoc_version": "3.5"
} |
0535 | PEP: 535 Title: Rich comparison chaining Version: $Revision$
Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>
Status: Deferred Type: Standards Track Content-Type: text/x-rst
Requires: 532 Created: 12-Nov-2016 Python-Version: 3.8
PEP Deferral
Further consideration of this PEP has been deferred until P... | python-peps | 2024-10-18T13:23:16.568430 | 2016-11-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0535/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0535",
"pandoc_version": "3.5"
} |
0296 | PEP: 296 Title: Adding a bytes Object Type Author: Scott Gilbert
<xscottg at yahoo.com> Status: Withdrawn Type: Standards Track
Content-Type: text/x-rst Created: 12-Jul-2002 Python-Version: 2.3
Post-History:
Notice
This PEP is withdrawn by the author (in favor of PEP 358).
Abstract
This PEP proposes the creation of... | python-peps | 2024-10-18T13:23:16.583207 | 2002-07-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0296/",
"authors": [
"Scott Gilbert"
],
"pep_number": "0296",
"pandoc_version": "3.5"
} |
3135 | PEP: 3135 Title: New Super Author: Calvin Spealman
<ironfroggy@gmail.com>, Tim Delaney <timothy.c.delaney@gmail.com>, Lie
Ryan <lie.1296@gmail.com> Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 28-Apr-2007 Python-Version: 3.0
Post-History: 28-Apr-2007, 29-Apr-2007, 29-Apr-2007, 14-May-2007,
12-M... | python-peps | 2024-10-18T13:23:16.601410 | 2007-04-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3135/",
"authors": [
"Calvin Spealman"
],
"pep_number": "3135",
"pandoc_version": "3.5"
} |
0475 | PEP: 475 Title: Retry system calls failing with EINTR Version:
$Revision$ Last-Modified: $Date$ Author: Charles-François Natali
<cf.natali@gmail.com>, Victor Stinner <vstinner@python.org>
BDFL-Delegate: Antoine Pitrou <solipsis@pitrou.net> Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 29-Jul-201... | python-peps | 2024-10-18T13:23:16.633361 | 2014-07-29T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0475/",
"authors": [
"Charles-François Natali",
"Victor Stinner"
],
"pep_number": "0475",
"pandoc_version": "3.5"
} |
0209 | PEP: 209 Title: Multi-dimensional Arrays Author: Paul Barrett
<barrett@stsci.edu>, Travis Oliphant <oliphant@ee.byu.edu> Status:
Withdrawn Type: Standards Track Created: 03-Jan-2001 Python-Version: 2.2
Post-History:
Abstract
This PEP proposes a redesign and re-implementation of the
multi-dimensional array module, Num... | python-peps | 2024-10-18T13:23:16.663643 | 2001-01-03T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0209/",
"authors": [
"Paul Barrett",
"Travis Oliphant"
],
"pep_number": "0209",
"pandoc_version": "3.5"
} |
0202 | PEP: 202 Title: List Comprehensions Author: Barry Warsaw
<barry@python.org> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 13-Jul-2000 Python-Version: 2.0 Post-History:
Introduction
This PEP describes a proposed syntactical extension to Python, list
comprehensions.
The Proposed Solution
It is... | python-peps | 2024-10-18T13:23:16.670811 | 2000-07-13T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0202/",
"authors": [
"Barry Warsaw"
],
"pep_number": "0202",
"pandoc_version": "3.5"
} |
0675 | PEP: 675 Title: Arbitrary Literal String Type Author: Pradeep Kumar
Srinivasan <gohanpra@gmail.com>, Graham Bleaney <gbleaney@gmail.com>
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com> Discussions-To:
https://mail.python.org/archives/list/typing-sig@python.org/thread/VB74EHNM4RODDFM64NEEEBJQVAUAWIAW/
Status: Final T... | python-peps | 2024-10-18T13:23:16.715084 | 2021-11-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0675/",
"authors": [
"Graham Bleaney",
"Pradeep Kumar Srinivasan"
],
"pep_number": "0675",
"pandoc_version": "3.5"
} |
0557 | PEP: 557 Title: Data Classes Author: Eric V. Smith <eric@trueblade.com>
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
02-Jun-2017 Python-Version: 3.7 Post-History: 08-Sep-2017, 25-Nov-2017,
30-Nov-2017, 01-Dec-2017, 02-Dec-2017, 06-Jan-2018, 04-Mar-2018
Resolution:
https://mail.python.org/piperm... | python-peps | 2024-10-18T13:23:16.761501 | 2017-06-02T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0557/",
"authors": [
"Eric V. Smith"
],
"pep_number": "0557",
"pandoc_version": "3.5"
} |
0269 | PEP: 269 Title: Pgen Module for Python Author: Jonathan Riehl
<jriehl@spaceship.com> Status: Deferred Type: Standards Track
Content-Type: text/x-rst Created: 24-Aug-2001 Python-Version: 2.2
Post-History:
Abstract
Much like the parser module exposes the Python parser, this PEP proposes
that the parser generator used t... | python-peps | 2024-10-18T13:23:16.775991 | 2001-08-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0269/",
"authors": [
"Jonathan Riehl"
],
"pep_number": "0269",
"pandoc_version": "3.5"
} |
0271 | PEP: 271 Title: Prefixing sys.path by command line option Author:
Frédéric B. Giacometti <fred@arakne.com> Status: Rejected Type:
Standards Track Content-Type: text/x-rst Created: 15-Aug-2001
Python-Version: 2.2 Post-History:
Abstract
At present, setting the PYTHONPATH environment variable is the only
method for defi... | python-peps | 2024-10-18T13:23:16.780171 | 2001-08-15T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0271/",
"authors": [
"Frédéric B. Giacometti"
],
"pep_number": "0271",
"pandoc_version": "3.5"
} |
0682 | PEP: 682 Title: Format Specifier for Signed Zero Author: John Belmonte
<john@neggie.net> Sponsor: Mark Dickinson <dickinsm@gmail.com>
PEP-Delegate: Mark Dickinson Discussions-To:
https://discuss.python.org/t/pep-682-format-specifier-for-signed-zero/13596
Status: Final Type: Standards Track Content-Type: text/x-rst Crea... | python-peps | 2024-10-18T13:23:16.793196 | 2022-01-29T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0682/",
"authors": [
"John Belmonte"
],
"pep_number": "0682",
"pandoc_version": "3.5"
} |
0398 | PEP: 398 Title: Python 3.3 Release Schedule Version: $Revision$
Last-Modified: $Date$ Author: Georg Brandl <georg@python.org> Status:
Final Type: Informational Topic: Release Content-Type: text/x-rst
Created: 23-Mar-2011 Python-Version: 3.3
Abstract
This document describes the development and release schedule for Pyt... | python-peps | 2024-10-18T13:23:16.811756 | 2011-03-23T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0398/",
"authors": [
"Georg Brandl"
],
"pep_number": "0398",
"pandoc_version": "3.5"
} |
0340 | PEP: 340 Title: Anonymous Block Statements Version: $Revision$
Last-Modified: $Date$ Author: Guido van Rossum Status: Rejected Type:
Standards Track Content-Type: text/x-rst Created: 27-Apr-2005
Post-History:
Introduction
This PEP proposes a new type of compound statement which can be used for
resource management pur... | python-peps | 2024-10-18T13:23:16.830087 | 2005-04-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0340/",
"authors": [
"Guido van Rossum"
],
"pep_number": "0340",
"pandoc_version": "3.5"
} |
0303 | PEP: 303 Title: Extend divmod() for Multiple Divisors Version:
$Revision$ Last-Modified: $Date$ Author: Thomas Bellman
<bellman+pep-divmod@lysator.liu.se> Status: Rejected Type: Standards
Track Content-Type: text/x-rst Created: 31-Dec-2002 Python-Version: 2.3
Post-History:
Abstract
This PEP describes an extension to ... | python-peps | 2024-10-18T13:23:16.921162 | 2002-12-31T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0303/",
"authors": [
"Thomas Bellman"
],
"pep_number": "0303",
"pandoc_version": "3.5"
} |
0718 | PEP: 718 Title: Subscriptable functions Author: James Hilton-Balfe
<gobot1234yt@gmail.com> Sponsor: Guido van Rossum <guido@python.org>
Discussions-To: https://discuss.python.org/t/28457/ Status: Draft Type:
Standards Track Topic: Typing Content-Type: text/x-rst Created:
23-Jun-2023 Python-Version: 3.13 Post-History: 2... | python-peps | 2024-10-18T13:23:16.944590 | 2023-06-23T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0718/",
"authors": [
"James Hilton-Balfe"
],
"pep_number": "0718",
"pandoc_version": "3.5"
} |
0599 | PEP: 599 Title: The manylinux2014 Platform Tag Version: $Revision$
Last-Modified: $Date$ Author: Dustin Ingram <di@python.org> Sponsor:
Paul Moore <p.f.moore@gmail.com> BDFL-Delegate: Paul Moore
<p.f.moore@gmail.com> Discussions-To:
https://discuss.python.org/t/the-next-manylinux-specification/1043
Status: Superseded T... | python-peps | 2024-10-18T13:23:16.964541 | 2019-04-29T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0599/",
"authors": [
"Dustin Ingram"
],
"pep_number": "0599",
"pandoc_version": "3.5"
} |
0674 | PEP: 674 Title: Disallow using macros as l-values Author: Victor Stinner
<vstinner@python.org> Status: Deferred Type: Standards Track
Content-Type: text/x-rst Created: 30-Nov-2021 Python-Version: 3.12
Abstract
Disallow using macros as l-values. For example, Py_TYPE(obj) = new_type
now fails with a compiler error.
In... | python-peps | 2024-10-18T13:23:17.000161 | 2021-11-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0674/",
"authors": [
"Victor Stinner"
],
"pep_number": "0674",
"pandoc_version": "3.5"
} |
0563 | PEP: 563 Title: Postponed Evaluation of Annotations Version: $Revision$
Last-Modified: $Date$ Author: Łukasz Langa <lukasz@python.org>
Discussions-To: python-dev@python.org Status: Accepted Type: Standards
Track Topic: Typing Content-Type: text/x-rst Created: 08-Sep-2017
Python-Version: 3.7 Post-History: 01-Nov-2017, 2... | python-peps | 2024-10-18T13:23:17.025794 | 2017-09-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0563/",
"authors": [
"Łukasz Langa"
],
"pep_number": "0563",
"pandoc_version": "3.5"
} |
0428 | PEP: 428 Title: The pathlib module -- object-oriented filesystem paths
Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou
<solipsis@pitrou.net> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 30-Jul-2012 Python-Version: 3.4 Post-History:
05-Oct-2012 Resolution:
https://mail.python.or... | python-peps | 2024-10-18T13:23:17.053992 | 2012-07-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0428/",
"authors": [
"Antoine Pitrou"
],
"pep_number": "0428",
"pandoc_version": "3.5"
} |
0521 | PEP: 521 Title: Managing global context via 'with' blocks in generators
and coroutines Version: $Revision$ Last-Modified: $Date$ Author:
Nathaniel J. Smith <njs@pobox.com> Status: Withdrawn Type: Standards
Track Content-Type: text/x-rst Created: 27-Apr-2015 Python-Version: 3.6
Post-History: 29-Apr-2015
PEP Withdrawal
... | python-peps | 2024-10-18T13:23:17.069601 | 2015-04-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0521/",
"authors": [
"Nathaniel J. Smith"
],
"pep_number": "0521",
"pandoc_version": "3.5"
} |
0443 | PEP: 443 Title: Single-dispatch generic functions Version: $Revision$
Last-Modified: $Date$ Author: Łukasz Langa <lukasz@python.org>
Discussions-To: python-dev@python.org Status: Final Type: Standards
Track Content-Type: text/x-rst Created: 22-May-2013 Python-Version: 3.4
Post-History: 22-May-2013, 25-May-2013, 31-May-... | python-peps | 2024-10-18T13:23:17.084972 | 2013-05-22T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0443/",
"authors": [
"Łukasz Langa"
],
"pep_number": "0443",
"pandoc_version": "3.5"
} |
0251 | PEP: 251 Title: Python 2.2 Release Schedule Author: Barry Warsaw
<barry@python.org>, Guido van Rossum <guido@python.org> Status: Final
Type: Informational Topic: Release Content-Type: text/x-rst Created:
17-Apr-2001 Python-Version: 2.2 Post-History: 14-Aug-2001
Abstract
This document describes the Python 2.2 developm... | python-peps | 2024-10-18T13:23:17.092323 | 2001-04-17T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0251/",
"authors": [
"Barry Warsaw",
"Guido van Rossum"
],
"pep_number": "0251",
"pandoc_version": "3.5"
} |
3107 | PEP: 3107 Title: Function Annotations Version: $Revision$ Last-Modified:
$Date$ Author: Collin Winter <collinwinter@google.com>, Tony Lownds
<tony@lownds.com> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 02-Dec-2006 Python-Version: 3.0 Post-History:
Abstract
This PEP introduces a syntax for a... | python-peps | 2024-10-18T13:23:17.110929 | 2006-12-02T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3107/",
"authors": [
"Collin Winter"
],
"pep_number": "3107",
"pandoc_version": "3.5"
} |
0587 | PEP: 587 Title: Python Initialization Configuration Author: Victor
Stinner <vstinner@python.org>, Alyssa Coghlan <ncoghlan@gmail.com>
BDFL-Delegate: Thomas Wouters <thomas@python.org> Discussions-To:
python-dev@python.org Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 27-Mar-2019 Python-Version: ... | python-peps | 2024-10-18T13:23:17.307465 | 2019-03-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0587/",
"authors": [
"Alyssa Coghlan",
"Victor Stinner"
],
"pep_number": "0587",
"pandoc_version": "3.5"
} |
0671 | PEP: 671 Title: Syntax for late-bound function argument defaults Author:
Chris Angelico <rosuav@gmail.com> Discussions-To:
https://mail.python.org/archives/list/python-ideas@python.org/thread/UVOQEK7IRFSCBOH734T5GFJOEJXFCR6A/
Status: Draft Type: Standards Track Content-Type: text/x-rst Created:
24-Oct-2021 Python-Versi... | python-peps | 2024-10-18T13:23:17.321978 | 2021-10-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0671/",
"authors": [
"Chris Angelico"
],
"pep_number": "0671",
"pandoc_version": "3.5"
} |
0006 | PEP: 6 Title: Bug Fix Releases Author: Aahz <aahz@pythoncraft.com>,
Anthony Baxter <anthony@interlink.com.au> Status: Superseded Type:
Process Content-Type: text/x-rst Created: 15-Mar-2001 Post-History:
15-Mar-2001, 18-Apr-2001, 19-Aug-2004
Note
This PEP is obsolete. The current release policy is documented in the
de... | python-peps | 2024-10-18T13:23:17.333225 | 2001-03-15T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0006/",
"authors": [
"Aahz",
"Anthony Baxter"
],
"pep_number": "0006",
"pandoc_version": "3.5"
} |
0347 | PEP: 347 Title: Migrating the Python CVS to Subversion Version:
$Revision$ Last-Modified: $Date$ Author: Martin von Löwis
<martin@v.loewis.de> Discussions-To: python-dev@python.org Status: Final
Type: Process Content-Type: text/x-rst Created: 14-Jul-2004
Post-History: 14-Jul-2004
Abstract
The Python source code is cu... | python-peps | 2024-10-18T13:23:17.347243 | 2004-07-14T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0347/",
"authors": [
"Martin von Löwis"
],
"pep_number": "0347",
"pandoc_version": "3.5"
} |
0471 | PEP: 471 Title: os.scandir() function -- a better and faster directory
iterator Version: $Revision$ Last-Modified: $Date$ Author: Ben Hoyt
<benhoyt@gmail.com> BDFL-Delegate: Victor Stinner <vstinner@python.org>
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
30-May-2014 Python-Version: 3.5 Post-Hi... | python-peps | 2024-10-18T13:23:17.384284 | 2014-05-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0471/",
"authors": [
"Ben Hoyt"
],
"pep_number": "0471",
"pandoc_version": "3.5"
} |
3114 | PEP: 3114 Title: Renaming iterator.next() to iterator.__next__() Author:
Ka-Ping Yee <ping@zesty.ca> Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 04-Mar-2007 Python-Version: 3.0
Post-History:
Abstract
The iterator protocol in Python 2.x consists of two methods: __iter__()
called on an iterabl... | python-peps | 2024-10-18T13:23:17.399518 | 2007-03-04T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3114/",
"authors": [
"Ka-Ping Yee"
],
"pep_number": "3114",
"pandoc_version": "3.5"
} |
0740 | PEP: 740 Title: Index support for digital attestations Author: William
Woodruff <william@yossarian.net>, Facundo Tuesca
<facundo.tuesca@trailofbits.com>, Dustin Ingram <di@python.org> Sponsor:
Donald Stufft <donald@stufft.io> PEP-Delegate: Donald Stufft
<donald@stufft.io> Discussions-To:
https://discuss.python.org/t/pe... | python-peps | 2024-10-18T13:23:17.452412 | 2024-01-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0740/",
"authors": [
"William Woodruff"
],
"pep_number": "0740",
"pandoc_version": "3.5"
} |
0238 | PEP: 238 Title: Changing the Division Operator Author: Moshe Zadka
<moshez@zadka.site.co.il>, Guido van Rossum <guido@python.org> Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
11-Mar-2001 Python-Version: 2.2 Post-History: 16-Mar-2001, 26-Jul-2001,
27-Jul-2001
Abstract
The current division (/) ... | python-peps | 2024-10-18T13:23:17.481081 | 2001-03-11T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0238/",
"authors": [
"Moshe Zadka"
],
"pep_number": "0238",
"pandoc_version": "3.5"
} |
0234 | PEP: 234 Title: Iterators Author: Ka-Ping Yee <ping@zesty.ca>, Guido van
Rossum <guido@python.org> Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 30-Jan-2001 Python-Version: 2.1
Post-History: 30-Apr-2001
Abstract
This document proposes an iteration interface that objects can provide
to control ... | python-peps | 2024-10-18T13:23:17.506615 | 2001-01-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0234/",
"authors": [
"Guido van Rossum",
"Ka-Ping Yee"
],
"pep_number": "0234",
"pandoc_version": "3.5"
} |
0752 | PEP: 752 Title: Implicit namespaces for package repositories Author:
Ofek Lev <ofekmeister@gmail.com> Sponsor: Barry Warsaw
<barry@python.org> PEP-Delegate: Dustin Ingram <di@python.org>
Discussions-To: https://discuss.python.org/t/63192 Status: Draft Type:
Standards Track Topic: Packaging Created: 13-Aug-2024 Post-His... | python-peps | 2024-10-18T13:23:17.546717 | 2024-08-13T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0752/",
"authors": [
"Ofek Lev"
],
"pep_number": "0752",
"pandoc_version": "3.5"
} |
0610 | PEP: 610 Title: Recording the Direct URL Origin of installed
distributions Author: Stéphane Bidoul <stephane.bidoul@gmail.com>, Chris
Jerdonek <chris.jerdonek@gmail.com> Sponsor: Alyssa Coghlan
<ncoghlan@gmail.com> BDFL-Delegate: Pradyun Gedam <pradyunsg@gmail.com>
Discussions-To:
https://discuss.python.org/t/recording... | python-peps | 2024-10-18T13:23:17.577371 | 2019-04-21T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0610/",
"authors": [
"Chris Jerdonek",
"Stéphane Bidoul"
],
"pep_number": "0610",
"pandoc_version": "3.5"
} |
0633 | PEP: 633 Title: Dependency specification in pyproject.toml using an
exploded TOML table Author: Laurie Opperman
<laurie_opperman@hotmail.com>, Arun Babu Neelicattu
<arun.neelicattu@gmail.com> Sponsor: Brett Cannon <brett@python.org>
Discussions-To:
https://discuss.python.org/t/dependency-specification-in-pyproject-toml... | python-peps | 2024-10-18T13:23:17.606675 | 2020-09-02T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0633/",
"authors": [
"Laurie Opperman"
],
"pep_number": "0633",
"pandoc_version": "3.5"
} |
0594 | PEP: 594 Title: Removing dead batteries from the standard library
Author: Christian Heimes <christian@python.org>, Brett Cannon
<brett@python.org> Discussions-To: https://discuss.python.org/t/13508
Status: Final Type: Standards Track Created: 20-May-2019 Python-Version:
3.11 Post-History: 21-May-2019, 04-Feb-2022 Resol... | python-peps | 2024-10-18T13:23:17.653413 | 2019-05-20T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0594/",
"authors": [
"Christian Heimes"
],
"pep_number": "0594",
"pandoc_version": "3.5"
} |
8000 | PEP: 8000 Title: Python Language Governance Proposal Overview Author:
Barry Warsaw <barry@python.org> Status: Final Type: Informational Topic:
Governance Content-Type: text/x-rst Created: 24-Aug-2018
Abstract
This PEP provides an overview of the selection process for a new model
of Python language governance in the w... | python-peps | 2024-10-18T13:23:17.662630 | 2018-08-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-8000/",
"authors": [
"Barry Warsaw"
],
"pep_number": "8000",
"pandoc_version": "3.5"
} |
0592 | PEP: 592 Title: Adding "Yank" Support to the Simple API Author: Donald
Stufft <donald@stufft.io> BDFL-Delegate: Paul Moore
<p.f.moore@gmail.com> Discussions-To: https://discuss.python.org/t/1629
Status: Final Type: Standards Track Topic: Packaging Content-Type:
text/x-rst Created: 07-May-2019 Resolution:
https://discus... | python-peps | 2024-10-18T13:23:17.675156 | 2019-05-07T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0592/",
"authors": [
"Donald Stufft"
],
"pep_number": "0592",
"pandoc_version": "3.5"
} |
0346 | PEP: 346 Title: User Defined ("with") Statements Version: $Revision$
Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>
Status: Withdrawn Type: Standards Track Content-Type: text/x-rst
Created: 06-May-2005 Python-Version: 2.5 Post-History:
Abstract
This PEP is a combination of PEP 310's "Reliable Acqui... | python-peps | 2024-10-18T13:23:17.737505 | 2005-05-06T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0346/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0346",
"pandoc_version": "3.5"
} |
0494 | PEP: 494 Title: Python 3.6 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:
30-May-2015 Python-Version: 3.6
Abstract
This document describes the development and release schedule for Python
3... | python-peps | 2024-10-18T13:23:17.846091 | 2015-05-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0494/",
"authors": [
"Ned Deily"
],
"pep_number": "0494",
"pandoc_version": "3.5"
} |
0305 | PEP: 305 Title: CSV File API Version: $Revision$ Last-Modified: $Date$
Author: Kevin Altis <altis@semi-retired.com>, Dave Cole
<djc@object-craft.com.au>, Andrew McNamara
<andrewm@object-craft.com.au>, Skip Montanaro <skip@pobox.com>, Cliff
Wells <LogiplexSoftware@earthlink.net> Discussions-To: csv@python.org
Status: Fi... | python-peps | 2024-10-18T13:23:17.864015 | 2003-01-26T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0305/",
"authors": [
"Kevin Altis"
],
"pep_number": "0305",
"pandoc_version": "3.5"
} |
0487 | PEP: 487 Title: Simpler customisation of class creation Version:
$Revision$ Last-Modified: $Date$ Author: Martin Teichmann
<lkb.teichmann@gmail.com>, Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 27-Feb-2015 Python-Version: 3.6
Post-History: 27-Feb-2015, 05-Feb-2016, 24-Jun-2016, 02-Jul-2016,
13... | python-peps | 2024-10-18T13:23:17.882860 | 2015-02-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0487/",
"authors": [
"Martin Teichmann"
],
"pep_number": "0487",
"pandoc_version": "3.5"
} |
0485 | PEP: 485 Title: A Function for testing approximate equality Version:
$Revision$ Last-Modified: $Date$ Author: Christopher Barker
<PythonCHB@gmail.com> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 20-Jan-2015 Python-Version: 3.5 Post-History:
Resolution:
https://mail.python.org/pipermail/python-... | python-peps | 2024-10-18T13:23:17.908077 | 2015-01-20T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0485/",
"authors": [
"Christopher Barker"
],
"pep_number": "0485",
"pandoc_version": "3.5"
} |
0708 | PEP: 708 Title: Extending the Repository API to Mitigate Dependency
Confusion Attacks Author: Donald Stufft <donald@stufft.io> PEP-Delegate:
Paul Moore <p.f.moore@gmail.com> Discussions-To:
https://discuss.python.org/t/24179 Status: Provisional Type: Standards
Track Topic: Packaging Content-Type: text/x-rst Created: 20... | python-peps | 2024-10-18T13:23:17.965726 | 2023-02-20T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0708/",
"authors": [
"Donald Stufft"
],
"pep_number": "0708",
"pandoc_version": "3.5"
} |
0009 | PEP: 9 Title: Sample Plaintext PEP Template Author: Barry Warsaw
<barry@python.org> Status: Withdrawn Type: Process Created: 14-Aug-2001
Post-History: Resolution:
https://mail.python.org/archives/list/python-dev@python.org/thread/2YMHVPRDWGQLA5A2FKXE2JMLM2HQEEGW/
As of 05-Jan-2016, this PEP is officially deprecated an... | python-peps | 2024-10-18T13:23:17.971751 | 2001-08-14T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0009/",
"authors": [
"Barry Warsaw"
],
"pep_number": "0009",
"pandoc_version": "3.5"
} |
0351 | PEP: 351 Title: The freeze protocol Version: 2.5 Last-Modified: $Date$
Author: Barry Warsaw <barry@python.org> Status: Rejected Type: Standards
Track Content-Type: text/x-rst Created: 14-Apr-2005 Post-History:
Abstract
This PEP describes a simple protocol for requesting a frozen, immutable
copy of a mutable object. I... | python-peps | 2024-10-18T13:23:17.979390 | 2005-04-14T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0351/",
"authors": [
"Barry Warsaw"
],
"pep_number": "0351",
"pandoc_version": "3.5"
} |
0619 | PEP: 619 Title: Python 3.10 Release Schedule Author: Pablo Galindo
Salgado <pablogsal@python.org> Status: Active Type: Informational Topic:
Release Created: 25-May-2020 Python-Version: 3.10
Abstract
This document describes the development and release schedule for Python
3.10. The schedule primarily concerns itself wi... | python-peps | 2024-10-18T13:23:17.989637 | 2020-05-25T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0619/",
"authors": [
"Pablo Galindo Salgado"
],
"pep_number": "0619",
"pandoc_version": "3.5"
} |
0384 | PEP: 384 Title: Defining a Stable ABI Author: Martin von Löwis
<martin@v.loewis.de> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 17-May-2009 Python-Version: 3.2 Post-History:
python:stable (user docs) and devguide:c-api (development docs)
Abstract
Currently, each feature release introduces a... | python-peps | 2024-10-18T13:23:18.008600 | 2009-05-17T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0384/",
"authors": [
"Martin von Löwis"
],
"pep_number": "0384",
"pandoc_version": "3.5"
} |
0505 | PEP: 505 Title: None-aware operators Author: Mark E. Haase
<mehaase@gmail.com>, Steve Dower <steve.dower@python.org> Status:
Deferred Type: Standards Track Content-Type: text/x-rst Created:
18-Sep-2015 Python-Version: 3.8
Abstract
Several modern programming languages have so-called "null-coalescing" or
"null- aware" ... | python-peps | 2024-10-18T13:23:18.038301 | 2015-09-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0505/",
"authors": [
"Mark E. Haase",
"Steve Dower"
],
"pep_number": "0505",
"pandoc_version": "3.5"
} |
0232 | PEP: 232 Title: Function Attributes Version: $Revision$ Last-Modified:
$Date$ Author: Barry Warsaw <barry@python.org> Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 02-Dec-2000
Python-Version: 2.1 Post-History: 20-Feb-2001
Introduction
This PEP describes an extension to Python, adding attribute... | python-peps | 2024-10-18T13:23:18.057668 | 2000-12-02T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0232/",
"authors": [
"Barry Warsaw"
],
"pep_number": "0232",
"pandoc_version": "3.5"
} |
0470 | PEP: 470 Title: Removing External Hosting Support on PyPI Version:
$Revision$ Last-Modified: $Date$ Author: Donald Stufft
<donald@stufft.io> BDFL-Delegate: Paul Moore <p.f.moore@gmail.com>
Discussions-To: distutils-sig@python.org Status: Final Type: Process
Topic: Packaging Content-Type: text/x-rst Created: 12-May-2014... | python-peps | 2024-10-18T13:23:18.079299 | 2014-05-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0470/",
"authors": [
"Donald Stufft"
],
"pep_number": "0470",
"pandoc_version": "3.5"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.