| Commit message (Expand) | Author | Age | Files | Lines |
* | PEP 314 implementation (client side): | Fred Drake | 2005-03-20 | 1 | -23/+86 |
|
|
* | Patch #1104111: Alter setup.py --help and --help-commands. | Martin v. Löwis | 2005-03-03 | 1 | -1/+10 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | oops. how did _that_ happen? | Anthony Baxter | 2004-10-13 | 1 | -0/+1 |
|
|
* | Backing out the basic dependency checking (from pycon sprint). | Anthony Baxter | 2004-10-13 | 1 | -60/+1 |
|
|
* | This allows additional commands to be provided for existing setup.py | Fred Drake | 2004-08-03 | 1 | -22/+62 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | Add support for package data. | Fred Drake | 2004-06-11 | 1 | -0/+1 |
|
|
* | Basic dependency checking. setup() has two new optional arguments | Anthony Baxter | 2004-03-22 | 1 | -1/+59 |
|
|
* | commentary about how bad ConfigParser is doesn't help here, and the | Fred Drake | 2004-02-17 | 1 | -3/+1 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
|
|
* | [Bug #693470] 'licence' as an alias for 'license' doesn't work. | Andrew M. Kuchling | 2003-03-03 | 1 | -1/+10 |
|
|
* | [Patch #683939] Add download_url field to metadata | Andrew M. Kuchling | 2003-02-19 | 1 | -1/+8 |
|
|
* | [Patch #658094] PEP 301 implementation | Andrew M. Kuchling | 2003-01-03 | 1 | -1/+12 |
|
|
* | 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 | -3/+0 |
|
|
* | Catch only ImportError | Andrew M. Kuchling | 2002-10-31 | 1 | -1/+1 |
|
|
* | Make the Distribution() constructor forgiving of unknown keyword | Andrew M. Kuchling | 2002-10-31 | 1 | -2/+11 |
|
|
* | Use distutils.debug.DEBUG instead of distutils.core.DEBUG. | Jeremy Hylton | 2002-09-11 | 1 | -1/+1 |
|
|
* | Use module-level import of DEBUG instead of many function-level imports. | Jeremy Hylton | 2002-06-04 | 1 | -4/+1 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -10/+6 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -14/+14 |
|
|
* | Use a version number of 0.0.0 instead of ???. The latter leads to | Thomas Heller | 2001-12-06 | 1 | -1/+1 |
|
|
* | [Bug #459270] Fix incorrect docstring | Andrew M. Kuchling | 2001-12-06 | 1 | -8/+5 |
|
|
* | Don't use dir() to find instance attribute names. | Neil Schemenauer | 2001-09-03 | 1 | -3/+7 |
|
|
* | Wrap a comment to fit in 80 columns. | Fred Drake | 2001-08-10 | 1 | -6/+6 |
|
|
* | [Bug #412271, bug #449009] Use 'license' as the attribute name, | Andrew M. Kuchling | 2001-08-10 | 1 | -11/+11 |
|
|
* | Back out the requirement to supply a version number | Andrew M. Kuchling | 2001-03-31 | 1 | -4/+0 |
|
|
* | Use the get_contact*() accessors instead of get_maintainer*() | Andrew M. Kuchling | 2001-03-22 | 1 | -2/+2 |
|
|
* | Add 'platforms' and 'keywords' attributes to the DistributionMetadata class, | Andrew M. Kuchling | 2001-03-22 | 1 | -5/+70 |
|
|
* | Bug #409403: Signal an error if the distribution's metadata has no version | Andrew M. Kuchling | 2001-03-17 | 1 | -0/+4 |
|
|
* | Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted | Andrew M. Kuchling | 2001-01-15 | 1 | -6/+10 |
|
|
* | Jack Jansen: added 'get_command_list()' method, and Mac-specific code to | Greg Ward | 2000-11-11 | 1 | -0/+38 |
|
|
* | Untabified. | Greg Ward | 2000-10-14 | 1 | -5/+5 |
|
|
* | Fix '_set_command_options()' so it only calls 'strtobool()' on strings | Greg Ward | 2000-09-27 | 1 | -2/+3 |
|
|
* | Standardize whitespace in function calls and docstrings. | Greg Ward | 2000-09-26 | 1 | -62/+62 |
|
|
* | Change to use the new 'translate_longopt()' function from fancy_getopt, rather | Greg Ward | 2000-09-25 | 1 | -5/+5 |
|
|
* | Fixed some bugs and mis-features in handling config files: | Greg Ward | 2000-09-25 | 1 | -9/+44 |
|
|
* | Remove some debugging output from the last change. | Greg Ward | 2000-09-16 | 1 | -7/+0 |
|
|
* | Generalized 'reinitialize_command()' so it can optionally reinitialize | Greg Ward | 2000-09-16 | 1 | -2/+20 |
|
|
* | Added 'script_name' and 'script_args' instance attributes to Distribution. | Greg Ward | 2000-08-29 | 1 | -23/+29 |
|
|
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 1 | -2/+2 |
|
|
* | fix inconsistent use of tabs and spaces | Jeremy Hylton | 2000-07-07 | 1 | -17/+17 |
|
|
* | Typo fix. | Greg Ward | 2000-06-28 | 1 | -1/+1 |
|
|
* | More stylistic tweaks to the generic '--help-xxx' code. | Greg Ward | 2000-06-24 | 1 | -12/+15 |
|
|
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 1 | -10/+27 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -3/+29 |
|
|
* | Always look for the system config file in the Distutils module directory, | Greg Ward | 2000-06-07 | 1 | -9/+12 |
|
|
* | Patch from Rene Liebscher: | Greg Ward | 2000-06-07 | 1 | -15/+16 |
|
|
* | Fix 'reinitialize_command()' so it resets the 'have_run' flag for the | Greg Ward | 2000-06-06 | 1 | -0/+1 |
|
|