summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/core.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added call to 'ensure_ready()' on the command object inGreg Ward2000-03-011-0/+1
* Try to deal with pre-1.5.2 IOError exception objects.Greg Ward2000-02-261-2/+6
* Changed all references to command methods 'set_default_options()' andGreg Ward2000-02-181-23/+23
* Changed references to the command class 'options' attribute to 'user_options'.Greg Ward2000-02-181-26/+27
* Command classes are now named identically to their commands, so reflect thisGreg Ward2000-02-181-2/+1
* Added 'libraries' option for use by the 'build_lib' command.Greg Ward2000-02-051-1/+2
* Improvements to the help system:Greg Ward2000-01-301-5/+89
* When emitting a command-line error message, *say* it's an error.Greg Ward1999-12-161-1/+1
* Made "verbose" mode the default; now you have to supply --quiet if youGreg Ward1999-12-121-18/+75
* 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