| Commit message (Expand) | Author | Age | Files | Lines |
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -9/+9 |
|
|
* | Fixed issue7648 - test_urllib2 fails on Windows if not run from C: | Senthil Kumaran | 2010-01-10 | 1 | -3/+6 |
|
|
* | fix alleged refleak | Benjamin Peterson | 2009-12-24 | 1 | -3/+8 |
|
|
* | Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth | Senthil Kumaran | 2009-12-20 | 1 | -31/+74 |
|
|
* | Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment | Senthil Kumaran | 2009-10-11 | 1 | -0/+16 |
|
|
* | Fix for issue5102, timeout value propages between redirects, proxy, digest and | Senthil Kumaran | 2009-07-19 | 1 | -2/+6 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -29/+29 |
|
|
* | Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-05-24 | 1 | -0/+15 |
|
|
* | Add simple unittests for Request | Jeremy Hylton | 2008-12-09 | 1 | -1/+47 |
|
|
* | Issue #2776: fixed small issue when handling an URL with double slash | Facundo Batista | 2008-08-16 | 1 | -0/+26 |
|
|
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -3/+5 |
|
|
* | Issue #2670: urllib2.build_opener() failed when two handlers | Amaury Forgeot d'Arc | 2008-04-22 | 1 | -0/+6 |
|
|
* | #2136: allow single quotes in realm spec. | Georg Brandl | 2008-03-21 | 1 | -2/+6 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -3/+3 |
|
|
* | Fixes Issue 1401. When redirected, a possible POST get converted | Facundo Batista | 2008-02-07 | 1 | -0/+9 |
|
|
* | Patch #1752270, #1750931: complain if urllib2 add_handler called | Georg Brandl | 2007-07-12 | 1 | -0/+6 |
|
|
* | Added an optional timeout parameter to function urllib2.urlopen, | Facundo Batista | 2007-06-06 | 1 | -3/+7 |
|
|
* | As specified in RFC 2616, 2xx code indicates that the client's | Facundo Batista | 2007-04-23 | 1 | -3/+11 |
|
|
* | Patch #1668100: urllib2 now correctly raises URLError instead of | Georg Brandl | 2007-03-13 | 1 | -5/+5 |
|
|
* | Patch #1542948: fix urllib2 header casing issue. With new test. | Georg Brandl | 2006-08-20 | 1 | -7/+70 |
|
|
* | Bug #1459963: properly capitalize HTTP header names. | Georg Brandl | 2006-07-26 | 1 | -7/+7 |
|
|
* | Patches #1497027 and #972322: try HTTP digest auth first, | Georg Brandl | 2006-05-29 | 1 | -6/+55 |
|
|
* | Patch #1496206: urllib2 PasswordMgr ./. default ports | Georg Brandl | 2006-05-28 | 1 | -3/+51 |
|
|
* | ("Forward-port" of r46506) | Armin Rigo | 2006-05-28 | 1 | -0/+1 |
|
|
* | Patch #1479302: Make urllib2 digest auth and basic auth play together. | Georg Brandl | 2006-05-08 | 1 | -0/+21 |
|
|
* | Move network tests from test_urllib2 to test_urllib2net. | Georg Brandl | 2006-05-03 | 1 | -134/+0 |
|
|
* | Patch #1470846: fix urllib2 ProxyBasicAuthHandler. | Georg Brandl | 2006-04-30 | 1 | -34/+183 |
|
|
* | Use absolute imports | Neal Norwitz | 2006-04-03 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-03 | 1 | -2/+2 |
|
|
* | Patch #1462790: fix urllib2 ProxyHandler for host:port proxies | Georg Brandl | 2006-04-02 | 1 | -3/+21 |
|
|
* | Bug #1250170, Patch #1462230: handle socket.gethostname() | Georg Brandl | 2006-03-31 | 1 | -4/+10 |
|
|
* | Revert r43399. | Georg Brandl | 2006-03-28 | 1 | -6/+6 |
|
|
* | Bug #1459963: urllib2 now normalizes HTTP header names correctly | Georg Brandl | 2006-03-28 | 1 | -6/+6 |
|
|
* | test_gopher(): Squash another deprecation | Tim Peters | 2006-02-19 | 1 | -0/+5 |
|
|
* | Move test case for HTTP response dict to httplib. | Georg Brandl | 2006-02-17 | 1 | -4/+0 |
|
|
* | Bug #735248: Fix urllib2.parse_http_list. | Georg Brandl | 2005-08-24 | 1 | -0/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-07-17 | 1 | -1/+1 |
|
|
* | RFE [ 1216944 ] Add Error Code Dictionary to urllib2 | Georg Brandl | 2005-07-14 | 1 | -0/+4 |
|
|
* | Fix urllib2.urlopen() handling of chunked content encoding. | Jeremy Hylton | 2004-08-07 | 1 | -0/+2 |
|
|
* | Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee | Kurt B. Kaiser | 2004-07-11 | 1 | -10/+7 |
|
|
* | [Patch #988602] Move the urllib2 tests into the test framework | Andrew M. Kuchling | 2004-07-10 | 1 | -1/+129 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-08 | 1 | -1/+1 |
|
|
* | Remove unused import. (If it's there for some deep, dark reason, it should h... | Andrew M. Kuchling | 2004-06-29 | 1 | -1/+0 |
|
|
* | Add test case for bug #912845: requesting an HTTP byte range doesn't work | Andrew M. Kuchling | 2004-06-29 | 1 | -6/+16 |
|
|
* | Patch #963318: Add support for client-side cookie management. | Martin v. Löwis | 2004-05-31 | 1 | -23/+76 |
|
|
* | Fix two bugs in the new do_open() implementation for HTTPHandler. | Jeremy Hylton | 2004-02-24 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -19/+21 |
|
|
* | Remove methods that are no longer called by urllib2. | Jeremy Hylton | 2003-12-17 | 1 | -14/+0 |
|
|
* | Add methods to MockHTTPClass for modern httplib interface. | Jeremy Hylton | 2003-12-17 | 1 | -51/+77 |
|
|