Commit Graph

2566 Commits

Author SHA1 Message Date
Neal Norwitz 9c21601ee9 Fix typo 2006-12-20 06:36:16 +00:00
Guido van Rossum 9be72a8133 Wrote the real PEP (mostly). 2006-12-20 05:44:20 +00:00
Guido van Rossum c599c8e2ef Not really creating the PEP, just a stub to reserve the PEP number. 2006-12-20 03:03:44 +00:00
Guido van Rossum 8041f57f01 add a link to PEP 3105 for print function call. 2006-12-19 21:20:00 +00:00
Guido van Rossum 36fd009b8a Updated timeline. 2006-12-19 21:17:06 +00:00
Georg Brandl 7cbb1c2f19 Clarify encoding cookie format. 2006-12-19 21:04:01 +00:00
Georg Brandl 1fc84c29cd Mark intern() move as done. 2006-12-19 20:51:35 +00:00
Georg Brandl 90f8562b42 Repair footnote jumble. 2006-12-19 19:01:10 +00:00
David Goodger 789d2fe5ea updated PEP templates with current PEP URLs 2006-12-04 19:59:42 +00:00
Georg Brandl 6de2ca32a7 Removing callable() is not certain. 2006-12-03 08:23:02 +00:00
Ka-Ping Yee 48ff6d0fe8 Add one more proposal to the list of extant proposals (and a reference
to the relevant message on the Python-3000 mailing list).
2006-12-01 03:32:33 +00:00
Georg Brandl 5496d1b4f9 Add interpreter prompt. 2006-11-30 22:01:39 +00:00
Georg Brandl 42a7e0f425 Update PEP 3100 wrt. __nonzero__ => __bool__ transition. 2006-11-28 19:33:39 +00:00
Georg Brandl 9b72634f0d sys.id and sys.intern are questionable. 2006-11-23 17:48:47 +00:00
David Goodger beb93decdc fixed properties 2006-11-21 01:32:03 +00:00
Georg Brandl 6233e5e003 Correct wrong link. 2006-11-20 16:31:44 +00:00
Georg Brandl 5078b98a98 Add PEP 3015: "Make print a function". 2006-11-19 23:17:32 +00:00
David Goodger 2800b2695a added 3104 to list; Ping's new email addy 2006-11-09 20:24:05 +00:00
Ka-Ping Yee 84fbeafdc9 Add PEP 3104 (Access to Names in Outer Scopes). 2006-11-09 19:53:16 +00:00
Fred Drake 2ad9f52224 - update some of the documentation build/release steps
- replace all occurances of "creosote" with "dinsdale"
2006-10-25 04:15:39 +00:00
Brett Cannon 4c8c08686b Fix a minor grammar error. 2006-10-20 02:07:00 +00:00
Brett Cannon 6c5632d2ca Update the PEP with a note about how no new PEPs should be added to this PEP.
This is to reflect the fact that python-dev deemed it bad to allow module
maintainers to have extra requirements on any code in Python.
2006-10-10 21:35:09 +00:00
Andrew M. Kuchling 9b8c2baefb Add an item 2006-10-06 13:13:57 +00:00
Brett Cannon cc102a2b9f Reword a rather awkward sentence. 2006-09-30 20:33:33 +00:00
Martin v. Löwis b97a12523a Guard definitions against redefinition.
Proposed by David Abrahams.
2006-09-22 20:10:37 +00:00
Fred Drake 265fe28f95 at least get the doc locations right 2006-09-22 04:54:25 +00:00
Neal Norwitz aae370853a Marking 2.5 PEP as final 2006-09-21 05:15:29 +00:00
Neal Norwitz bcc2efc924 2.5 was released, yay 2006-09-21 05:13:21 +00:00
Neal Norwitz 7087d47fd1 rc2 is out 2006-09-15 06:05:59 +00:00
Neal Norwitz 85c0c71103 No more blocking bugs 2006-09-11 04:08:04 +00:00
Martin v. Löwis 986abb0660 Streamline more version numbers for 2.5. 2006-09-10 17:16:23 +00:00
Martin v. Löwis 820378e7c1 Drop the mentioning of python20.wse, as it is
not used anymore.
2006-09-10 17:13:29 +00:00
Martin v. Löwis 8dd3e9a49b More updates to the Windows release process. Drop
requirement to test on Windows 9x.
2006-09-10 17:07:43 +00:00
Martin v. Löwis 7cf3daca63 Streamline version numbers to 2.5. 2006-09-10 17:00:30 +00:00
Martin v. Löwis bb3f415cdc Document current Windows release process. 2006-09-10 16:56:11 +00:00
Brett Cannon e78a10627f Update PEP 352 on the removal of __unicode__ on BaseException and remove bug
#1551432 as a blocker for 2.5 .
2006-09-09 07:23:20 +00:00
Neal Norwitz d232b63aae One bug down 2006-09-07 06:53:26 +00:00
Georg Brandl 56ff0ac972 Spell Neal's name correctly. Also, input() and raw_input() are already kicked out. 2006-09-06 06:53:05 +00:00
Guido van Rossum 1b26c9f57e Update status of various items. 2006-09-06 06:42:42 +00:00
Neal Norwitz 6ac49a04dd update status of more bugs 2006-09-05 04:09:41 +00:00
Neal Norwitz be5d2be36f update for rc2 2006-09-05 02:40:16 +00:00
George Yoshida bd1dc58509 Typo fix 2006-09-02 17:21:40 +00:00
Georg Brandl 92679350fb No messing around with zip(). 2006-08-31 17:34:30 +00:00
Georg Brandl 10a438680a Markup fix. 2006-08-29 07:19:18 +00:00
Georg Brandl 2c68d600ca Set missing "svn:keywords" property for some PEPs. 2006-08-28 09:50:10 +00:00
Guido van Rossum e65c915764 Py3k won't be case-insensitive. Added because someone asked about it. 2006-08-25 14:53:02 +00:00
Brett Cannon 8df90897b3 Note that backticks and '<>' removal are done. 2006-08-25 06:03:06 +00:00
Neal Norwitz f75351eccc Add some TODOs for 2.6. Some of these were implemented in 3k, others are likely to be done soon. 2006-08-25 01:29:43 +00:00
Neal Norwitz f0b55ea926 Fixed the buffer issue, unicode issue can wait for 2.5.1 2006-08-25 01:15:52 +00:00
Brett Cannon 61128a8561 Clarify why operator.isCallable() and operator.sequenceIncludes() are going
away.
2006-08-24 01:13:18 +00:00