Commit Graph

28 Commits

Author SHA1 Message Date
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Brett Cannon bb4751379a
Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
Min ho Kim e54097d3c4 Fix typos in various PEPs (#1111) 2019-06-24 21:58:50 -07: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 a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Serhiy Storchaka cc1c734886 Issue #26921: Fixed a/an articles. 2016-05-03 13:52:22 +03:00
Georg Brandl 4d8ea1d0fe Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914 2016-05-03 09:51:54 +02:00
Martin v. Löwis 90b5a3c37b Fix incorrect markup. 2007-08-15 07:59:57 +00:00
Martin v. Löwis fd9a462949 Mark PEP 3131 as final. 2007-08-15 07:53:23 +00:00
Martin v. Löwis 30dcee2e0a Explain XID_Start and XID_Continue properly;
refer to DerivedCoreProperties.
2007-08-15 07:50:22 +00:00
Martin v. Löwis 0801f23a05 Use NFKC, and XID_Start/Continue. 2007-08-14 16:35:39 +00:00
Martin v. Löwis 512559f6a1 Specify NFKC instead of NFC. 2007-08-14 16:24:05 +00:00
Brett Cannon 681781a940 Standardize Marin von Loewis' name. 2007-06-28 20:03:18 +00:00
Martin v. Löwis 79617dfee4 Record that a global flag has been ruled out. 2007-06-10 19:47:40 +00:00
Martin v. Löwis 0d5db5d8c7 Add command line option issue as an open issue. 2007-06-05 19:05:11 +00:00
Martin v. Löwis e652b9751d Add ?!ng's roundup. 2007-06-05 18:54:31 +00:00
Martin v. Löwis e3ca9c9120 Fix URL. 2007-06-05 18:48:18 +00:00
Martin v. Löwis 3319c1a181 Add UTR#36 and discuss Cf. 2007-05-17 18:30:09 +00:00
Guido van Rossum cf5e852a1e Accept PEP 3131. 2007-05-17 16:38:10 +00:00
Martin v. Löwis 348b685294 Require comments and string literals to be ASCII only. 2007-05-17 15:37:31 +00:00
Martin v. Löwis 6986d93450 Add UTR#39 discussion. 2007-05-17 15:11:31 +00:00
Martin v. Löwis ae26a8cde2 Explain that using native language identifiers
improves code clarity and maintainability.
2007-05-17 12:10:44 +00:00
Martin v. Löwis fd83b47657 Add reference to HTML file with all valid characters. 2007-05-17 10:40:36 +00:00
Martin v. Löwis 2ab493cea4 Include Other_ID_{Start|Continue}. 2007-05-17 09:01:43 +00:00
Georg Brandl 644c0cbc31 Add "Supporting Unicode Identifiers" by Martin v. Löwis as PEP 3131. 2007-05-01 20:34:25 +00:00