peps
peps copied to clipboard
Python Enhancement Proposals
PyPI's existing meta elements follow a `pypi:` naming convention. Implementation in https://github.com/pypi/warehouse/pull/15716 will follow this convention. ---- π Documentation preview π: https://pep-previews--3977.org.readthedocs.build/
# Documentation (A clear and concise description of the issue.) In one of your examples there seems to me to be a small oversight: from typing import Any, Callable, Concatenate,...
Pretty self-explanatory, this PR updates a typo. ---- π Documentation preview π: https://pep-previews--3956.org.readthedocs.build/
* [ ] Final implementation has been merged (including tests and docs) * [ ] PEP matches the final implementation * [ ] Any substantial changes since the accepted version...
cc @pfmoore. ## Basic requirements (all PEP Types) * [x] Read and followed [PEP 1](https://peps.python.org/1) & [PEP 12](https://peps.python.org/12) * [x] File created from the [latest PEP template](https://github.com/python/peps/blob/main/peps/pep-0012/pep-NNNN.rst?plain=1) * [x] PEP...
https://discuss.python.org/t/pep-694-pypi-upload-api-2-0/76316/2 Summary: * Add some error return code descriptions where they were underspecified * Fix some misspellings and poorly worded text * Combine the canceling and deleting of upload files...
This will be best reviewed commit-by-commit. ---- π Documentation preview π: https://pep-previews--4320.org.readthedocs.build/
Inspired by #4314, this PR adds a transcription of every Python release since version 1.6 into a single TOML document, `python-releases.toml`. This is intended to serve as a single, centralised,...
First step to moving release dates from the reStructedText files into a JSON file. This will mean we have the release data in a single canonical location for re-use elsewhere....
---- π Documentation preview π: https://pep-previews--4316.org.readthedocs.build/