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 |
Benjamin Peterson
|
60d9b24542
|
promote m.p.o links to https
|
2017-06-11 12:02:39 -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 |
Nick Coghlan
|
aec9414ae3
|
Update PEP 360 to record the change in ElementTree's status, and tweak the header to make it appear in the Historical PEP section
|
2012-02-10 23:02:15 +10:00 |
Brett Cannon
|
73f8b2df7c
|
Drop sync history as keeping it updated is a pain and typically forgotten.
|
2010-07-23 10:32:46 +00: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 |
Brett Cannon
|
6c5632d2ca
|
Update the PEP with a note about how no new PEPs should be added to this PEP.
This is to reflect the fact that python-dev deemed it bad to allow module
maintainers to have extra requirements on any code in Python.
|
2006-10-10 21:35:09 +00:00 |
Brett Cannon
|
82181d1be2
|
Mention how bug fixes will be committed directly to the repository without
worrying about any special notes for the projects.
|
2006-06-20 02:59:36 +00:00 |
Brett Cannon
|
b984dc3a3a
|
Update expat to 2.0 .
|
2006-06-20 02:53:56 +00:00 |
Brett Cannon
|
434102eff3
|
Remove pysqlite; main development now in Python's repository.
|
2006-06-20 02:50:18 +00:00 |
Thomas Heller
|
4287c2947c
|
Remove 'ctypes' from the list of externally maintained modules,
the version in Python SVN will from now on be the upstream version.
|
2006-06-12 20:45:51 +00:00 |
Brett Cannon
|
7e4415edea
|
Add wsgiref information.
|
2006-06-10 01:41:25 +00:00 |
David Goodger
|
16d4e95829
|
minor edits; use more appropriate markup for data records
|
2006-06-01 16:17:51 +00:00 |
Brett Cannon
|
611775cfe2
|
Add Externally Maintained Packages PEP (PEP 360).
|
2006-05-31 05:54:49 +00:00 |