summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924Senthil Kumaran2011-09-121-0/+1
|\ \ \ | |/ /
| * | Add the quote_plus call in the test.Senthil Kumaran2011-09-121-0/+1
* | | merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variab...Senthil Kumaran2011-08-061-1/+3
|\ \ \ | |/ /
| * | Fix closes issue12698 - make the no_proxy environment variable handling a bit...Senthil Kumaran2011-08-061-1/+3
* | | Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-2/+3
|\ \ \ | |/ /
| * | Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-2/+3
* | | merge from 3.2.Senthil Kumaran2011-04-141-0/+18
|\ \ \ | |/ /
| * | merge from 3.1Senthil Kumaran2011-04-141-0/+18
| |\ \ | | |/
| | * Fix Issue11474 - fix url2pathname() handling of '/C|/' on WindowsSenthil Kumaran2011-04-141-0/+18
* | | merge from 3.2Senthil Kumaran2011-04-121-0/+10
|\ \ \ | |/ /
| * | merge from 3.1Senthil Kumaran2011-04-121-0/+10
| |\ \ | | |/
| | * Fix Issue11703 - urllib2.geturl() does not return correct url when the origin...Senthil Kumaran2011-04-121-0/+10
* | | Merge Issue 11662 from 3.2 branch.guido@google.com2011-03-291-0/+16
|\ \ \ | |/ /
| * | Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-291-0/+16
| |\ \ | | |/
| | * Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+16
* | | closes issue11609. buildbot related failures in the test_urllibnet.Senthil Kumaran2011-03-191-2/+5
|\ \ \ | |/ /
| * | Call unfakehttp in order to close connection while opening the connection thr...Senthil Kumaran2011-03-191-2/+5
* | | Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Je...Senthil Kumaran2011-03-191-1/+6
|\ \ \ | |/ /
| * | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.Senthil Kumaran2011-03-191-1/+6
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
|\ \ \ | |/ /
| * | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
| |\ \ | | |/
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| | * Merged revisions 85489-85490 via svnmerge fromAntoine Pitrou2010-10-141-2/+2
| | * Fix issue 10094, by narrowing down the test for PROXY environment variables.Barry Warsaw2010-10-141-1/+1
| | * Fix test failure with -bb, because of r84040.Florent Xicluna2010-08-141-1/+3
| | * Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge fromFlorent Xicluna2010-08-141-5/+11
| | * Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-141-2/+2
| | * Merged revisions 83415 via svnmerge fromSenthil Kumaran2010-08-011-0/+11
| | * Merged revisions 82510 via svnmerge fromSenthil Kumaran2010-07-031-0/+110
| | * Merged revisions 78270 via svnmerge fromSenthil Kumaran2010-02-201-1/+5
| | * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-0/+4
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-13/+13
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
|/ /
* | Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`Antoine Pitrou2010-12-171-3/+20
* | OopsAntoine Pitrou2010-10-141-1/+1
* | Really fix bugAntoine Pitrou2010-10-141-2/+2
* | Fix issue 10094, by narrowing down the test for PROXY environment variables.Barry Warsaw2010-10-141-1/+1
* | Silence BytesWarning while testing exceptionFlorent Xicluna2010-08-141-1/+2
* | Use unittest specific methods for some urllib test cases. And replace urllib...Florent Xicluna2010-08-081-2/+2
* | Issue #9425: skip tests if a filename is not encodableVictor Stinner2010-08-071-2/+6
* | Fix Issue8123 - TypeError in urllib when trying to use HTTP authenticationSenthil Kumaran2010-08-011-0/+11
* | Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.Florent Xicluna2010-07-311-0/+1
* | Make urllib tests pass for now. Will figure out what the correct semantics s...Georg Brandl2010-07-311-4/+4
* | Fix issue9301 - handle unquote({}) kind of case.Senthil Kumaran2010-07-301-1/+3
* | Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...Senthil Kumaran2010-07-191-0/+3
* | Fix Issue5468 - urlencode to handle bytes and other alternate encodings.Senthil Kumaran2010-07-031-0/+110
* | Merged revisions 78268 via svnmerge fromSenthil Kumaran2010-02-201-1/+5
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-9/+8
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+2
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-0/+4