summaryrefslogtreecommitdiff
path: root/Lib/distutils/tests/test_upload.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.4Donald Stufft2016-08-031-5/+35
|\
| * merge 3.4Benjamin Peterson2016-07-061-5/+35
| |\
| | * Make PyPIRCCommandTestCase derive from a base classBerker Peksag2016-06-241-2/+2
| | * Issue #27349: Fix typo in distutils upload commandBerker Peksag2016-06-181-1/+2
| | * Issue #20900: distutils register command now decodes HTTP responses correctlyBerker Peksag2016-06-101-1/+1
| | * Issue #21776: distutils.upload now correctly handles HTTPErrorBerker Peksag2016-06-021-1/+30
* | | Merge 3.3Donald Stufft2016-08-031-10/+19
|\ \ \ | |/ /
| * | Switch to the new upload url for PyPIDonald Stufft2016-07-061-2/+2
| |/
| * #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+1
| * #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-1/+1
| * Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-181-4/+12
| * Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-1/+16
| |\
| * | Correct long lineJason R. Coombs2013-11-161-1/+2
| * | Issue #19586: Update remaining deprecated assertions to their preferred usage.Jason R. Coombs2013-11-161-2/+2
| * | Update more usage of assertEqualJason R. Coombs2013-11-151-3/+3
| * | Fix failing test incorrectly merged in b1244046f37aJason R. Coombs2013-11-101-1/+1
| * | Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was una...Jason R. Coombs2013-11-101-1/+1
| |\ \
| | * | Fix uploadTestCase to work even when HTTPSConnection is not available.Ezio Melotti2013-04-191-5/+5
| | * | use the HTTPS for pypi uploadBenjamin Peterson2013-03-181-4/+4
* | | | 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
| |_|/ |/| |
* | | Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-1/+16
* | | Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-221-2/+2
|\ \ \
| * | | Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-221-4/+4
| | |/ | |/|
* | | Fix DeprecationWarnings in test suiteAntoine Pitrou2013-12-211-5/+5
| |/ |/|
* | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of...Jason R. Coombs2013-11-101-37/+26
|/
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-021-3/+2
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-6/+6
* Merged revisions 76954 via svnmerge fromTarek Ziadé2009-12-211-1/+21
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-1/+1
* Merged revisions 70886,70888-70892 via svnmerge fromTarek Ziadé2009-03-311-7/+63
* Merged revisions 68415 via svnmerge fromTarek Ziadé2009-01-091-0/+29
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-0/+34