summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/config.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-1/+1
* Removed unused imports.Serhiy Storchaka2016-04-251-1/+1
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 71528 via svnmerge fromTarek Ziadé2009-04-121-0/+1
* Merged revisions 71523 via svnmerge fromTarek Ziadé2009-04-121-2/+1
* Merged revisions 71513 via svnmerge fromTarek Ziadé2009-04-121-10/+8
* Merged revisions 71509 via svnmerge fromTarek Ziadé2009-04-121-5/+10
* 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-62/+40
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-4/+4
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-5/+5
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* [Patch #681504] Call customize_compiler in config commandAndrew M. Kuchling2003-02-181-0/+2
* patch #664131, fix config command on OSX and LinuxJust van Rossum2003-02-031-1/+2
* 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-2/+0
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-1/+2
* Include an empty body when checking for a header fileAndrew M. Kuchling2002-09-091-1/+2
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-8/+6
* Whitespace normalization.Fred Drake2001-12-061-2/+2
* [Patch #444854 from twburton]Andrew M. Kuchling2001-08-161-1/+4
* [Patch #442530 from twburton]Andrew M. Kuchling2001-08-161-4/+4
* Fix for NameError caught by PyChecker.Andrew M. Kuchling2001-08-131-2/+2
* Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by addingGreg Ward2000-10-141-3/+6
* Bastian Kleineidam: fix up any supplied command-line options.Greg Ward2000-10-141-1/+16
* Standardized whitespace around function calls.Greg Ward2000-09-301-4/+4
* Added 'include_dirs' parameters all over the place.Greg Ward2000-06-271-19/+39
* Fleshed out and added a bunch of useful stuff, notably 'check_func()',Greg Ward2000-06-211-32/+176
* First crack at the Distutils "config" command. Unlike other commands, thisGreg Ward2000-06-061-0/+180