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
|
dd705440cb
|
Mark PEPs 389, 391 and 3135 as Final
|
2011-08-30 20:50:41 +10:00 |
Vinay Sajip
|
ae27a4e100
|
Marked PEP 391 as Accepted.
|
2010-02-04 20:39:43 +00:00 |
Vinay Sajip
|
4603d0d39d
|
Removed comment about provisionality of prefixes.
|
2010-01-14 12:20:19 +00:00 |
Vinay Sajip
|
1356583428
|
Updated to incorporate suggestions made by Terry Reedy.
|
2009-11-26 07:57:39 +00:00 |
Vinay Sajip
|
d30960344b
|
Added links to community discussions and reference implementation.
|
2009-11-25 20:57:24 +00:00 |
Vinay Sajip
|
ef22edf57e
|
Added section on changes to socket listener implementation.
|
2009-11-25 19:06:08 +00:00 |
Vinay Sajip
|
7c738150a2
|
Minor changes, additions and clarifications.
|
2009-11-24 06:52:39 +00:00 |
Vinay Sajip
|
c628a71537
|
Corrected typo.
|
2009-10-28 10:21:10 +00:00 |
Vinay Sajip
|
e5d36b5814
|
Clarification on arbitrary object graph changes.
|
2009-10-28 10:19:38 +00:00 |
Vinay Sajip
|
af00560910
|
Added Handler Id section.
|
2009-10-28 10:10:57 +00:00 |
Vinay Sajip
|
8e2f5c69f5
|
Added internal hyperlink.
|
2009-10-22 08:37:16 +00:00 |
Vinay Sajip
|
8e73edf911
|
Fixed whitespace which caused HTML rendering problem in rst2html.
|
2009-10-22 08:10:22 +00:00 |
Vinay Sajip
|
0a6fd7e40c
|
Incorporated comments by Jim Jewett.
|
2009-10-22 08:06:15 +00:00 |
Vinay Sajip
|
1c4110d282
|
Added section on internal objects, and did some miscellaneous tidying up.
|
2009-10-20 08:11:52 +00:00 |
Georg Brandl
|
1842cd2321
|
Reformat according to PEP 12.
|
2009-10-19 13:49:12 +00:00 |
Brett Cannon
|
00888ff3be
|
Add PEP 391: logging configuration using dictionaries.
|
2009-10-18 20:39:50 +00:00 |