Antoine Pitrou
12c3f5ecc0
Mention socket.gaierror and socket.timeout
2010-11-10 10:01:57 +00:00
Georg Brandl
cb036f59f6
Update schedule.
2010-11-06 14:33:51 +00:00
Martin v. Löwis
25029d54f2
Document API changes. Drop plan to have a version that
...
still includes types.
2010-10-30 11:11:24 +00:00
Georg Brandl
abc77f119e
PEP 380 update from Greg.
2010-10-30 06:52:39 +00:00
Guido van Rossum
46a9f7315e
Version 14 from Greg.
2010-10-28 23:17:00 +00:00
Brian Quinlan
8118396ca7
Mark PEP 3148 as Final
2010-10-13 21:25:31 +00:00
Brian Quinlan
1a2d166c20
Some minor grammar cleanup
2010-10-13 21:23:15 +00:00
Georg Brandl
3565cc699f
Update schedule.
2010-10-10 09:41:55 +00:00
Phillip J. Eby
1fb26ccb0f
Adjust Alan Kennedy's credits, since he was one of the first to address
...
bytes/unicode stuff in WSGI.
2010-10-06 22:28:04 +00:00
Georg Brandl
96eb9868a0
Add a doc markup error fixing step.
2010-10-06 10:26:59 +00:00
Phillip J. Eby
c3088e3974
Fix spurious diff
2010-10-05 00:54:39 +00:00
Phillip J. Eby
fdc92b9f55
Argh. Revision # was wrong in preface, too.
2010-10-04 16:22:22 +00:00
Phillip J. Eby
ef5f6de788
Whoops: wrong revision for diffs!
2010-10-04 16:10:16 +00:00
Phillip J. Eby
4006bda41f
Last bit of cleanup before post: clarify behavior for not-enough-content
...
case, and improved punctuation of Graham's acknowledgement.
2010-10-04 16:01:37 +00:00
Phillip J. Eby
10589fbe59
Tweak line wrapping so diff from 333 doesn't show a spurious change
...
to the lines involved.
2010-10-04 15:57:12 +00:00
Phillip J. Eby
e155e9e696
Amendments and clarifications from:
...
http://mail.python.org/pipermail/web-sig/2010-September/004655.html
(Also, changed revision history link to show a direct diff of
changes from PEP 333.)
2010-10-04 15:48:11 +00:00
Brett Cannon
d79f6f1a15
Put Version before Last-Modified in PEP 0.
2010-09-27 20:54:00 +00:00
Martin v. Löwis
1a9260da80
Don't read pep-0000 when generating it.
2010-09-27 20:49:32 +00:00
Nick Coghlan
8654d1a40f
Attempt to trigger rebuild of recently modified PEPs after failure of PEP 0 creation
2010-09-27 20:47:22 +00:00
Brett Cannon
14680cbf83
Add in a dummy Version value for PEP 0 to make pep0 code happy.
2010-09-27 19:36:11 +00:00
Phillip J. Eby
bd1d25c162
Fix PEP headers and markup problems
2010-09-27 14:43:09 +00:00
Phillip J. Eby
c6119b11a3
Credit Graham's work, add Replaces: header.
2010-09-26 23:55:59 +00:00
Phillip J. Eby
822bdad411
PEP 333 is dead; long live PEP 3333. Or not. ;-)
2010-09-26 23:52:17 +00:00
Phillip J. Eby
604910ad8c
Revert Python 3 changes
2010-09-26 23:44:39 +00:00
Phillip J. Eby
fae7914313
Clone and update PEP 3333
2010-09-26 23:36:24 +00:00
Phillip J. Eby
71b23a6320
WSGI is now Python 3-friendly. This does not cover the other planned
...
addenda/errata, and it may need more work even on these bits, but it
is now begun. (Many thanks to Graham and Ian.)
2010-09-25 19:44:55 +00:00
Brett Cannon
c9e8207628
Set the date for when PEP 0 was last generated.
2010-09-16 23:52:02 +00:00
Phillip J. Eby
86b7e8aba9
Fix semantic breakage for Python 2.1 (yes, WSGI supports Python 2.1,
...
which doesn't have an 'object' type), and the description using
iter(filelike.read, '') was intentional; changing it broke the
spec. (I.e., running that portion of the spec would raise TypeError)
2010-09-16 20:00:17 +00:00
Brett Cannon
3f67de0a88
Make propcheck.py executable.
2010-09-16 19:35:17 +00:00
Armin Ronacher
fa3ac11be0
The return value is a tuple, not an iterable
2010-09-16 16:13:52 +00:00
Armin Ronacher
a06e8726a4
Fixed a case where the order of arguments was wrong for PEP 444
2010-09-16 10:50:07 +00:00
Georg Brandl
6b4cd01d29
Add PEP 444, Python Web3 Interface.
2010-09-15 22:40:38 +00:00
Barry Warsaw
1d53ffb3cb
Rephrase and emphasize inapplicability to Windows
2010-09-13 14:18:43 +00:00
Florent Xicluna
f31bacb1af
Remove reference to python-3000 mailing list in PEP1
2010-09-03 19:08:36 +00:00
Antoine Pitrou
8fb8f70c6d
Replaced `FileAlreadyExistsError` with the shorter `FileExistsError`
...
(thanks Georg)
2010-09-03 18:32:23 +00:00
Barry Warsaw
b840946b96
PEP 3149 has been accepted.
2010-09-03 18:31:47 +00:00
Antoine Pitrou
4d8faee55c
Add "Error" at the end of class names.
...
Propose two new intermediate classes (ConnectionError and FileSystemError)
Add a small diagram.
2010-09-03 17:07:56 +00:00
Daniel Stutzbach
592702b5ea
Updated PEP-0007 to refer to PyAPI_FUNC instead of DL_IMPORT, which
...
was deprecated in Python 2.3.
2010-09-02 14:57:18 +00:00
Barry Warsaw
209b145e5a
Update implications for PEP 384 based on Martin's email.
2010-08-30 18:29:05 +00:00
Georg Brandl
7c4473de5c
Even if utf-8 is the default for Python, it may not be for the editor.
2010-08-29 19:54:09 +00:00
Florent Xicluna
cf3be960ad
Use new-style classes in examples. Fix typos.
2010-08-28 18:08:15 +00:00
Florent Xicluna
c29c921482
Add a space after comma and remove trailing spaces.
2010-08-28 17:49:32 +00:00
Martin v. Löwis
2fc8df834e
Fix various glitches.
2010-08-28 15:43:34 +00:00
Florent Xicluna
9cb768bb8f
Typo
2010-08-25 19:59:29 +00:00
Barry Warsaw
b67e224eb2
Minor updates to clarify how to put the documentation in place.
2010-08-24 14:16:59 +00:00
Mark Dickinson
5dd2191e59
Remove three outdated items from PEP 42.
2010-08-14 21:09:54 +00:00
Brett Cannon
280ed71ddc
Add PEP 3152: Cofunctions, by Greg Ewing.
2010-08-11 00:25:26 +00:00
Brett Cannon
8e2822f216
Set svn properties.
2010-08-11 00:24:58 +00:00
Florent Xicluna
7fda990b31
Fix typo in PEP 3147.
2010-08-09 09:46:08 +00:00
Georg Brandl
138a86a0fd
#8562 : add note about outdated check.
2010-08-02 19:50:16 +00:00