Commit Graph

17 Commits

Author SHA1 Message Date
Georg Brandl 586cb2249c CVS -> SVN 2006-02-22 22:02:13 +00:00
Neal Norwitz 753b341e2e Update my address 2006-02-08 05:53:43 +00:00
Brett Cannon 91a41916ba Add mention of features added in 2.4 and thus to be avoided in 2.3 .
Also make all lines 70 characters or less.
2005-12-11 23:33:53 +00:00
Andrew M. Kuchling e769029165 After some discussion at the distutils sprint at PyCon 2005, it seems that
no one really wants to make a new standalone release of Distutils.
Given that, there's no reason for Distutils code to preserve backward
compatibility, so I am removing the requirement for 2.1 compatibility.

(Jython doesn't use Distutils.  Samuele Pedroni observes that if
Jython does use it someday, that version of Jython will likely support
2.2/2.3 features.  So Jython isn't a reason to keep 2.1
compatibility.)
2005-03-20 20:47:01 +00:00
Martin v. Löwis 293546a942 Bump distutils compat to 2.1, following
http://mail.python.org/pipermail/distutils-sig/2004-September/004168.html
2004-11-10 08:22:51 +00:00
Fredrik Lundh e85c3e670f added subprocess to the compatibility PEP 2004-10-13 15:57:42 +00:00
Martin v. Löwis 6e81017b99 Bump minimum version for xmlrpclib to 2.1. Fixes #1009803 2004-08-20 07:32:06 +00:00
Raymond Hettinger 08ce24e39a Establish update policies for the decimal module. 2004-08-19 22:58:30 +00:00
Guido van Rossum 3c685c197c Add compatibility guideline for platform.py. 2004-05-06 00:29:47 +00:00
Barry Warsaw 29de76cc1b Greg's really the maintainer of bsddb, I just back him up. 2003-12-04 15:16:00 +00:00
Barry Warsaw 246bdd7250 Elaborate that some packages may have different compatibility
requirements based on the branch of Python they're developed on.
2003-12-04 15:12:55 +00:00
Just van Rossum 7e2d5c179b list modulefinder for 2.2 compatibility 2003-07-18 15:32:46 +00:00
Just van Rossum adf4fd2cc8 Bumped sre's "baseline" to 2.1, per /F's recommendation in bug #764548 2003-07-02 21:07:42 +00:00
Barry Warsaw 87e4c7b2c1 Mark bsddb package as b/c with Python 2.1. I'll be responsible for
that.
2003-01-10 19:13:46 +00:00
David Goodger 0c6e68ed1a Clarified the "Features to Avoid" table & text. 2002-11-30 01:50:39 +00:00
Neal Norwitz 4e06fbde27 Add logging package backward compatibility reqt for 1.5.2
Guido wants a comment at the top of each file that has a compatibility reqt
Remove modulefinder as having a compatibility reqt
(I think this is what Guido and Thomas agreed to, let me know if not.)
2002-11-15 22:53:27 +00:00
Barry Warsaw 42bd6f45a7 The PEP file name was non-standard. pep-0291.txt is just a copy of
pep-291.txt.  Please use the former.
2002-06-07 02:47:13 +00:00