id int64 0 654 | text stringlengths 576 61.3k | title stringlengths 9 56 |
|---|---|---|
622 | # Executing modules as scripts Version: $Revision$
PEP: 338 Title: Executing modules as scripts Version: $Revision$
Last-Modified: $Date$ Author: Alyssa Coghlan<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created:
16-Oct-2004 Python-Version: 2.5 Post-History: 08-Nov-2004, 11-Feb-2006,
12... | Executing modules as scripts Version: $Revision$ |
623 | # Chain exceptions at C level Version: $Revision$
PEP: 490 Title: Chain exceptions at C level Version: $Revision$
Last-Modified: $Date$ Author: Victor Stinner<EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Created:
25-Mar-2015 Python-Version: 3.6
Abstract
Chain exceptions at C level, a... | Chain exceptions at C level Version: $Revision$ |
624 | # Future statements in simulated shells Version:
PEP: 264 Title: Future statements in simulated shells Version:
$Revision$ Last-Modified: $Date$ Author: Michael Hudson<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Requires:
236 Created: 30-Jul-2001 Python-Version: 2.2 Post-History: 30-Jul-... | Future statements in simulated shells Version: |
625 | # Recording installed projects
PEP: 627 Title: Recording installed projects Author: Petr Viktorin
<EMAIL_ADDRESS>BDFL-Delegate: Paul Moore<EMAIL_ADDRESS>Discussions-To: https://discuss.python.org/t/pep-627/4126 Status: Final
Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created:
15-Jul-2020 Resolutio... | Recording installed projects |
626 | # Data Class Transforms
PEP: 681 Title: Data Class Transforms Author: Erik De Bonte <erikd at
microsoft.com>, Eric Traut <erictr at microsoft.com> Sponsor: Jelle
Zijlstra <jelle.zijlstra at gmail.com> Discussions-To:
<EMAIL_ADDRESS>Status: Final Type: Standards Track Topic: Typing Created: 02-Dec-2021
Python-Version: ... | Data Class Transforms |
627 | # A method for exposing a length hint Version: $Revision$
PEP: 424 Title: A method for exposing a length hint Version: $Revision$
Last-Modified: $Date$ Author: Alex Gaynor<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type: text/x-rst Created:
14-Jul-2012 Python-Version: 3.4 Post-History: 15-Jul-2012
Abst... | A method for exposing a length hint Version: $Revision$ |
628 | # Unicode-related Security Considerations for Python
PEP: 672 Title: Unicode-related Security Considerations for Python
Author: Petr Viktorin<EMAIL_ADDRESS>Status: Active Type:
Informational Content-Type: text/x-rst Created: 01-Nov-2021
Post-History: 01-Nov-2021
Abstract
This document explains possible ways to misus... | Unicode-related Security Considerations for Python |
629 | # Add new time functions with nanosecond resolution
PEP: 564 Title: Add new time functions with nanosecond resolution
Version: $Revision$ Last-Modified: $Date$ Author: Victor Stinner
<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 16-Oct-2017 Python-Version: 3.7 Resolution:
https:/... | Add new time functions with nanosecond resolution |
630 | # Narrowing types with TypeIs
PEP: 742 Title: Narrowing types with TypeIs Author: Jelle Zijlstra
<EMAIL_ADDRESS>Discussions-To:
https://discuss.python.org/t/pep-742-narrowing-types-with-typenarrower/45613
Status: Final Type: Standards Track Topic: Typing Created: 07-Feb-2024
Python-Version: 3.13 Post-History: 11-Feb-2... | Narrowing types with TypeIs |
631 | # Improved Errors for Missing Standard Library Modules
PEP: 534 Title: Improved Errors for Missing Standard Library Modules
Author: Tomáš Orsava<EMAIL_ADDRESS>Petr Viktorin
<EMAIL_ADDRESS>Alyssa Coghlan<EMAIL_ADDRESS>Status:
Deferred Type: Standards Track Content-Type: text/x-rst Created:
05-Sep-2016 Post-History:
Ab... | Improved Errors for Missing Standard Library Modules |
632 | # Inlined comprehensions
PEP: 709 Title: Inlined comprehensions Author: Carl Meyer
<EMAIL_ADDRESS>Sponsor: Guido van Rossum<EMAIL_ADDRESS>Discussions-To:
https://discuss.python.org/t/pep-709-inlined-comprehensions/24240
Status: Final Type: Standards Track Created: 24-Feb-2023 Python-Version:
3.12 Post-History: 25-Feb-... | Inlined comprehensions |
633 | # Allow parentheses in assert statements
PEP: 679 Title: Allow parentheses in assert statements Author: Pablo
Galindo Salgado<EMAIL_ADDRESS>Discussions-To:
https://discuss.python.org/t/pep-679-allow-parentheses-in-assert-statements/13003
Status: Draft Type: Standards Track Content-Type: text/x-rst Created:
07-Jan-2022... | Allow parentheses in assert statements |
634 | # Universal Newline Support
PEP: 278 Title: Universal Newline Support Author: Jack Jansen
<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 14-Jan-2002 Python-Version: 2.3 Post-History:
Abstract
This PEP discusses a way in which Python can support I/O on files which
have a newline ... | Universal Newline Support |
635 | # Suppressing exception context Version: $Revision$
PEP: 409 Title: Suppressing exception context Version: $Revision$
Last-Modified: $Date$ Author: Ethan Furman<EMAIL_ADDRESS>Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
26-Jan-2012 Python-Version: 3.3 Post-History: 30-Aug-2002, 01-Feb-2012,
03... | Suppressing exception context Version: $Revision$ |
636 | # Unifying Long Integers and Integers Version: $Revision$
PEP: 237 Title: Unifying Long Integers and Integers Version: $Revision$
Last-Modified: $Date$ Author: Moshe Zadka, Guido van Rossum Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
11-Mar-2001 Python-Version: 2.2 Post-History: 16-Mar-2001, ... | Unifying Long Integers and Integers Version: $Revision$ |
637 | # Procedure for reviewing and improving standard library
PEP: 3001 Title: Procedure for reviewing and improving standard library
modules Version: $Revision$ Last-Modified: $Date$ Author: Georg Brandl
<EMAIL_ADDRESS>Status: Withdrawn Type: Process Content-Type:
text/x-rst Created: 05-Apr-2006 Post-History:
Abstract
T... | Procedure for reviewing and improving standard library |
638 | # tomllib: Support for Parsing TOML in the Standard
PEP: 680 Title: tomllib: Support for Parsing TOML in the Standard
Library Author: Taneli Hukkinen, Shantanu Jain <hauntsaninja at
gmail.com> Sponsor: Petr Viktorin<EMAIL_ADDRESS>Discussions-To:
https://discuss.python.org/t/13040 Status: Final Type: Standards Track
Co... | tomllib: Support for Parsing TOML in the Standard |
639 | # Python Language Governance
PEP: 13 Title: Python Language Governance Author: The Python core team
and community Status: Active Type: Process Topic: Governance
Content-Type: text/x-rst Created: 16-Dec-2018
Abstract
This PEP defines the formal governance process for Python, and records
how this has changed over time... | Python Language Governance |
640 | # Environment Markers Version: $Revision$ Last-Modified:
PEP: 496 Title: Environment Markers Version: $Revision$ Last-Modified:
$Date$ Author: James Polley<EMAIL_ADDRESS>BDFL-Delegate: Alyssa
Coghlan<EMAIL_ADDRESS>Status: Rejected Type: Informational Topic:
Packaging Content-Type: text/x-rst Created: 03-Jul-2015
PEP ... | Environment Markers Version: $Revision$ Last-Modified: |
641 | # Python 3.9 Release Schedule
PEP: 596 Title: Python 3.9 Release Schedule Author: Łukasz Langa
<EMAIL_ADDRESS>Discussions-To:
https://discuss.python.org/t/pep-596-python-3-9-release-schedule-doubling-the-release-cadence/1828
Status: Active Type: Informational Topic: Release Created: 04-Jun-2019
Python-Version: 3.9
Ab... | Python 3.9 Release Schedule |
642 | # Optimizing access to globals
PEP: 280 Title: Optimizing access to globals Author: Guido van Rossum
<EMAIL_ADDRESS>Status: Deferred Type: Standards Track Content-Type:
text/x-rst Created: 10-Feb-2002 Python-Version: 2.3 Post-History:
Deferral
While this PEP is a nice idea, no-one has yet emerged to do the work of
h... | Optimizing access to globals |
643 | # Standardizing Enum str(), repr(), and format() behaviors
PEP: 663 Title: Standardizing Enum str(), repr(), and format() behaviors
Version: $Revision$ Last-Modified: $Date$ Author: Ethan Furman
<EMAIL_ADDRESS>Discussions-To<EMAIL_ADDRESS>Status:
Rejected Type: Informational Content-Type: text/x-rst Created:
30-Jun-20... | Standardizing Enum str(), repr(), and format() behaviors |
644 | # Relaxing Grammar Restrictions On Decorators Version:
PEP: 614 Title: Relaxing Grammar Restrictions On Decorators Version:
$Revision$ Last-Modified: $Date$ Author: Brandt Bucher
<EMAIL_ADDRESS>Sponsor: Guido van Rossum<EMAIL_ADDRESS>Status:
Final Type: Standards Track Content-Type: text/x-rst Created:
10-Feb-2020 Pyt... | Relaxing Grammar Restrictions On Decorators Version: |
645 | # Introducing Abstract Base Classes
PEP: 3119 Title: Introducing Abstract Base Classes Author: Guido van
Rossum<EMAIL_ADDRESS>Talin<EMAIL_ADDRESS>Status: Final Type:
Standards Track Content-Type: text/x-rst Created: 18-Apr-2007
Python-Version: 3.0 Post-History: 26-Apr-2007, 11-May-2007
Abstract
This is a proposal to... | Introducing Abstract Base Classes |
646 | # A Per-Interpreter GIL
PEP: 684 Title: A Per-Interpreter GIL Author: Eric Snow
<EMAIL_ADDRESS>Discussions-To:
https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583 Status:
Final Type: Standards Track Requires: 683 Created: 08-Mar-2022
Python-Version: 3.12 Post-History: 08-Mar-2022, 29-Sep-2022,
28-Oct-2022... | A Per-Interpreter GIL |
647 | # Built-in noop()
PEP: 559 Title: Built-in noop() Author: Barry Warsaw<EMAIL_ADDRESS>Status: Rejected Type: Standards Track Content-Type: text/x-rst Created:
08-Sep-2017 Python-Version: 3.7 Post-History: 09-Sep-2017 Resolution:
https://mail.python.org/pipermail/python-dev/2017-September/149438.html
Abstract
This PEP... | Built-in noop() |
648 | # Stackless Python
PEP: 219 Title: Stackless Python Author: Gordon McMillan
<EMAIL_ADDRESS>Status: Deferred Type: Standards Track Content-Type:
text/x-rst Created: 14-Aug-2000 Python-Version: 2.1 Post-History:
Introduction
This PEP discusses changes required to core Python in order to
efficiently support generators,... | Stackless Python |
649 | # Type Parameter Syntax
PEP: 695 Title: Type Parameter Syntax Author: Eric Traut <erictr at
microsoft.com> Sponsor: Guido van Rossum<EMAIL_ADDRESS>Discussions-To:
<EMAIL_ADDRESS>Status: Final Type: Standards Track Topic: Typing Created: 15-Jun-2022
Python-Version: 3.12 Post-History: 20-Jun-2022, 04-Dec-2022 Resolution... | Type Parameter Syntax |
651 | # Subtyping Built-in Types
PEP: 253 Title: Subtyping Built-in Types Author: Guido van Rossum
<EMAIL_ADDRESS>Status: Final Type: Standards Track Content-Type:
text/x-rst Created: 14-May-2001 Python-Version: 2.2 Post-History:
Abstract
This PEP proposes additions to the type object API that will allow the
creation of s... | Subtyping Built-in Types |
653 | # The Locked Buffer Interface Version: $Revision$
PEP: 298 Title: The Locked Buffer Interface Version: $Revision$
Last-Modified: $Date$ Author: Thomas Heller<EMAIL_ADDRESS>Status:
Withdrawn Type: Standards Track Content-Type: text/x-rst Created:
26-Jul-2002 Python-Version: 2.3 Post-History: 30-Jul-2002, 01-Aug-2002
A... | The Locked Buffer Interface Version: $Revision$ |
654 | # Python Online Help
PEP: 233 Title: Python Online Help Author: Paul Prescod
<EMAIL_ADDRESS>Status: Deferred Type: Standards Track Content-Type:
text/x-rst Created: 11-Dec-2000 Python-Version: 2.1 Post-History:
Abstract
This PEP describes a command-line driven online help facility for
Python. The facility should be ... | Python Online Help |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.