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 |
|---|---|---|---|---|---|
0307 | PEP: 307 Title: Extensions to the pickle protocol Version: $Revision$
Last-Modified: $Date$ Author: Guido van Rossum, Tim Peters Status: Final
Type: Standards Track Content-Type: text/x-rst Created: 31-Jan-2003
Python-Version: 2.3 Post-History: 07-Feb-2003
Introduction
Pickling new-style objects in Python 2.2 is done... | python-peps | 2024-10-18T13:23:31.450168 | 2003-01-31T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0307/",
"authors": [
"Guido van Rossum",
"Tim Peters"
],
"pep_number": "0307",
"pandoc_version": "3.5"
} |
0726 | PEP: 726 Title: Module __setattr__ and __delattr__ Author: Sergey B
Kirpichev <skirpichev@gmail.com> Sponsor: Adam Turner
<python@quite.org.uk> Discussions-To:
https://discuss.python.org/t/32640/ Status: Rejected Type: Standards
Track Content-Type: text/x-rst Created: 24-Aug-2023 Python-Version: 3.13
Post-History: 06-A... | python-peps | 2024-10-18T13:23:31.486745 | 2023-08-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0726/",
"authors": [
"Sergey B Kirpichev"
],
"pep_number": "0726",
"pandoc_version": "3.5"
} |
3105 | PEP: 3105 Title: Make print a function Version: $Revision$
Last-Modified: $Date$ Author: Georg Brandl <georg@python.org> Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
19-Nov-2006 Python-Version: 3.0 Post-History:
Abstract
The title says it all -- this PEP proposes a new print() builtin that
re... | python-peps | 2024-10-18T13:23:31.495598 | 2006-11-19T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3105/",
"authors": [
"Georg Brandl"
],
"pep_number": "3105",
"pandoc_version": "3.5"
} |
0491 | PEP: 491 Title: The Wheel Binary Package Format 1.9 Author: Daniel Holth
<dholth@gmail.com> Discussions-To: distutils-sig@python.org Status:
Deferred Type: Standards Track Topic: Packaging Content-Type: text/x-rst
Created: 16-Apr-2015
Abstract
This PEP describes the second version of a built-package format for
Python... | python-peps | 2024-10-18T13:23:31.525897 | 2015-04-16T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0491/",
"authors": [
"Daniel Holth"
],
"pep_number": "0491",
"pandoc_version": "3.5"
} |
0593 | PEP: 593 Title: Flexible function and variable annotations Author: Till
Varoquaux <till@fb.com>, Konstantin Kashin <kkashin@fb.com> Sponsor:
Ivan Levkivskyi <levkivskyi@gmail.com> Discussions-To:
typing-sig@python.org Status: Final Type: Standards Track Topic: Typing
Created: 26-Apr-2019 Python-Version: 3.9 Post-Histor... | python-peps | 2024-10-18T13:23:31.543778 | 2019-04-26T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0593/",
"authors": [
"Konstantin Kashin",
"Till Varoquaux"
],
"pep_number": "0593",
"pandoc_version": "3.5"
} |
0621 | PEP: 621 Title: Storing project metadata in pyproject.toml Author: Brett
Cannon <brett@python.org>, Dustin Ingram <di@python.org>, Paul Ganssle
<paul at ganssle.io>, Pradyun Gedam <pradyunsg@gmail.com>, Sébastien
Eustace <sebastien@eustace.io>, Thomas Kluyver <thomas@kluyver.me.uk>,
Tzu-ping Chung <uranusjr@gmail.com> ... | python-peps | 2024-10-18T13:23:31.595728 | 2020-06-22T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0621/",
"authors": [
"Brett Cannon"
],
"pep_number": "0621",
"pandoc_version": "3.5"
} |
0637 | PEP: 637 Title: Support for indexing with keyword arguments Version:
$Revision$ Last-Modified: $Date$ Author: Stefano Borini Sponsor: Steven
D'Aprano Discussions-To: python-ideas@python.org Status: Rejected Type:
Standards Track Content-Type: text/x-rst Created: 24-Aug-2020
Python-Version: 3.10 Post-History: 23-Sep-202... | python-peps | 2024-10-18T13:23:31.639643 | 2020-08-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0637/",
"authors": [
"Stefano Borini"
],
"pep_number": "0637",
"pandoc_version": "3.5"
} |
0329 | PEP: 329 Title: Treating Builtins as Constants in the Standard Library
Version: $Revision$ Last-Modified: $Date$ Author: Raymond Hettinger
<python@rcn.com> Status: Rejected Type: Standards Track Content-Type:
text/x-rst Created: 18-Apr-2004 Python-Version: 2.4 Post-History:
18-Apr-2004
Abstract
The proposal is to add... | python-peps | 2024-10-18T13:23:31.653776 | 2004-04-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0329/",
"authors": [
"Raymond Hettinger"
],
"pep_number": "0329",
"pandoc_version": "3.5"
} |
0489 | PEP: 489 Title: Multi-phase extension module initialization Version:
$Revision$ Last-Modified: $Date$ Author: Petr Viktorin
<encukou@gmail.com>, Stefan Behnel <stefan_ml@behnel.de>, Alyssa Coghlan
<ncoghlan@gmail.com> BDFL-Delegate: Eric Snow
<ericsnowcurrently@gmail.com> Discussions-To: import-sig@python.org
Status: F... | python-peps | 2024-10-18T13:23:31.682327 | 2013-08-11T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0489/",
"authors": [
"Petr Viktorin"
],
"pep_number": "0489",
"pandoc_version": "3.5"
} |
0508 | PEP: 508 Title: Dependency specification for Python Software Packages
Version: $Revision$ Last-Modified: $Date$ Author: Robert Collins
<rbtcollins@hp.com> BDFL-Delegate: Donald Stufft <donald@stufft.io>
Discussions-To: distutils-sig@python.org Status: Final Type: Standards
Track Topic: Packaging Content-Type: text/x-rs... | python-peps | 2024-10-18T13:23:31.707565 | 2015-11-11T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0508/",
"authors": [
"Robert Collins"
],
"pep_number": "0508",
"pandoc_version": "3.5"
} |
0713 | PEP: 713 Title: Callable Modules Author: Amethyst Reese <amethyst at
n7.gg> Sponsor: Łukasz Langa <lukasz at python.org> Discussions-To:
https://discuss.python.org/t/pep-713-callable-modules/26127 Status:
Rejected Type: Standards Track Content-Type: text/x-rst Created:
20-Apr-2023 Python-Version: 3.12 Post-History: 23-... | python-peps | 2024-10-18T13:23:31.820032 | 2023-04-20T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0713/",
"authors": [
"Amethyst Reese"
],
"pep_number": "0713",
"pandoc_version": "3.5"
} |
0418 | PEP: 418 Title: Add monotonic time, performance counter, and process
time functions Author: Cameron Simpson <cs@cskk.id.au>, Jim J. Jewett
<jimjjewett@gmail.com>, Stephen J. Turnbull <stephen@xemacs.org>, Victor
Stinner <vstinner@python.org> Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 26-Mar-2... | python-peps | 2024-10-18T13:23:31.932085 | 2012-03-26T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0418/",
"authors": [
"Cameron Simpson"
],
"pep_number": "0418",
"pandoc_version": "3.5"
} |
0647 | PEP: 647 Title: User-Defined Type Guards Author: Eric Traut <erictr at
microsoft.com> Sponsor: Guido van Rossum <guido@python.org>
Discussions-To: typing-sig@python.org Status: Final Type: Standards
Track Topic: Typing Created: 07-Oct-2020 Python-Version: 3.10
Post-History: 28-Dec-2020, 09-Apr-2021 Resolution:
https://... | python-peps | 2024-10-18T13:23:31.947265 | 2020-10-07T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0647/",
"authors": [
"Eric Traut"
],
"pep_number": "0647",
"pandoc_version": "3.5"
} |
0334 | PEP: 334 Title: Simple Coroutines via SuspendIteration Version:
$Revision$ Last-Modified: $Date$ Author: Clark C. Evans
<cce@clarkevans.com> Status: Withdrawn Type: Standards Track
Content-Type: text/x-rst Created: 26-Aug-2004 Python-Version: 3.0
Post-History:
Abstract
Asynchronous application frameworks such as Twis... | python-peps | 2024-10-18T13:23:31.959156 | 2004-08-26T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0334/",
"authors": [
"Clark C. Evans"
],
"pep_number": "0334",
"pandoc_version": "3.5"
} |
3333 | PEP: 3333 Title: Python Web Server Gateway Interface v1.0.1 Author:
Phillip J. Eby <pje@telecommunity.com> Discussions-To:
web-sig@python.org Status: Final Type: Informational Content-Type:
text/x-rst Created: 26-Sep-2010 Post-History: 26-Sep-2010, 04-Oct-2010
Replaces: 333
Preface for Readers of PEP 333
This is an u... | python-peps | 2024-10-18T13:23:32.029621 | 2010-09-26T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3333/",
"authors": [
"Phillip J. Eby"
],
"pep_number": "3333",
"pandoc_version": "3.5"
} |
0293 | PEP: 293 Title: Codec Error Handling Callbacks Version: $Revision$
Last-Modified: $Date$ Author: Walter Dörwald <walter@livinglogic.de>
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
18-Jun-2002 Python-Version: 2.3 Post-History: 19-Jun-2002
Abstract
This PEP aims at extending Python's fixed cod... | python-peps | 2024-10-18T13:23:32.048242 | 2002-06-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0293/",
"authors": [
"Walter Dörwald"
],
"pep_number": "0293",
"pandoc_version": "3.5"
} |
0255 | PEP: 255 Title: Simple Generators Author: Neil Schemenauer
<nas@arctrix.com>, Tim Peters <tim.peters@gmail.com>, Magnus Lie Hetland
<magnus@hetland.org> Status: Final Type: Standards Track Content-Type:
text/x-rst Requires: 234 Created: 18-May-2001 Python-Version: 2.2
Post-History: 14-Jun-2001, 23-Jun-2001
Abstract
T... | python-peps | 2024-10-18T13:23:32.067769 | 2001-05-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0255/",
"authors": [
"Neil Schemenauer"
],
"pep_number": "0255",
"pandoc_version": "3.5"
} |
0433 | PEP: 433 Title: Easier suppression of file descriptor inheritance
Version: $Revision$ Last-Modified: $Date$ Author: Victor Stinner
<vstinner@python.org> Status: Superseded Type: Standards Track
Content-Type: text/x-rst Created: 10-Jan-2013 Python-Version: 3.4
Superseded-By: 446
Abstract
Add a new optional cloexec par... | python-peps | 2024-10-18T13:23:32.117366 | 2013-01-10T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0433/",
"authors": [
"Victor Stinner"
],
"pep_number": "0433",
"pandoc_version": "3.5"
} |
0661 | PEP: 661 Title: Sentinel Values Author: Tal Einat <tal@python.org>
Discussions-To:
https://discuss.python.org/t/pep-661-sentinel-values/9126 Status: Draft
Type: Standards Track Content-Type: text/x-rst Created: 06-Jun-2021
Post-History: 20-May-2021, 06-Jun-2021
TL;DR: See the Specification and Reference Implementation... | python-peps | 2024-10-18T13:23:32.139641 | 2021-06-06T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0661/",
"authors": [
"Tal Einat"
],
"pep_number": "0661",
"pandoc_version": "3.5"
} |
0710 | PEP: 710 Title: Recording the provenance of installed packages Author:
Fridolín Pokorný <fridolin.pokorny at gmail.com> Sponsor: Donald Stufft
<donald@stufft.io> PEP-Delegate: Paul Moore <p.f.moore@gmail.com>
Discussions-To:
https://discuss.python.org/t/pep-710-recording-the-provenance-of-installed-packages/25428
Statu... | python-peps | 2024-10-18T13:23:32.187734 | 2023-03-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0710/",
"authors": [
"Fridolín Pokorný"
],
"pep_number": "0710",
"pandoc_version": "3.5"
} |
0604 | PEP: 604 Title: Allow writing union types as X | Y Author: Philippe
PRADOS <python@prados.fr>, Maggie Moss <maggiebmoss@gmail.com> Sponsor:
Chris Angelico <rosuav@gmail.com> BDFL-Delegate: Guido van Rossum
<guido@python.org> Discussions-To: typing-sig@python.org Status: Final
Type: Standards Track Topic: Typing Created... | python-peps | 2024-10-18T13:23:32.204218 | 2019-08-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0604/",
"authors": [
"Maggie Moss",
"Philippe PRADOS"
],
"pep_number": "0604",
"pandoc_version": "3.5"
} |
0292 | PEP: 292 Title: Simpler String Substitutions Author: Barry Warsaw
<barry@python.org> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 18-Jun-2002 Python-Version: 2.4 Post-History:
18-Jun-2002, 23-Mar-2004, 22-Aug-2004 Replaces: 215
Abstract
This PEP describes a simpler string substitution feature... | python-peps | 2024-10-18T13:23:32.216151 | 2002-06-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0292/",
"authors": [
"Barry Warsaw"
],
"pep_number": "0292",
"pandoc_version": "3.5"
} |
0756 | PEP: 756 Title: Add PyUnicode_Export() and PyUnicode_Import() C
functions Author: Victor Stinner <vstinner@python.org> PEP-Delegate: C
API Working Group Discussions-To: https://discuss.python.org/t/63891
Status: Draft Type: Standards Track Created: 13-Sep-2024 Python-Version:
3.14 Post-History: 14-Sep-2024
Abstract
A... | python-peps | 2024-10-18T13:23:32.329884 | 2024-09-13T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0756/",
"authors": [
"Victor Stinner"
],
"pep_number": "0756",
"pandoc_version": "3.5"
} |
0236 | PEP: 236 Title: Back to the __future__ Version: $Revision$
Last-Modified: $Date$ Author: Tim Peters <tim.peters@gmail.com> Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
26-Feb-2001 Python-Version: 2.1 Post-History: 26-Feb-2001
Motivation
From time to time, Python makes an incompatible change t... | python-peps | 2024-10-18T13:23:32.348918 | 2001-02-26T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0236/",
"authors": [
"Tim Peters"
],
"pep_number": "0236",
"pandoc_version": "3.5"
} |
0540 | PEP: 540 Title: Add a new UTF-8 Mode Version: $Revision$ Last-Modified:
$Date$ Author: Victor Stinner <vstinner@python.org> BDFL-Delegate: INADA
Naoki Status: Final Type: Standards Track Content-Type: text/x-rst
Created: 05-Jan-2016 Python-Version: 3.7 Resolution:
https://mail.python.org/pipermail/python-dev/2017-Decem... | python-peps | 2024-10-18T13:23:32.374376 | 2016-01-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0540/",
"authors": [
"Victor Stinner"
],
"pep_number": "0540",
"pandoc_version": "3.5"
} |
0595 | PEP: 595 Title: Improving bugs.python.org Author: Ezio Melotti
<ezio.melotti@gmail.com>, Berker Peksag <berker.peksag@gmail.com>
BDFL-Delegate: Barry Warsaw <barry@python.org> Status: Withdrawn Type:
Informational Content-Type: text/x-rst Created: 12-May-2019
Abstract
This PEP proposes a list of improvements to make ... | python-peps | 2024-10-18T13:23:32.400624 | 2019-05-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0595/",
"authors": [
"Berker Peksag",
"Ezio Melotti"
],
"pep_number": "0595",
"pandoc_version": "3.5"
} |
0576 | PEP: 576 Title: Rationalize Built-in function classes Author: Mark
Shannon <mark@hotpy.org> BDFL-Delegate: Petr Viktorin Status: Withdrawn
Type: Standards Track Content-Type: text/x-rst Created: 10-May-2018
Python-Version: 3.8 Post-History: 17-May-2018, 23-Jun-2018, 08-Jul-2018,
29-Mar-2019
Abstract
Expose the "Fastc... | python-peps | 2024-10-18T13:23:32.413041 | 2018-05-10T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0576/",
"authors": [
"Mark Shannon"
],
"pep_number": "0576",
"pandoc_version": "3.5"
} |
3130 | PEP: 3130 Title: Access to Current Module/Class/Function Version:
$Revision$ Last-Modified: $Date$ Author: Jim J. Jewett
<jimjjewett@gmail.com> Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 22-Apr-2007 Python-Version: 3.0
Post-History: 22-Apr-2007
Rejection Notice
This PEP is rejected. It i... | python-peps | 2024-10-18T13:23:32.422498 | 2007-04-22T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3130/",
"authors": [
"Jim J. Jewett"
],
"pep_number": "3130",
"pandoc_version": "3.5"
} |
0429 | PEP: 429 Title: Python 3.4 Release Schedule Version: $Revision$
Last-Modified: $Date$ Author: Larry Hastings <larry@hastings.org>
Status: Final Type: Informational Topic: Release Content-Type:
text/x-rst Created: 17-Oct-2012 Python-Version: 3.4
Abstract
This document describes the development and release schedule for... | python-peps | 2024-10-18T13:23:32.433786 | 2012-10-17T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0429/",
"authors": [
"Larry Hastings"
],
"pep_number": "0429",
"pandoc_version": "3.5"
} |
0336 | PEP: 336 Title: Make None Callable Version: $Revision$ Last-Modified:
$Date$ Author: Andrew McClelland <eternalsquire@comcast.net> Status:
Rejected Type: Standards Track Content-Type: text/x-rst Created:
28-Oct-2004 Post-History:
Abstract
None should be a callable object that when called with any arguments has
no sid... | python-peps | 2024-10-18T13:23:32.440032 | 2004-10-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0336/",
"authors": [
"Andrew McClelland"
],
"pep_number": "0336",
"pandoc_version": "3.5"
} |
0216 | PEP: 216 Title: Docstring Format Author: Moshe Zadka
<moshez@zadka.site.co.il> Status: Withdrawn Type: Informational Created:
31-Jul-2000 Post-History: Superseded-By: 287
It has been superseded by PEP 287.
Abstract
Named Python objects, such as modules, classes and functions, have a
string attribute called __doc__. ... | python-peps | 2024-10-18T13:23:32.448319 | 2000-07-31T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0216/",
"authors": [
"Moshe Zadka"
],
"pep_number": "0216",
"pandoc_version": "3.5"
} |
0498 | PEP: 498 Title: Literal String Interpolation Version: $Revision$
Last-Modified: $Date$ Author: Eric V. Smith <eric@trueblade.com> Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
01-Aug-2015 Python-Version: 3.6 Post-History: 07-Aug-2015, 30-Aug-2015,
04-Sep-2015, 19-Sep-2015, 06-Nov-2016 Resolution... | python-peps | 2024-10-18T13:23:32.475463 | 2015-08-01T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0498/",
"authors": [
"Eric V. Smith"
],
"pep_number": "0498",
"pandoc_version": "3.5"
} |
0531 | PEP: 531 Title: Existence checking operators Version: $Revision$
Last-Modified: $Date$ Author: Alyssa Coghlan <ncoghlan@gmail.com>
Status: Withdrawn Type: Standards Track Content-Type: text/x-rst
Created: 25-Oct-2016 Python-Version: 3.7 Post-History: 28-Oct-2016
Abstract
Inspired by PEP 505 and the related discussion... | python-peps | 2024-10-18T13:23:32.515219 | 2016-10-25T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0531/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0531",
"pandoc_version": "3.5"
} |
0645 | PEP: 645 Title: Allow writing optional types as x? Author: Maggie Moss
<maggiebmoss@gmail.com> Sponsor: Guido van Rossum <guido@python.org>
Status: Withdrawn Type: Standards Track Content-Type: text/x-rst
Created: 25-Aug-2020 Resolution:
https://mail.python.org/archives/list/typing-sig@python.org/message/E75SPV6DDHLEEF... | python-peps | 2024-10-18T13:23:32.527205 | 2020-08-25T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0645/",
"authors": [
"Maggie Moss"
],
"pep_number": "0645",
"pandoc_version": "3.5"
} |
0476 | PEP: 476 Title: Enabling certificate verification by default for stdlib
http clients Version: $Revision$ Last-Modified: $Date$ Author: Alex
Gaynor <alex.gaynor@gmail.com> Status: Final Type: Standards Track
Content-Type: text/x-rst Created: 28-Aug-2014 Python-Version: 2.7.9,
3.4.3, 3.5 Resolution:
https://mail.python.o... | python-peps | 2024-10-18T13:23:32.539512 | 2014-08-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0476/",
"authors": [
"Alex Gaynor"
],
"pep_number": "0476",
"pandoc_version": "3.5"
} |
0339 | PEP: 339 Title: Design of the CPython Compiler Version: $Revision$
Last-Modified: $Date$ Author: Brett Cannon <brett@python.org> Status:
Withdrawn Type: Informational Content-Type: text/x-rst Created:
02-Feb-2005 Post-History:
Note
This PEP has been withdrawn and moved to the Python developer's guide.
Abstract
Hist... | python-peps | 2024-10-18T13:23:32.585418 | 2005-02-02T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0339/",
"authors": [
"Brett Cannon"
],
"pep_number": "0339",
"pandoc_version": "3.5"
} |
0381 | PEP: 381 Title: Mirroring infrastructure for PyPI Author: Tarek Ziadé
<tarek@ziade.org>, Martin von Löwis <martin@v.loewis.de> Status:
Withdrawn Type: Standards Track Topic: Packaging Content-Type:
text/x-rst Created: 21-Mar-2009 Post-History:
Abstract
This PEP describes a mirroring infrastructure for PyPI.
PEP With... | python-peps | 2024-10-18T13:23:32.608095 | 2009-03-21T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0381/",
"authors": [
"Martin von Löwis",
"Tarek Ziadé"
],
"pep_number": "0381",
"pandoc_version": "3.5"
} |
0698 | PEP: 698 Title: Override Decorator for Static Typing Author: Steven
Troxler <steven.troxler@gmail.com>, Joshua Xu <jxu425@fb.com>, Shannon
Zhu <szhu@fb.com> Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
Discussions-To:
https://discuss.python.org/t/pep-698-a-typing-override-decorator/20839
Status: Final Type: St... | python-peps | 2024-10-18T13:23:32.648486 | 2022-09-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0698/",
"authors": [
"Steven Troxler"
],
"pep_number": "0698",
"pandoc_version": "3.5"
} |
0439 | PEP: 439 Title: Inclusion of implicit pip bootstrap in Python
installation Version: $Revision$ Last-Modified: $Date$ Author: Richard
Jones <richard@python.org> BDFL-Delegate: Alyssa Coghlan
<ncoghlan@gmail.com> Discussions-To: distutils-sig@python.org Status:
Rejected Type: Standards Track Topic: Packaging Content-Type... | python-peps | 2024-10-18T13:23:32.660844 | 2013-03-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0439/",
"authors": [
"Richard Jones"
],
"pep_number": "0439",
"pandoc_version": "3.5"
} |
0404 | PEP: 404 Title: Python 2.8 Un-release Schedule Author: Barry Warsaw
<barry@python.org> Status: Final Type: Informational Topic: Release
Content-Type: text/x-rst Created: 09-Nov-2011 Python-Version: 2.8
Abstract
This document describes the un-development and un-release schedule for
Python 2.8.
Un-release Manager and ... | python-peps | 2024-10-18T13:23:32.669940 | 2011-11-09T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0404/",
"authors": [
"Barry Warsaw"
],
"pep_number": "0404",
"pandoc_version": "3.5"
} |
0554 | PEP: 554 Title: Multiple Interpreters in the Stdlib Author: Eric Snow
<ericsnowcurrently@gmail.com> Discussions-To:
https://discuss.python.org/t/pep-554-multiple-interpreters-in-the-stdlib/24855
Status: Superseded Type: Standards Track Content-Type: text/x-rst
Created: 05-Sep-2017 Python-Version: 3.13 Post-History: 07-... | python-peps | 2024-10-18T13:23:32.750387 | 2017-09-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0554/",
"authors": [
"Eric Snow"
],
"pep_number": "0554",
"pandoc_version": "3.5"
} |
0692 | PEP: 692 Title: Using TypedDict for more precise **kwargs typing Author:
Franek Magiera <framagie@gmail.com> Sponsor: Jelle Zijlstra
<jelle.zijlstra@gmail.com> Discussions-To:
https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314
Status: Final Type: Standards Track Topic: Typing Crea... | python-peps | 2024-10-18T13:23:32.777344 | 2022-05-29T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0692/",
"authors": [
"Franek Magiera"
],
"pep_number": "0692",
"pandoc_version": "3.5"
} |
8104 | PEP: 8104 Title: 2023 Term Steering Council election Author: Ee Durbin
<ee@python.org> Sponsor: Brett Cannon <brett@python.org> Status: Final
Type: Informational Topic: Governance Created: 08-Nov-2022
Abstract
This document describes the schedule and other details of the December
2022 election for the Python steering... | python-peps | 2024-10-18T13:23:32.791087 | 2022-11-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-8104/",
"authors": [
"Ee Durbin"
],
"pep_number": "8104",
"pandoc_version": "3.5"
} |
0668 | PEP: 668 Title: Marking Python base environments as “externally managed”
Author: Geoffrey Thomas <geofft@ldpreload.com>, Matthias Klose
<doko@ubuntu.com>, Filipe Laíns <lains@riseup.net>, Donald Stufft
<donald@stufft.io>, Tzu-ping Chung <uranusjr@gmail.com>, Stefano Rivera
<stefanor@debian.org>, Elana Hashman <ehashman... | python-peps | 2024-10-18T13:23:32.845223 | 2021-05-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0668/",
"authors": [
"Geoffrey Thomas"
],
"pep_number": "0668",
"pandoc_version": "3.5"
} |
0394 | PEP: 394 Title: The "python" Command on Unix-Like Systems Author:
Kerrick Staley <mail@kerrickstaley.com>, Alyssa Coghlan
<ncoghlan@gmail.com>, Barry Warsaw <barry@python.org>, Petr Viktorin
<encukou@gmail.com>, Miro Hrončok <miro@hroncok.cz>, Carol Willing
<willingc@gmail.com>, Status: Active Type: Informational Creat... | python-peps | 2024-10-18T13:23:32.875113 | 2011-03-02T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0394/",
"authors": [
"Kerrick Staley"
],
"pep_number": "0394",
"pandoc_version": "3.5"
} |
0611 | PEP: 611 Title: The one million limit Author: Mark Shannon
<mark@hotpy.org> Status: Withdrawn Type: Standards Track Content-Type:
text/x-rst Created: 05-Dec-2019 Post-History:
Abstract
This PR proposes a soft limit of one million (1 000 000), and a larger
hard limit for various aspects of Python code and its implemen... | python-peps | 2024-10-18T13:23:33.002947 | 2019-12-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0611/",
"authors": [
"Mark Shannon"
],
"pep_number": "0611",
"pandoc_version": "3.5"
} |
0632 | PEP: 632 Title: Deprecate distutils module Author: Steve Dower
<steve.dower@python.org> Discussions-To:
https://discuss.python.org/t/pep-632-deprecate-distutils-module/5134
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
03-Sep-2020 Python-Version: 3.10 Post-History: 03-Sep-2020, 22-Jan-2021
Resol... | python-peps | 2024-10-18T13:23:33.019206 | 2020-09-03T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0632/",
"authors": [
"Steve Dower"
],
"pep_number": "0632",
"pandoc_version": "3.5"
} |
0612 | PEP: 612 Title: Parameter Specification Variables Author: Mark Mendoza
<mendoza.mark.a@gmail.com> Sponsor: Guido van Rossum <guido@python.org>
BDFL-Delegate: Guido van Rossum <guido@python.org> Discussions-To:
typing-sig@python.org Status: Final Type: Standards Track Topic: Typing
Created: 18-Dec-2019 Python-Version: 3... | python-peps | 2024-10-18T13:23:33.051102 | 2019-12-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0612/",
"authors": [
"Mark Mendoza"
],
"pep_number": "0612",
"pandoc_version": "3.5"
} |
0515 | PEP: 515 Title: Underscores in Numeric Literals Version: $Revision$
Last-Modified: $Date$ Author: Georg Brandl, Serhiy Storchaka Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
10-Feb-2016 Python-Version: 3.6 Post-History: 10-Feb-2016, 11-Feb-2016
Abstract and Rationale
This PEP proposes to exte... | python-peps | 2024-10-18T13:23:33.064903 | 2016-02-10T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0515/",
"authors": [
"Georg Brandl",
"Serhiy Storchaka"
],
"pep_number": "0515",
"pandoc_version": "3.5"
} |
0328 | PEP: 328 Title: Imports: Multi-Line and Absolute/Relative Version:
$Revision$ Last-Modified: $Date$ Author: Aahz <aahz@pythoncraft.com>
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
21-Dec-2003 Python-Version: 2.4, 2.5, 2.6 Post-History: 08-Mar-2004
Abstract
The import statement has two proble... | python-peps | 2024-10-18T13:23:33.079725 | 2003-12-21T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0328/",
"authors": [
"Aahz"
],
"pep_number": "0328",
"pandoc_version": "3.5"
} |
0281 | PEP: 281 Title: Loop Counter Iteration with range and xrange Author:
Magnus Lie Hetland <magnus@hetland.org> Status: Rejected Type: Standards
Track Content-Type: text/x-rst Created: 11-Feb-2002 Python-Version: 2.3
Post-History:
Abstract
This PEP describes yet another way of exposing the loop counter in
for-loops. It ... | python-peps | 2024-10-18T13:23:33.086092 | 2002-02-11T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0281/",
"authors": [
"Magnus Lie Hetland"
],
"pep_number": "0281",
"pandoc_version": "3.5"
} |
0600 | PEP: 600 Title: Future 'manylinux' Platform Tags for Portable Linux
Built Distributions Version: $Revision$ Last-Modified: $Date$ Author:
Nathaniel J. Smith <njs@pobox.com>, Thomas Kluyver
<thomas@kluyver.me.uk> Sponsor: Paul Moore <p.f.moore@gmail.com>
BDFL-Delegate: Paul Moore <p.f.moore@gmail.com> Discussions-To:
ht... | python-peps | 2024-10-18T13:23:33.106324 | 2019-05-03T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0600/",
"authors": [
"Nathaniel J. Smith"
],
"pep_number": "0600",
"pandoc_version": "3.5"
} |
0544 | PEP: 544 Title: Protocols: Structural subtyping (static duck typing)
Author: Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo
<jukka.lehtosalo@iki.fi>, Łukasz Langa <lukasz@python.org>
BDFL-Delegate: Guido van Rossum <guido@python.org> Discussions-To:
python-dev@python.org Status: Final Type: Standards Track Top... | python-peps | 2024-10-18T13:23:33.158791 | 2017-03-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0544/",
"authors": [
"Ivan Levkivskyi",
"Jukka Lehtosalo",
"Łukasz Langa"
],
"pep_number": "0544",
"pandoc_version": "3.5"
} |
0354 | PEP: 354 Title: Enumerations in Python Version: $Revision$
Last-Modified: $Date$ Author: Ben Finney <ben+python@benfinney.id.au>
Status: Superseded Type: Standards Track Content-Type: text/x-rst
Created: 20-Dec-2005 Python-Version: 2.6 Post-History: 20-Dec-2005
Superseded-By: 435
Rejection Notice
This PEP has been re... | python-peps | 2024-10-18T13:23:33.171673 | 2005-12-20T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0354/",
"authors": [
"Ben Finney"
],
"pep_number": "0354",
"pandoc_version": "3.5"
} |
0392 | PEP: 392 Title: Python 3.2 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: 30-Dec-2009 Python-Version: 3.2
Abstract
This document describes the development and release schedule for the... | python-peps | 2024-10-18T13:23:33.184869 | 2009-12-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0392/",
"authors": [
"Georg Brandl"
],
"pep_number": "0392",
"pandoc_version": "3.5"
} |
0711 | PEP: 711 Title: PyBI: a standard format for distributing Python Binaries
Author: Nathaniel J. Smith <njs@pobox.com> PEP-Delegate: TODO
Discussions-To:
https://discuss.python.org/t/pep-711-pybi-a-standard-format-for-distributing-python-binaries/25547
Status: Draft Type: Standards Track Topic: Packaging Content-Type:
tex... | python-peps | 2024-10-18T13:23:33.221913 | 2023-04-06T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0711/",
"authors": [
"Nathaniel J. Smith"
],
"pep_number": "0711",
"pandoc_version": "3.5"
} |
0566 | PEP: 566 Title: Metadata for Python Software Packages 2.1 Author: Dustin
Ingram <di@python.org> BDFL-Delegate: Daniel Holth Discussions-To:
distutils-sig@python.org Status: Final Type: Standards Track Topic:
Packaging Content-Type: text/x-rst Created: 01-Dec-2017 Python-Version:
3.x Post-History: Replaces: 345 Resoluti... | python-peps | 2024-10-18T13:23:33.234809 | 2017-12-01T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0566/",
"authors": [
"Dustin Ingram"
],
"pep_number": "0566",
"pandoc_version": "3.5"
} |
0567 | PEP: 567 Title: Context Variables Version: $Revision$ Last-Modified:
$Date$ Author: Yury Selivanov <yury@edgedb.com> Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 12-Dec-2017
Python-Version: 3.7 Post-History: 12-Dec-2017, 28-Dec-2017, 16-Jan-2018
Abstract
This PEP proposes a new contextvars mo... | python-peps | 2024-10-18T13:23:33.266899 | 2017-12-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0567/",
"authors": [
"Yury Selivanov"
],
"pep_number": "0567",
"pandoc_version": "3.5"
} |
8016 | PEP: 8016 Title: The Steering Council Model Author: Nathaniel J. Smith,
Donald Stufft Status: Accepted Type: Informational Topic: Governance
Content-Type: text/x-rst Created: 01-Nov-2018
Note
This PEP is retained for historical purposes, but the official
governance document is now PEP 13.
Abstract
This PEP proposes... | python-peps | 2024-10-18T13:23:33.284777 | 2018-11-01T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-8016/",
"authors": [
"Donald Stufft",
"Nathaniel J. Smith"
],
"pep_number": "8016",
"pandoc_version": "3.5"
} |
0314 | PEP: 314 Title: Metadata for Python Software Packages 1.1 Author: A.M.
Kuchling, Richard Jones Discussions-To: distutils-sig@python.org Status:
Superseded Type: Standards Track Topic: Packaging Content-Type:
text/x-rst Created: 12-Apr-2003 Python-Version: 2.5 Post-History:
29-Apr-2003 Replaces: 241 Superseded-By: 345
... | python-peps | 2024-10-18T13:23:33.300442 | 2003-04-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0314/",
"authors": [
"A.M. Kuchling",
"Richard Jones"
],
"pep_number": "0314",
"pandoc_version": "3.5"
} |
0367 | PEP: 367 Title: New Super Version: $Revision$ Last-Modified: $Date$
Author: Calvin Spealman <ironfroggy@gmail.com>, Tim Delaney
<timothy.c.delaney@gmail.com> Status: Superseded Type: Standards Track
Content-Type: text/x-rst Created: 28-Apr-2007 Python-Version: 2.6
Post-History: 28-Apr-2007, 29-Apr-2007, 29-Apr-2007, 14... | python-peps | 2024-10-18T13:23:33.317143 | 2007-04-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0367/",
"authors": [
"Calvin Spealman"
],
"pep_number": "0367",
"pandoc_version": "3.5"
} |
0569 | PEP: 569 Title: Python 3.8 Release Schedule Author: Łukasz Langa
<lukasz@python.org> Status: Final Type: Informational Topic: Release
Created: 27-Jan-2018 Python-Version: 3.8
Abstract
This document describes the development and release schedule for Python
3.8. The schedule primarily concerns itself with PEP-sized ite... | python-peps | 2024-10-18T13:23:33.331235 | 2018-01-27T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0569/",
"authors": [
"Łukasz Langa"
],
"pep_number": "0569",
"pandoc_version": "3.5"
} |
0423 | PEP: 423 Title: Naming conventions and recipes related to packaging
Version: $Revision$ Last-Modified: $Date$ Author: Benoit Bryon
<benoit@marmelune.net> Discussions-To: distutils-sig@python.org Status:
Deferred Type: Informational Topic: Packaging Content-Type: text/x-rst
Created: 24-May-2012 Post-History:
Abstract
... | python-peps | 2024-10-18T13:23:33.381389 | 2012-05-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0423/",
"authors": [
"Benoit Bryon"
],
"pep_number": "0423",
"pandoc_version": "3.5"
} |
0203 | PEP: 203 Title: Augmented Assignments Author: Thomas Wouters
<thomas@python.org> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 13-Jul-2000 Python-Version: 2.0 Post-History:
14-Aug-2000
Introduction
This PEP describes the augmented assignment proposal for Python 2.0.
This PEP tracks the status ... | python-peps | 2024-10-18T13:23:33.396881 | 2000-07-13T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0203/",
"authors": [
"Thomas Wouters"
],
"pep_number": "0203",
"pandoc_version": "3.5"
} |
0603 | PEP: 603 Title: Adding a frozenmap type to collections Version:
$Revision$ Last-Modified: $Date$ Author: Yury Selivanov
<yury@edgedb.com> Discussions-To:
https://discuss.python.org/t/pep-603-adding-a-frozenmap-type-to-collections/2318/
Status: Draft Type: Standards Track Content-Type: text/x-rst Created:
12-Sep-2019 Po... | python-peps | 2024-10-18T13:23:33.420550 | 2019-09-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0603/",
"authors": [
"Yury Selivanov"
],
"pep_number": "0603",
"pandoc_version": "3.5"
} |
0285 | PEP: 285 Title: Adding a bool type Author: Guido van Rossum
<guido@python.org> Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 08-Mar-2002 Python-Version: 2.3 Post-History:
08-Mar-2002, 30-Mar-2002, 03-Apr-2002
Abstract
This PEP proposes the introduction of a new built-in type, bool, with
two co... | python-peps | 2024-10-18T13:23:33.436411 | 2002-03-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0285/",
"authors": [
"Guido van Rossum"
],
"pep_number": "0285",
"pandoc_version": "3.5"
} |
0373 | PEP: 373 Title: Python 2.7 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: 03-Nov-2008 Python-Version: 2.7
Abstract
This document describes the development and release schedule... | python-peps | 2024-10-18T13:23:33.448885 | 2008-11-03T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0373/",
"authors": [
"Benjamin Peterson"
],
"pep_number": "0373",
"pandoc_version": "3.5"
} |
0319 | PEP: 319 Title: Python Synchronize/Asynchronize Block Version:
$Revision$ Last-Modified: $Date$ Author: Michel Pelletier
<michel@users.sourceforge.net> Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 24-Feb-2003 Python-Version: 2.4
Post-History:
Abstract
This PEP proposes adding two new keywo... | python-peps | 2024-10-18T13:23:33.460291 | 2003-02-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0319/",
"authors": [
"Michel Pelletier"
],
"pep_number": "0319",
"pandoc_version": "3.5"
} |
0693 | PEP: 693 Title: Python 3.12 Release Schedule Author: Thomas Wouters
<thomas@python.org> Status: Active Type: Informational Topic: Release
Created: 24-May-2022 Python-Version: 3.12
Abstract
This document describes the development and release schedule for Python
3.12.
Release Manager and Crew
- 3.12 Release Manager... | python-peps | 2024-10-18T13:23:33.470636 | 2022-05-24T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0693/",
"authors": [
"Thomas Wouters"
],
"pep_number": "0693",
"pandoc_version": "3.5"
} |
0348 | PEP: 348 Title: Exception Reorganization for Python 3.0 Version:
$Revision$ Last-Modified: $Date$ Author: Brett Cannon <brett@python.org>
Status: Rejected Type: Standards Track Content-Type: text/x-rst Created:
28-Jul-2005 Post-History:
Note
This PEP has been rejected[1].
Abstract
Python, as of version 2.4, has 38 ... | python-peps | 2024-10-18T13:23:33.493056 | 2005-07-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0348/",
"authors": [
"Brett Cannon"
],
"pep_number": "0348",
"pandoc_version": "3.5"
} |
3112 | PEP: 3112 Title: Bytes literals in Python 3000 Version: $Revision$
Last-Modified: $Date$ Author: Jason Orendorff
<jason.orendorff@gmail.com> Status: Final Type: Standards Track
Content-Type: text/x-rst Requires: 358 Created: 23-Feb-2007
Python-Version: 3.0 Post-History: 23-Feb-2007
Abstract
This PEP proposes a litera... | python-peps | 2024-10-18T13:23:33.501353 | 2007-02-23T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3112/",
"authors": [
"Jason Orendorff"
],
"pep_number": "3112",
"pandoc_version": "3.5"
} |
0415 | PEP: 415 Title: Implement context suppression with exception attributes
Version: $Revision$ Last-Modified: $Date$ Author: Benjamin Peterson
<benjamin@python.org> BDFL-Delegate: Alyssa Coghlan Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 26-Feb-2012
Python-Version: 3.3 Post-History: 26-Feb-2012 ... | python-peps | 2024-10-18T13:23:33.508970 | 2012-02-26T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0415/",
"authors": [
"Benjamin Peterson"
],
"pep_number": "0415",
"pandoc_version": "3.5"
} |
0254 | PEP: 254 Title: Making Classes Look More Like Types Author: Guido van
Rossum <guido@python.org> Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 18-Jun-2001 Python-Version: 2.2
Post-History:
Abstract
This PEP has not been written yet. Watch this space!
Status
This PEP was a stub entry and ev... | python-peps | 2024-10-18T13:23:33.511848 | 2001-06-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0254/",
"authors": [
"Guido van Rossum"
],
"pep_number": "0254",
"pandoc_version": "3.5"
} |
0607 | PEP: 607 Title: Reducing CPython's Feature Delivery Latency Version:
$Revision$ Last-Modified: $Date$ Author: Łukasz Langa
<lukasz@python.org>, Steve Dower <steve.dower@python.org>, Alyssa
Coghlan <ncoghlan@gmail.com> Discussions-To:
https://discuss.python.org/t/pep-607-shared-background-for-the-release-cadence-peps/25... | python-peps | 2024-10-18T13:23:33.523645 | 2019-10-11T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0607/",
"authors": [
"Łukasz Langa"
],
"pep_number": "0607",
"pandoc_version": "3.5"
} |
0310 | PEP: 310 Title: Reliable Acquisition/Release Pairs Version: $Revision$
Last-Modified: $Date$ Author: Michael Hudson <mwh@python.net>, Paul
Moore <p.f.moore@gmail.com> Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 18-Dec-2002 Python-Version: 2.4
Post-History:
Abstract
It would be nice to hav... | python-peps | 2024-10-18T13:23:33.636347 | 2002-12-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0310/",
"authors": [
"Michael Hudson"
],
"pep_number": "0310",
"pandoc_version": "3.5"
} |
0755 | PEP: 755 Title: Implicit namespace policy for PyPI 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/63191 Status: Draft Type: Process Topic:
Packaging Created: 05-Sep-2024 Post-History: 07-Sep-2024,... | python-peps | 2024-10-18T13:23:33.657319 | 2024-09-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0755/",
"authors": [
"Ofek Lev"
],
"pep_number": "0755",
"pandoc_version": "3.5"
} |
0376 | PEP: 376 Title: Database of Installed Python Distributions Author: Tarek
Ziadé <tarek@ziade.org> Status: Final Type: Standards Track Topic:
Packaging Content-Type: text/x-rst Created: 22-Feb-2009 Python-Version:
2.7, 3.2 Post-History: 22-Jun-2009
packaging:core-metadata
Abstract
The goal of this PEP is to provide a ... | python-peps | 2024-10-18T13:23:33.694481 | 2009-02-22T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0376/",
"authors": [
"Tarek Ziadé"
],
"pep_number": "0376",
"pandoc_version": "3.5"
} |
0286 | PEP: 286 Title: Enhanced Argument Tuples Author: Martin von Löwis
<martin@v.loewis.de> Status: Deferred Type: Standards Track
Content-Type: text/x-rst Created: 03-Mar-2002 Python-Version: 2.3
Post-History:
Abstract
PyArg_ParseTuple is confronted with difficult memory management if an
argument converter creates new me... | python-peps | 2024-10-18T13:23:33.704794 | 2002-03-03T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0286/",
"authors": [
"Martin von Löwis"
],
"pep_number": "0286",
"pandoc_version": "3.5"
} |
0402 | PEP: 402 Title: Simplified Package Layout and Partitioning Author:
Phillip J. Eby Status: Rejected Type: Standards Track Topic: Packaging
Content-Type: text/x-rst Created: 12-Jul-2011 Python-Version: 3.3
Post-History: 20-Jul-2011 Replaces: 382
Rejection Notice
On the first day of sprints at US PyCon 2012 we had a lon... | python-peps | 2024-10-18T13:23:33.735606 | 2011-07-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0402/",
"authors": [
"Phillip J. Eby"
],
"pep_number": "0402",
"pandoc_version": "3.5"
} |
0295 | PEP: 295 Title: Interpretation of multiline string constants Author:
Stepan Koltsov <yozh@mx1.ru> Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 22-Jul-2002 Python-Version: 3.0
Post-History:
Abstract
This PEP describes an interpretation of multiline string constants for
Python. It suggests s... | python-peps | 2024-10-18T13:23:33.742063 | 2002-07-22T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0295/",
"authors": [
"Stepan Koltsov"
],
"pep_number": "0295",
"pandoc_version": "3.5"
} |
0414 | PEP: 414 Title: Explicit Unicode Literal for Python 3.3 Version:
$Revision$ Last-Modified: $Date$ Author: Armin Ronacher
<armin.ronacher@active-4.com>, Alyssa Coghlan <ncoghlan@gmail.com>
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
15-Feb-2012 Python-Version: 3.3 Post-History: 28-Feb-2012, 04-... | python-peps | 2024-10-18T13:23:33.764149 | 2012-02-15T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0414/",
"authors": [
"Armin Ronacher"
],
"pep_number": "0414",
"pandoc_version": "3.5"
} |
3152 | PEP: 3152 Title: Cofunctions Version: $Revision$ Last-Modified: $Date$
Author: Gregory Ewing <greg.ewing@canterbury.ac.nz> Status: Rejected
Type: Standards Track Content-Type: text/x-rst Created: 13-Feb-2009
Python-Version: 3.3 Post-History:
Abstract
A syntax is proposed for defining and calling a special type of
gen... | python-peps | 2024-10-18T13:23:33.775058 | 2009-02-13T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3152/",
"authors": [
"Gregory Ewing"
],
"pep_number": "3152",
"pandoc_version": "3.5"
} |
0364 | PEP: 364 Title: Transitioning to the Py3K Standard Library Version:
$Revision$ Last-Modified: $Date$ Author: Barry Warsaw <barry@python.org>
Status: Withdrawn Type: Standards Track Content-Type: text/x-rst
Created: 01-Mar-2007 Python-Version: 2.6 Post-History:
Abstract
PEP 3108 describes the reorganization of the Pyt... | python-peps | 2024-10-18T13:23:33.787942 | 2007-03-01T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0364/",
"authors": [
"Barry Warsaw"
],
"pep_number": "0364",
"pandoc_version": "3.5"
} |
0318 | PEP: 318 Title: Decorators for Functions and Methods Version: $Revision$
Last-Modified: $Date$ Author: Kevin D. Smith
<Kevin.Smith@theMorgue.org>, Jim J. Jewett, Skip Montanaro, Anthony
Baxter Status: Final Type: Standards Track Content-Type: text/x-rst
Created: 05-Jun-2003 Python-Version: 2.4 Post-History: 09-Jun-2003... | python-peps | 2024-10-18T13:23:33.822822 | 2003-06-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0318/",
"authors": [
"Anthony Baxter",
"Jim J. Jewett",
"Kevin D. Smith",
"Skip Montanaro"
],
"pep_number": "0318",
"pandoc_version": "3.5"
} |
0730 | PEP: 730 Title: Adding iOS as a supported platform Author: Russell
Keith-Magee <russell@keith-magee.com> Sponsor: Ned Deily
<nad@python.org> Discussions-To:
https://discuss.python.org/t/pep730-adding-ios-as-a-supported-platform/35854
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
09-Oct-2023 Pyth... | python-peps | 2024-10-18T13:23:33.855438 | 2023-10-09T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0730/",
"authors": [
"Russell Keith-Magee"
],
"pep_number": "0730",
"pandoc_version": "3.5"
} |
0469 | PEP: 469 Title: Migration of dict iteration code to Python 3 Version:
$Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan
<ncoghlan@gmail.com> Status: Withdrawn Type: Standards Track
Content-Type: text/x-rst Created: 18-Apr-2014 Python-Version: 3.5
Post-History: 18-Apr-2014, 21-Apr-2014
Abstract
For Python 3, PEP... | python-peps | 2024-10-18T13:23:33.879655 | 2014-04-18T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0469/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0469",
"pandoc_version": "3.5"
} |
0249 | PEP: 249 Title: Python Database API Specification v2.0 Author:
Marc-André Lemburg <mal@lemburg.com> Discussions-To: db-sig@python.org
Status: Final Type: Informational Content-Type: text/x-rst Created:
12-Apr-1999 Post-History: Replaces: 248
Introduction
This API has been defined to encourage similarity between the P... | python-peps | 2024-10-18T13:23:33.982604 | 1999-04-12T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0249/",
"authors": [
"Marc-André Lemburg"
],
"pep_number": "0249",
"pandoc_version": "3.5"
} |
0628 | PEP: 628 Title: Add math.tau Version: $Revision$ Last-Modified: $Date$
Author: Alyssa Coghlan <ncoghlan@gmail.com> Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 28-Jun-2011
Python-Version: 3.6 Post-History: 28-Jun-2011
Abstract
In honour of Tau Day 2011, this PEP proposes the addition of the c... | python-peps | 2024-10-18T13:23:33.993605 | 2011-06-28T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0628/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0628",
"pandoc_version": "3.5"
} |
0660 | PEP: 660 Title: Editable installs for pyproject.toml based builds (wheel
based) Author: Daniel Holth <dholth@gmail.com>, Stéphane Bidoul
<stephane.bidoul@gmail.com> Sponsor: Paul Moore <p.f.moore@gmail.com>
Discussions-To:
https://discuss.python.org/t/draft-pep-editable-installs-for-pep-517-style-build-backends/8510
St... | python-peps | 2024-10-18T13:23:34.009983 | 2021-03-30T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0660/",
"authors": [
"Daniel Holth",
"Stéphane Bidoul"
],
"pep_number": "0660",
"pandoc_version": "3.5"
} |
3113 | PEP: 3113 Title: Removal of Tuple Parameter Unpacking Version:
$Revision$ Last-Modified: $Date$ Author: Brett Cannon <brett@python.org>
Status: Final Type: Standards Track Content-Type: text/x-rst Created:
02-Mar-2007 Python-Version: 3.0 Post-History:
Abstract
Tuple parameter unpacking is the use of a tuple as a para... | python-peps | 2024-10-18T13:23:34.021760 | 2007-03-02T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-3113/",
"authors": [
"Brett Cannon"
],
"pep_number": "3113",
"pandoc_version": "3.5"
} |
0332 | PEP: 332 Title: Byte vectors and String/Unicode Unification Version:
$Revision$ Last-Modified: $Date$ Author: Skip Montanaro <skip@pobox.com>
Status: Rejected Type: Standards Track Content-Type: text/x-rst Created:
11-Aug-2004 Python-Version: 2.5 Post-History:
Abstract
This PEP outlines the introduction of a raw byte... | python-peps | 2024-10-18T13:23:34.028984 | 2004-08-11T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0332/",
"authors": [
"Skip Montanaro"
],
"pep_number": "0332",
"pandoc_version": "3.5"
} |
0500 | PEP: 500 Title: A protocol for delegating datetime methods to their
tzinfo implementations 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:
Rejected Type: Standards Track Content-Typ... | python-peps | 2024-10-18T13:23:34.038003 | 2015-08-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0500/",
"authors": [
"Alexander Belopolsky",
"Tim Peters"
],
"pep_number": "0500",
"pandoc_version": "3.5"
} |
0449 | PEP: 449 Title: Removal of the PyPI Mirror Auto Discovery and Naming
Scheme 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 ... | python-peps | 2024-10-18T13:23:34.046910 | 2013-08-04T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0449/",
"authors": [
"Donald Stufft"
],
"pep_number": "0449",
"pandoc_version": "3.5"
} |
0597 | PEP: 597 Title: Add optional EncodingWarning Last-Modified: 07-Aug-2021
Author: Inada Naoki <songofacandy@gmail.com> Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 05-Jun-2019
Python-Version: 3.10
Abstract
Add a new warning category EncodingWarning. It is emitted when the
encoding argument to o... | python-peps | 2024-10-18T13:23:34.066600 | 2019-06-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0597/",
"authors": [
"Inada Naoki"
],
"pep_number": "0597",
"pandoc_version": "3.5"
} |
0548 | PEP: 548 Title: More Flexible Loop Control Version: $Revision$
Last-Modified: $Date$ Author: R David Murray Status: Rejected Type:
Standards Track Content-Type: text/x-rst Created: 05-Sep-2017
Python-Version: 3.7 Post-History: 05-Aug-2017
Rejection Note
Rejection by Guido:
https://mail.python.org/pipermail/python-dev... | python-peps | 2024-10-18T13:23:34.074898 | 2017-09-05T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0548/",
"authors": [
"R David Murray"
],
"pep_number": "0548",
"pandoc_version": "3.5"
} |
0455 | PEP: 455 Title: Adding a key-transforming dictionary to collections
Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou
<solipsis@pitrou.net> BDFL-Delegate: Raymond Hettinger Status: Rejected
Type: Standards Track Content-Type: text/x-rst Created: 13-Sep-2013
Python-Version: 3.5 Post-History:
Abstract
Th... | python-peps | 2024-10-18T13:23:34.087549 | 2013-09-13T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0455/",
"authors": [
"Antoine Pitrou"
],
"pep_number": "0455",
"pandoc_version": "3.5"
} |
0377 | PEP: 377 Title: Allow __enter__() methods to skip the statement body
Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan
<ncoghlan@gmail.com> Status: Rejected Type: Standards Track
Content-Type: text/x-rst Created: 08-Mar-2009 Python-Version: 2.7, 3.1
Post-History: 08-Mar-2009
Abstract
This PEP proposes ... | python-peps | 2024-10-18T13:23:34.097952 | 2009-03-08T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0377/",
"authors": [
"Alyssa Coghlan"
],
"pep_number": "0377",
"pandoc_version": "3.5"
} |
0349 | PEP: 349 Title: Allow str() to return unicode strings Version:
$Revision$ Last-Modified: $Date$ Author: Neil Schemenauer
<nas@arctrix.com> Status: Rejected Type: Standards Track Content-Type:
text/x-rst Created: 02-Aug-2005 Python-Version: 2.5 Post-History:
06-Aug-2005 Resolution:
https://mail.python.org/archives/list/... | python-peps | 2024-10-18T13:23:34.105181 | 2005-08-02T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0349/",
"authors": [
"Neil Schemenauer"
],
"pep_number": "0349",
"pandoc_version": "3.5"
} |
0589 | PEP: 589 Title: TypedDict: Type Hints for Dictionaries with a Fixed Set
of Keys Author: Jukka Lehtosalo <jukka.lehtosalo@iki.fi> Sponsor: Guido
van Rossum <guido@python.org> BDFL-Delegate: Guido van Rossum
<guido@python.org> Discussions-To: typing-sig@python.org Status: Final
Type: Standards Track Topic: Typing Created... | python-peps | 2024-10-18T13:23:34.223993 | 2019-03-20T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0589/",
"authors": [
"Jukka Lehtosalo"
],
"pep_number": "0589",
"pandoc_version": "3.5"
} |
0431 | PEP: 431 Title: Time zone support improvements Version: $Revision$
Last-Modified: $Date$ Author: Lennart Regebro <regebro@gmail.com>
BDFL-Delegate: Barry Warsaw <barry@python.org> Status: Superseded Type:
Standards Track Content-Type: text/x-rst Created: 11-Dec-2012
Post-History: 11-Dec-2012, 28-Dec-2012, 28-Jan-2013 S... | python-peps | 2024-10-18T13:23:34.242973 | 2012-12-11T00:00:00 | {
"license": "Public Domain",
"url": "https://peps.python.org/pep-0431/",
"authors": [
"Lennart Regebro"
],
"pep_number": "0431",
"pandoc_version": "3.5"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.