Commit Graph

2464 Commits

Author SHA1 Message Date
Brett Cannon 200254be97 Make author listing consistent. 2007-04-15 02:08:39 +00:00
Brett Cannon 8f7928a5fb Make Author field's name be consistent with other names (it's not plural). 2007-04-14 00:31:26 +00:00
Brett Cannon accb7090ef Fix a typo in the PEP title. 2007-04-14 00:30:06 +00:00
Guido van Rossum 9cbb5f0731 Add newline arg to open(). 2007-04-11 01:09:33 +00:00
Guido van Rossum 4109356d29 Like seek(), truncate() always returns the new current position.
All write() methods return the number of bytes/characters written
(for buffered and text files, this is always the lenth of the input).
2007-04-10 20:58:53 +00:00
Guido van Rossum 8c3078b844 Note that stdlib changes are starting after 3.0a1 is released. 2007-04-10 18:55:02 +00:00
Guido van Rossum 8765102b9b seek() returns an int everywhere. 2007-04-10 18:37:53 +00:00
Nick Coghlan ead0191bee PEP 3118 updates from Travis 2007-04-10 09:45:04 +00:00
Georg Brandl f77cdbd262 Add missing keywords. 2007-04-09 09:03:03 +00:00
Nick Coghlan bcffffbaea Add enhanced buffer interface PEP from Travis Oliphant 2007-04-09 05:51:32 +00:00
Guido van Rossum 4834ccd143 Clarify what to use instead of callable(). 2007-04-08 16:51:33 +00:00
Guido van Rossum 38fbef2fb2 Add words discouraging overly-broad except clauses. 2007-04-06 15:09:21 +00:00
Guido van Rossum 799cd54779 Update by Mark Russell -- clarify readinto(), and qualify tell()/seek() on
textio buffers.
2007-04-05 18:25:11 +00:00
Georg Brandl 0ae6c2020d Checkin PEP 3117. 2007-04-04 06:41:20 +00:00
Collin Winter 3d07d0d4fb Mark the removal of isCallable() and sequenceIncludes() from operator as 'done'. 2007-03-21 20:15:07 +00:00
Collin Winter 6922d56427 Mark the removal of sys.exitfunc as done. 2007-03-21 03:01:51 +00:00
Brett Cannon 34e9d0f39f Clarify the transition plan for the 2to3 fixer. Also link directly to the
fixer itself.
2007-03-20 21:47:44 +00:00
Georg Brandl 1c68c46409 PEP 358 is accepted. 2007-03-18 20:04:00 +00:00
Guido van Rossum 1f4fb613e8 Accept PEP 3115. 2007-03-18 15:42:32 +00:00
David Goodger 3ed9968c48 markup & punctuation fixes 2007-03-16 20:01:57 +00:00
Georg Brandl 92d7f773f2 Fix ReST markup wrt. literal code blocks. 2007-03-16 08:45:32 +00:00
Guido van Rossum ad1e48dbf1 Fix layout glitch in References section. 2007-03-16 00:47:10 +00:00
Talin 4c5f90cb3e Updated the PEP in accordance with the latest discussions. Added additional rationales and use cases, and added a link to the sample implementation. 2007-03-16 00:36:00 +00:00
Guido van Rossum 4b14e34f00 PEP 3116 - new I/O, by Mike Verdone and Daniel Stutzbach;
converted from HTML by Jason Orendorff.
2007-03-15 18:05:48 +00:00
Guido van Rossum 3ea110add4 Add PEP 3115: Metaclasses in Py3k, by Talin.
Updated PEP 0 to list PEP 3114: next -> __next__, by Ping.
2007-03-14 17:52:19 +00:00
Georg Brandl 51dc636e9c Mark PEP 275 as rejected. The "switch" PEP for Py3k, PEP 3103
is already rejected.
2007-03-13 20:12:59 +00:00
Neal Norwitz 5f337943ed Add pointer to thread about how to resolve the dueling builtins. 2007-03-13 04:19:57 +00:00
Brett Cannon 744af78dc8 Add a section for modules with just really bad names. Start it with renaming
test.test_support to test.support .
2007-03-13 02:03:26 +00:00
Ka-Ping Yee 28566dec12 Update transition plan (according to e-mail from Collin Winter). 2007-03-07 02:19:15 +00:00
Ka-Ping Yee 7d90144644 Add PEP 3114: renaming .next() to .__next__(). 2007-03-06 23:27:37 +00:00
Barry Warsaw b515f0caf7 PEP 364, Transitioning to the Py3K Standard Library 2007-03-06 23:01:20 +00:00
Brett Cannon 07b3c3b72f Mark PEP 3107 as finished. 2007-03-04 20:09:49 +00:00
Brett Cannon 4e28bfae55 Make PEP 3102 as finished. 2007-03-04 20:04:12 +00:00
Brett Cannon c8a6c5d2df Mark PEP 3104 as finished (implemented at PyCon 2007 sprint by Jeremy Hylton). 2007-03-04 20:02:51 +00:00
Brett Cannon 2362fff60a Fix up marking PEP 3106 as accepted (was already listed in the Accepted section
of PEP 0).  Not marking as Implemented as some Open Issues are still listed.
2007-03-04 19:59:36 +00:00
Brett Cannon fc09db9704 Change the classification of PEP 3108 from Information to Standards Track since
it needs acceptance and is not just explaining something.
2007-03-04 19:57:43 +00:00
Brett Cannon 9a13ad8b25 Mark PEP 3113 as accepted. 2007-03-04 19:56:13 +00:00
Brett Cannon 74cc408ab9 Clarify how tuple parameters do not work with PEP 3102 and 3107. 2007-03-04 19:26:52 +00:00
David Goodger 86ee25c609 added Standards Track type 2007-03-04 06:35:06 +00:00
David Goodger 3c894c31f2 fixed indentation errors 2007-03-04 06:05:40 +00:00
David Goodger b8656fff37 fixed markup; added PEP number to header 2007-03-04 06:05:29 +00:00
Brett Cannon c09a3ed536 Fix minor typo (thanks, Terry Reedy). 2007-03-03 22:09:12 +00:00
Brett Cannon a768232dbd Fix the creation date. 2007-03-03 00:46:14 +00:00
Brett Cannon 4301006e14 Add PEP 3113 (Removal of Tuple Parameter Unpacking). 2007-03-03 00:42:09 +00:00
Jack Diederich 967e96d1ed * update the Checklist to reflect the current ast/compiler 2007-03-01 22:39:00 +00:00
Georg Brandl 0bc1b01905 Correctly specify the set of hexadecimal characters. 2007-02-27 08:39:07 +00:00
Guido van Rossum 96927f04c2 This pep was accepted but the status was never updated. 2007-02-27 00:28:24 +00:00
Georg Brandl 9884c6cbf2 Mark a few PEP 3100 items as done, update PEP 358 wrt. bytes literals. 2007-02-26 17:33:15 +00:00
Guido van Rossum d50d640d85 Mark input() -> raw_input() as done (revising the plans). 2007-02-26 17:04:01 +00:00
Brett Cannon 9bb90a8fea Update the PEP to be in line with the working implementation. 2007-02-26 15:30:51 +00:00