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 21 days ago

PEP 794: Import Name Metadata

26 days ago

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

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

about 1 month ago

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

PEP 792: Project status markers in the simple index

about 1 month ago

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

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

about 2 months ago

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

PEP 790: Python 3.15 Release Schedule

2 months ago

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

PEP 788: Reimagining native threads

2 months ago

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

PEP 787: Safer subprocess usage using t-strings

3 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

3 months ago

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

PEP 784: Adding Zstandard to the standard library

3 months ago

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

PEP 783: Emscripten Packaging

3 months ago

This PEP proposes a new platform tag series pyodide for binary Python...

PEP 782: Add PyBytesWriter C API

3 months ago

Add a new PyBytesWriter C API to create bytes objects.

PEP 781: Make ``TYPE_CHECKING`` a built-in constant

3 months ago

This PEP proposes adding a new built-in variable, TYPE_CHECKING, to improve the...