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 |
Georg Brandl
|
4d8ea1d0fe
|
Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914
|
2016-05-03 09:51:54 +02:00 |
Martin v. Löwis
|
4cfbc5feb8
|
Rename PyModule_GetData to PyModule_GetState.
|
2007-09-05 10:49:12 +00:00 |
Brett Cannon
|
f48192e45b
|
Fix missing quotation mark.
|
2007-09-05 00:49:19 +00:00 |
Brett Cannon
|
63529fc836
|
Make something plural.
|
2007-09-05 00:38:27 +00:00 |
Brett Cannon
|
681781a940
|
Standardize Marin von Loewis' name.
|
2007-06-28 20:03:18 +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
|
5cf71d49ba
|
C module -> extension module.
|
2007-05-03 07:01:14 +00:00 |
Martin v. Löwis
|
1ccd48940d
|
Retitle, clarifying that the PEP talks about
extension modules.
|
2007-05-03 07:00:04 +00:00 |
Martin v. Löwis
|
06bca6e5e3
|
Add edits suggested by Brett.
|
2007-04-29 14:17:02 +00:00 |
Martin v. Löwis
|
43d62602d0
|
Add keywords for PEP 3121.
|
2007-04-27 08:31:58 +00:00 |
Martin v. Löwis
|
e4acda0af6
|
Add PEP 3121.
|
2007-04-27 08:27:24 +00:00 |