Commit Graph

34 Commits

Author SHA1 Message Date
Jeffrey Yasskin 7da36514e9 Mark 2to3 as compatible with python-2.5 per the discussion in issue 8566. 2010-04-30 23:29:59 +00:00
Benjamin Peterson 38a26f3fbc useful author value 2010-02-13 02:34:28 +00:00
Benjamin Peterson 5aa44cfb7c add 2to3 2010-02-13 02:33:59 +00:00
Martin v. Löwis b9aca5720d Remove logging module, per direction from Vinay Sajip. 2009-09-30 17:50:49 +00:00
Tarek Ziadé d1a30cb1fa distutils is back into PEP 291 2009-02-27 13:05:47 +00:00
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
Andrew M. Kuchling 9b8c2baefb Add an item 2006-10-06 13:13:57 +00:00
Neal Norwitz 7f68d11e6c Add a list of 2.4 language features, there are probably more I forgot 2006-06-30 06:30:07 +00:00
George Yoshida 4677be349b Undo the previous change.
The compatibility comment was not meant to be a requirement for future
changes and the comment itself was removed from the code.
2006-06-20 16:04:33 +00:00
George Yoshida 7cad1e36f8 Add uuid information.
uuid.py states that:
  This module works with Python 2.3 or higher.
2006-06-17 15:58:47 +00:00
George Yoshida 1088af6597 Replace tabs to spaces. 2006-06-17 15:50:49 +00:00
Brett Cannon 7e4415edea Add wsgiref information. 2006-06-10 01:41:25 +00:00
Andrew M. Kuchling f240346bb1 Typo fix 2006-05-23 12:38:51 +00:00
Marc-André Lemburg d2e441cf11 Add note regarding pybench benchmark. 2006-04-29 12:21:13 +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
Thomas Heller 03a9d2dab8 Added note about ctypes backwards compatibility. 2006-03-09 07:32:28 +00:00
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