Victor Stinner
|
fb7c1aa82b
|
PEP 431: Superseded by PEP 615 (#1404)
|
2020-05-18 14:33:07 +02: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 |
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 |
Guido van Rossum
|
a6dff45ad1
|
PEP 0431 withdrawal.
|
2015-07-29 19:00:15 +02:00 |
Berker Peksag
|
2042d9e44a
|
"Postponed" is not a valid identifier.
|
2015-07-24 19:31:13 +03:00 |
Berker Peksag
|
e452d803e6
|
PEP 431: Update from Lennart Regebro.
|
2015-07-24 18:24:24 +03:00 |
Brett Cannon
|
f30a481525
|
Update from Lennart
|
2013-02-10 14:34:41 -05:00 |
Brett Cannon
|
039fc5d9da
|
Update from Lennart
|
2013-01-25 12:32:59 -05:00 |
Ezio Melotti
|
6da2f88af0
|
Fix grammar, whitespace, and a couple of semantic mistakes (#16818).
|
2013-01-02 03:30:04 +02:00 |
Ezio Melotti
|
924049ca71
|
Fix typos.
|
2013-01-02 03:10:54 +02:00 |
Christian Heimes
|
f43a7083bd
|
Fixed PEP type
excluding: PEP 431: "u'Standards Track ' is not a valid Type value"
|
2012-12-12 11:23:58 +01:00 |
Barry Warsaw
|
1a6a86df93
|
PEP 431: Time zone support improvements
(By Lennart Regebro, with very minor formatting by Barry.)
|
2012-12-11 15:28:45 -05:00 |