Python Enhancement Proposals
Go to file
Erik De Bonte f52151b9d8
Remove discussion of alternate form (#2386)
2022-03-07 15:26:17 -08:00
.codespell Add configuration for running `codespell` locally (#2151) 2022-01-24 23:40:15 +00:00
.github Add instructions for running lint and spellcheck tools locally (#2338) 2022-02-22 00:03:58 +00:00
docs PEP 676: 'dark mode', documentation, spec update, implementation update (#2239) 2022-01-16 14:33:05 -08:00
pep-0001 PEP 1: Move image to PEP root directory 2018-07-08 17:20:08 +10:00
pep-0012 PEP 12: Update whitespace conventions to match current practice (#2374) 2022-03-04 15:47:20 +00:00
pep-0418 Upgrade lint infra & add a few more conservative built-in checks (#2286) 2022-01-31 18:49:58 -08:00
pep-0426 Tweak name rules for export groups and extensions 2013-08-10 17:16:46 -04:00
pep-0433 PEP 433: add test scripts; performances results on Linux 3.6 2013-01-27 13:35:21 +01:00
pep-0446 Rename pep-0466/ to pep-0446/ 2014-01-06 11:53:05 +01:00
pep-0465 Upgrade lint infra & add a few more conservative built-in checks (#2286) 2022-01-31 18:49:58 -08:00
pep-0505 Fix typos in various PEPs (#1111) 2019-06-24 21:58:50 -07:00
pep-0532 PEP 532 revision and restructure (#156) 2016-12-12 00:11:36 +10:00
pep-0605 PEP 605: Change ABI management to encourage pre-built wheels (#1190) 2019-10-06 00:04:21 +10:00
pep-0662 PEP-662: Move to a wheel based approach (#1999) 2021-06-24 13:38:37 -07:00
pep0 PEP 0: Don't add title for empty references section (#2353) 2022-02-22 00:20:11 +00:00
pep_sphinx_extensions PRS: Remove country language tag in page template 2022-03-01 00:03:40 +00:00
.codespellrc Add configuration for running `codespell` locally (#2151) 2022-01-24 23:40:15 +00:00
.gitattributes Mark binary files as binary in .gitattributes 2021-04-01 18:23:34 -05:00
.gitignore Sphinx support: add Sphinx core files (#1930) 2021-06-09 00:11:26 +01:00
.pre-commit-config.yaml Lint: Implement check for spaces, not tabs per PEP 12 (#2379) 2022-03-05 20:46:59 +02:00
AUTHOR_OVERRIDES.csv Fix missing quotes around python-dev in overrides causing display bug (#2254) 2022-01-20 06:45:05 +00:00
CONTRIBUTING.rst Update, copyedit and format README and Contributing Guide (#2352) 2022-02-27 01:05:16 +00:00
Makefile Add instructions for running lint and spellcheck tools locally (#2338) 2022-02-22 00:03:58 +00:00
PyRSS2Gen.py update PyRSS2Gen to 1.1.0, which supports Python 3 2017-02-26 11:14:28 -08:00
README.rst Update, copyedit and format README and Contributing Guide (#2352) 2022-02-27 01:05:16 +00:00
build.py PEP 676: 'dark mode', documentation, spec update, implementation update (#2239) 2022-01-16 14:33:05 -08:00
conf.py Exclude `.codespell` from Sphinx (#2264) 2022-01-24 15:47:21 -08:00
contents.rst PEP 676: 'dark mode', documentation, spec update, implementation update (#2239) 2022-01-16 14:33:05 -08:00
deploy.bash package/deploy: it's working now 2019-02-23 13:43:27 -05:00
docutils.conf removed www.python.org hostname from PEP base URL so mirrors work 2006-03-24 03:06:17 +00:00
generate_rss.py PEP 676: Fixup "Use `docutils.nodes.Node.findall`" 2022-02-26 00:13:13 +00:00
genpepindex.py Convert PEP index to ReST (#705) 2018-07-10 23:10:43 +10:00
pep-0001-process_flow.png PEP 1: Move image to PEP root directory 2018-07-08 17:20:08 +10:00
pep-0001.txt PEP 1: Make `text/x-rst` the default for the Content-Type header (#2355) 2022-02-24 20:45:26 +00:00
pep-0002.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0003.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0004.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0005.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0006.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0007.txt PEP 7: Python 3.11 uses C11 (#2309) 2022-02-25 00:13:06 +01:00
pep-0008.txt PEP 8: Replaced outdated usages of `print` as a statement (#2271) 2022-01-25 07:20:55 -08:00
pep-0009.txt PEP 676: 'dark mode', documentation, spec update, implementation update (#2239) 2022-01-16 14:33:05 -08:00
pep-0010.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0011.txt PEP 676: 'dark mode', documentation, spec update, implementation update (#2239) 2022-01-16 14:33:05 -08:00
pep-0012.rst PEP 12: Update whitespace conventions to match current practice (#2374) 2022-03-04 15:47:20 +00:00
pep-0013.rst PEP 13: clarify a sentence 2022-02-02 13:17:01 -08:00
pep-0020.txt Add the original Zen (Way) of Python link (#1313) 2020-02-20 15:50:16 -08:00
pep-0042.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0100.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0101.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0102.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0103.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0160.txt PEPs 160, 205: Update email address for fdrake (#847) 2018-12-01 02:53:45 +11:00
pep-0200.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0201.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0202.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0203.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0204.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0205.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0206.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0207.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0208.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0209.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0210.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0211.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0212.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0213.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0214.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0215.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0216.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0217.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0218.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0219.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0220.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0221.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0222.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0223.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0224.txt Fix typos (#1113) 2019-07-03 11:20:45 -07:00
pep-0225.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0226.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0227.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0228.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0229.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0230.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0231.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0232.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0233.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0234.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0235.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0236.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0237.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0238.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0239.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0240.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0241.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0242.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0243.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0244.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0245.txt PEP 13 and PEP 245: Fix incorrect PEP references (#2267) 2022-01-25 01:58:30 -06:00
pep-0246.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0247.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0248.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0249.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0250.txt Various typo/grammar/style fixes (#1789) 2021-02-03 06:06:23 -08:00
pep-0251.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0252.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0253.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0254.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0255.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0256.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0257.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0258.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0259.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0260.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0261.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0262.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0263.txt PEP 263: fix typo in coding regex (#672) 2018-06-15 12:31:53 -07:00
pep-0264.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0265.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0266.txt Fix typos (#1113) 2019-07-03 11:20:45 -07:00
pep-0267.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0268.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0269.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0270.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0271.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0272.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0273.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0274.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0275.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0276.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0277.txt Replace links to sourceforge with links to bpo (#746) 2018-07-21 16:57:17 -07:00
pep-0278.txt Replace links to sourceforge with links to bpo (#746) 2018-07-21 16:57:17 -07:00
pep-0279.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0280.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0281.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0282.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0283.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0284.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0285.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0286.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0287.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0288.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0289.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0290.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0291.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0292.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0293.txt Replace links to sourceforge with links to bpo (#746) 2018-07-21 16:57:17 -07:00
pep-0294.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0295.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0296.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0297.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0298.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0299.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0301.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0302.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0303.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0304.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0305.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0306.txt PEP 306: Updtae the urls to devguide and bpo (#745) 2018-07-21 16:07:02 -07:00
pep-0307.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0308.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0309.txt Replace links to sourceforge with links to bpo (#746) 2018-07-21 16:57:17 -07:00
pep-0310.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0311.txt Remove needless gender specific terms. #855 (#2258) 2022-01-21 13:08:11 -08:00
pep-0312.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0313.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0314.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0315.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0316.txt Modernize code: "== None" -> "is None" (#2081) 2021-09-21 12:55:36 -07:00
pep-0317.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0318.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0319.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0320.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0321.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0322.txt Replace links to sourceforge with links to bpo (#746) 2018-07-21 16:57:17 -07:00
pep-0323.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0324.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0325.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0326.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0327.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0328.txt Lint: Validate PEP fields against PEP 12 (#1890) 2021-03-23 07:55:26 -07:00
pep-0329.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0330.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0331.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0332.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0333.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0334.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0335.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0336.txt Fix typos (#1113) 2019-07-03 11:20:45 -07:00
pep-0337.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0338.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0339.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0340.txt PEP 12: Update guidance on linking PEPs/RFCs per recent changes, and add check for it (#2291) 2022-02-02 19:52:40 -08:00
pep-0341.txt Replace links to sourceforge with links to bpo (#746) 2018-07-21 16:57:17 -07:00
pep-0342.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0343.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0344.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0345.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0346.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0347.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0348.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0349.txt Various typo/grammar/style fixes (#1789) 2021-02-03 06:06:23 -08:00
pep-0350.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0351.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0352.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0353.txt Fix typos (#1113) 2019-07-03 11:20:45 -07:00
pep-0354.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0355.txt Remove needless gender specific terms. #855 (#2258) 2022-01-21 13:08:11 -08:00
pep-0356.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0357.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0358.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0359.txt Fix typos (#1113) 2019-07-03 11:20:45 -07:00
pep-0360.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0361.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0362.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0363.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0364.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0365.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0366.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0367.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0368.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0369.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0370.txt Fix typos (#1113) 2019-07-03 11:20:45 -07:00
pep-0371.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0372.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0373.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0374.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0375.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0376.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0377.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0378.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0379.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0380.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0381.txt Remove needless gender specific terms. #855 (#2258) 2022-01-21 13:08:11 -08:00
pep-0382.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0383.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0384.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0385.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0386.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0387.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0389.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0390.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0391.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0392.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0393.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0394.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0395.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0396.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0397.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0398.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0399.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0400.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0401.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0402.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0403.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0404.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0405.txt Removed dead links to Google Code Search (#1272) 2020-01-10 18:03:32 +11:00
pep-0406.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0407.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0408.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0409.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0410.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0411.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0412.txt Lint: Validate PEP fields against PEP 12 (#1890) 2021-03-23 07:55:26 -07:00
pep-0413.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0414.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0415.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0416.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0417.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0418.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0419.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0420.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0421.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0422.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0423.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0424.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0425.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0426.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0427.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0428.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0429.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0430.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0431.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0432.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0433.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0434.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0435.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0436.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0437.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0438.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0439.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0440.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0441.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0442.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0443.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0444.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0445.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0446.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0447.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0448.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0449.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0450.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0451.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0452.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0453.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0454.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0455.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0456.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0457.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0458-1.png PEP 458: fix technical choices and remove ambiguity (#1203) 2019-12-02 13:42:40 -08:00
pep-0458.txt Remove needless gender specific terms. #855 (#2258) 2022-01-21 13:08:11 -08:00
pep-0459.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0460.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0461.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0462.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0463.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0464.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0465.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0466.txt Various typo/grammar/style fixes (#1789) 2021-02-03 06:06:23 -08:00
pep-0467.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0468.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0469.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0470.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0471.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0472.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0473.txt Fix typos (#1113) 2019-07-03 11:20:45 -07:00
pep-0474.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0475.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0476.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0477.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0478.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0479.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0480-1.png Move PEP 480 figure out of subdir -- that does not work on python.org. 2014-11-25 15:04:35 -08:00
pep-0480.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0481.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0482.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0483.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0484.txt PEP 484: Mark as Final (#2380) 2022-03-04 18:32:08 +00:00
pep-0485.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0486.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0487.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0488.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0489.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0490.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0491.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0492.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0493.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0494.txt PEP 494: move 3.6 to end-of-life status. 2021-12-31 20:55:18 -05:00
pep-0495-daylightsavings.png Added PEP495, Local Time Disambiguation 2015-08-02 16:58:27 -04:00
pep-0495-fold-2.png PEP 495: Attempt to fix the fold sketch by renaming the image file. 2015-09-20 20:57:14 -04:00
pep-0495-fold.svg PEP 495: Added a vertical segment to the graph. 2015-08-30 22:49:58 -04:00
pep-0495-gap.png PEP 495: Added a gap sketch. 2015-09-20 20:25:12 -04:00
pep-0495-gap.svg PEP 495: Added a gap sketch. 2015-09-20 20:25:12 -04:00
pep-0495.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0496.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0497.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0498.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0499.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0500.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0501.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0502.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0503.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0504.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0505.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0506.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0507.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0508.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0509.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0510.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0511.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0512.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0513.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0514.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0515.txt PEP 515: fix links (#1973) 2021-05-31 13:20:37 -07:00
pep-0516.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0517.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0518.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0519.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0520.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0521.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0522.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0523.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0524.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0525-1.png Add PEP 525: Asynchronous Generators 2016-08-02 17:23:38 -04:00
pep-0525.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0526.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0527.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0528.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0529.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0530.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0531.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0532.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0533.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0534.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0535.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0536.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0537.txt update 3.7.x schedule 2022-03-07 15:40:54 -05:00
pep-0538.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0539.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0540.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0541.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0542.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0543.rst Remove additional backticks from inline code (#2033) 2021-07-14 11:01:22 -07:00
pep-0544.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0545.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0546.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0547.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0548.rst PEP 445, PEP 467, PEP 548, PEP 621: Fix incorrect backticks (#1560) 2020-08-12 08:05:43 -07:00
pep-0549.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0550-hamt_vs_dict-v2.png PEP-0550 V4 (#375) 2017-08-25 18:21:39 -04:00
pep-0550-hamt_vs_dict.png PEP 550 v3 (#355) 2017-08-18 16:23:50 -04:00
pep-0550-lookup_hamt.png pep550: Move pics one level up to show up on Python.org (#332) 2017-08-11 19:29:03 -04:00
pep-0550.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0551.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0552.rst Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0553.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0554.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0555.rst Typos: Remove repeated words (#1726) 2020-12-04 09:51:44 -08:00
pep-0556.rst Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-0557.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0558.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0559.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0560.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0561.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0562.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0563.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0564.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0565.rst Various typo/grammar/style fixes (#1789) 2021-02-03 06:06:23 -08:00
pep-0566.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0567.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0568.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0569.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0570.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0571.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0572.rst Typo: parenthesize -> parentheses (#2370) 2022-02-27 16:21:02 -08:00
pep-0573.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0574.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0575.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0576.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0577.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0578.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0579.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0580.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0581.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0582.rst PEP 582: Add Discussions To (#1993) 2021-06-21 16:10:39 -07:00
pep-0583.rst Rename pep-0583.txt to .rst (#902) 2019-03-01 11:39:16 -08:00
pep-0584.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0585.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0586.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0587.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0588.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0589.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0590.rst Upgrade lint infra & add a few more conservative built-in checks (#2286) 2022-01-31 18:49:58 -08:00
pep-0591.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0592.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0593.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0594.rst PEP 594: Update Discussions-To and Post-History (#2335) 2022-02-19 03:14:02 +00:00
pep-0595.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0596.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0597.rst PEP 597: Final (GH-2047) 2021-09-17 02:59:22 +02:00
pep-0598.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0599.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0600.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0601.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0602-example-release-calendar.png [pep-602] [pep-569] Adjust beta phase 2019-11-06 13:48:51 +01:00
pep-0602-example-release-calendar.pptx [pep-602] [pep-569] Adjust beta phase 2019-11-06 13:48:51 +01:00
pep-0602-overlapping-support-matrix.png [pep-602] Increase full bugfix support to 18 months based on feedback 2019-09-13 18:41:32 +02:00
pep-0602-overlapping-support-matrix.pptx [pep-602] Increase full bugfix support to 18 months based on feedback 2019-09-13 18:41:32 +02:00
pep-0602.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0603-hamt_vs_dict.png Add PEP-0603 -- Adding frozenmap (#1164) 2019-09-12 12:23:44 +01:00
pep-0603-lookup_hamt.png PEP 603: Fix figure 2 (#1621) 2020-09-26 13:35:14 -07:00
pep-0603.rst PEP 603: Fix figure 2 (#1621) 2020-09-26 13:35:14 -07:00
pep-0604.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0605-example-release-calendar.png PEP 605: Change ABI management to encourage pre-built wheels (#1190) 2019-10-06 00:04:21 +10:00
pep-0605-overlapping-support-matrix.png PEP 605: Change ABI management to encourage pre-built wheels (#1190) 2019-10-06 00:04:21 +10:00
pep-0605.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0606.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0607.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0608.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0609.rst Various typo/grammar/style fixes (#1789) 2021-02-03 06:06:23 -08:00
pep-0610.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0611.rst Withdraw PEP 611. (#1970) 2021-05-25 18:33:53 +01:00
pep-0612.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0613.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0614.rst brandtbucher@gmail.com -> brandt@python.org (GH-1814) 2021-02-11 14:32:18 -08:00
pep-0615.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0616.rst Typo in pep-0616 (removeprefix) 'Rejected' section (#2197) 2021-12-17 14:49:28 -08:00
pep-0617.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0618.rst PEP 618: Fix typo (#1848) 2021-02-28 03:12:04 +11:00
pep-0619.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0620.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0621.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0622.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0623.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0624.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0625.rst PEP 676: 'dark mode', documentation, spec update, implementation update (#2239) 2022-01-16 14:33:05 -08:00
pep-0626.rst Make PEP 626 final. (#1969) 2021-05-25 07:18:35 -07:00
pep-0627.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0628.txt Lint: Validate PEP fields against PEP 12 (#1890) 2021-03-23 07:55:26 -07:00
pep-0629.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0630.rst PEP 630: add disclaimers re. heap types & conversion, add PyType_GetModuleByDef (GH-2319) 2022-02-14 16:30:46 +01:00
pep-0631.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0632.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0633.rst PEP 633: repeated words (#2148) 2021-11-15 07:17:55 -08:00
pep-0634.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0635.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0636.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0637.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0638.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0639.rst PEP 639: Clarify License-File field, slim down terminology & remove future PEPs (#2298) 2022-02-03 17:16:44 -06:00
pep-0640.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0641.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0642.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0643.rst PEP 643 - Mark as Final (GH-2191) 2021-12-13 19:17:45 +00:00
pep-0644.rst PEP 644: Added accepted mail and mark as final (GH-1927) 2021-04-17 11:46:03 +02:00
pep-0645.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0646.rst PEP 646: Add acceptance note, bump Python version (#2261) 2022-01-24 09:33:29 -08:00
pep-0647.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0648.rst Mark PEP648 are rejected (#2235) 2022-01-13 12:46:41 -08:00
pep-0649.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0650.rst PEP 621, 635, 637, 639, 642, 644, 645, 647, 650: Fix single backticks (#1797) 2021-02-05 08:09:26 -08:00
pep-0651.rst Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0652.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0653.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0654.rst PEP-654: add number of sub-exceptions to BaseException.__str__ (GH-2356) 2022-02-22 18:30:27 +00:00
pep-0655.rst PEP 655: Motivation: Enables mixed key requiredness in the TypedDict alternative syntax (#2359) 2022-02-25 07:21:02 -08:00
pep-0656.rst Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0657.rst PEP-657: Mark PEP657 as final (GH-2032) 2021-07-17 03:25:16 +01:00
pep-0658.rst PEP 658: fix grammar (#2050) 2021-08-23 12:14:11 -07:00
pep-0659.rst Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-0660.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0661.rst PEP 661: specify comparisons and how to write type annotations (#2094) 2021-09-30 08:30:12 +03:00
pep-0662.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0663.txt PEP 663: Rejected 2021-11-17 22:02:37 -08:00
pep-0664.rst PEP 664: Mark Python 3.11.0 alpha 5 as released (#2303) 2022-02-04 12:21:52 +00:00
pep-0665.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0666.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0667.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0668.rst PEP 668: Change title to better summarise the content (#2339) 2022-02-20 10:50:07 -06:00
pep-0669.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0670.rst PEP 670: Post History 2022-02-22 13:42:29 +01:00
pep-0671.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-0672.rst Fix typo (#2192) 2021-12-13 09:15:18 -08:00
pep-0673.rst Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-0674.rst PEP 674: Clarify Statistics (#2311) 2022-02-08 02:03:50 +01:00
pep-0675.rst PEP 675: Add link to official discussion thread (#2333) 2022-02-21 23:49:13 +00:00
pep-0676.rst PEP 676: Mark as Accepted (#2384) 2022-03-07 17:21:57 +00:00
pep-0677.rst PEP 677 was rejected (#2321) 2022-02-12 01:42:11 +00:00
pep-0678.rst PEP 678: Clarify how the notes tuple is updated and when it is copied (#2377) 2022-03-03 07:02:22 -08:00
pep-0679.rst Copyedits to PEP 679 (#2222) 2022-01-10 12:28:07 +00:00
pep-0680.rst PEP 680: Mark as accepted (#2357) 2022-02-22 06:41:53 -08:00
pep-0681.rst Remove discussion of alternate form (#2386) 2022-03-07 15:26:17 -08:00
pep-0682.rst PEP 682: Updating headers for PEP acceptance (#2383) 2022-03-06 07:51:26 -08:00
pep-0683.rst PEP 683: Immortal Objects v3 (#2372) 2022-02-28 17:55:07 -07:00
pep-0754.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-0801.rst Reserve two PEPs (#683) 2018-06-21 10:09:54 -07:00
pep-3000.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3001.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3002.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3003.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3099.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3100.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3101.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-3102.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3103.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3104.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3105.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3106.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3107.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3108.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3109.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3110.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3111.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3112.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3113.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3114.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3115.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3116.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-3117.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3118.txt Lint: Validate PEP fields against PEP 12 (#1890) 2021-03-23 07:55:26 -07:00
pep-3119.txt Remove needless gender specific terms. #855 (#2258) 2022-01-21 13:08:11 -08:00
pep-3120.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3121.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3122.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3123.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3124.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-3125.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3126.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3127.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-3128.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-3129.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3130.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3131.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3132.txt Typos found by codespell (#2073) 2021-09-17 11:18:24 -07:00
pep-3133.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3134.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3135.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3136.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3137.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3138.txt Fix typos (#1113) 2019-07-03 11:20:45 -07:00
pep-3139.txt PEP 676: 'dark mode', documentation, spec update, implementation update (#2239) 2022-01-16 14:33:05 -08:00
pep-3140.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3141.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3142.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3143.txt Sphinx support: theming (#1933) 2021-06-30 20:19:44 +01:00
pep-3144.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-3145.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3146.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3147-1.dia Updated PEP 3147 with latest BDFL pronouncement. 2010-03-03 14:11:24 +00:00
pep-3147-1.png Updated PEP 3147 with latest BDFL pronouncement. 2010-03-03 14:11:24 +00:00
pep-3147.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3148.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3149.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3150.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3151.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3152.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3153.txt Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464) 2017-11-11 11:28:55 -08:00
pep-3154.txt Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-3155.txt Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
pep-3156.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-3333.txt Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
pep-8000.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8001.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8002.rst PEPs 1, 426, 512, 545, 8001, 8002, 8016: rename master to main (#2179) 2021-12-03 12:29:10 +01:00
pep-8010.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8011.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8012.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8013.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8014.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8015.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8016.rst Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
pep-8100.rst Lint: Implement check for spaces, not tabs per PEP 12 (#2379) 2022-03-05 20:46:59 +02:00
pep-8101.rst Lint: Implement check for spaces, not tabs per PEP 12 (#2379) 2022-03-05 20:46:59 +02:00
pep-8102.rst Lint: Implement check for spaces, not tabs per PEP 12 (#2379) 2022-03-05 20:46:59 +02:00
pep-8103.rst Lint: Implement check for spaces, not tabs per PEP 12 (#2379) 2022-03-05 20:46:59 +02:00
pep.css updated my email addy 2007-06-22 15:32:33 +00:00
pep2html.py PEP 1: Make `text/x-rst` the default for the Content-Type header (#2355) 2022-02-24 20:45:26 +00:00
pep2rss.py Add PEP abstract to the RSS feed (#1679) 2021-07-12 13:55:16 +02:00
pyramid-pep-template fixed references to PEP template; restored warning comment to HTML output 2006-03-23 14:28:55 +00:00
requirements.txt Support code highlighting (#1577) 2021-11-23 15:30:48 -08:00
roman.py Make roman.py Python3 compatible. 2016-05-03 10:49:19 +03:00
style.css Move more style information into the style sheets. 2002-04-04 16:11:03 +00:00

README.rst

Python Enhancement Proposals
============================

.. image:: https://github.com/python/peps/actions/workflows/build.yml/badge.svg
    :target: https://github.com/python/peps/actions

The PEPs in this repo are published automatically on the web at
https://www.python.org/dev/peps/.  To learn more about the purpose of
PEPs and how to go about writing one, please start reading at `PEP 1
<https://www.python.org/dev/peps/pep-0001/>`_.
Note that PEP 0, the index PEP, is
automatically generated and not committed to the repo.


Contributing to PEPs
====================

See the `Contributing Guidelines <./CONTRIBUTING.rst>`_.


reStructuredText for PEPs
=========================

PEP source text should be written in reStructuredText format,
which is a constrained version of plaintext, and is described in
`PEP 12 <https://www.python.org/dev/peps/pep-0012/>`_.
The ``pep2html.py`` processing and installation script knows
how to produce the HTML for the PEP format.

To render the PEPs, you'll first need to install the requirements,
(preferably in a fresh virtual environment):

.. code-block:: bash

    python -m pip install -r requirements.txt


Generating the PEP Index
========================

PEP 0 is automatically generated based on the metadata headers in other
PEPs. The script handling this is ``genpepindex.py``, with supporting
libraries in the ``pep0`` directory.


Checking PEP formatting and rendering
=====================================

Please don't commit changes with reStructuredText syntax errors that cause PEP
generation to fail, or result in major rendering defects relative to what you
intend. To check building the HTML output for your PEP (for example, PEP 12)
using the current default docutils-based system, run the ``pep2html.py`` script
with your PEP source file as its argument; e.g. for PEP 12,

.. code-block:: bash

    python pep2html.py pep-0012.rst

If you're on a system with ``make``, you can instead execute, e.g.,

.. code-block:: bash

    make pep-0012.rst

To generate HTML for all the PEPs, run the script/``make`` without a PEP
file argument.

By default, this will output a file (e.g. ``pep-0012.html``) in the root
directory, which you can view to see the HTML output of your PEP.
Note that the custom CSS stylesheet is not used by default, so
the PEP will look rather plain, but all the basic formatting produced by the
reStructuredText syntax in your source file should be visible.

You can also view your PEP locally with the Sphinx-based builder,
which will show the PEP exactly as it will appear on the preview
of the new rendering system proposed in :pep:`676`;
see `Rendering PEPs with Sphinx`_ for details.

Finally, you can check for and fix common linting and spelling issues,
either on-demand or automatically as you commit, with our pre-commit suite.
See the `Contributing Guide <./CONTRIBUTING.rst>`_ for details.


Generating HTML for Python.org
==============================

Python.org includes its own helper modules to render PEPs as HTML, with
suitable links back to the source pages in the version control repository.

These can be found `in the python.org repository
<https://github.com/python/pythondotorg/tree/main/peps>`__.

When making changes to the PEP management process that may impact python.org's
rendering pipeline:

* Clone the `python.org repository <https://github.com/python/pythondotorg/>`_.
* Get `set up for local python.org development
  <https://pythondotorg.readthedocs.io/install.html#manual-setup>`_.
* Adjust ``PEP_REPO_PATH`` in ``pydotorg/settings/local.py`` to refer to your
  local clone of the PEP repository.
* Run ``./manage.py generate_pep_pages`` as described the `python.org docs
  <https://pythondotorg.readthedocs.io/pep_generation.html>`__.


Rendering PEPs with Sphinx
==========================

There is a Sphinx-rendered version of the PEPs at https://python.github.io/peps/
(updated on every push to ``main``).

**Warning:** This version is not, and should not be taken to be, a canonical
source for PEPs whilst it remains in preview (please `report any rendering bugs
<https://github.com/python/peps/issues/new>`_).
The canonical source for PEPs remains https://www.python.org/dev/peps/


Build PEPs with Sphinx locally
------------------------------

See the `build documentation <./docs/build.rst>`__ for full step by step
instructions on how to install, build and view the rendered PEPs with Sphinx.

In summary, after installing the dependencies (preferably in a virtual
environment) with:

.. code-block:: bash

    python -m pip install -r requirements.txt

You can build the PEPs with sphinx by running, if your system has ``make``:

.. code-block:: bash

    make sphinx

Otherwise, execute the ``build.py`` script directly:

.. code-block:: bash

    python build.py

The output HTML can be found under the ``build`` directory.


``build.py`` usage
------------------

For details on the command-line options to the ``build.py`` script, run:

.. code-block:: bash

    python build.py --help