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 |
Guido van Rossum
|
89710fca07
|
Reject PEP 3103 (switch/case statement).
|
2007-02-26 00:35:06 +00:00 |
Thomas Wouters
|
9f0f4ed77c
|
Update warn-for-py3k list after review of py3k changelist.
|
2007-02-25 22:54:58 +00:00 |
Neal Norwitz
|
15f2b3faa1
|
Some more 2.6 things to do
|
2007-02-25 21:58:13 +00:00 |
Neal Norwitz
|
6dbecf9384
|
Another 3k warning
|
2007-02-25 21:56:38 +00:00 |
Thomas Wouters
|
e0c7c5d7e0
|
Update my email address from the old work address (which still works, but
not indefinitely.)
|
2007-02-24 17:16:22 +00:00 |
Thomas Wouters
|
7f6abf9af8
|
Credit where credit due.
|
2007-02-24 17:13:30 +00:00 |
Neal Norwitz
|
91f95b4e77
|
Add some ideas from Raymond
|
2007-02-24 16:36:15 +00:00 |
Neal Norwitz
|
407214f90d
|
I assume this was from some mail msg, but I don't have the ref currently
|
2007-02-24 16:32:03 +00:00 |
Guido van Rossum
|
1a45ca7a95
|
Add the bytes literal PEP, by Jason Orendorff.
And accept it!
|
2007-02-24 05:42:52 +00:00 |
Guido van Rossum
|
33498634af
|
Restore the previous definition of __eq__ for d_values.
There was a reason I did it by modifying a list!
|
2007-02-24 05:41:38 +00:00 |
Guido van Rossum
|
0e97bb856c
|
Use trailing Emacs section from plaintext template.
|
2007-02-23 09:01:52 +00:00 |
Guido van Rossum
|
9ca7df06ee
|
Another update, clarifying (I hope) the method signatures and mentioning
other stuff that came up over dinner.
|
2007-02-23 04:31:15 +00:00 |
Guido van Rossum
|
3ed8bc79de
|
Update the bytes object to better resemble my intentions.
|
2007-02-22 23:57:46 +00:00 |
Guido van Rossum
|
7c97ac0ea4
|
Sorry, PEP 3106 is not yet accepted. Also removed mutating operations
and added some clarifications.
|
2007-02-20 23:32:28 +00:00 |
Nick Coghlan
|
d6a8f11a3a
|
Formally record December's acceptance of the raw_input() -> input() renaming.
|
2007-02-20 13:57:06 +00:00 |