peps icon indicating copy to clipboard operation
peps copied to clipboard

Python Enhancement Proposals

Results 120 peps issues
Sort by recently updated
recently updated
newest added

---- :books: Documentation preview :books:: https://pep-previews--3289.org.readthedocs.build/

DO-NOT-MERGE

See https://github.com/pypa/packaging/pull/705 * Change is either: * [ ] To a Draft PEP * [ ] To an Accepted or Final PEP, with Steering Council approval * [x] To fix...

fix mistakes in the parsley grammar * Change is either: * [ ] To a Draft PEP * [ ] To an Accepted or Final PEP, with Steering Council approval...

Fix bug in grammar where the 'not in' operator for 'marker_op' was not properly being parsed. Add test to confirm behavior.

Depends on #3431. Due to #3418, all dates in the footers of PEPs report that the PEP was last modified on 9 September 2023. Whilst this was expected, and is...

infra

This adds a ``.git-blame-ignore-revs`` file to ignore (almost) every 'administrative' change in the PEPs repo, leaving users of ``git blame`` seeing the main meat of the commit history. The types...

Hey, based on developer feedback I wanted to propose updates to PEP 692's specification. This is supposed to be discussed on discourse first, just wanted to create a PR so...

DO-NOT-MERGE

This is basically @CAM-Gerlach's suggestion for how to resolve #3065, in the initial PR that introduced that functionality (#2992). ---- :books: Documentation preview :books:: https://pep-previews--3066.org.readthedocs.build/

infra

This PR adds a pep2bib.py script, which generates a bibtex file for use in LaTeX. An example entry looks like this: ```bibtex @techreport{pep634, author = "Brandt Bucher and Guido van...

infra

This PEP introduces tag strings for custom, repeatable string processing. Tag strings are an extension to f-strings, with a custom function -- the "tag" -- in place of the `f`...