peps
peps copied to clipboard
Python Enhancement Proposals
---- :books: Documentation preview :books:: https://pep-previews--3289.org.readthedocs.build/
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...
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...
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/
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...
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`...