summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/config.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | the testsuite.
* Fixed import of configparser in the distutils module.Alexandre Vassalotti2008-05-161-1/+5
| | | | | | If configparser is unavailable, try to import configparser using its old name. This is required for backward-compatibility with older Python versions.
* Revert r63323: Use lowercase version of module name.Alexandre Vassalotti2008-05-151-1/+1
| | | | | The distutils module should continue to use the old ConfigParser name, for backward-compatibility.
* 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
| | | | | | As explained by Marc-Andre Lemburg, distutils needs to stay backward-compatible. Therefore, it should use the old ConfigParser module name.
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-1/+1
| | | | | | | | Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k.
* #1858: add distutils.config moduleAndrew M. Kuchling2008-05-101-0/+124