Commit Graph

2147 Commits

Author SHA1 Message Date
Neal Norwitz 2c78981de8 Update planned date for a2. Re-org completed feature into sections (mostly new modules) 2006-04-19 05:30:15 +00:00
Neal Norwitz fb6e430aa4 These bugs (multiple ifs in comprehensions and PyRun_* API changes) have been fixed. 2006-04-19 04:12:56 +00:00
David Goodger 54ca43d444 updates from Steven Bethard 2006-04-18 23:25:47 +00:00
David Goodger 6967cb362c changed CVS references to SVN; updated SVN viewing URL 2006-04-18 20:52:06 +00:00
Phillip J. Eby 453a6c7d77 Make "context" vs. "context manager" terminology consistent.
Originally, there were only context managers, so a lot of text referred
to context managers that now should refer to contexts since the
__context__ method was added.  All contexts are context managers, so
these references were technically correct in some sense, but are
easier to understand if the more-specific terms are used.
2006-04-18 18:55:17 +00:00
Neal Norwitz ab2869f431 Alphabetize list 2006-04-18 04:32:36 +00:00
Neal Norwitz a2df2443c5 pkgutil now requires b/w compat with 2.3 per checkin comment by phillip eby 2006-04-18 04:26:58 +00:00
Tim Peters 124fde75d2 Clarify that iterating over a dict already yields the keys. 2006-04-16 22:09:59 +00:00
Tim Peters 695d455ddf Add missing SVN eol-style properties to text files. 2006-04-16 22:09:04 +00:00
Martin v. Löwis 1ebf91f769 Add PyObject_CallFunction and PyObject_CallMethod
to those with new conversion semantics.
2006-04-14 12:35:54 +00:00
David Goodger 7c39299824 added PEPs 359 (The "make Statement) and 3002 (Procedure for Backwards-Incompatible Changes) by Steven Bethard 2006-04-13 13:36:24 +00:00
David Goodger 5d38f6aa3a URL update 2006-04-13 13:36:15 +00:00
Anthony Baxter 4c40fb8ab5 add note about 1465834 2006-04-13 00:23:55 +00:00
Neal Norwitz 4a16c4f2d0 Update from pje 2006-04-12 05:16:36 +00:00
Neal Norwitz 3389e57961 Add note about PJEs updates to support PEP 302 imports. 2006-04-11 07:24:24 +00:00
Andrew M. Kuchling afff161abe Update hostname and URL 2006-04-10 21:56:25 +00:00
Thomas Wouters 4bac5bc78d Clarify the listcomp problem and promise to fix it. 2006-04-10 00:54:36 +00:00
Neal Norwitz 4448a891ba a1 was released, add another issue 2006-04-09 23:09:36 +00:00
Martin v. Löwis 18a98c596c Add PY_SSIZE_T_MAX/PY_SSIZE_T_MIN into the conversion guide. 2006-04-08 10:09:44 +00:00
David Goodger e27dca1aaa typo? 2006-04-06 18:46:53 +00:00
Guido van Rossum 03c79fc1fb Somehow this rejection wasn't checked in. 2006-04-06 18:36:56 +00:00
Guido van Rossum e4caee0c87 Add suggestion by Doug Landauer -- use an instrumented Python 2.x to find
future problems.
2006-04-06 18:03:49 +00:00
Guido van Rossum 03d1469fe6 Clarify what I meant when I said "it will be called Python 3.0". 2006-04-06 17:44:04 +00:00
Andrew M. Kuchling 1d1bd6367d typo fix 2006-04-06 12:53:23 +00:00
Georg Brandl dbd9039543 Incorporate suggestions from Neal. 2006-04-06 12:37:49 +00:00
Anthony Baxter 11afb96d86 PJE says the context manager issue isnt an issue 2006-04-06 01:39:54 +00:00
Guido van Rossum 8276957552 Remove a stray line (duplicated). 2006-04-06 00:16:48 +00:00
Guido van Rossum 9f27a6160f Clarify (I hope) that we're not going to *enforce* 80 columns. :-) 2006-04-05 21:21:57 +00:00
David Goodger fec2cefaa5 typo 2006-04-05 20:14:12 +00:00
Guido van Rossum ef6c7042a0 Added PEP 3000 lines. 2006-04-05 20:06:56 +00:00
Guido van Rossum de237d3e7a The new PEP 3000, describing some meta-meta-issues. 2006-04-05 20:06:03 +00:00
Georg Brandl b99673dd63 Change Author: header to new format (because the comma broke
the pep2pyramid parser with the old format).
2006-04-05 16:55:10 +00:00
Anthony Baxter 882d1e0f3d ssize_t clean note 2006-04-05 07:53:58 +00:00
Georg Brandl f9f748bdbd Add PEP 3001. 2006-04-05 07:34:58 +00:00
Georg Brandl d143c5d2f6 Move PEP 3000 to PEP 3100.
Someone still has to write PEP 3000 ;)
2006-04-05 07:17:23 +00:00
Neal Norwitz e2f29f756a a1 looks destined for the 5th somewhere in the world, update details about AST issues 2006-04-04 19:31:29 +00:00
Georg Brandl 1e94e92c69 Add "hash as attribute". 2006-04-04 17:50:24 +00:00
Georg Brandl a98221c42f Add PEP 3099 -- Things that Will Not Change. 2006-04-04 11:59:11 +00:00
Guido van Rossum dc1f45bcd7 Add a planned feature that Aahz wants to own: file() vs. open(), round 7. 2006-04-03 19:42:56 +00:00
Guido van Rossum 8fa172dfab Fix typo reported by Doug Ported on web-sig. 2006-04-03 19:07:07 +00:00
Guido van Rossum bbfdc5f6b0 Making GeneratorExit special isn't an open issue.
Propagating StopIteration from context managers should be Phillip Eby's issue.
2006-04-03 18:54:31 +00:00
Anthony Baxter 57b9beaf79 new todo - check the Demo/ code 2006-04-03 10:32:57 +00:00
Georg Brandl 87480f5529 Add icon issue. 2006-04-03 07:32:38 +00:00
Neal Norwitz 010b741685 pysqlite was added to stdlib. Add owners to outstanding items 2006-04-03 07:21:05 +00:00
Andrew M. Kuchling 75e891fea4 Typo fixes 2006-04-01 10:49:12 +00:00
Georg Brandl 31427dfed6 it's -> its 2006-03-31 10:38:30 +00:00
Neal Norwitz 4671f815be Anthony accepted pysqlite 2006-03-30 05:39:58 +00:00
Georg Brandl dae26f6943 Ooooh, I was too slow ;)
Adding my carefully crafted notes on rejection anyway.
2006-03-29 19:29:43 +00:00
Brett Cannon dc649e15dd Reject PEP 299 per Guido's request:
http://mail.python.org/pipermail/python-dev/2006-March/062968.html
2006-03-29 19:18:47 +00:00
Neal Norwitz 4c86f824e7 Fixed one major AST compiler problem. Add question about adding pysqlite 2006-03-29 08:14:09 +00:00