Commit Graph

3889 Commits

Author SHA1 Message Date
Phillip J. Eby 281486c0a2 Whoops, missed a Python 3 change (__next__). 2011-01-13 15:51:34 +00:00
Raymond Hettinger 56dcd4ff1e Issue #10899: Function annotations being kept out of the standard library. 2011-01-12 23:22:08 +00:00
Raymond Hettinger eacc2cc483 Mark as Final
See Guido's approval at:

https://groups.google.com/forum/#!msg/python-web-sig/PBxKNkDVoag/EqXvt_-4zEEJ
2011-01-12 23:11:21 +00:00
Georg Brandl fb5a5c68aa Delay a bit more. 2011-01-11 07:51:13 +00:00
Phillip J. Eby 3a0fc6739a Also, input is bytes, not unicode... 2011-01-07 15:56:14 +00:00
Phillip J. Eby 90ea9f78d1 Need to actually encode headers being sent... 2011-01-07 15:53:02 +00:00
Phillip J. Eby f9ef4167cb Note that code samples are Python 3 now (I hope!) 2011-01-07 15:46:57 +00:00
Phillip J. Eby ae2d59f75b Fix re-raise syntax for Python 3 2011-01-07 15:45:26 +00:00
Phillip J. Eby 7a010e3932 More bytes I/O fixes 2011-01-07 15:39:27 +00:00
Phillip J. Eby eb05afdb33 Make CGI example correct for Py3 2011-01-07 04:29:14 +00:00
Martin v. Löwis 96f8a790a1 Issue #10181: remove buffer interface from ABI. 2011-01-06 19:33:28 +00:00
Phillip J. Eby 0e2443644e Update a couple of code samples for Python 3 2011-01-04 00:50:38 +00:00
Martin v. Löwis ccff4c88ca Clarify that libpython3.so is only meant for use in
applications.
2010-12-30 14:57:53 +00:00
Skip Montanaro 50db897f49 Eliminate obsolete mojam.com references. 2010-12-29 19:08:59 +00:00
Łukasz Langa 551ee82349 RC1 is obviously in 2011 2010-12-13 13:07:34 +00:00
Georg Brandl 642e8df87d Update target version. 2010-12-11 15:56:33 +00:00
Georg Brandl a85371a5b4 This is actually one step and cannot be done until after the release is up on python.org. 2010-12-05 12:11:52 +00:00
Martin v. Löwis b86794e399 Add structseq support.
Incorporate 3149 support.
Mark as final.
2010-12-04 16:42:07 +00:00
Barry Warsaw 0fd0f4986d Make it clear that PEP 291 covers only Python 2, and mark it final (now that
Python 2.7 - the last in the Python 2 line - has been released).
2010-11-30 21:05:26 +00:00
Georg Brandl fd1d228e4e Fix markup glitches. 2010-11-29 08:07:28 +00:00
Martin v. Löwis cbabaf3fad Finalize lists of types, functions, and variables. 2010-11-28 23:38:22 +00:00
Michael Foord 3b0897884e Modify the advice on line continuations to not recommend backslashes.
As discussed with Guido.
Also remove references to Python 2.0, 2.1 and 2.2
2010-11-28 19:45:15 +00:00
Georg Brandl 8def3e9cac Actually use 4-space indents in the PEP too. 2010-11-20 14:08:26 +00:00
Georg Brandl 4599356ec7 Record that Brett does the dev FAQ. 2010-11-19 19:14:41 +00:00
Georg Brandl d055d3039d Update PEP 385 with current status. 2010-11-19 17:12:24 +00:00
Georg Brandl 5e2069ee4c declarations are very rare in Python 2010-11-17 18:26:43 +00:00
Antoine Pitrou a9b9763b44 Typo 2010-11-16 17:45:20 +00:00
Antoine Pitrou 9677bf7d5d Add clarification, as suggested by Nick 2010-11-16 17:33:07 +00:00
Skip Montanaro 37d8aa6639 typo detected by Erik Haugen 2010-11-16 02:06:30 +00:00
Antoine Pitrou 6d51c53840 Mention socket.herror (!) 2010-11-10 17:38:46 +00:00
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