summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,...Benjamin Peterson2009-04-111-0/+1
* Merged revisions 71473 via svnmerge fromTarek Ziadé2009-04-111-0/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-2/+0
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-131-1/+0
* Basic dependency checking. setup() has two new optional argumentsAnthony Baxter2004-03-221-0/+1
* [Bug #69389] List register command in __all__, so setup.py --help-commands wi...Andrew M. Kuchling2003-03-031-0/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Pulling Mark Alexander's contribution from CVS.Marc-André Lemburg2002-10-041-2/+3
* Patch #531901 by Mark W. Alexander: adds a new distutils packagerMarc-André Lemburg2002-04-171-0/+5
* Infrastructure support for the "bdist_wininst" command.Greg Ward2000-06-271-0/+1
* Changed order so 'clean' is right after the 'build' commands.Greg Ward2000-05-281-1/+1
* Added 'install_headers' command to install C/C++ header files.Greg Ward2000-05-271-0/+1
* Bastian Kleineidam: the "build_scripts" command and changesGreg Ward2000-05-251-0/+1
* Harry Henry Gebel: add 'bdist_rpm' command.Gregory P. Smith2000-05-131-0/+1
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-121-0/+2
* Added 'bdist' and 'bdist_dumb'.Greg Ward2000-03-311-0/+2
* Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'.Greg Ward2000-03-291-2/+2
* Simplified doc string.Greg Ward2000-03-181-11/+2
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Changed 'dist' to 'sdist'.Greg Ward2000-02-181-1/+1
* Added 'dist' command.Greg Ward2000-01-301-0/+2
* Added docstring, brought __all__ up-to-date.Greg Ward1999-09-211-2/+19
* First checkin of real Distutils command modules.Greg Ward1999-03-221-0/+6