Commit Graph

97 Commits

Author SHA1 Message Date
Nick Coghlan 3cad622707 Tweak the headers on a few PEPs so they appear in the Historical PEPs section rather than at the top of the PEP index 2012-02-10 23:10:37 +10:00
Benjamin Peterson 1c2ec30d5d better callable replacement 2009-10-04 15:59:16 +00:00
Benjamin Peterson 59256aa390 these information peps need to be marked active 2009-02-08 23:16:57 +00:00
Georg Brandl d456d20d07 Update doc URLs in PEPs. 2008-10-02 12:40:49 +00:00
Brett Cannon 70cf069672 Fix a spelling typo and add a little markup. 2008-03-08 20:33:19 +00:00
Kurt B. Kaiser d40d434a13 Try to correct what appears to be a bug in rest referencing:
Referencing #__builtin(s)?__ changed to #builtin(s)?
2008-02-13 15:37:54 +00:00
Kurt B. Kaiser a35d7bbdcc ``list.sort()`` and ``builtin.sorted()`` methods: eliminate ``cmp`` 2008-02-13 14:58:05 +00:00
Georg Brandl 3777ca42ae trunc() is done. 2008-01-05 20:00:01 +00:00
Brett Cannon 65feeda92f Fix a spelling error. 2007-12-15 01:02:40 +00:00
Brett Cannon 4770769b04 Note how the 'new' module is gone. 2007-12-14 23:59:22 +00:00
Georg Brandl cd0940e93a Status update. 2007-12-09 15:29:34 +00:00
Georg Brandl a710a2504c make clear that reduce() is still there. 2007-12-09 09:18:28 +00:00
Guido van Rossum 76f348481f Update for __builtin__ rename. 2007-12-02 04:49:16 +00:00
Guido van Rossum 1633a7b08b Mark unbound method removal as done. 2007-11-27 17:55:30 +00:00
Skip Montanaro fcb3388e01 missing SPC 2007-11-24 20:37:43 +00:00
Guido van Rossum c47893b00e Dropping unbound methods has become more likely. 2007-11-24 17:54:55 +00:00
Brett Cannon 7645efeee7 Update PEPs on modules that have been removed in Py3K but not noted. 2007-10-05 05:39:45 +00:00
Brett Cannon 87d33da0f4 Remove duplicate entry for the removal of md5. 2007-10-03 18:51:50 +00:00
Andrew M. Kuchling 0c7c11adc6 Remove name from PEP 3100; no time to follow 3.0 2007-10-03 11:24:09 +00:00
Georg Brandl 1ea1be4b61 Update removed modules list. 2007-09-22 08:23:41 +00:00
Andrew M. Kuchling 32328edd04 Typo fixes 2007-09-13 22:49:14 +00:00
Neal Norwitz 09b6a45abe Guido and Jeffrey decided that __mod__ and __divmod__ should stay on floats. 2007-08-22 21:33:30 +00:00
Neal Norwitz 827969e3d1 execfile is now gone 2007-08-12 00:43:42 +00:00
Georg Brandl 3501cc0527 Mention removal of __methods__ and __members__. 2007-08-11 07:09:00 +00:00
Neal Norwitz c490101cdf Make from X import * outside module scope an error. 2007-08-05 02:20:27 +00:00
Brett Cannon 7c4a43e252 Fix a misspelling and clarify what indirection entries in sys.modules are. 2007-07-27 23:35:34 +00:00
Guido van Rossum 1a0fce58f3 Various status updates. 2007-07-27 19:21:32 +00:00
Thomas Wouters ae5c53dba6 Update for dict comprehensions. 2007-07-11 12:35:47 +00:00
Neal Norwitz a6928ec6ff Now map and filter also return an iterator 2007-07-03 06:05:09 +00:00
Brett Cannon 50f4952360 Make my email address be consistent. 2007-06-20 15:35:13 +00:00
Guido van Rossum 17c044d600 Some updates.
Remove an item that's covered by acceptance of PEP 3121.
Remove an item that's covered by rejection of PEP 3122 and PEP 299.
2007-06-18 23:49:27 +00:00
Collin Winter 92f50dc3ec Mark the removal of StandardError as done. 2007-06-12 21:24:20 +00:00
Georg Brandl 5129f81bdd Add new additions/removals to PEP 3100. 2007-06-11 18:44:47 +00:00
Collin Winter 03d35ea623 Add StandardError to the kill list for Python 3. 2007-06-07 20:21:11 +00:00
Neal Norwitz 9e84963d32 Update modules that have been removed so far 2007-06-02 07:56:55 +00:00
Neal Norwitz 3fa034da0d reload is gone 2007-06-01 05:20:05 +00:00
Brett Cannon d83bf8322a Update on the removal of cfmfile. 2007-06-01 02:35:09 +00:00
Brett Cannon 28eaab7133 Update based on current status of md5 and sha. 2007-05-30 21:55:41 +00:00
Brett Cannon eaa114d168 Remove mimify in Python 3.0. 2007-05-30 21:53:55 +00:00
Brett Cannon e88ddeca55 Document that MimeWriter has been removed. 2007-05-30 21:21:10 +00:00
Neal Norwitz 49e97bd60d If we remove the reload builtin(), do we really need PyImport_ReloadModule()? 2007-05-30 04:57:08 +00:00
Guido van Rossum 3c3f1b7547 None, True, False are keywords now. 2007-05-30 03:40:29 +00:00
Neal Norwitz cc1a2f946a Remove sys.exc_clear() 2007-05-29 08:18:41 +00:00
Neal Norwitz 1f6b1f9bbf sys exc attrs removed 2007-05-29 07:59:42 +00:00
Neal Norwitz 408d2ae4c8 Remove callable 2007-05-21 06:59:52 +00:00
Neal Norwitz 26e6b57bd0 coerce and xrange have been done 2007-05-20 07:45:53 +00:00
Guido van Rossum e629017f4e Clarify that filter and map stay but will return iterators. 2007-05-18 14:44:56 +00:00
Brett Cannon c4b353b4ac Document the removal of gopherlib. 2007-05-16 22:46:19 +00:00
Brett Cannon e6549ccc70 More clearly specify what modules should be removed in Python 2.6 along with
what deprecated modules currently lack a DeprecationWarning.
2007-05-16 05:27:37 +00:00
Brett Cannon 377daecac6 Reformat PEP 4 modules to remove and move cl as removed. 2007-05-16 04:44:21 +00:00