| Commit message (Expand) | Author | Age | Files | Lines |
* | 00185-urllib2-honors-noproxy-for-ftp.patch | Fedora Python maintainers | 2020-09-29 | 1 | -0/+2 |
|
|
* | Issue #14132: Fix redirect handling when target is just a query string | Martin Panter | 2016-05-16 | 1 | -1/+1 |
|
|
* | Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm... | Berker Peksag | 2016-03-06 | 1 | -0/+3 |
|
|
* | Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__(). | Serhiy Storchaka | 2016-01-18 | 1 | -5/+3 |
|
|
* | Issue #6500: Reverting fbea8ff8db5e since it broke tests | Berker Peksag | 2016-01-06 | 1 | -1/+2 |
|
|
* | Issue #6500: Fix "maximum recursion depth exceeded" error caused by Request._... | Berker Peksag | 2016-01-06 | 1 | -2/+1 |
|
|
* | remove HTTPSConnection's check_hostname parameter (#22959) | Benjamin Peterson | 2014-12-07 | 1 | -5/+4 |
|
|
* | allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec... | Benjamin Peterson | 2014-11-23 | 1 | -7/+41 |
|
|
* | Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ... | Senthil Kumaran | 2014-08-20 | 1 | -17/+2 |
|
|
* | backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797 | Senthil Kumaran | 2014-08-16 | 1 | -2/+17 |
|
|
* | Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ... | Senthil Kumaran | 2014-08-16 | 1 | -17/+2 |
|
|
* | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t... | Senthil Kumaran | 2012-12-23 | 1 | -0/+3 |
|
|
* | revert the changes done in d931a3b64fd6 - buildbot failure. | Senthil Kumaran | 2012-07-08 | 1 | -2/+1 |
|
|
* | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp... | Senthil Kumaran | 2012-07-08 | 1 | -2/+3 |
|
|
* | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 1 | -0/+4 |
|
|
* | Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authe... | Senthil Kumaran | 2012-05-15 | 1 | -1/+1 |
|
|
* | Issue #13211: Add .reason attribute to HTTPError to implement parent class (U... | Jason R. Coombs | 2011-11-07 | 1 | -0/+6 |
|
|
* | merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfusca... | Senthil Kumaran | 2011-07-27 | 1 | -5/+5 |
|
|
* | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -1/+8 |
|
|
* | Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP | Victor Stinner | 2011-06-17 | 1 | -0/+2 |
|
|
* | Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. | Senthil Kumaran | 2011-04-12 | 1 | -2/+5 |
|
|
* | Merge issue 11662 from 2.6. | Guido van Rossum | 2011-03-29 | 1 | -0/+11 |
|\ |
|
| * | Merge issue 11662 from 2.5. | Guido van Rossum | 2011-03-29 | 1 | -0/+11 |
| |\ |
|
| | * | Add tests for the urllib[2] vulnerability. Change to raise exceptions. | guido@google.com | 2011-03-28 | 1 | -1/+4 |
|
|
| | * | Add FTP to the allowed url schemes. Add Misc/NEWS. | guido@google.com | 2011-03-24 | 1 | -2/+3 |
|
|
| | * | Issue 22663: fix redirect vulnerability in urllib/urllib2. | guido@google.com | 2011-03-24 | 1 | -0/+7 |
|
|
| | * | Issue #2670: urllib2.build_opener() failed when two handlers | Amaury Forgeot d'Arc | 2008-04-22 | 1 | -3/+3 |
|
|
| | * | Patch #1752270, #1750931: complain if urllib2 add_handler called | Georg Brandl | 2007-07-12 | 1 | -0/+4 |
|
|
| | * | Patch #1667860: Fix UnboundLocalError in urllib2. | Georg Brandl | 2007-06-07 | 1 | -1/+1 |
|
|
| | * | Fix SF #1703110, Incorrect example for add_password() (use uri, not host) | Neal Norwitz | 2007-04-24 | 1 | -1/+4 |
|
|
| | * | Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. | Georg Brandl | 2007-03-07 | 1 | -4/+3 |
|
|
| | * | Patch #1627441: close sockets properly in urllib2. | Georg Brandl | 2007-01-21 | 1 | -1/+1 |
|
|
| | * | [Patch #1574068 by Scott Dial] urllib and urllib2 were using | Andrew M. Kuchling | 2006-10-27 | 1 | -2/+2 |
|
|
| | * | Patch #1542948: fix urllib2 header casing issue. With new test. | Georg Brandl | 2006-08-20 | 1 | -13/+15 |
|
|
| * | | Merged revisions 82782 via svnmerge from | Senthil Kumaran | 2010-07-11 | 1 | -1/+2 |
|
|
| * | | Merged revisions 81636 via svnmerge from | Senthil Kumaran | 2010-06-01 | 1 | -0/+9 |
|
|
| * | | Merged revisions 80957 via svnmerge from | Senthil Kumaran | 2010-05-08 | 1 | -5/+8 |
|
|
| * | | Merged revisions 80953 via svnmerge from | Senthil Kumaran | 2010-05-08 | 1 | -1/+1 |
|
|
| * | | Reverting the changes made in r78432. Discussed in the tracker issue7540. | Senthil Kumaran | 2010-03-04 | 1 | -3/+0 |
|
|
| * | | Merged revisions 78431 via svnmerge from | Senthil Kumaran | 2010-02-24 | 1 | -0/+3 |
|
|
| * | | Merged revisions 78422 via svnmerge from | Senthil Kumaran | 2010-02-24 | 1 | -1/+1 |
|
|
| * | | Merged revisions 77058 via svnmerge from | Senthil Kumaran | 2009-12-27 | 1 | -2/+3 |
|
|
| * | | Merged revisions 76908 via svnmerge from | Senthil Kumaran | 2009-12-20 | 1 | -1/+8 |
|
|
| * | | Merged revisions 76288 via svnmerge from | Senthil Kumaran | 2009-11-15 | 1 | -1/+7 |
|
|
| * | | Merged revisions 76282 via svnmerge from | Senthil Kumaran | 2009-11-15 | 1 | -2/+4 |
|
|
| * | | Merged revisions 75333 via svnmerge from | Senthil Kumaran | 2009-10-11 | 1 | -1/+7 |
|
|
| * | | Backporting the changes made in revision 72880 as fix for Issue1424152. | Senthil Kumaran | 2009-07-26 | 1 | -3/+13 |
|
|
| * | | Fix for issue5102, timeout value propages between redirects, proxy, digest and | Senthil Kumaran | 2009-07-19 | 1 | -4/+4 |
|
|
* | | | Merged revisions 87448 via svnmerge from | R. David Murray | 2010-12-23 | 1 | -3/+2 |
|
|
* | | | Merged revisions 86520 via svnmerge from | Senthil Kumaran | 2010-11-20 | 1 | -2/+2 |
|
|