summaryrefslogtreecommitdiff
path: root/Lib/distutils/core.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23426: run_setup was broken in distutils.Robert Collins2015-07-281-3/+2
* Issue #24245: Eliminated senseless expect clauses that have no any effect.Serhiy Storchaka2015-05-201-2/+0
* Merge 3.3 (#4931)?ric Araujo2014-03-121-5/+2
|\
| * Avoid ?error: None? messages from distutils (#4931).?ric Araujo2014-03-121-5/+2
* | Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils...Andrew Kuchling2013-11-101-2/+3
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
|/
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Issue #12451: distutils now opens the setup script in binary mode to read theVictor Stinner2011-06-301-5/+3
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-1/+5
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-0/+1
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-051-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-14/+10
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-2/+2
* Fix a bug in distutils.core's error handling.Collin Winter2007-07-171-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-3/+3
* PEP 314 implementation (client side):Fred Drake2005-03-201-1/+3
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-141-1/+1
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-131-2/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+0
* Basic dependency checking. setup() has two new optional argumentsAnthony Baxter2004-03-221-1/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* [Patch #683939] Add download_url field to metadataAndrew M. Kuchling2003-02-191-1/+1
* Remove the recently-added get_distutil_options(), and justAndrew M. Kuchling2003-01-271-8/+13
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* [Bug #233259] Ugly traceback for DistutilsPlatformErrorAndrew M. Kuchling2002-11-081-3/+1
* Fix a small bug when sys.argv[0] has an absolute path.Thomas Heller2002-11-071-1/+1
* Add get_distutil_options(); future setup.py files can use this to checkAndrew M. Kuchling2002-11-041-0/+9
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-5/+1
* Define DEBUG as early as possible to avoid import problems.Jeremy Hylton2002-06-041-5/+5
* Fix unused local variables caught by pychecker.Jeremy Hylton2002-06-041-3/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-1/+5
* Whitespace normalization.Fred Drake2001-12-061-2/+2
* Standardize whitespace in function calls.Greg Ward2000-09-261-3/+3
* Added 'run_setup()' to allow outsiders to run a setup script underGreg Ward2000-09-011-1/+89
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-291-12/+22
* Oops, import 'grok_environment_error()'.Greg Ward2000-06-211-0/+1
* Changed to use the new 'grok_environment_error()' function instead ofGreg Ward2000-06-171-10/+1
* Catch DistutilSetupError from the Distribution constructor.Greg Ward2000-06-031-1/+4
* Use Distribution method 'dump_option_dicts()' for debugging output, and onlyGreg Ward2000-06-021-6/+6
* Reformatted and updated many docstrings.Greg Ward2000-06-021-31/+33
* Import the new Extension class, so setup scripts canGreg Ward2000-05-311-0/+4
* Catch CCompiler exceptions in 'setup()'.Greg Ward2000-05-301-1/+2
* Added the DEBUG global (set from the DISTUTILS_DEBUG environment variable).Greg Ward2000-05-261-6/+19
* Added some debuging output (actually moved here from dist.py) --Greg Ward2000-05-231-0/+8
* Tweaked usage message.Greg Ward2000-05-231-2/+2