summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2_localnet.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+2
|\
| * Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+2
| |\
| | * Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+2
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/ /
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-161-0/+7
|/
* Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian...Antoine Pitrou2010-10-301-0/+1
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-13/+48
* Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608.Florent Xicluna2010-08-081-2/+22
* Use unittest specific methods for some urllib test cases. And replace urllib...Florent Xicluna2010-08-081-11/+11
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+1
* Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-191-2/+6
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-3/+3
* Merged revisions 75855 via svnmerge fromAntoine Pitrou2009-10-271-2/+10
* Merged revisions 75111 via svnmerge fromR. David Murray2009-09-291-7/+18
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* Merged revisions 72777 via svnmerge fromCollin Winter2009-05-181-17/+21
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-111-5/+27
* Merged revisions 67777,67779 via svnmerge fromAntoine Pitrou2008-12-151-1/+1
* Make a new urllib package .Jeremy Hylton2008-06-181-108/+77
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-4/+4
* Create http package. #2883.Georg Brandl2008-05-261-8/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-1/+199
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-4/+5
* Fix up brokenness with hashing, now hashlib is strict in requiring bytes too.Guido van Rossum2007-08-291-4/+4
* Fix fallout from making __private variables in threading.py _protected.Guido van Rossum2007-08-211-3/+3
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-29/+11
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+310