Commit Graph

2224 Commits

Author SHA1 Message Date
Andrew M. Kuchling fe146e8d57 Mention MacOS icons; add links to Windows and MacOS info (can't find the Unix icons) 2006-04-27 17:37:19 +00:00
Andrew M. Kuchling 699c32fb83 Record alpha2 release 2006-04-27 17:34:13 +00:00
Andrew M. Kuchling 4c0a068f90 Move mailbox change into 'completed' 2006-04-27 17:33:42 +00:00
Talin 2652ae46f8 Removed references to previous 'fformat' proposal.
Added clarification about relationship with string.Template
2006-04-27 16:53:54 +00:00
Georg Brandl d9b470db86 Add "lambda" decision at a promiment location. 2006-04-27 10:51:34 +00:00
Georg Brandl 996c95d757 Add "sorted genexp" pronouncement. 2006-04-27 10:13:55 +00:00
Georg Brandl 87cda17210 Add another idea from python-3000 list. 2006-04-27 09:55:12 +00:00
Georg Brandl 1de296ca70 Strings will stay iterable. 2006-04-27 09:47:03 +00:00
Neal Norwitz fa19ef822d Authors withdrew some PEPs by mail on python-dev (Apr 26, 2006). 2006-04-27 08:47:55 +00:00
Neal Norwitz 2a881b6090 Add withdrawn to the key/legend and use W to denote those PEPs already withdrawn. 2006-04-27 08:43:40 +00:00
David Goodger 0ac7bc2d0c added two PEPs by Talin: 3101, Advanced String Formatting; and 3102, Keyword-Only Arguments 2006-04-26 20:33:25 +00:00
Andrew M. Kuchling a30697598f Withdraw PEP 321: datetime objects have a strptime() method now 2006-04-26 10:20:27 +00:00
Neal Norwitz 0e22d18d60 optparse was upgraded, new AST bug 2006-04-25 06:19:08 +00:00
Guido van Rossum 85f11c2af4 Record that the Py3k C coding style will use 4 spaces, no tabs.
And record when it's okay to reformat a file to conform.
2006-04-24 18:52:08 +00:00
Nick Coghlan c854ad6eb9 Correct a bug in the nested() example 2006-04-24 04:41:45 +00:00
Nick Coghlan d36c583656 Change proposed terminology from context object to context specifier 2006-04-24 03:22:30 +00:00
Nick Coghlan db32145d0e Clarify the original meanings I intended for various terms, and record the fact that gaining consensus on the terminology is still an open issue 2006-04-23 05:14:10 +00:00
Brett Cannon f554d12d6f Mention how func_whatever is to be renamed __whatever__ 2006-04-22 21:21:18 +00:00
George Yoshida fd5e01fbd1 typo fixes 2006-04-21 15:22:45 +00:00
Anthony Baxter 6f45ffb194 few new possible items 2006-04-20 11:36:26 +00:00
Thomas Wouters 45faac076f Fix dupe entry. 2006-04-20 09:43:01 +00:00
Brett Cannon b363977eb7 Make ellipsis a legal expression in places other than in slices. 2006-04-19 22:38:33 +00:00
Guido van Rossum aeea16c9ef Add making ... a general expression. 2006-04-19 21:56:53 +00:00
Andrew M. Kuchling 18d51db878 Typo fix 2006-04-19 18:35:24 +00:00
Andrew M. Kuchling 233693f085 Update one item; should it just be removed? 2006-04-19 18:34:16 +00:00
Andrew M. Kuchling a95086c379 Add an item I'll work on 2006-04-19 12:37:16 +00:00
Neal Norwitz 46876bed16 Add a list of missing docs 2006-04-19 05:51:05 +00:00
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