Huang Huang
|
5a1b908205
|
reSTify PEP 275 (#356)
|
2017-08-28 15:10:25 -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 |
Serhiy Storchaka
|
d6fe43240e
|
Remove redundant leading zeroes in PEP references.
|
2016-03-31 17:45:40 +03:00 |
Brett Cannon
|
cdf5d3ce68
|
Fix the headers so that they are in the right order and no required headers are
missing.
|
2007-06-19 04:20:07 +00:00 |
Georg Brandl
|
51dc636e9c
|
Mark PEP 275 as rejected. The "switch" PEP for Py3k, PEP 3103
is already rejected.
|
2007-03-13 20:12:59 +00:00 |
Marc-André Lemburg
|
7042d8aacc
|
Retarget PEP 275 for Python 2.6.
|
2006-04-29 12:24:05 +00:00 |
David Goodger
|
c5b5d3c83d
|
added Last-Modified headers to all PEPs without
|
2006-03-23 20:13:19 +00:00 |
David Goodger
|
794b1f8f11
|
converted to UTF-8 & added coding slugs
|
2006-03-02 19:54:50 +00:00 |
Marc-André Lemburg
|
922ddea19a
|
Postponed to 2.4.
|
2002-02-28 14:26:41 +00:00 |
Marc-André Lemburg
|
a281f916b7
|
New revision. Incoporates a lot of comments from python-dev.
|
2001-11-23 10:10:35 +00:00 |
Marc-André Lemburg
|
bfbb81ae59
|
Initial draft of the PEP.
|
2001-11-12 09:11:37 +00:00 |