id
int64
0
654
text
stringlengths
576
61.3k
title
stringlengths
9
56
0
# The Python Documentation Editorial Board 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 P...
The Python Documentation Editorial Board
1
# Making PyObject_HEAD conform to standard C Version: PEP: 3123 Title: Making PyObject_HEAD conform to standard C Version: $Revision$ Last-Modified: $Date$ Author: Martin von Löwis <EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Apr-2007 Python-Version: 3.0 Post-History: Abstra...
Making PyObject_HEAD conform to standard C Version:
2
# New Import Hooks Version: $Revision$ Last-Modified: PEP: 302 Title: New Import Hooks Version: $Revision$ Last-Modified: $Date$ Author: Just van Rossum<EMAIL_ADDRESS>Paul Moore <EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 19-Dec-2002 Python-Version: 2.3 Post-History: 19-Dec-200...
New Import Hooks Version: $Revision$ Last-Modified:
3
# IP Address Manipulation Library for the Python Standard PEP: 3144 Title: IP Address Manipulation Library for the Python Standard Library Version: $Revision$ Last-Modified: $Date$ Author: Peter Moody <EMAIL_ADDRESS>BDFL-Delegate: Alyssa Coghlan Discussions-To: <EMAIL_ADDRESS>Status: Final Type: Standards Track Conten...
IP Address Manipulation Library for the Python Standard
4
# Support for indexing with keyword arguments Version: PEP: 472 Title: Support for indexing with keyword arguments Version: $Revision$ Last-Modified: $Date$ Author: Stefano Borini, Joseph Martinot-Lagarde Discussions-To<EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 24-Jun-2014 ...
Support for indexing with keyword arguments Version:
5
# Optimizing Global Variable/Attribute Access PEP: 266 Title: Optimizing Global Variable/Attribute Access Author: Skip Montanaro<EMAIL_ADDRESS>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 at...
Optimizing Global Variable/Attribute Access
6
# Instance Descriptors Version: $Revision$ Last-Modified: PEP: 549 Title: Instance Descriptors Version: $Revision$ Last-Modified: $Date$ Author: Larry Hastings<EMAIL_ADDRESS>Discussions-To: <EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 04-Sep-2017 Python-Version: 3.7 Post-Hist...
Instance Descriptors Version: $Revision$ Last-Modified:
7
# Docutils Design Specification Version: $Revision$ PEP: 258 Title: Docutils Design Specification Version: $Revision$ Last-Modified: $Date$ Author: David Goodger<EMAIL_ADDRESS>Discussions-To<EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Requires: 256, 257 Created: 31-May-2001 Post-Histo...
Docutils Design Specification Version: $Revision$
8
# Procedure for Adding New Modules Version: $Revision$ PEP: 2 Title: Procedure for Adding New Modules Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon<EMAIL_ADDRESS>Martijn Faassen<EMAIL_ADDRESS>Status: Active Type: Process Content-Type: text/x-rst Created: 07-Jul-2001 Post-History: 07-Jul-2001, 09-Mar-2...
Procedure for Adding New Modules Version: $Revision$
9
# Web Library Enhancements Version: $Revision$ PEP: 222 Title: Web Library Enhancements Version: $Revision$ Last-Modified: $Date$ Author: A.M. Kuchling<EMAIL_ADDRESS>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 pr...
Web Library Enhancements Version: $Revision$
10
# String Interpolation - Extended Discussion 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 ...
String Interpolation - Extended Discussion
11
# Reworking the Coercion Model PEP: 208 Title: Reworking the Coercion Model Author: Neil Schemenauer <EMAIL_ADDRESS>Marc-André Lemburg<EMAIL_ADDRESS>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 operati...
Reworking the Coercion Model
13
# A New C-API for Thread-Local Storage in CPython Version: 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 Py...
A New C-API for Thread-Local Storage in CPython Version:
14
# Sorting Dictionaries by Value PEP: 265 Title: Sorting Dictionaries by Value Author: Grant Griffin <EMAIL_ADDRESS>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 primar...
Sorting Dictionaries by Value
15
# Type checking Annotated metadata PEP: 746 Title: Type checking Annotated metadata Author: Adrian Garcia Badaracco<EMAIL_ADDRESS>Sponsor: Jelle Zijlstra <EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/pep-746-typedmetadata-for-type-checking-of-pep-593-annotated/53834 Status: Draft Type: Standards Track To...
Type checking Annotated metadata
16
# Documentation in Annotated Metadata PEP: 727 Title: Documentation in Annotated Metadata Author: Sebastián Ramírez<EMAIL_ADDRESS>Sponsor: Jelle Zijlstra <EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/32566 Status: Draft Type: Standards Track Topic: Typing Content-Type: text/x-rst Created: 28-Aug-2023 Pyt...
Documentation in Annotated Metadata
17
# Adding a Built-In Set Object Type PEP: 218 Title: Adding a Built-In Set Object Type Author: Greg Wilson <EMAIL_ADDRESS>Raymond Hettinger<EMAIL_ADDRESS>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 modu...
Adding a Built-In Set Object Type
18
# ABI version tagged .so files Version: $Revision$ PEP: 3149 Title: ABI version tagged .so files Version: $Revision$ Last-Modified: $Date$ Author: Barry Warsaw<EMAIL_ADDRESS>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 Reso...
ABI version tagged .so files Version: $Revision$
19
# The Technical Leader Governance Model PEP: 8010 Title: The Technical Leader Governance Model Author: Barry Warsaw<EMAIL_ADDRESS>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 mod...
The Technical Leader Governance Model
20
# CPython platform support PEP: 11 Title: CPython platform support Author: Martin von Löwis <EMAIL_ADDRESS>Brett Cannon<EMAIL_ADDRESS>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 operati...
CPython platform support
21
# Generator Expressions PEP: 289 Title: Generator Expressions Author: Raymond Hettinger <EMAIL_ADDRESS>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 effic...
Generator Expressions
22
# Using the System RNG by default Version: $Revision$ PEP: 504 Title: Using the System RNG by default Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan<EMAIL_ADDRESS>Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 15-Sep-2015 Python-Version: 3.6 Post-History: 15-Sep-2015 Abstr...
Using the System RNG by default Version: $Revision$
23
# Removing Un(der)used file types/extensions on PyPI PEP: 527 Title: Removing Un(der)used file types/extensions on PyPI Version: $Revision$ Last-Modified: $Date$ Author: Donald Stufft <EMAIL_ADDRESS>BDFL-Delegate: Alyssa Coghlan<EMAIL_ADDRESS>Discussions-To<EMAIL_ADDRESS>Status: Final Type: Standards Track Topic: Pack...
Removing Un(der)used file types/extensions on PyPI
24
# Resource-Release Support for Generators Version: PEP: 325 Title: Resource-Release Support for Generators Version: $Revision$ Last-Modified: $Date$ Author: Samuele Pedroni <EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 25-Aug-2003 Python-Version: 2.4 Post-History: Abstract G...
Resource-Release Support for Generators Version:
25
# Externally Maintained Packages Version: $Revision$ PEP: 360 Title: Externally Maintained Packages Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon<EMAIL_ADDRESS>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. ...
Externally Maintained Packages Version: $Revision$
26
# A ModuleSpec Type for the Import System Version: PEP: 451 Title: A ModuleSpec Type for the Import System Version: $Revision$ Last-Modified: $Date$ Author: Eric Snow <EMAIL_ADDRESS>BDFL-Delegate: Brett Cannon <EMAIL_ADDRESS>Alyssa Coghlan<EMAIL_ADDRESS>Discussions-To: <EMAIL_ADDRESS>Status: Final Type: Standards Trac...
A ModuleSpec Type for the Import System Version:
27
# A Logging System PEP: 282 Title: A Logging System Author: Vinay Sajip <vinay_sajip at red-dove.com>, Trent Mick<EMAIL_ADDRESS>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 stand...
A Logging System
28
# Python Compatibility Version PEP: 606 Title: Python Compatibility Version Author: Victor Stinner <EMAIL_ADDRESS>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 Compatibility Version
29
# Range Literals PEP: 204 Title: Range Literals Author: Thomas Wouters <EMAIL_ADDRESS>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 betwe...
Range Literals
30
# An Evaluation of Python's Public C API PEP: 733 Title: An Evaluation of Python's Public C API Author: Erlend Egeberg Aasland<EMAIL_ADDRESS>Domenico Andreoli <EMAIL_ADDRESS>Stefan Behnel<EMAIL_ADDRESS>Carl Friedrich Bolz-Tereick<EMAIL_ADDRESS>Simon Cross <EMAIL_ADDRESS>Steve Dower<EMAIL_ADDRESS>Tim Felgentreff<EMAIL_...
An Evaluation of Python's Public C API
31
# Specifying external dependencies in pyproject.toml PEP: 725 Title: Specifying external dependencies in pyproject.toml Author: Pradyun Gedam<EMAIL_ADDRESS>Ralf Gommers <EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/31888 Status: Draft Type: Standards Track Topic: Packaging Content-Type: text/x-rst Create...
Specifying external dependencies in pyproject.toml
32
# Class Decorators Version: $Revision$ Last-Modified: PEP: 3129 Title: Class Decorators Version: $Revision$ Last-Modified: $Date$ Author: Collin Winter<EMAIL_ADDRESS>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 propo...
Class Decorators Version: $Revision$ Last-Modified:
33
# Module __getattr__ and __dir__ PEP: 562 Title: Module __getattr__ and __dir__ Author: Ivan Levkivskyi <EMAIL_ADDRESS>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/1...
Module __getattr__ and __dir__
34
# A simplified signature for __exit__ and __aexit__ PEP: 707 Title: A simplified signature for __exit__ and __aexit__ Author: Irit Katriel<EMAIL_ADDRESS>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-Hist...
A simplified signature for __exit__ and __aexit__
35
# Cross-compiling Python packages PEP: 720 Title: Cross-compiling Python packages Author: Filipe Laíns <EMAIL_ADDRESS>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...
Cross-compiling Python packages
36
# IEEE 754 Floating Point Special Values Version: PEP: 754 Title: IEEE 754 Floating Point Special Values Version: $Revision$ Last-Modified: $Date$ Author: Gregory R. Warnes <EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 28-Mar-2003 Python-Version: 2.3 Post-History: Rejection N...
IEEE 754 Floating Point Special Values Version:
37
# Python 3.1 Release Schedule Version: $Revision$ PEP: 375 Title: Python 3.1 Release Schedule Version: $Revision$ Last-Modified: $Date$ Author: Benjamin Peterson<EMAIL_ADDRESS>Status: Final Type: Informational Topic: Release Content-Type: text/x-rst Created: 08-Feb-2009 Python-Version: 3.1 Abstract This document des...
Python 3.1 Release Schedule Version: $Revision$
38
# Qualified Names for Modules Version: $Revision$ PEP: 395 Title: Qualified Names for Modules Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan<EMAIL_ADDRESS>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 ...
Qualified Names for Modules Version: $Revision$
39
# Python Packaging Authority (PyPA) Governance PEP: 609 Title: Python Packaging Authority (PyPA) Governance Author: Dustin Ingram<EMAIL_ADDRESS>Pradyun Gedam<EMAIL_ADDRESS>Sumana Harihareswara<EMAIL_ADDRESS>Sponsor: Paul Ganssle <EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/pep-609-pypa-governance/2619 S...
Python Packaging Authority (PyPA) Governance
40
# Require OpenSSL 1.1.1 or newer PEP: 644 Title: Require OpenSSL 1.1.1 or newer Author: Christian Heimes <EMAIL_ADDRESS>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-Hist...
Require OpenSSL 1.1.1 or newer
41
# Pickle protocol 5 with out-of-band data Version: PEP: 574 Title: Pickle protocol 5 with out-of-band data Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou <EMAIL_ADDRESS>BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track Content-Type: text/x-rst Created: 23-Mar-2018 Python-Version: 3.8 ...
Pickle protocol 5 with out-of-band data Version:
42
# Coercing the legacy C locale to a UTF-8 based locale PEP: 538 Title: Coercing the legacy C locale to a UTF-8 based locale Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan <EMAIL_ADDRESS>BDFL-Delegate: INADA Naoki Status: Final Type: Standards Track Content-Type: text/x-rst Created: 28-Dec-2016 Python...
Coercing the legacy C locale to a UTF-8 based locale
43
# A Platform Tag for Portable Linux Built Distributions PEP: 513 Title: A Platform Tag for Portable Linux Built Distributions Version: $Revision$ Last-Modified: $Date$ Author: Robert T. McGibbon <EMAIL_ADDRESS>Nathaniel J. Smith<EMAIL_ADDRESS>BDFL-Delegate: Alyssa Coghlan<EMAIL_ADDRESS>Discussions-To: <EMAIL_ADDRESS>S...
A Platform Tag for Portable Linux Built Distributions
44
# Filter for tarfile.extractall PEP: 706 Title: Filter for tarfile.extractall Author: Petr Viktorin <EMAIL_ADDRESS>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...
Filter for tarfile.extractall
45
# Dictionary-Based Configuration For Logging Version: 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-Hi...
Dictionary-Based Configuration For Logging Version:
46
# Extension Module Initialization and Finalization PEP: 3121 Title: Extension Module Initialization and Finalization Version: $Revision$ Last-Modified: $Date$ Author: Martin von Löwis <EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Apr-2007 Python-Version: 3.0 Post-History: PyI...
Extension Module Initialization and Finalization
47
# PEP Infrastructure Process PEP: 676 Title: PEP Infrastructure Process Author: Adam Turner <EMAIL_ADDRESS>Sponsor: Mariatta<EMAIL_ADDRESS>PEP-Delegate: Barry Warsaw<EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/10774 Status: Active Type: Process Content-Type: text/x-rst Created: 01-Nov-2021 Post-History:...
PEP Infrastructure Process
48
# Structural Pattern Matching: Specification PEP: 634 Title: Structural Pattern Matching: Specification Author: Brandt Bucher<EMAIL_ADDRESS>Guido van Rossum<EMAIL_ADDRESS>BDFL-Delegate: Discussions-To<EMAIL_ADDRESS>Status: Final Type: Standards Track Created: 12-Sep-2020 Python-Version: 3.10 Post-History: 22-Oct-2020,...
Structural Pattern Matching: Specification
49
# Rich comparison chaining Version: $Revision$ PEP: 535 Title: Rich comparison chaining Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan<EMAIL_ADDRESS>Status: Deferred Type: Standards Track Content-Type: text/x-rst Requires: 532 Created: 12-Nov-2016 Python-Version: 3.8 PEP Deferral Further considerat...
Rich comparison chaining Version: $Revision$
50
# Adding a bytes Object Type 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 Thi...
Adding a bytes Object Type
51
# New Super PEP: 3135 Title: New Super Author: Calvin Spealman <EMAIL_ADDRESS>Tim Delaney<EMAIL_ADDRESS>Lie Ryan<EMAIL_ADDRESS>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-Mar-2009 Numbering N...
New Super
52
# Retry system calls failing with EINTR Version: PEP: 475 Title: Retry system calls failing with EINTR Version: $Revision$ Last-Modified: $Date$ Author: Charles-François Natali <EMAIL_ADDRESS>Victor Stinner<EMAIL_ADDRESS>BDFL-Delegate: Antoine Pitrou<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text...
Retry system calls failing with EINTR Version:
53
# Multi-dimensional Arrays PEP: 209 Title: Multi-dimensional Arrays Author: Paul Barrett <EMAIL_ADDRESS>Travis Oliphant<EMAIL_ADDRESS>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 arr...
Multi-dimensional Arrays
54
# List Comprehensions PEP: 202 Title: List Comprehensions Author: Barry Warsaw <EMAIL_ADDRESS>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 Propo...
List Comprehensions
55
# Arbitrary Literal String Type PEP: 675 Title: Arbitrary Literal String Type Author: Pradeep Kumar Srinivasan<EMAIL_ADDRESS>Graham Bleaney<EMAIL_ADDRESS>Sponsor: Jelle Zijlstra<EMAIL_ADDRESS>Discussions-To: <EMAIL_ADDRESS>Status: Final Type: Standards Track Topic: Typing Created: 30-Nov-2021 Python-Version: 3.11 Post...
Arbitrary Literal String Type
56
# Data Classes PEP: 557 Title: Data Classes Author: Eric V. Smith<EMAIL_ADDRESS>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.o...
Data Classes
57
# Pgen Module for Python PEP: 269 Title: Pgen Module for Python Author: Jonathan Riehl <EMAIL_ADDRESS>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 parse...
Pgen Module for Python
58
# Prefixing sys.path by command line option PEP: 271 Title: Prefixing sys.path by command line option Author: Frédéric B. Giacometti<EMAIL_ADDRESS>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 environ...
Prefixing sys.path by command line option
59
# Format Specifier for Signed Zero PEP: 682 Title: Format Specifier for Signed Zero Author: John Belmonte <EMAIL_ADDRESS>Sponsor: Mark Dickinson<EMAIL_ADDRESS>PEP-Delegate: Mark Dickinson Discussions-To: https://discuss.python.org/t/pep-682-format-specifier-for-signed-zero/13596 Status: Final Type: Standards Track Con...
Format Specifier for Signed Zero
60
# Python 3.3 Release Schedule Version: $Revision$ PEP: 398 Title: Python 3.3 Release Schedule Version: $Revision$ Last-Modified: $Date$ Author: Georg Brandl<EMAIL_ADDRESS>Status: Final Type: Informational Topic: Release Content-Type: text/x-rst Created: 23-Mar-2011 Python-Version: 3.3 Abstract This document describe...
Python 3.3 Release Schedule Version: $Revision$
61
# Anonymous Block Statements Version: $Revision$ 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 state...
Anonymous Block Statements Version: $Revision$
62
# Extend divmod() for Multiple Divisors Version: PEP: 303 Title: Extend divmod() for Multiple Divisors Version: $Revision$ Last-Modified: $Date$ Author: Thomas Bellman <EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 31-Dec-2002 Python-Version: 2.3 Post-History: Abstract This P...
Extend divmod() for Multiple Divisors Version:
63
# Subscriptable functions PEP: 718 Title: Subscriptable functions Author: James Hilton-Balfe <EMAIL_ADDRESS>Sponsor: Guido van Rossum<EMAIL_ADDRESS>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 Po...
Subscriptable functions
64
# The manylinux2014 Platform Tag Version: $Revision$ PEP: 599 Title: The manylinux2014 Platform Tag Version: $Revision$ Last-Modified: $Date$ Author: Dustin Ingram<EMAIL_ADDRESS>Sponsor: Paul Moore<EMAIL_ADDRESS>BDFL-Delegate: Paul Moore <EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/the-next-manylinux-sp...
The manylinux2014 Platform Tag Version: $Revision$
65
# Disallow using macros as l-values PEP: 674 Title: Disallow using macros as l-values Author: Victor Stinner <EMAIL_ADDRESS>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 fa...
Disallow using macros as l-values
66
# Postponed Evaluation of Annotations Version: $Revision$ PEP: 563 Title: Postponed Evaluation of Annotations Version: $Revision$ Last-Modified: $Date$ Author: Łukasz Langa<EMAIL_ADDRESS>Discussions-To<EMAIL_ADDRESS>Status: Accepted Type: Standards Track Topic: Typing Content-Type: text/x-rst Created: 08-Sep-2017 Pyth...
Postponed Evaluation of Annotations Version: $Revision$
67
# The pathlib module -- object-oriented filesystem paths PEP: 428 Title: The pathlib module -- object-oriented filesystem paths Version: $Revision$ Last-Modified: $Date$ Author: Antoine Pitrou <EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 30-Jul-2012 Python-Version: 3.4 Post-Hist...
The pathlib module -- object-oriented filesystem paths
68
# Managing global context via 'with' blocks in generators PEP: 521 Title: Managing global context via 'with' blocks in generators and coroutines Version: $Revision$ Last-Modified: $Date$ Author: Nathaniel J. Smith<EMAIL_ADDRESS>Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 27-Apr-2015 Pytho...
Managing global context via 'with' blocks in generators
69
# Single-dispatch generic functions Version: $Revision$ PEP: 443 Title: Single-dispatch generic functions Version: $Revision$ Last-Modified: $Date$ Author: Łukasz Langa<EMAIL_ADDRESS>Discussions-To<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 22-May-2013 Python-Version: 3.4 Post-...
Single-dispatch generic functions Version: $Revision$
70
# Python 2.2 Release Schedule PEP: 251 Title: Python 2.2 Release Schedule Author: Barry Warsaw <EMAIL_ADDRESS>Guido van Rossum<EMAIL_ADDRESS>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 th...
Python 2.2 Release Schedule
71
# Function Annotations Version: $Revision$ Last-Modified: PEP: 3107 Title: Function Annotations Version: $Revision$ Last-Modified: $Date$ Author: Collin Winter<EMAIL_ADDRESS>Tony Lownds <EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 02-Dec-2006 Python-Version: 3.0 Post-History: A...
Function Annotations Version: $Revision$ Last-Modified:
72
# Python Initialization Configuration PEP: 587 Title: Python Initialization Configuration Author: Victor Stinner<EMAIL_ADDRESS>Alyssa Coghlan<EMAIL_ADDRESS>BDFL-Delegate: Thomas Wouters<EMAIL_ADDRESS>Discussions-To: <EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Mar-2019 Python...
Python Initialization Configuration
73
# Syntax for late-bound function argument defaults PEP: 671 Title: Syntax for late-bound function argument defaults Author: Chris Angelico<EMAIL_ADDRESS>Discussions-To: <EMAIL_ADDRESS>Status: Draft Type: Standards Track Content-Type: text/x-rst Created: 24-Oct-2021 Python-Version: 3.12 Post-History: 24-Oct-2021, 01-De...
Syntax for late-bound function argument defaults
74
# Bug Fix Releases PEP: 6 Title: Bug Fix Releases Author: Aahz<EMAIL_ADDRESS>Anthony Baxter<EMAIL_ADDRESS>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 devgu...
Bug Fix Releases
75
# Migrating the Python CVS to Subversion Version: PEP: 347 Title: Migrating the Python CVS to Subversion Version: $Revision$ Last-Modified: $Date$ Author: Martin von Löwis <EMAIL_ADDRESS>Discussions-To<EMAIL_ADDRESS>Status: Final Type: Process Content-Type: text/x-rst Created: 14-Jul-2004 Post-History: 14-Jul-2004 Ab...
Migrating the Python CVS to Subversion Version:
76
# os.scandir() function -- a better and faster directory PEP: 471 Title: os.scandir() function -- a better and faster directory iterator Version: $Revision$ Last-Modified: $Date$ Author: Ben Hoyt <EMAIL_ADDRESS>BDFL-Delegate: Victor Stinner<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Cre...
os.scandir() function -- a better and faster directory
77
# Renaming iterator.next() to iterator.__next__() PEP: 3114 Title: Renaming iterator.next() to iterator.__next__() Author: Ka-Ping Yee<EMAIL_ADDRESS>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 consist...
Renaming iterator.next() to iterator.__next__()
78
# Index support for digital attestations PEP: 740 Title: Index support for digital attestations Author: William Woodruff<EMAIL_ADDRESS>Facundo Tuesca <EMAIL_ADDRESS>Dustin Ingram<EMAIL_ADDRESS>Sponsor: Donald Stufft<EMAIL_ADDRESS>PEP-Delegate: Donald Stufft <EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/p...
Index support for digital attestations
79
# Changing the Division Operator PEP: 238 Title: Changing the Division Operator Author: Moshe Zadka <EMAIL_ADDRESS>Guido van Rossum<EMAIL_ADDRESS>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 curr...
Changing the Division Operator
80
# Iterators PEP: 234 Title: Iterators Author: Ka-Ping Yee<EMAIL_ADDRESS>Guido van Rossum<EMAIL_ADDRESS>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 con...
Iterators
81
# Implicit namespaces for package repositories PEP: 752 Title: Implicit namespaces for package repositories Author: Ofek Lev<EMAIL_ADDRESS>Sponsor: Barry Warsaw <EMAIL_ADDRESS>PEP-Delegate: Dustin Ingram<EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/63192 Status: Draft Type: Standards Track Topic: Packagi...
Implicit namespaces for package repositories
82
# Recording the Direct URL Origin of installed PEP: 610 Title: Recording the Direct URL Origin of installed distributions Author: Stéphane Bidoul<EMAIL_ADDRESS>Chris Jerdonek<EMAIL_ADDRESS>Sponsor: Alyssa Coghlan <EMAIL_ADDRESS>BDFL-Delegate: Pradyun Gedam<EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/rec...
Recording the Direct URL Origin of installed
83
# Dependency specification in pyproject.toml using an PEP: 633 Title: Dependency specification in pyproject.toml using an exploded TOML table Author: Laurie Opperman <EMAIL_ADDRESS>Arun Babu Neelicattu <EMAIL_ADDRESS>Sponsor: Brett Cannon<EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/dependency-specificat...
Dependency specification in pyproject.toml using an
84
# Removing dead batteries from the standard library PEP: 594 Title: Removing dead batteries from the standard library Author: Christian Heimes<EMAIL_ADDRESS>Brett Cannon <EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/13508 Status: Final Type: Standards Track Created: 20-May-2019 Python-Version: 3.11 Post-...
Removing dead batteries from the standard library
85
# Python Language Governance Proposal Overview PEP: 8000 Title: Python Language Governance Proposal Overview Author: Barry Warsaw<EMAIL_ADDRESS>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 m...
Python Language Governance Proposal Overview
86
# Adding "Yank" Support to the Simple API PEP: 592 Title: Adding "Yank" Support to the Simple API Author: Donald Stufft<EMAIL_ADDRESS>BDFL-Delegate: Paul Moore <EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/1629 Status: Final Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 07-May-...
Adding "Yank" Support to the Simple API
87
# User Defined ("with") Statements Version: $Revision$ PEP: 346 Title: User Defined ("with") Statements Version: $Revision$ Last-Modified: $Date$ Author: Alyssa Coghlan<EMAIL_ADDRESS>Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 06-May-2005 Python-Version: 2.5 Post-History: Abstract This ...
User Defined ("with") Statements Version: $Revision$
88
# Python 3.6 Release Schedule Version: $Revision$ PEP: 494 Title: Python 3.6 Release Schedule Version: $Revision$ Last-Modified: $Date$ Author: Ned Deily<EMAIL_ADDRESS>Status: Final Type: Informational Topic: Release Content-Type: text/x-rst Created: 30-May-2015 Python-Version: 3.6 Abstract This document describes t...
Python 3.6 Release Schedule Version: $Revision$
89
# CSV File API Version: $Revision$ Last-Modified: $Date$ PEP: 305 Title: CSV File API Version: $Revision$ Last-Modified: $Date$ Author: Kevin Altis<EMAIL_ADDRESS>Dave Cole <EMAIL_ADDRESS>Andrew McNamara <EMAIL_ADDRESS>Skip Montanaro<EMAIL_ADDRESS>Cliff Wells<EMAIL_ADDRESS>Discussions-To<EMAIL_ADDRESS>Status: Final Typ...
CSV File API Version: $Revision$ Last-Modified: $Date$
90
# Simpler customisation of class creation Version: PEP: 487 Title: Simpler customisation of class creation Version: $Revision$ Last-Modified: $Date$ Author: Martin Teichmann <EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Feb-2015 Python-Version: 3.6 Post-History: 27-Feb-2015, 0...
Simpler customisation of class creation Version:
91
# A Function for testing approximate equality Version: PEP: 485 Title: A Function for testing approximate equality Version: $Revision$ Last-Modified: $Date$ Author: Christopher Barker <EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created: 20-Jan-2015 Python-Version: 3.5 Post-History: Reso...
A Function for testing approximate equality Version:
92
# Extending the Repository API to Mitigate Dependency PEP: 708 Title: Extending the Repository API to Mitigate Dependency Confusion Attacks Author: Donald Stufft<EMAIL_ADDRESS>PEP-Delegate: Paul Moore<EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/24179 Status: Provisional Type: Standards Track Topic: Pack...
Extending the Repository API to Mitigate Dependency
93
# Sample Plaintext PEP Template PEP: 9 Title: Sample Plaintext PEP Template Author: Barry Warsaw <EMAIL_ADDRESS>Status: Withdrawn Type: Process Created: 14-Aug-2001 Post-History: Resolution: <EMAIL_ADDRESS> As of 05-Jan-2016, this PEP is officially deprecated and replaced by PEP 12. All PEPs should now use the reStruc...
Sample Plaintext PEP Template
94
# The freeze protocol Version: 2.5 Last-Modified: $Date$ PEP: 351 Title: The freeze protocol Version: 2.5 Last-Modified: $Date$ Author: Barry Warsaw<EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 14-Apr-2005 Post-History: Abstract This PEP describes a simple protocol for reque...
The freeze protocol Version: 2.5 Last-Modified: $Date$
95
# Python 3.10 Release Schedule PEP: 619 Title: Python 3.10 Release Schedule Author: Pablo Galindo Salgado<EMAIL_ADDRESS>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 prima...
Python 3.10 Release Schedule
96
# Defining a Stable ABI PEP: 384 Title: Defining a Stable ABI Author: Martin von Löwis <EMAIL_ADDRESS>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 r...
Defining a Stable ABI
97
# None-aware operators PEP: 505 Title: None-aware operators Author: Mark E. Haase <EMAIL_ADDRESS>Steve Dower<EMAIL_ADDRESS>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- ...
None-aware operators
98
# Function Attributes Version: $Revision$ Last-Modified: PEP: 232 Title: Function Attributes Version: $Revision$ Last-Modified: $Date$ Author: Barry Warsaw<EMAIL_ADDRESS>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 P...
Function Attributes Version: $Revision$ Last-Modified:
99
# Removing External Hosting Support on PyPI Version: PEP: 470 Title: Removing External Hosting Support on PyPI Version: $Revision$ Last-Modified: $Date$ Author: Donald Stufft <EMAIL_ADDRESS>BDFL-Delegate: Paul Moore<EMAIL_ADDRESS>Discussions-To<EMAIL_ADDRESS>Status: Final Type: Process Topic: Packaging Content-Type: t...
Removing External Hosting Support on PyPI Version:
100
# Callable Type Syntax PEP: 677 Title: Callable Type Syntax Author: Steven Troxler <EMAIL_ADDRESS>Pradeep Kumar Srinivasan <EMAIL_ADDRESS>Sponsor: Guido van Rossum <guido at python.org> Discussions-To<EMAIL_ADDRESS>Status: Rejected Type: Standards Track Topic: Typing Content-Type: text/x-rst Created: 13-Dec-2021 Pytho...
Callable Type Syntax