summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Patch [ 972332 ] urllib2 FTPHandler bugs / John J. LeeKurt B. Kaiser2004-07-111-2/+4
* [Patch #988602] Move the urllib2 tests into the test frameworkAndrew M. Kuchling2004-07-101-77/+0
* [Patch #988504] Fix HTTP error handling via a patch from John J. LeeAndrew M. Kuchling2004-07-101-10/+6
* [Bug #912845] urllib2 only checks for a 200 return code, but 206 is also lega...Andrew M. Kuchling2004-06-291-2/+2
* Cleanup: the in operator already returns a bool, no need to bool() it againNeal Norwitz2004-06-071-4/+4
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-16/+59
* Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, asMark Hammond2004-05-101-1/+1
* Patch #944110: Properly process empty passwords. Fixes #944082.Martin v. Löwis2004-05-061-1/+1
* Fix comment typoAndrew M. Kuchling2004-04-061-1/+1
* Fix two bugs in the new do_open() implementation for HTTPHandler.Jeremy Hylton2004-02-241-6/+17
* Patch #711838: Allow non-anonymous ftp urls in urllib2.Martin v. Löwis2004-02-151-6/+15
* Patch #817379: Allow for absolute ftp paths.Martin v. Löwis2004-02-151-1/+1
* Whitespace normalization.Tim Peters2004-01-181-7/+7
* Rewrite AbstractHTTPHandler to use modern httplib interface.Jeremy Hylton2003-12-171-25/+26
* Remove __del__ methods to avoid creating uncollectable cyclic trash.Jeremy Hylton2003-12-151-13/+4
* SF patch 852995: add processors feature to urllib2Jeremy Hylton2003-12-141-56/+138
* Apply patch 823328 -- support for rfc 2617 digestion authentication.Jeremy Hylton2003-10-211-44/+96
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__Jeremy Hylton2003-10-061-1/+5
* Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2.Martin v. Löwis2003-07-121-5/+5
* Fix wrong header name. The framework looks for auth_header.Jeremy Hylton2003-07-101-8/+10