summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #525870: Avoid duplicate stat calls, use st_ attributes.Martin v. Löwis2002-03-181-4/+2
* Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headersGreg Ward2002-02-111-1/+1
* Fix SF bug 468948 & 451295: urllib2 authentication problemsJeremy Hylton2001-11-091-28/+12
* Clean up one comment, fix typos in others.Fred Drake2001-11-081-7/+7
* Fix [ #465502 ] urllib2: urlopen unicode problemJeremy Hylton2001-10-091-67/+36
* Add content-type header to ftp URLs (SF patch #454553)Jeremy Hylton2001-08-271-4/+13
* SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, likeGuido van Rossum2001-08-241-4/+7
* Replace all type comparisons with isinstance() callsJeremy Hylton2001-08-111-9/+9
* Whitespace normalization.Tim Peters2001-08-091-1/+1
* Fix SF bug [ #447370 ] typo in urllib2.pyJeremy Hylton2001-08-071-7/+9
* Patch #444359: Remove unused imports.Martin v. Löwis2001-08-021-1/+0
* Only write out one blank line before the request data.Fred Drake2001-07-041-1/+1
* Raise useful exception when called with URL for which request typeJeremy Hylton2001-05-091-1/+2
* Fix typo (missing "req." prefix on error_302_dict) found by NeilGuido van Rossum2001-04-151-1/+2
* Idiotic braino caused HTTP openers to ignore proxies.Moshe Zadka2001-04-111-1/+1
* * Fixing the password-proxy bugMoshe Zadka2001-03-201-7/+8
* Whitespace normalization.Tim Peters2001-03-161-2/+2
* Checking in patch 404826 -- urllib2 enhancements and documentations.Moshe Zadka2001-03-011-48/+115
* String method conversion.Eric S. Raymond2001-02-091-17/+16
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-30/+30
* two fixes for redirects:Jeremy Hylton2000-10-121-24/+31
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Untabify to pass the -tt test.Fred Drake2000-02-101-383/+383
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-1/+1
* EXPERIMENTALJeremy Hylton2000-01-201-0/+1063