- bacf1bf replace threw with raised (#16714) by Andrew Svetlov · 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
- 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
- b7ef35b Merge urllib/urllib2 security fix from 2.6 branch. by guido@google.com · 14 years ago
- 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 14 years ago
- f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
- 9810427 Merged revisions 87895 via svnmerge from by Benjamin Peterson · 15 years ago
- 0b7cac1 Merged revisions 86676 via svnmerge from by Senthil Kumaran · 15 years ago
- 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
- 9fce551 Merged revisions 86520 via svnmerge from 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
- 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
- 9545a23 In a number of places code still revers by Ronald Oussoren · 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
- b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
- aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
- 08ecfdd Merged revisions 77411 via svnmerge from by Senthil Kumaran · 16 years ago
- 2e3da14 Fixed issue7648 - test_urllib2 fails on Windows if not run from C: by Senthil Kumaran · 16 years ago
- 17e1c12 Merged revisions 77014 via svnmerge from by Benjamin Peterson · 16 years ago
- 3293593 fix alleged refleak by Benjamin Peterson · 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
- 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
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
- c6e80eb Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-67785,67787-67788,67802,67832,67848-67849,67859,67862-67864,67880,67882,67885,67889-67892,67895 via svnmerge from by Benjamin Peterson · 17 years ago
- 1868d7c Add simple unittests for Request by Jeremy Hylton · 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
- 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
- 3312432 #2136: allow single quotes in realm spec. by Georg Brandl · 17 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- 86371d6 Fixes Issue 1401. When redirected, a possible POST get converted by Facundo Batista · 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
- 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 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
- 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
- a3f0927 ("Forward-port" of r46506) by Armin Rigo · 19 years ago
- b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 19 years ago
- 1b06a1d Move network tests from test_urllib2 to test_urllib2net. by Georg Brandl · 19 years ago
- fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 19 years ago
- b902f4e Use absolute imports by Neal Norwitz · 19 years ago
- 480725d Whitespace normalization. by Tim Peters · 19 years ago
- 720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies by Georg Brandl · 19 years ago
- dd2245f Bug #1250170, Patch #1462230: handle socket.gethostname() failures gracefully by Georg Brandl · 19 years ago
- 80bb2bb Revert r43399. by Georg Brandl · 19 years ago
- f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 19 years ago
- 2a8ec99 test_gopher(): Squash another deprecation warning about gopherlib. by Tim Peters · 19 years ago
- 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
- e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 20 years ago
- f5f32b4 Whitespace normalization. by Tim Peters · 20 years ago
- 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 20 years ago
- 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 21 years ago
- 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 21 years ago
- 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 21 years ago
- 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
- 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 21 years ago
- bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 21 years ago
- 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 21 years ago
- b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 21 years ago
- 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
- e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 22 years ago
- df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 22 years ago
- c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 22 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
- e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
- 83e7ccc Whitespace normalization. by Tim Peters · 24 years ago
- 535c524 A quick hack to make the test pass on the Mac (similar to the quick hack by Jack Jansen · 24 years ago
- 861adac This has never worked on Windows. Now it does. If it breaks on Unix now, by Tim Peters · 24 years ago
- 3a2ab1a Whitespace normalization. by Tim Peters · 24 years ago
- e3e6104 Trivial tests of urllib2 for recent SF bug by Jeremy Hylton · 24 years ago