summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* 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