Serhiy Storchaka
|
7ca8985b8f
|
Miscellaneous fixes and formatting enhancements. (#238)
|
2017-04-05 19:14:26 +03: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 |
Mariatta
|
4598c39b78
|
Convert 12 PEPs (#187)
|
2017-01-24 12:47:21 -08:00 |
David Goodger
|
c5b5d3c83d
|
added Last-Modified headers to all PEPs without
|
2006-03-23 20:13:19 +00:00 |
Raymond Hettinger
|
b052f52afd
|
Record the rejection of PEP 265.
The requested functionality was largely fulfilled by Py2.4's sorted()
function. See Guido's 6/17/2005 note on python-dev.
|
2005-06-17 04:30:41 +00:00 |
Barry Warsaw
|
cb2305d6da
|
PEP 265, Sorting Dictionaries by Value, Grant Griffin
Editorial pass, formatting, spell checking by Barry.
|
2001-08-14 23:07:17 +00:00 |