summaryrefslogtreecommitdiff
path: root/Lib/distutils/dist.py
Commit message (Expand)AuthorAgeFilesLines
...
* [Patch #658094] PEP 301 implementationAndrew M. Kuchling2003-01-031-1/+12
* 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-3/+0
* Catch only ImportErrorAndrew M. Kuchling2002-10-311-1/+1
* Make the Distribution() constructor forgiving of unknown keywordAndrew M. Kuchling2002-10-311-2/+11
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+1
* Use module-level import of DEBUG instead of many function-level imports.Jeremy Hylton2002-06-041-4/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-10/+6
* Whitespace normalization.Fred Drake2001-12-061-14/+14
* Use a version number of 0.0.0 instead of ???. The latter leads toThomas Heller2001-12-061-1/+1
* [Bug #459270] Fix incorrect docstringAndrew M. Kuchling2001-12-061-8/+5
* Don't use dir() to find instance attribute names.Neil Schemenauer2001-09-031-3/+7
* Wrap a comment to fit in 80 columns.Fred Drake2001-08-101-6/+6
* [Bug #412271, bug #449009] Use 'license' as the attribute name,Andrew M. Kuchling2001-08-101-11/+11
* Back out the requirement to supply a version numberAndrew M. Kuchling2001-03-311-4/+0
* Use the get_contact*() accessors instead of get_maintainer*()Andrew M. Kuchling2001-03-221-2/+2
* Add 'platforms' and 'keywords' attributes to the DistributionMetadata class,Andrew M. Kuchling2001-03-221-5/+70
* Bug #409403: Signal an error if the distribution's metadata has no versionAndrew M. Kuchling2001-03-171-0/+4
* Fix from Jack Jansen for the Mac and the Metrowerks compiler, postedAndrew M. Kuchling2001-01-151-6/+10
* Jack Jansen: added 'get_command_list()' method, and Mac-specific code toGreg Ward2000-11-111-0/+38
* Untabified.Greg Ward2000-10-141-5/+5
* Fix '_set_command_options()' so it only calls 'strtobool()' on stringsGreg Ward2000-09-271-2/+3
* Standardize whitespace in function calls and docstrings.Greg Ward2000-09-261-62/+62
* Change to use the new 'translate_longopt()' function from fancy_getopt, ratherGreg Ward2000-09-251-5/+5
* Fixed some bugs and mis-features in handling config files:Greg Ward2000-09-251-9/+44
* Remove some debugging output from the last change.Greg Ward2000-09-161-7/+0
* Generalized 'reinitialize_command()' so it can optionally reinitializeGreg Ward2000-09-161-2/+20
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-291-23/+29
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-2/+2
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-17/+17
* Typo fix.Greg Ward2000-06-281-1/+1
* More stylistic tweaks to the generic '--help-xxx' code.Greg Ward2000-06-241-12/+15
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-241-10/+27
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-071-3/+29
* Always look for the system config file in the Distutils module directory,Greg Ward2000-06-071-9/+12
* Patch from Rene Liebscher:Greg Ward2000-06-071-15/+16
* Fix 'reinitialize_command()' so it resets the 'have_run' flag for theGreg Ward2000-06-061-0/+1
* Only print debugging output if DEBUG true (and deleted some of the moreGreg Ward2000-06-021-6/+7
* Reformatted and updated many docstrings.Greg Ward2000-06-021-25/+22
* Oops, 'reinitialize_command()' forgot to return the command object if didn'tGreg Ward2000-06-011-1/+1
* Factored '_set_command_options()' out of 'get_command_obj()'.Greg Ward2000-05-281-8/+82
* Some far-reaching naming changes:Greg Ward2000-05-271-1/+1
* Support for the "install_headers" command: distribution option 'headers'Greg Ward2000-05-271-0/+4
* Factored out code for extracting-or-creating one of the optionGreg Ward2000-05-261-13/+20
* Fix 'get_command_obj()' so it checks if a command object has an attributeGreg Ward2000-05-231-0/+4
* Fixed so options from config files and command lines actually work:Greg Ward2000-05-231-7/+27
* Marching towards full support of config files: thoroughly overhauled theGreg Ward2000-05-231-209/+238
* Added 'has_scripts()', 'has_data_files()' methods.Greg Ward2000-05-201-0/+6
* Added missing import.Greg Ward2000-05-201-0/+1
* List data files are listed in the Distribution attribute 'data_files',Gregory P. Smith2000-05-131-1/+1