| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -1351/+0 |
* | Fixed test_urllib2 by coercing Message object to str | Alexandre Vassalotti | 2008-06-12 | 1 | -1/+1 |
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -7/+11 |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -2/+2 |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -9/+9 |
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 1 | -0/+2 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -3/+3 |
* | Removed implicit convertions of str object to bytes from base64. | Alexandre Vassalotti | 2008-05-03 | 1 | -2/+2 |
* | Merged revisions 62246-62259 via svnmerge from | Martin v. Löwis | 2008-04-10 | 1 | -1/+1 |
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -2/+5 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -1/+4 |
* | Merged revisions 60210-60233 via svnmerge from | Christian Heimes | 2008-01-24 | 1 | -1/+1 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
* | URLError now takes only a single parameter. This was causing | Neal Norwitz | 2007-10-27 | 1 | -2/+2 |
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -2/+2 |
* | merge this from trunk: | Gregory P. Smith | 2007-09-09 | 1 | -2/+2 |
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -1/+1 |
* | Revert revisions 57472, 57474, and 57477 which disabled some tests | Neal Norwitz | 2007-08-30 | 1 | -12/+2 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -3/+3 |
* | Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. | Guido van Rossum | 2007-08-29 | 1 | -5/+6 |
* | Fix a few places that broke due to a recent change to io.py. | Guido van Rossum | 2007-08-27 | 1 | -0/+2 |
* | Get the urllib tests to pass without the email package | Neal Norwitz | 2007-08-25 | 1 | -2/+12 |
* | Fix several failing tests in test_urllib2net. | Jeremy Hylton | 2007-08-08 | 1 | -1/+4 |
* | SF patch# 1762940 by Joe Gregorio. | Guido van Rossum | 2007-08-03 | 1 | -2/+2 |
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -0/+4 |
* | Two necessary fixes (but not enough to make tests pass): | Guido van Rossum | 2007-07-03 | 1 | -19/+6 |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -2/+8 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -11/+12 |
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -2/+1 |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -23/+1 |
* | Sockets facelift. APIs that could return binary data (e.g. aton() and | Guido van Rossum | 2007-05-21 | 1 | -3/+1 |
* | Change some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 1 | -4/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -31/+40 |
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -6/+6 |
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -3/+3 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -3/+3 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+2 |
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -13/+15 |
* | 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 | -13/+13 |
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -15/+38 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -27/+52 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -99/+106 |
* | Suppress new deprecation warnings when running the | Tim Peters | 2006-02-18 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2006-02-18 | 1 | -2/+0 |
* | Move "httpresponses" dict from urllib2 to httplib where it belongs. | Georg Brandl | 2006-02-17 | 1 | -48/+1 |
* | Bug #902075: urllib2 now handles "host:port" proxy specifications | Georg Brandl | 2006-01-21 | 1 | -8/+13 |
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 1 | -2/+2 |
* | Bug #735248: Fix urllib2.parse_http_list. | Georg Brandl | 2005-08-24 | 1 | -39/+36 |
* | Bug 1016563: Bug in urllib2 proxy auth | Georg Brandl | 2005-08-24 | 1 | -1/+1 |