summaryrefslogtreecommitdiff
path: root/Lib/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14132: Fix redirect handling when target is just a query stringMartin Panter2016-05-161-1/+1
* Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...Berker Peksag2016-03-061-0/+3
* Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__().Serhiy Storchaka2016-01-181-5/+3
* Issue #6500: Reverting fbea8ff8db5e since it broke testsBerker Peksag2016-01-061-1/+2
* Issue #6500: Fix "maximum recursion depth exceeded" error caused by Request._...Berker Peksag2016-01-061-2/+1
* remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-071-5/+4
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-231-7/+41
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-201-17/+2
* backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797Senthil Kumaran2014-08-161-2/+17
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-161-17/+2
* Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...Senthil Kumaran2012-12-231-0/+3
* revert the changes done in d931a3b64fd6 - buildbot failure.Senthil Kumaran2012-07-081-2/+1
* Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-071-2/+3
* Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-0/+4
* Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authe...Senthil Kumaran2012-05-151-1/+1
* Issue #13211: Add .reason attribute to HTTPError to implement parent class (U...Jason R. Coombs2011-11-071-0/+6
* merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfusca...Senthil Kumaran2011-07-271-5/+5
* Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-1/+8
* Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTPVictor Stinner2011-06-171-0/+2
* Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.Senthil Kumaran2011-04-131-2/+5
* Merge issue 11662 from 2.6.Guido van Rossum2011-03-291-0/+11
|\
| * Merge issue 11662 from 2.5.Guido van Rossum2011-03-291-0/+11
| |\
| | * Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido@google.com2011-03-281-1/+4
| | * Add FTP to the allowed url schemes. Add Misc/NEWS.guido@google.com2011-03-241-2/+3
| | * Issue 22663: fix redirect vulnerability in urllib/urllib2.guido@google.com2011-03-241-0/+7
| | * Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-221-3/+3
| | * Patch #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-121-0/+4
| | * Patch #1667860: Fix UnboundLocalError in urllib2.Georg Brandl2007-06-071-1/+1
| | * Fix SF #1703110, Incorrect example for add_password() (use uri, not host)Neal Norwitz2007-04-241-1/+4
| | * Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler.Georg Brandl2007-03-071-4/+3
| | * Patch #1627441: close sockets properly in urllib2.Georg Brandl2007-01-211-1/+1
| | * [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-271-2/+2
| | * Patch #1542948: fix urllib2 header casing issue. With new test.Georg Brandl2006-08-201-13/+15
| * | Merged revisions 82782 via svnmerge fromSenthil Kumaran2010-07-111-1/+2
| * | Merged revisions 81636 via svnmerge fromSenthil Kumaran2010-06-011-0/+9
| * | Merged revisions 80957 via svnmerge fromSenthil Kumaran2010-05-081-5/+8
| * | Merged revisions 80953 via svnmerge fromSenthil Kumaran2010-05-081-1/+1
| * | Reverting the changes made in r78432. Discussed in the tracker issue7540.Senthil Kumaran2010-03-041-3/+0
| * | Merged revisions 78431 via svnmerge fromSenthil Kumaran2010-02-241-0/+3
| * | Merged revisions 78422 via svnmerge fromSenthil Kumaran2010-02-241-1/+1
| * | Merged revisions 77058 via svnmerge fromSenthil Kumaran2009-12-271-2/+3
| * | Merged revisions 76908 via svnmerge fromSenthil Kumaran2009-12-201-1/+8
| * | Merged revisions 76288 via svnmerge fromSenthil Kumaran2009-11-151-1/+7
| * | Merged revisions 76282 via svnmerge fromSenthil Kumaran2009-11-151-2/+4
| * | Merged revisions 75333 via svnmerge fromSenthil Kumaran2009-10-111-1/+7
| * | Backporting the changes made in revision 72880 as fix for Issue1424152.Senthil Kumaran2009-07-261-3/+13
| * | Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-4/+4
* | | Merged revisions 87448 via svnmerge fromR. David Murray2010-12-231-3/+2
* | | Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-201-2/+2
* | | Merged revisions 85025 via svnmerge fromSenthil Kumaran2010-09-271-2/+4