Commit Graph

13 Commits

Author SHA1 Message Date
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
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
Martin v. Löwis 768bd875d4 Change spelling of the macros, as per request in #1629. 2007-12-19 08:08:00 +00:00
Brett Cannon 59f9efb364 Slight rewording to be less awkward. 2007-09-05 20:00:17 +00:00
Martin v. Löwis aa473132f2 Mark PEP 3123 final. 2007-07-29 17:17:45 +00:00
Georg Brandl 96eaa539cf Minor fixes and markup. 2007-07-21 09:18:45 +00:00
Brett Cannon 681781a940 Standardize Marin von Loewis' name. 2007-06-28 20:03:18 +00:00
Neal Norwitz 6faa9c9842 Add some spaces around {} 2007-05-23 05:30:28 +00:00
Martin v. Löwis 51a225ee53 Include implementation experience. 2007-05-13 14:23:03 +00:00
Guido van Rossum c91f1215e8 Accept PEPs 3120 (UTF-8 default source encoding), 3121 (extension
initialization and finalization) and 3123 (PyObject_HEAD vs. stdC).
2007-05-10 22:33:40 +00:00
Martin v. Löwis d4d0b01433 Add Brett's suggested changes. 2007-04-29 13:46:08 +00:00
Martin v. Löwis a20cd09644 Add PEP 3123. 2007-04-29 13:42:17 +00:00