| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 3.3 (#4931) | Éric Araujo | 2014-03-12 | 1 | -5/+2 |
|\ |
|
| * | Avoid “error: None” messages from distutils (#4931). | Éric Araujo | 2014-03-12 | 1 | -5/+2 |
|
|
* | | Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils... | Andrew Kuchling | 2013-11-10 | 1 | -2/+3 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|/ |
|
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | Issue #12451: distutils now opens the setup script in binary mode to read the | Victor Stinner | 2011-06-30 | 1 | -5/+3 |
|
|
* | Always close files in distutils code and tests (#10252). | Éric Araujo | 2010-11-05 | 1 | -1/+5 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -11/+13 |
|
|
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -1/+1 |
|
|
* | Merged revisions 76956 via svnmerge from | Tarek Ziadé | 2009-12-21 | 1 | -10/+7 |
|
|
* | Merged revisions 75893 via svnmerge from | Tarek Ziadé | 2009-10-27 | 1 | -2/+3 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+1 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-05 | 1 | -1/+1 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -14/+10 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -2/+2 |
|
|
* | Fix a bug in distutils.core's error handling. | Collin Winter | 2007-07-17 | 1 | -2/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -4/+4 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -3/+3 |
|
|
* | PEP 314 implementation (client side): | Fred Drake | 2005-03-20 | 1 | -1/+3 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | Patch 1046644 - improved distutils support for SWIG. | Anthony Baxter | 2004-10-14 | 1 | -1/+1 |
|
|
* | Backing out the basic dependency checking (from pycon sprint). | Anthony Baxter | 2004-10-13 | 1 | -2/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+0 |
|
|
* | Basic dependency checking. setup() has two new optional arguments | Anthony Baxter | 2004-03-22 | 1 | -1/+2 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
|
|
* | [Patch #683939] Add download_url field to metadata | Andrew M. Kuchling | 2003-02-19 | 1 | -1/+1 |
|
|
* | Remove the recently-added get_distutil_options(), and just | Andrew M. Kuchling | 2003-01-27 | 1 | -8/+13 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
|
|
* | [Bug #233259] Ugly traceback for DistutilsPlatformError | Andrew M. Kuchling | 2002-11-08 | 1 | -3/+1 |
|
|
* | Fix a small bug when sys.argv[0] has an absolute path. | Thomas Heller | 2002-11-07 | 1 | -1/+1 |
|
|
* | Add get_distutil_options(); future setup.py files can use this to check | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+9 |
|
|
* | Use distutils.debug.DEBUG instead of distutils.core.DEBUG. | Jeremy Hylton | 2002-09-11 | 1 | -5/+1 |
|
|
* | Define DEBUG as early as possible to avoid import problems. | Jeremy Hylton | 2002-06-04 | 1 | -5/+5 |
|
|
* | Fix unused local variables caught by pychecker. | Jeremy Hylton | 2002-06-04 | 1 | -3/+1 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -1/+5 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -2/+2 |
|
|
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 1 | -3/+3 |
|
|
* | Added 'run_setup()' to allow outsiders to run a setup script under | Greg Ward | 2000-09-01 | 1 | -1/+89 |
|
|
* | Added 'script_name' and 'script_args' instance attributes to Distribution. | Greg Ward | 2000-08-29 | 1 | -12/+22 |
|
|
* | Oops, import 'grok_environment_error()'. | Greg Ward | 2000-06-21 | 1 | -0/+1 |
|
|
* | Changed to use the new 'grok_environment_error()' function instead of | Greg Ward | 2000-06-17 | 1 | -10/+1 |
|
|
* | Catch DistutilSetupError from the Distribution constructor. | Greg Ward | 2000-06-03 | 1 | -1/+4 |
|
|
* | Use Distribution method 'dump_option_dicts()' for debugging output, and only | Greg Ward | 2000-06-02 | 1 | -6/+6 |
|
|
* | Reformatted and updated many docstrings. | Greg Ward | 2000-06-02 | 1 | -31/+33 |
|
|
* | Import the new Extension class, so setup scripts can | Greg Ward | 2000-05-31 | 1 | -0/+4 |
|
|
* | Catch CCompiler exceptions in 'setup()'. | Greg Ward | 2000-05-30 | 1 | -1/+2 |
|
|
* | Added the DEBUG global (set from the DISTUTILS_DEBUG environment variable). | Greg Ward | 2000-05-26 | 1 | -6/+19 |
|
|