| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Only print debugging output if DEBUG true (and deleted some of the more | Greg Ward | 2000-06-02 | 1 | -6/+7 |
|
|
* | Reformatted and updated many docstrings. | Greg Ward | 2000-06-02 | 1 | -25/+22 |
|
|
* | Oops, 'reinitialize_command()' forgot to return the command object if didn't | Greg Ward | 2000-06-01 | 1 | -1/+1 |
|
|
* | Factored '_set_command_options()' out of 'get_command_obj()'. | Greg Ward | 2000-05-28 | 1 | -8/+82 |
|
|
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -1/+1 |
|
|
* | Support for the "install_headers" command: distribution option 'headers' | Greg Ward | 2000-05-27 | 1 | -0/+4 |
|
|
* | Factored out code for extracting-or-creating one of the option | Greg Ward | 2000-05-26 | 1 | -13/+20 |
|
|
* | Fix 'get_command_obj()' so it checks if a command object has an attribute | Greg Ward | 2000-05-23 | 1 | -0/+4 |
|
|
* | Fixed so options from config files and command lines actually work: | Greg Ward | 2000-05-23 | 1 | -7/+27 |
|
|
* | Marching towards full support of config files: thoroughly overhauled the | Greg Ward | 2000-05-23 | 1 | -209/+238 |
|
|
* | Added 'has_scripts()', 'has_data_files()' methods. | Greg Ward | 2000-05-20 | 1 | -0/+6 |
|
|
* | Added missing import. | Greg Ward | 2000-05-20 | 1 | -0/+1 |
|
|
* | List data files are listed in the Distribution attribute 'data_files', | Gregory P. Smith | 2000-05-13 | 1 | -1/+1 |
|
|
* | Patch from Bastien Kleineidam: | Gregory P. Smith | 2000-05-12 | 1 | -0/+2 |
|
|
* | Preliminary support for config files: | Gregory P. Smith | 2000-05-12 | 1 | -12/+82 |
|
|
* | Got rid of several little-used and not-very-useful methods: 'get_option()', | Greg Ward | 2000-05-07 | 1 | -47/+2 |
|
|
* | Harry Henry Gebel: add 'long_description' to DistributionMetadata. | Greg Ward | 2000-04-26 | 1 | -1/+7 |
|
|
* | Fix how we generate the meta-data query methods to include 'get_fullname()' | Greg Ward | 2000-04-22 | 1 | -3/+5 |
|
|
* | Fixed the '--license' option so it's officially an alias for '--licence', | Greg Ward | 2000-04-21 | 1 | -4/+1 |
|
|
* | Patch, originally from Bastian Kleineidam and savagely mutilated by me, | Greg Ward | 2000-04-21 | 1 | -50/+193 |
|
|
* | Cleaned up/simplified error-handling: | Greg Ward | 2000-04-15 | 1 | -27/+9 |
|
|