summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* announce(): use the level argument to control the log level.Guido van Rossum2003-02-201-1/+1
* 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
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-29/+22
* Whitespace normalization.Fred Drake2001-12-061-10/+10
* Flush output more aggressively. This makes things look better ifNeil Schemenauer2001-08-291-0/+2
* Back out conversion to string methods; the Distutils is intended to workAndrew M. Kuchling2001-03-221-3/+3
* String method conversion.Eric S. Raymond2001-02-091-3/+3
* Standardize whitespace in function calls.Greg Ward2000-09-261-27/+27
* In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to theGreg Ward2000-09-161-2/+3
* Added the "sub-command" machinery to formalize the notion of "commandGreg Ward2000-09-161-0/+31
* Fix references to functions formerly imported from 'util'.Greg Ward2000-08-131-20/+23
* Replaced 'execute()' method with a thin wrapper around 'util.execute()'.Greg Ward2000-08-021-25/+1
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Added 'debug_print()' method (driven by DEBUG global from distutils.core).Greg Ward2000-06-081-0/+9
* Added the 'ensure_*' methods from bdist_rpm; refactored 'ensure_filename()'Greg Ward2000-06-041-1/+72
* Reformatted and updated many docstrings.Greg Ward2000-06-021-83/+85
* Added 'reinitialize_command()' method -- delegated to Distribution instance.Greg Ward2000-06-011-2/+6
* Added 'dump_options()' for debugging output.Greg Ward2000-05-281-0/+15
* Some far-reaching naming changes:Greg Ward2000-05-271-19/+11
* Added comment to remind us of the (temporary?) obsolescense of theGreg Ward2000-05-251-0/+5
* Use 'get_command_obj()' instead of 'find_command_obj()'.Greg Ward2000-05-231-3/+3
* In 'install_misc': 'self.outfiles' defaults to the empty list, so we don'tGregory P. Smith2000-05-131-1/+1
* In 'install_misc' class:Gregory P. Smith2000-05-121-10/+7
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-121-0/+30
* Got rid of some little-used and not-very-useful methods: 'get_option()' andGreg Ward2000-05-071-44/+3
* Cleaned up/simplified error-handling:Greg Ward2000-04-151-28/+14
* Define 'self.force' in the constructor and remove the hack in '__getattr__()'Greg Ward2000-04-101-5/+6
* Added a check for the 'force' attribute in '__getattr__()' -- better thanGreg Ward2000-04-101-6/+10
* Removed global '--force' option -- just too vague a concept to be applicableGreg Ward2000-04-101-10/+14
* Added (currently) pointless and trivial main body (for future tests).Greg Ward2000-04-091-0/+4
* Reorganization: moved the Distribution class from core.py to dist.py, andGreg Ward2000-04-041-0/+390