- b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 21 years ago
- a79449e Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 7db04e7 Patch #817379: Allow for absolute ftp paths. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
- 023518a Rewrite AbstractHTTPHandler to use modern httplib interface. by Jeremy Hylton · 21 years ago
- dce391c Remove __del__ methods to avoid creating uncollectable cyclic trash. by Jeremy Hylton · 21 years ago
- c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
- fcefd0d Apply patch 823328 -- support for rfc 2617 digestion authentication. by Jeremy Hylton · 21 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
- 0a4a50d SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ by Jeremy Hylton · 21 years ago
- 162f081 Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. by Martin v. Löwis · 21 years ago
- aefae55 Fix wrong header name. The framework looks for auth_header. by Jeremy Hylton · 21 years ago
- 783eaf4 Change all header strings to be as if they were capitalize()'ed. Also call by Brett Cannon · 21 years ago
- f545baa Whitespace normalization. by Tim Peters · 21 years ago
- e3b67bc Patch #754340: Fix typo in redirect_request. Will backport to 2.2. by Martin v. Löwis · 21 years ago
- 9556fba - urllib2.py now knows how to order proxy classes, so the user doesn't by Gustavo Niemeyer · 21 years ago
- 4ec4fa2 iteritems() should not have been used for self.timeout which changes during the loop. by Raymond Hettinger · 21 years ago
- df0d87a To be on the safe side, backed out any questionable iteritem changes and set back to item calls. by Brett Cannon · 21 years ago
- c8b188a Revert some changes back to dict.items made in a previous patch. by Brett Cannon · 21 years ago
- 24b2bc3 Remove assert that checked if a parameter was an instance of Request. Closes patch #639139. by Brett Cannon · 21 years ago
- 86503b1 Change Request.add_header to call string.capitalize in order to normalize by Brett Cannon · 21 years ago
- 0389295 Better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 22 years ago
- f6b444e Add comment explaining try/except for endheaders(). by Jeremy Hylton · 22 years ago
- 828023b Repair redirect handling and raise URLError on host-not-found. by Jeremy Hylton · 22 years ago
- 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 22 years ago
- aca49b0 Fix NameError exception ('name' undefined) by Andrew M. Kuchling · 22 years ago
- e190663 Typo in docstring by Jeremy Hylton · 22 years ago
- 96f1129 Fix for SF bug #599836: Don't duplicate headers. by Jeremy Hylton · 22 years ago
- 853ddd5 SF #614596, fix for urllib2.AbstractBasicAuthHandler, John Williams (johnw42) by Neal Norwitz · 22 years ago
- a87a521 Remove ugly irregular spaces from in front of some comments. by Fred Drake · 22 years ago
- c411dba Whitespace normalization. by Tim Peters · 22 years ago
- 144dea3 Fix from SF patch #527518: proxy config with user+pass authentication. by Jeremy Hylton · 22 years ago
- 40bbae3 Fix HTTPError __init__ for cases where fp is None. by Jeremy Hylton · 22 years ago
- 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
- 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
- 3704644 Use types.StringTypes instead of (types.StringType, types.UnicodeType) -- by Michael W. Hudson · 22 years ago
- 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
- 9d3eba8 Patch #525870: Avoid duplicate stat calls, use st_ attributes. by Martin v. Löwis · 23 years ago
- 2e250b4 Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers by Greg Ward · 23 years ago
- 52a17be Fix SF bug 468948 & 451295: urllib2 authentication problems by Jeremy Hylton · 23 years ago
- d5214b0 Clean up one comment, fix typos in others. by Fred Drake · 23 years ago
- 8b78b99 Fix [ #465502 ] urllib2: urlopen unicode problem by Jeremy Hylton · 23 years ago
- 6d8c1aa Add content-type header to ftp URLs (SF patch #454553) by Jeremy Hylton · 23 years ago
- 833a8d8 SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, like by Guido van Rossum · 23 years ago
- d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
- ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
- 54e99e8 Fix SF bug [ #447370 ] typo in urllib2.py by Jeremy Hylton · 23 years ago
- 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
- ec3dfde Only write out one blank line before the request data. by Fred Drake · 23 years ago
- 78cae61 Raise useful exception when called with URL for which request type by Jeremy Hylton · 23 years ago
- 2d996c0 Fix typo (missing "req." prefix on error_302_dict) found by Neil by Guido van Rossum · 24 years ago
- 7667680 Idiotic braino caused HTTP openers to ignore proxies. This fixes 413135 by Moshe Zadka · 24 years ago
- d3f193f * Fixing the password-proxy bug by Moshe Zadka · 24 years ago
- 30edd23 Whitespace normalization. by Tim Peters · 24 years ago
- 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 24 years ago
- b08b2d3 String method conversion. by Eric S. Raymond · 24 years ago
- e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
- 73574ee two fixes for redirects: by Jeremy Hylton · 24 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
- a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
- 13a2c27 Untabify to pass the -tt test. by Fred Drake · 25 years ago
- e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
- 6d7e47b EXPERIMENTAL by Jeremy Hylton · 25 years ago