summaryrefslogtreecommitdiff
path: root/Lib/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* URLError now takes only a single parameter. This was causingNeal Norwitz2007-10-271-2/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-2/+2
* merge this from trunk:Gregory P. Smith2007-09-091-2/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Revert revisions 57472, 57474, and 57477 which disabled some testsNeal Norwitz2007-08-301-12/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-3/+3
* Fix up brokenness with hashing, now hashlib is strict in requiring bytes too.Guido van Rossum2007-08-291-5/+6
* Fix a few places that broke due to a recent change to io.py.Guido van Rossum2007-08-271-0/+2
* Get the urllib tests to pass without the email packageNeal Norwitz2007-08-251-2/+12
* Fix several failing tests in test_urllib2net.Jeremy Hylton2007-08-081-1/+4
* SF patch# 1762940 by Joe Gregorio.Guido van Rossum2007-08-031-2/+2
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-0/+4
* Two necessary fixes (but not enough to make tests pass):Guido van Rossum2007-07-031-19/+6
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-2/+8
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-11/+12
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-2/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-23/+1
* Sockets facelift. APIs that could return binary data (e.g. aton() andGuido van Rossum2007-05-211-3/+1
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-4/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-31/+40
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-6/+6
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-3/+3
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-13/+15
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-13/+13
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-15/+38
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-27/+52
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-99/+106
* Suppress new deprecation warnings when running theTim Peters2006-02-181-1/+1
* Whitespace normalization.Tim Peters2006-02-181-2/+0
* Move "httpresponses" dict from urllib2 to httplib where it belongs.Georg Brandl2006-02-171-48/+1
* Bug #902075: urllib2 now handles "host:port" proxy specificationsGeorg Brandl2006-01-211-8/+13
* Whitespace normalization (via reindent.py).Tim Peters2005-08-261-2/+2
* Bug #735248: Fix urllib2.parse_http_list.Georg Brandl2005-08-241-39/+36
* Bug 1016563: Bug in urllib2 proxy authGeorg Brandl2005-08-241-1/+1
* Whitespace normalization.Tim Peters2005-07-171-4/+4
* RFE [ 1216944 ] Add Error Code Dictionary to urllib2Georg Brandl2005-07-141-0/+49
* bug [ 1175848 ] poorly named variable in urllib2.pyGeorg Brandl2005-06-261-2/+2
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-1/+1
* SF patch #1028908Raymond Hettinger2005-02-051-3/+6
* Patch #1095362: replace hardcoded test for POST/GET with call to get_method,Johannes Gijsbers2005-01-091-1/+1
* Two small changes, SF bug #974757 and SF patch #1037974.Jeremy Hylton2004-12-221-6/+8
* Added a usegmt flag to email.Utils.formatdate - this allows it to beAnthony Baxter2004-10-111-2/+2
* Use multi-line importAndrew M. Kuchling2004-08-311-3/+3
* Whitespace normalization.Tim Peters2004-08-081-3/+3
* Fix urllib2.urlopen() handling of chunked content encoding.Jeremy Hylton2004-08-071-2/+14
* Patch #994595: Recognize Basic auth even if other schemes are offered.Martin v. Löwis2004-08-031-1/+1