summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/core.py
Commit message (Expand)AuthorAgeFilesLines
* Qualified use of 'newer_group' function.Greg Ward1999-10-231-1/+1
* Added 'force' and 'quiet' (negative alias for 'verbose') to theGreg Ward1999-10-031-83/+84
* Added 'ready' flag and 'ensure_ready()' method to Command: togetherGreg Ward1999-09-291-28/+53
* Ditched the whole notion of "alias options": this meant dropping theGreg Ward1999-09-211-39/+21
* Fixed some goofs in 'alias_options'.Greg Ward1999-09-131-2/+15
* Careful rethink of command options, distribution options, distributionGreg Ward1999-09-081-26/+108
* Patch from Perry Stoll: import types module.Greg Ward1999-08-291-0/+1
* Comment tweak.Greg Ward1999-08-141-5/+5
* Added the 'have_run' dictionary to Distribution, and changedGreg Ward1999-06-081-3/+33
* The 'copy_file()' and 'copy_tree()' functions in util.py now haveGreg Ward1999-05-021-8/+8
* Added all the "external action" methods (to make handling the verboseGreg Ward1999-04-041-1/+131
* First checkin of real Distutils code.Greg Ward1999-03-221-0/+597