- f8a6b00 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 13 years ago
- 5d60e56 revert the changes done in d931a3b64fd6 - buildbot failure. by Senthil Kumaran · 13 years ago
- 01fe5fa Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 13 years ago
- b0d85fd Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 13 years ago
- 6a2a6c2 Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2. by Senthil Kumaran · 13 years ago
- 974d863 Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 14 years ago
- 7d7702b merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
- b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
- c74a6ba Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP by Victor Stinner · 14 years ago
- 49c4408 Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. by Senthil Kumaran · 14 years ago
- 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 14 years ago
- 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
- f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
- 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 14 years ago
- 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
- 14f6635 Merged revisions 87448 via svnmerge from by R. David Murray · 15 years ago
- 9fce551 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 15 years ago
- 176c73d Merged revisions 85025 via svnmerge from by Senthil Kumaran · 15 years ago
- 7e8fd5e Merged revisions 84323 via svnmerge from by Senthil Kumaran · 15 years ago
- 4f1ba0d Fix - Issue9639: Reset the retry counter after successful authentication. by Senthil Kumaran · 15 years ago
- 7cc0fe4 Fix Issue9446 - urllib2 tests fail when offline by Senthil Kumaran · 15 years ago
- b4ec7ee Merged revisions 83818 via svnmerge from by Senthil Kumaran · 15 years ago
- 9d3c5c8 Merged revisions 82782 via svnmerge from by Senthil Kumaran · 15 years ago
- 87ed31a Merged revisions 82780 via svnmerge from by Senthil Kumaran · 15 years ago
- 7c7244b Merged revisions 81636 via svnmerge from by Senthil Kumaran · 15 years ago
- 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 15 years ago
- a9a9f69 Merged revisions 80957 via svnmerge from by Senthil Kumaran · 15 years ago
- 18e4dd7 Fixing the errors trigerred in test_urllib2net. Related to issue8656. by Senthil Kumaran · 15 years ago
- 2add184 Merged revisions 80953 via svnmerge from by Senthil Kumaran · 15 years ago
- 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 15 years ago
- 4e62949 Reverting the change made in r78431. by Senthil Kumaran · 15 years ago
- 7eda9e9 Reverting the changes made in r78432. Discussed in the tracker issue7540. by Senthil Kumaran · 15 years ago
- 4649299 Merged revisions 78431 via svnmerge from by Senthil Kumaran · 15 years ago
- e9a7808 Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to by Senthil Kumaran · 15 years ago
- e3c651a Merged revisions 78422 via svnmerge from by Senthil Kumaran · 15 years ago
- 8526adf Fix for Issue3819 - urllib2 sends Basic auth across redirects by Senthil Kumaran · 15 years ago
- c4151ef Merged revisions 77058 via svnmerge from by Senthil Kumaran · 16 years ago
- 13c2ef9 Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host. by Senthil Kumaran · 16 years ago
- 8116364 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 16 years ago
- 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 16 years ago
- 10c858a Merged revisions 76288 via svnmerge from by Senthil Kumaran · 16 years ago
- 20eb4f0 Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?. by Senthil Kumaran · 16 years ago
- f0bb435 Merged revisions 76282 via svnmerge from by Senthil Kumaran · 16 years ago
- 5120027 Addition of some details in the code comments. by Senthil Kumaran · 16 years ago
- dff2028 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 16 years ago
- 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 16 years ago
- 308681c Backporting the changes made in revision 72880 as fix for Issue1424152. by Senthil Kumaran · 16 years ago
- 428e9d1 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
- 5fee460 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
- e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
- 4bb96fe no need for this __bases__ trick anymore by Benjamin Peterson · 16 years ago
- 3c43fcb Issue 4879: Allow buffering for HTTPResponse by Kristján Valur Jónsson · 17 years ago
- 88f801d Update __all__ for cookielib, csv, os, and urllib2 for objects imported into by Brett Cannon · 17 years ago
- 94f243a Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 17 years ago
- eb90b78 Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
- 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
- 8d66dcd #2695: Do case-insensitive check for algorithms. by Georg Brandl · 17 years ago
- 8d904c3 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
- 9686585 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
- 99bb5f3 #2585: initialize code attribute of HTTPError. by Georg Brandl · 17 years ago
- 3312432 #2136: allow single quotes in realm spec. by Georg Brandl · 17 years ago
- 86371d6 Fixes Issue 1401. When redirected, a possible POST get converted by Facundo Batista · 18 years ago
- 7070094 Fix the test_urllib2net failures that were caused by r58067. by Neal Norwitz · 18 years ago
- e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 18 years ago
- 40df67f Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
- f91149e Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
- d2acc2e Patch #1667860: Fix UnboundLocalError in urllib2. (backport from rev. 55805) by Georg Brandl · 18 years ago
- ff87122 Patch #1667860: Fix UnboundLocalError in urllib2. by Georg Brandl · 18 years ago
- 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 18 years ago
- d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
- 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
- 112717d Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 18 years ago
- 8eea9ac Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 18 years ago
- 9fab9f1 As specified in RFC 2616, 2xx code indicates that the client's by Facundo Batista · 18 years ago
- ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 18 years ago
- ea5962f Whitespace normalization. by Tim Peters · 18 years ago
- fd13ef9 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. by Georg Brandl · 18 years ago
- 172e725 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. by Georg Brandl · 18 years ago
- ca90ca8 Minor corrections to docs, and an explanation comentary by Facundo Batista · 18 years ago
- 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 19 years ago
- 962e916 Patch #1627441: close sockets properly in urllib2. (backport from rev. 53511) by Georg Brandl · 19 years ago
- dd7b052 Patch #1627441: close sockets properly in urllib2. by Georg Brandl · 19 years ago
- ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
- 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
- db232dc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 19 years ago
- 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 19 years ago
- 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 19 years ago
- 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 19 years ago
- 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 19 years ago
- b678ce5 Little cleanup by Neal Norwitz · 19 years ago
- 9d6da3e Delay-import some large modules to speed up urllib2 import. (fixes #1484793). by Georg Brandl · 19 years ago
- b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 19 years ago
- 852bb00 Patch #1480067: don't redirect HTTP digest auth in urllib2 by Georg Brandl · 19 years ago
- bffb0bc In stdlib, use hashlib instead of deprecated md5 and sha modules. by Georg Brandl · 19 years ago
- fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 19 years ago
- 7fff58c Readd urllib.quote import as it doesn't cause any harm. by Georg Brandl · 19 years ago
- c5ffd91 Patch #1463012: remove not working undocumented classes from urllib2 by Georg Brandl · 19 years ago
- 720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies by Georg Brandl · 19 years ago
- 4eb521e bug #1462706: guard against host not having FQDN hostname by Georg Brandl · 19 years ago
- 8147275 Update version number to 2.5 by Georg Brandl · 19 years ago