| Commit message (Expand) | Author | Age | Files | Lines |
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -1/+1 |
|
|
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 1 | -10/+7 |
|
|
* | Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils | Tarek Ziadé | 2009-10-27 | 1 | -2/+3 |
|
|
* | Fixed #3987 : removed unused import | Tarek Ziadé | 2009-02-06 | 1 | -1/+0 |
|
|
* | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 1 | -2/+0 |
|
|
* | Restore Python 2.3 compatibility and remove "with" usage. | Marc-André Lemburg | 2008-08-18 | 1 | -2/+1 |
|
|
* | Update distutils so that it triggers no warnings when run under -3. | Brett Cannon | 2008-08-17 | 1 | -1/+2 |
|
|
* | #1858: re-apply patch for this, adding the missing files | Andrew M. Kuchling | 2008-05-11 | 1 | -0/+1 |
|
|
* | Revert r62998 as it broke the build (seems distutils.config is missing). | Brett Cannon | 2008-05-10 | 1 | -1/+0 |
|
|
* | #1858 from Tarek Ziade: | Andrew M. Kuchling | 2008-05-10 | 1 | -0/+1 |
|
|
* | my previous change did what I said it should not: it changed the current | Fred Drake | 2008-04-04 | 1 | -1/+0 |
|
|
* | - Issue #2385: distutils.core.run_script() makes __file__ available, so the | Fred Drake | 2008-04-04 | 1 | -1/+2 |
|
|
* | Removed uses of dict.has_key() from distutils, and uses of | Guido van Rossum | 2008-02-21 | 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 |
|
|
* | Added some debuging output (actually moved here from dist.py) -- | Greg Ward | 2000-05-23 | 1 | -0/+8 |
|
|
* | Tweaked usage message. | Greg Ward | 2000-05-23 | 1 | -2/+2 |
|
|
* | Call 'parse_config_files()' at the appropriate point. | Gregory P. Smith | 2000-05-12 | 1 | -7/+7 |
|
|
* | Merged in code from the 0.1.5 release to handle IOError and OSError | Greg Ward | 2000-04-22 | 1 | -6/+12 |
|
|
* | Catch DistutilsOptionError in 'setup()' -- it's thrown either because of | Greg Ward | 2000-04-22 | 1 | -1/+3 |
|
|
* | Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'. | Greg Ward | 2000-04-09 | 1 | -1/+1 |
|
|
* | Reorganization: moved the Distribution class from core.py to dist.py, and | Greg Ward | 2000-04-04 | 1 | -933/+6 |
|
|