Emily Morehouse
|
ce5590c1c1
|
Replace links to sourceforge with links to bpo (#746)
- Any reference to python.org/sf/<issue-num> has been changed to https://bugs.python.org/issue<issue-num>
|
2018-07-21 16:57:17 -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
|
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 |