summaryrefslogtreecommitdiff
path: root/Lib/distutils/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29218: Remove unused install_misc commandBerker Peksag2017-02-011-31/+0
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-2/+1
* Issue #19544 and Issue #6516: Restore support for --user and --group paramete...Andrew Kuchling2013-11-151-2/+4
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 74990 via svnmerge fromTarek Ziadé2009-09-211-1/+1
* Merged revisions 71589 via svnmerge fromTarek Ziadé2009-04-131-10/+6
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-1/+2
* Merged revisions 70886,70888-70892 via svnmerge fromTarek Ziadé2009-03-311-1/+1
* Merged revisions 69881 via svnmerge fromTarek Ziadé2009-02-221-4/+0
* Merged revisions 69385 via svnmerge fromTarek Ziadé2009-02-071-7/+7
* Merged revisions 69360 via svnmerge fromTarek Ziadé2009-02-061-1/+1
* Remove incorrect usages of map() in distutils.Amaury Forgeot d'Arc2008-07-261-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-4/+4
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-100/+66
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-3/+2
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-5/+4
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* fix typoFred Drake2004-06-181-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* 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