summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/dist.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-121-0/+2
* Preliminary support for config files:Gregory P. Smith2000-05-121-12/+82
* Got rid of several little-used and not-very-useful methods: 'get_option()',Greg Ward2000-05-071-47/+2
* Harry Henry Gebel: add 'long_description' to DistributionMetadata.Greg Ward2000-04-261-1/+7
* Fix how we generate the meta-data query methods to include 'get_fullname()'Greg Ward2000-04-221-3/+5
* Fixed the '--license' option so it's officially an alias for '--licence',Greg Ward2000-04-211-4/+1
* Patch, originally from Bastian Kleineidam and savagely mutilated by me,Greg Ward2000-04-211-50/+193
* Cleaned up/simplified error-handling:Greg Ward2000-04-151-27/+9
* Removed global '--force' option -- just too vague a concept to be applicableGreg Ward2000-04-101-3/+0
* Add missing import of 'usage' string.Greg Ward2000-04-061-2/+2
* Reorganization: moved the Distribution class from core.py to dist.py, andGreg Ward2000-04-041-0/+567