Commit Graph

19 Commits

Author SHA1 Message Date
Adam Turner b199a29c8a
Many PEPs: Resolve reference warnings (#3214)
This commit resolves all outstanding duplicate label
and duplicate citation warnings.
I have not yet addressed unreferenced footnote warnings.

I took the general strategy of replacing a target above a section heading
with references directly to that section heading,
or where impractical, disambiguting the target with ``PEP NNN``.
I also converted all the citations in PEP 482 to links,
as they were causing duplicate citation warnings.
2023-07-31 17:50:14 +01:00
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Dimitri Papadopoulos Orfanos 57d9baf04d
Typos found by codespell (#2073)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2021-09-17 11:18:24 -07:00
Victor Stinner 7498996064 Change Victor Stinner email 2019-10-18 02:48:46 +02:00
Victor Stinner 16a6dfc9ac New PEP 587: Python Initialization Configuration
Change Victor Stinner email to vstinner@redhat.com.
2019-03-28 02:15:55 +01:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Benjamin Peterson 60d9b24542 promote m.p.o links to https 2017-06-11 12:02:39 -07:00
Serhiy Storchaka cc1c734886 Issue #26921: Fixed a/an articles. 2016-05-03 13:52:22 +03:00
Georg Brandl af90430776 Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914 2016-05-03 10:18:02 +02:00
Nick Coghlan 2e08612ea3 Mass deferral as proposed on python-dev 2013-05-18 17:50:40 +10:00
Victor Stinner 1c97a4495b Add the PEP 416: Add a frozendict builtin type 2012-02-29 18:58:50 +01:00
Victor Stinner 1ebf91d201 PEP 400: don't remove deprecated classes in Python 3.4 anymore 2011-10-21 20:47:06 +02:00
Ezio Melotti a07100e41d Fix typo. 2011-07-30 23:29:58 +03:00
Victor Stinner 381a39bfd1 PEP 400: add the alternative suggested by Marc-Andre Lemburg. 2011-07-29 14:24:42 +02:00
Victor Stinner e1bde7af99 PEP 400
* don't be strict on the version removing the code: 3.4 *or maybe later*
 * rephrase some sentences
 * mention that StreamReaderWriter is similar than io.BufferedRWPair
 * add internal links on the Appendix A
 * add links on issues an PEPs
2011-07-27 23:45:52 +02:00
Victor Stinner 6062704dd8 PEP 400: update interlaced read-write issues
Note: Issue #12213 doesn't concern TextIOWrapper, it concerns Buffered* classes
which are also used by the codecs module.
2011-07-07 15:15:17 +02:00
Victor Stinner 0b92c0798c PEP 400: typo 2011-07-07 14:40:48 +02:00
Victor Stinner e0589b22b2 Add PEP 400: Deprecate codecs.StreamReader and codecs.StreamWriter 2011-07-07 14:08:47 +02:00