Commit Graph

2741 Commits

Author SHA1 Message Date
Guido van Rossum 94353f3e7b Make append and reverse concrete methods of mutable sequences. 2007-05-17 00:20:06 +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
Neal Norwitz 5ac848d9ab Move doc about supporting old versions of FreeBSD from PEP 11 to 4.
We are just not supporting the platform-specific modules, not the platform.

Here is the original checkin comment for PEP 11:

Remove support for freebsd[23] which were last released in 2000.

In 2.7 remove support for freebsd4 and 5.  4 is already not supported,
but the last version was released in 2005.
5 will be EOL around the same time as 2.6 is released.

http://www.freebsd.org/releases/index.html
http://security.freebsd.org/
2007-05-16 05:04:32 +00:00
Brett Cannon 377daecac6 Reformat PEP 4 modules to remove and move cl as removed. 2007-05-16 04:44:21 +00:00
Brett Cannon 24fa739905 Clean up listing of what modules are deprecated and thus should go from Py3K. 2007-05-16 04:31:51 +00:00
Brett Cannon 80ceb20a67 Document the removal of the 'pure' module. 2007-05-16 04:06:53 +00:00
Brett Cannon 8ec67fd090 Update deprected module removals. 2007-05-16 04:06:05 +00:00
Brett Cannon f6496867de Mention to edit Setup.dist and setup.py when a module is removed. 2007-05-16 04:02:15 +00:00
Guido van Rossum 84a01df576 strop is gone. several other modules were already gone (e.g. pcre, xmllib). 2007-05-15 22:00:14 +00:00
Brett Cannon cd281f50af Mark PEP 3113 as final. 2007-05-14 23:39:19 +00:00
Brett Cannon 2c5f40ace7 Note that compiler package has been removed. 2007-05-14 21:12:58 +00:00
Brett Cannon 3ba574e1cd List the compiler package for removal. 2007-05-14 20:18:53 +00:00
Brett Cannon e2300e7d69 List the steps needed to properly remove a module. 2007-05-14 20:06:30 +00:00
David Goodger bbb57ec5b2 svn property fixes 2007-05-14 14:11:03 +00:00
David Goodger 6dd0404ccb fixed definition list markup (removed blank lines); removed whitespace 2007-05-14 14:09:14 +00:00
Collin Winter 78cc6a4ac0 Add PEP 3133, Introducing Roles. 2007-05-14 05:36:02 +00:00
Brett Cannon e6119af8a2 md5 and sha are now gone. 2007-05-14 02:24:01 +00:00
Neal Norwitz 2e69f32941 Update status 2007-05-14 00:55:29 +00:00
Neal Norwitz b73128ab5a Remove support for freebsd[23] which were last released in 2000.
In 2.7 remove support for freebsd4 and 5.  4 is already not supported,
but the last version was released in 2005.
5 will be EOL around the same time as 2.6 is released.

http://www.freebsd.org/releases/index.html
http://security.freebsd.org/
2007-05-13 21:16:45 +00:00
Martin v. Löwis 51a225ee53 Include implementation experience. 2007-05-13 14:23:03 +00:00
Brett Cannon cef6e8f06a Add a reference to mod_python's use of multiple interpreters and fix two typos. 2007-05-12 22:10:13 +00:00
Guido van Rossum 842b40e558 Streamlined the containers section. 2007-05-11 23:36:47 +00:00
Guido van Rossum cef12733fb Checkpoint. Rewrote (and swapped) the sections on
isinstance/issubclass overriding and the support framework.
Next up: redesign the collection ABCs.
2007-05-11 20:49:12 +00:00
Georg Brandl ca783cc71c Mark PEP 3132 as final. 2007-05-11 15:36:08 +00:00
Guido van Rossum f90b4368a8 Reject PEP 3128 (BList). 2007-05-10 23:41:53 +00:00
Guido van Rossum 41cc7d87e0 Accept PEP 3127 (integer literal and support) and reject PEP 3130 (access
to current module/class/function).
2007-05-10 22:56:48 +00:00
Guido van Rossum 34ec2ad36c Fix some bugs when dealing with non-existent or non-PEP files. 2007-05-10 22:55:31 +00:00
Guido van Rossum c91f1215e8 Accept PEPs 3120 (UTF-8 default source encoding), 3121 (extension
initialization and finalization) and 3123 (PyObject_HEAD vs. stdC).
2007-05-10 22:33:40 +00:00
Guido van Rossum 883209f6ee Reject PEPs 3125 and 3126 (removing backslash continuation and implicit
string concatenation, respectively).
2007-05-10 22:18:18 +00:00
Collin Winter a9bee501e6 Mark PEP 3117 as rejected. 2007-05-10 20:17:53 +00:00
Collin Winter ec62da74ad Mark PEP 3129 as accepted. 2007-05-08 19:31:17 +00:00
Collin Winter d8cae96776 Add a post-history entry. 2007-05-07 19:05:28 +00:00
Guido van Rossum 4426f2d7c8 New version, Raymond is now co-author. 2007-05-07 18:05:23 +00:00
Brett Cannon 9ebf76db3a Add mention about PEP 352 and the deprecation of BaseException.message. 2007-05-05 01:34:50 +00:00
Georg Brandl 233fe02acb Revert r55132. Sorry Guido, but I was faster :) 2007-05-04 20:46:34 +00:00
Guido van Rossum 3e0cd27724 Major rewrite by Jim Jewett.
The inside-a-string continuation is separated from the general continuation.

The alternatives section is expaned to als list Andrew Koenig's
improved inside-expressions variant, since that is a real contender.
2007-05-04 20:08:39 +00:00
Georg Brandl ea766d6a3d Add two missing literal block markers. 2007-05-04 19:28:34 +00:00
Georg Brandl bbbe63701a Updated PEP 3125 from Jim Jewett. 2007-05-04 19:26:28 +00:00
David Goodger e20d2b0e11 updated title per r55088 2007-05-03 15:31:10 +00:00
Martin v. Löwis 5cf71d49ba C module -> extension module. 2007-05-03 07:01:14 +00:00
Martin v. Löwis 1ccd48940d Retitle, clarifying that the PEP talks about
extension modules.
2007-05-03 07:00:04 +00:00
Georg Brandl a4f91773f4 Little addition. 2007-05-02 21:45:29 +00:00
Georg Brandl 0c4dbfca14 Update PEP and refer to patch. 2007-05-02 21:24:11 +00:00
Andrew M. Kuchling 7769a3f2ce Typo fix 2007-05-02 17:49:05 +00:00
Georg Brandl 09d0fc1583 Update of PEP 318, by Jim Jewett. 2007-05-02 07:14:15 +00:00
Phillip J. Eby bdb8407da1 Fix wrong environment variable name 2007-05-02 03:06:55 +00:00
Guido van Rossum 336525defa PEPs aren't executable files. 2007-05-02 02:44:15 +00:00
Andrew M. Kuchling bececb7601 Another typo fix 2007-05-02 01:25:31 +00:00
Andrew M. Kuchling fc297ba2ef Fix typo, to test the PEP rebuild 2007-05-02 01:19:58 +00:00