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
|
b54f01e13f
|
reSTify 10 more PEPs (#175)
PEP 221
PEP 229
PEP 240
PEP 277
PEP 286
PEP 295
PEP 297
PEP 306
PEP 341
PEP 666
|
2017-01-10 09:52:57 +03:00 |
Martin v. Löwis
|
4b6a9cf9e2
|
The PEP is now implemented.
|
2002-10-07 18:34:33 +00:00 |
Martin v. Löwis
|
0e10364dc7
|
Add reference to SF patch.
|
2002-08-12 11:43:56 +00:00 |
Barry Warsaw
|
398c395d47
|
An update from Neil, who writes:
Removed unicodefilenames function as semantics unclear on other
platforms. Commented on future compatibilty with 4 byte Unicode.
|
2002-01-25 13:09:34 +00:00 |
Barry Warsaw
|
5071ad8ef0
|
PEP 277, Unicode file name support for Windows NT, Neil Hodgson
|
2002-01-13 00:13:38 +00:00 |