summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue11703 - urllib2.geturl() does not return correct url when the origin...Senthil Kumaran2011-04-121-1/+14
* Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+24
* Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-1/+34
* Merged revisions 87895 via svnmerge fromBenjamin Peterson2011-01-121-1/+1
* Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-221-0/+19
* Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-181-5/+15
* Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-141-24/+23
* Merged revisions 83818 via svnmerge fromSenthil Kumaran2010-08-081-0/+10
* Merged revisions 82780 via svnmerge fromSenthil Kumaran2010-07-111-0/+3
* Merged revisions 81638 via svnmerge fromSenthil Kumaran2010-06-011-1/+0
* Merged revisions 80955 via svnmerge fromSenthil Kumaran2010-05-081-1/+2
* Reverting the change made in r78434Senthil Kumaran2010-03-071-1/+0
* Merged revisions 78433 via svnmerge fromSenthil Kumaran2010-02-241-0/+1
* Merged revisions 78426 via svnmerge fromSenthil Kumaran2010-02-241-1/+2
* Merged revisions 77414 via svnmerge fromSenthil Kumaran2010-01-101-3/+6
* Merged revisions 77016 via svnmerge fromBenjamin Peterson2009-12-241-3/+8
* Merged revisions 76910 via svnmerge fromSenthil Kumaran2009-12-201-37/+84
* Merged revisions 75334 via svnmerge fromSenthil Kumaran2009-10-111-0/+16
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-29/+29
* Backport the changes made in revision 74198, fixing the issue 1424152Senthil Kumaran2009-07-261-0/+17
* Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-2/+6
* 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
* Fix for one particular test (test_file). There are still four errors.Guido van Rossum2007-07-161-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-3/+7
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-8/+16
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-3/+2
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-7/+70
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-7/+7