summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/config.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32155: Revert distutils.config change (#4618)Victor Stinner2017-11-281-3/+2
* bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)Victor Stinner2017-11-281-2/+2
* Merge 3.4Donald Stufft2016-08-031-1/+1
|\
| * Merge 3.3Donald Stufft2016-08-031-1/+1
| |\
| | * Switch upload.pypi.io to upload.pypi.orgDonald Stufft2016-08-031-1/+1
| | * Switch to the new upload url for PyPIDonald Stufft2016-07-061-1/+1
* | | merge 3.4Benjamin Peterson2016-07-061-1/+1
|\ \ \ | |/ /
| * | Switch to the new upload url for PyPIDonald Stufft2016-07-061-1/+1
* | | Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for i...Jason R. Coombs2016-05-041-2/+2
|/ /
* | Fix bootstrap issue by importing the cgi module lazilyAntoine Pitrou2013-12-221-1/+1
|\ \ | |/
| * Fix bootstrap issue by importing the cgi module lazilyAntoine Pitrou2013-12-221-1/+1
* | Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-0/+7
|\ \ | |/
| * Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-0/+7
| * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-221-1/+1
* | use the HTTPS for pypi uploadBenjamin Peterson2013-03-181-1/+10
|/
* Create ~/.pypirc securely (#13512).Éric Araujo2012-12-081-10/+1
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-0/+3
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-211-3/+0
* Merged revisions 68415 via svnmerge fromTarek Ziadé2009-01-091-2/+2
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-2/+2
* Merged revisions 63575 via svnmerge fromGeorg Brandl2008-05-261-1/+1
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-161-1/+1
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-2/+2
* Fixed configparser import in distutils.config.Alexandre Vassalotti2008-05-151-0/+124