| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -3/+3 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -0/+9 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+2 |
|
|
* | Fix some tests I broke. (More to follow.) | Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
|
|
* | Fix a few places that broke due to a recent change to io.py. | Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -4/+0 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -5/+5 |
|
|
* | SF patch# 1762940 by Joe Gregorio. | Guido van Rossum | 2007-08-03 | 1 | -1/+1 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -0/+6 |
|
|
* | Fix for one particular test (test_file). There are still four errors. | Guido van Rossum | 2007-07-16 | 1 | -1/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -3/+7 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -8/+16 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -3/+2 |
|
|
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -7/+70 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -7/+7 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -9/+107 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -168/+204 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -7/+31 |
|
|
* | Use relative import now that it is required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | SF patch 852995: add processors feature to urllib2 | Jeremy Hylton | 2003-12-14 | 1 | -29/+614 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -0/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-09-04 | 1 | -1/+1 |
|
|
* | A quick hack to make the test pass on the Mac (similar to the quick hack | Jack Jansen | 2001-08-27 | 1 | -0/+4 |
|
|
* | This has never worked on Windows. Now it does. If it breaks on Unix now, | Tim Peters | 2001-07-16 | 1 | -1/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-05-29 | 1 | -1/+0 |
|
|
* | Trivial tests of urllib2 for recent SF bug | Jeremy Hylton | 2001-05-09 | 1 | -0/+17 |
|
|