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 |
David Goodger
|
d8c196c684
|
mark PEP 363 rejected
|
2007-02-20 03:32:58 +00:00 |
David Goodger
|
d715130cfe
|
update from the author
|
2007-02-20 03:30:58 +00:00 |
Georg Brandl
|
f7cee114e2
|
Mark diverse Py3000 PEPs as accepted, mark PEPs 328 and 3105 as Final.
|
2007-02-17 18:42:37 +00:00 |
Brett Cannon
|
6f2bca9fb2
|
Mention how Python/Python-ast.c must be committed separately after every change
to the grammar as its __version__ value is set to the AST grammar's revision
number.
|
2007-02-12 03:00:05 +00:00 |
David Goodger
|
343ecf5216
|
added PEP 363 "Syntax For Dynamic Attribute Access" by Ben North
|
2007-02-11 23:50:57 +00:00 |
Collin Winter
|
8f61b22a5d
|
Add sys.exc_clear for removal
|
2007-02-10 01:17:29 +00:00 |
Guido van Rossum
|
2b59677334
|
Mark print() as done, period. Note that softspace is gone too.
|
2007-02-09 23:52:38 +00:00 |
Collin Winter
|
0a3078f1cc
|
Fix off-by-one indentation error
|
2007-02-09 14:50:40 +00:00 |
Guido van Rossum
|
fd91896d80
|
Mark print conversion as mostly done.
|
2007-02-09 05:41:37 +00:00 |
Collin Winter
|
144dbefcd3
|
Mention that a reference implementation has been checked in
|
2007-02-06 02:39:18 +00:00 |
Collin Winter
|
a85fc84066
|
3110 and 3109 are standards track, not informational, PEPs
|
2007-02-05 22:16:35 +00:00 |
Collin Winter
|
931b82bdc4
|
Add PEP 3110: Catching Exceptions in Python 3000
|
2007-02-05 22:05:46 +00:00 |
Collin Winter
|
2b60fcad43
|
Add PEP 3109: Raising Exceptions in Python 3000
|
2007-02-05 22:01:58 +00:00 |
Andrew M. Kuchling
|
a2a12a86ea
|
Mention bare except: clauses in PEP 8; see the python-dev archive around Dec. 22 2007 for a short discussion
|
2007-02-01 21:09:28 +00:00 |
Andrew M. Kuchling
|
594770c5ec
|
Wording fix
|
2007-02-01 21:04:19 +00:00 |
Andrew M. Kuchling
|
3be6bcdbc7
|
Be stricter about string exceptions
|
2007-02-01 21:03:07 +00:00 |
Brett Cannon
|
34840feaed
|
Clarify transition plan about dropping string exceptions since the plan says
that an ability will be dropped the version after it is deprecated and thus
string exceptions will be gone in 2.6.
|
2007-01-29 05:54:11 +00:00 |
Brett Cannon
|
7ac5fe3be0
|
Specify that the 'message' argument should be a string that is human-readable.
|
2007-01-18 19:22:33 +00:00 |