summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-2/+6
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
|/ /
* | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-111-4/+8
* | #10874: test_urllib2 shouldn't use `is` operator for comparing stringsŁukasz Langa2011-01-091-1/+1
* | Fix some mistakes- Issue3243 (r87399) Correcting the operator precendenceSenthil Kumaran2010-12-241-2/+0
* | Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-191-3/+48
* | Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does notSenthil Kumaran2010-11-221-0/+19
* | Fix Issue2244 - urllib unquotes user and password info multiple times - Patch...Senthil Kumaran2010-11-181-5/+15
* | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-2/+2
* | Use unittest specific methods for some urllib test cases. And replace urllib...Florent Xicluna2010-08-081-24/+23
* | Fix Issue8280 - urllib2's Request method will remove fragements in the url.Senthil Kumaran2010-08-081-0/+10
* | Issue #9425: skip tests if a filename is not encodableVictor Stinner2010-08-071-0/+4
* | Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-111-0/+3
* | Merged revisions 81636 via svnmerge fromSenthil Kumaran2010-06-011-1/+0
* | Merged revisions 80953 via svnmerge fromSenthil Kumaran2010-05-081-1/+2
* | Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-5/+0
* | Reverting the changes made in r78433.Senthil Kumaran2010-03-071-1/+0
* | Merged revisions 78431 via svnmerge fromSenthil Kumaran2010-02-241-0/+1
* | Merged revisions 78422 via svnmerge fromSenthil Kumaran2010-02-241-1/+2
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+2
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+3
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-6/+6
* | Merged revisions 77411 via svnmerge fromSenthil Kumaran2010-01-101-3/+6
* | Merged revisions 77014 via svnmerge fromBenjamin Peterson2009-12-241-3/+8
* | Merged revisions 76908 via svnmerge fromSenthil Kumaran2009-12-201-37/+84
* | Merged revisions 75333 via svnmerge fromSenthil Kumaran2009-10-111-0/+16
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-251-0/+17
* | Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-2/+6
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-29/+29
|/
* More codestring -> codebytes.Georg Brandl2009-06-041-1/+1
* Simplify the Request class. The basic components of the parsedJeremy Hylton2009-03-311-0/+5
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-211-1/+47
* Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-161-0/+28
* Make a new urllib package .Jeremy Hylton2008-06-181-56/+59
* remove the rfc822 moduleBenjamin Peterson2008-06-121-2/+2
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-3/+3
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-3/+5
* Create http package. #2883.Georg Brandl2008-05-261-6/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+6
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-221-2/+6
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-3/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-0/+9
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+2
* Fix some tests I broke. (More to follow.)Guido van Rossum2007-08-271-1/+1
* Fix a few places that broke due to a recent change to io.py.Guido van Rossum2007-08-271-1/+1
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-4/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-5/+5
* SF patch# 1762940 by Joe Gregorio.Guido van Rossum2007-08-031-1/+1
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-0/+6