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
Andrew M. Kuchling
f212309353
Add items deferred from PEP 356 (the 2.5 release schedule)
2007-01-17 18:31:50 +00:00
Andrew M. Kuchling
aa3ef22bd1
Add setuptools to 2.6 roadmap
2007-01-17 18:29:34 +00:00
Guido van Rossum
188165449a
Mark int/long unification as done.
...
(Except maybe for speedups, but that's a separate project.)
2007-01-16 00:43:39 +00:00
Guido van Rossum
6917e68062
Update int/long unification status.
2007-01-15 00:35:52 +00:00
Brett Cannon
a4dcf4667f
Remove package introduction as an Open Issue and make it a Rejected Idea.
2007-01-13 19:24:12 +00:00
Brett Cannon
e9e54355f7
Note the deprecation of the sets module.
2007-01-13 00:29:27 +00:00
Brett Cannon
d7534d2035
Rework transition plan based on current discussions on python-dev.
...
Also reword some other random things.
2007-01-12 21:57:29 +00:00
Georg Brandl
feee717f0b
Patch #1627052 (backticks in PEP3099).
2007-01-10 20:24:13 +00:00
Brett Cannon
f4b919f80b
Add sqlite3 to the suggested database package. Also comment that the servers
...
package could be broken up separately into socket and HTTP server packages.
2007-01-10 19:57:10 +00:00
Brett Cannon
ea3b5e5b64
Clean up the discussion of the removal of modules based on PEP 4 or
...
documentation (a discrepency that will hopefully get fixed soon). Part of the
clean up is to no longer explicitly list modules slated for removal that are
mentioned in PEP 4 so as to not keep a duplicate copy of that list.
2007-01-10 19:30:05 +00:00
Brett Cannon
c177794044
Add a missing comma.
2007-01-10 19:01:46 +00:00
Brett Cannon
718b6f6c99
Fix a typo.
2007-01-10 18:59:30 +00:00
Georg Brandl
f4680d0439
Reference markup fix.
2007-01-10 16:21:49 +00:00
Brett Cannon
301c2574ac
'sets' module was removed from Py3K, so remove all mention of it.
2007-01-10 03:39:53 +00:00
Guido van Rossum
94820f0478
Note that the sets module has been removed.
2007-01-10 01:30:33 +00:00
Brett Cannon
77215ed8e6
Add 'sets' to the suggested package of Python implemented built-in types.
2007-01-09 22:24:14 +00:00
Brett Cannon
8a77cd9435
Flesh out platform-specific package suggestions. ALso add some comments on
...
other packages.
2007-01-09 22:07:19 +00:00