| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Added 'get_name()' and 'get_full_name()' methods to Distribution. | Greg Ward | 2000-03-31 | 1 | -2/+16 |
|
|
* | Added the "distribution query" methods: 'has_pure_modules()', | Greg Ward | 2000-03-29 | 1 | -2/+22 |
|
|
* | Beefed up error-handling in 'setup()' a smidge: | Greg Ward | 2000-03-26 | 1 | -1/+3 |
|
|
* | Dropped the evil and misguided 'set_peer_option()' method -- it's no | Greg Ward | 2000-03-22 | 1 | -20/+0 |
|
|
* | Renamed 'install_path' to 'extra_path'. | Greg Ward | 2000-03-22 | 1 | -2/+6 |
|
|
* | Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- | Greg Ward | 2000-03-18 | 1 | -2/+3 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
|
|
* | Added call to 'ensure_ready()' on the command object in | Greg Ward | 2000-03-01 | 1 | -0/+1 |
|
|
* | Try to deal with pre-1.5.2 IOError exception objects. | Greg Ward | 2000-02-26 | 1 | -2/+6 |
|
|
* | Changed all references to command methods 'set_default_options()' and | Greg Ward | 2000-02-18 | 1 | -23/+23 |
|
|
* | Changed references to the command class 'options' attribute to 'user_options'. | Greg Ward | 2000-02-18 | 1 | -26/+27 |
|
|
* | Command classes are now named identically to their commands, so reflect this | Greg Ward | 2000-02-18 | 1 | -2/+1 |
|
|
* | Added 'libraries' option for use by the 'build_lib' command. | Greg Ward | 2000-02-05 | 1 | -1/+2 |
|
|
* | Improvements to the help system: | Greg Ward | 2000-01-30 | 1 | -5/+89 |
|
|
* | When emitting a command-line error message, *say* it's an error. | Greg Ward | 1999-12-16 | 1 | -1/+1 |
|
|
* | Made "verbose" mode the default; now you have to supply --quiet if you | Greg Ward | 1999-12-12 | 1 | -18/+75 |
|
|
* | Qualified use of 'newer_group' function. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
|
|
* | Added 'force' and 'quiet' (negative alias for 'verbose') to the | Greg Ward | 1999-10-03 | 1 | -83/+84 |
|
|