Commit Graph

2224 Commits

Author SHA1 Message Date
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
Fred Drake 65b934f544 update target location for the documentation upload 2006-03-29 06:59:43 +00:00
David Goodger b138bb2ce4 changed PEP references from "pep-XXXX.txt" to "PEP XXXX", so they get turned into links; removed some redundant links (reported by Martin Thomas) 2006-03-29 02:02:27 +00:00
Marc-André Lemburg 9cffe03581 Update the table of contents and fix a few typos. 2006-03-28 15:47:14 +00:00
Georg Brandl 0cc59f7e0d depreciated -> deprecated. 2006-03-28 07:39:14 +00:00
David Goodger 0fa66025fa default args to None 2006-03-28 01:35:11 +00:00
David Goodger d9e8adefa6 added -k/--keep-going option 2006-03-28 01:27:28 +00:00
David Goodger ed52c133d3 added -f/--force; replaced global destDirBase with default SERVER_DEST_DIR_BASE; added settings object; extracted build_peps() from main() 2006-03-28 01:20:51 +00:00
David Goodger fcd60d7678 Docutils update (svn:ignore properties only) 2006-03-27 14:12:33 +00:00
Anthony Baxter 62e742645e updates. note that feature freeze is as of beta1, not alpha2. 2006-03-27 08:43:16 +00:00
Neal Norwitz 6d464f1b83 Add some AST compiler issues that need resolving 2006-03-27 07:40:49 +00:00
Anthony Baxter 79cc31c815 sssh on pyc file 2006-03-27 05:59:31 +00:00
Anthony Baxter db65e33fef skip pyramid generation if output is up-to-date. 2006-03-27 05:46:54 +00:00
Phillip J. Eby 47e612f17c More info on the __exit__ return issue, per Guido's request 2006-03-25 04:31:37 +00:00
Phillip J. Eby 0d09dd2a6a Document the difference between a normal return from __exit__() and an
exception return.  Fix a problem with @contextmanager not detecting
a broken generator that yields after a throw().  Make @contextmanager
not reraise exceptions, but return a false value in that case instead.
2006-03-25 00:26:26 +00:00
Nick Coghlan 32f10bcf53 Update PEP 338 to reflect changes to run_module implementation (import lock is now held only when really needed) 2006-03-24 13:08:48 +00:00
David Goodger 7e55edbac0 whitespace change to rebuild site 2006-03-24 12:51:27 +00:00
David Goodger df4634ce75 fixed accidental deletion 2006-03-24 12:39:25 +00:00
David Goodger 663eabbe4a added Auxiliary Files section; updated URLs; updated text file description 2006-03-24 03:24:04 +00:00
David Goodger d1970bfedf changes from Martin Thomas: Added PEPANCHOR expression, removed trailing .html; shuffled around PEPURL etc.; removed http://www.python.org/ from URL (for mirrors) 2006-03-24 03:14:52 +00:00
David Goodger 2b74ff035a removed www.python.org hostname from PEP base URL so mirrors work 2006-03-24 03:06:17 +00:00
David Goodger 4d324e8108 removed RCS keyword cruft from Last-Modified & Version headers of plaintext PEPs; added copy_aux_files() for graphics etc.; fixed reST output to include template (which contains a warning in a comment); removed unused code from main() 2006-03-24 03:06:11 +00:00
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Guido van Rossum d9909922de Fix an inconsistency about whether 'cls' is preferred or not. 2006-03-23 18:56:43 +00:00