summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_upload.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)Bo Bayles2018-01-261-0/+26
* Merge 3.4Donald Stufft2016-08-031-2/+2
|\
| * Merge 3.3Donald Stufft2016-08-031-2/+2
| |\
| | * 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-2/+2
|\ \ \ | |/ /
| * | Switch to the new upload url for PyPIDonald Stufft2016-07-061-2/+2
* | | 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
|/ /
* | #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-191-4/+12
* | Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-1/+16
|\ \ | |/
| * 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
* | | 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-161-3/+3
* | | Fix failing test incorrectly merged in b1244046f37aJason R. Coombs2013-11-111-1/+1
* | | Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was una...Jason R. Coombs2013-11-101-40/+29
|\ \ \ | |/ /
| * | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of...Jason R. Coombs2013-11-101-37/+26
| |/
* | 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
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-6/+6
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-061-3/+2
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-26/+35
* Merged revisions 76952 via svnmerge fromTarek Ziadé2009-12-211-1/+22
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Merged revisions 73436 via svnmerge fromTarek Ziadé2009-06-281-34/+24
* 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