summaryrefslogtreecommitdiff
path: root/Lib/distutils/config.py
Commit message (Expand)AuthorAgeFilesLines
* massive import cleaning in DistutilsTarek Ziadé2009-12-211-3/+0
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-081-2/+2
* fixed #4400 : distutils .pypirc default generated file was broken.Tarek Ziadé2008-12-241-2/+2
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-5/+1
* Use announce instead of print, to suppress output inMartin v. Löwis2008-05-241-1/+1
* Fixed import of configparser in the distutils module.Alexandre Vassalotti2008-05-161-1/+5
* Revert r63323: Use lowercase version of module name.Alexandre Vassalotti2008-05-151-1/+1
* Import class from distutils.cmd, not .core, to avoid circular importAndrew M. Kuchling2008-05-151-1/+1
* Use lowercase version of module nameAndrew M. Kuchling2008-05-151-1/+1
* Revert distutils changes done in r63248.Alexandre Vassalotti2008-05-151-1/+1
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-1/+1
* #1858: add distutils.config moduleAndrew M. Kuchling2008-05-101-0/+124