Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

python.org

Newest Python PEPs

Get the latest updates from Newest Python PEPs directly as they happen.

Follow now 136 followers

Latest posts

Last updated 7 days ago

PEP 799: A dedicated ``profilers`` package for organizing Python profiling tools

10 days ago

This PEP proposes the creation of a new standard library module named...

PEP 800: Solid bases in the type system

10 days ago

To analyze Python programs precisely, type checkers need to know when two...

PEP 798: Unpacking in Comprehensions

12 days ago

This PEP proposes extending list, set, and dictionary comprehensions, as well as...

PEP 794: Import Name Metadata

about 2 months ago

This PEP proposes extending the core metadata specification for Python packaging to...

PEP 793: PyModExport: A new entry point for C extension modules

2 months ago

In this PEP, we propose a new entry point for C extension...

PEP 792: Project status markers in the simple index

2 months ago

This PEP proposes a standardized set of index-supplied project status markers, as...

PEP 791: imath --- module for integer-specific mathematics functions

3 months ago

This PEP proposes a new module for number-theoretical, combinatorial and other functions...

PEP 790: Python 3.15 Release Schedule

3 months ago

This document describes the development and release schedule for Python 3.15.

PEP 788: Reimagining native threads

3 months ago

PyGILState_Ensure(), PyGILState_Release(), and other related functions in the PyGILState family are the...

PEP 787: Safer subprocess usage using t-strings

4 months ago

PEP 750 introduced template strings (t-strings) as a generalization of f-strings, providing...

PEP 785: New methods for easier handling of ``ExceptionGroup``\ s

4 months ago

As PEP 654 ExceptionGroup has come into widespread use across the Python...

PEP 784: Adding Zstandard to the standard library

4 months ago

Zstandard is a widely adopted, mature, and highly efficient compression standard. This...