- 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 16 years ago
- 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 16 years ago
- 099646f MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf by Ronald Oussoren · 16 years ago
- 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 16 years ago
- d5e6cf2 #1664522: in urllib, don't read non-existing directories in ftp mode, by Georg Brandl · 17 years ago
- 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 17 years ago
- 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 17 years ago
- 0f7c25d Issue1177 by Kurt B. Kaiser · 17 years ago
- 9b91567 #1177: accept 2xx responses for https too, not only http. by Georg Brandl · 17 years ago
- a1afbf6 issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses. by Sean Reifscheider · 17 years ago
- 426ea0a This contains a number of things: by Bill Janssen · 17 years ago
- 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 17 years ago
- d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 17 years ago
- ce55e21 Try to get test_urllib to pass on Windows by closing the file. by Neal Norwitz · 18 years ago
- f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
- 071d1ae Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 18 years ago
- 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 18 years ago
- 5227857 [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 18 years ago
- 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
- 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 18 years ago
- 44a118a Patch #1470976: don't NLST files when retrieving over FTP. by Georg Brandl · 19 years ago
- c5d0dbd Fix a couple of strings that were no-ops. urllib.open_file was a docstring by Neal Norwitz · 19 years ago
- 80bb2bb Revert r43399. by Georg Brandl · 19 years ago
- f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 19 years ago
- 1c168d8 Bug #1457264: parse http://host?query correctly in urllib by Georg Brandl · 19 years ago
- 1f63670 Patch #1426648: urllib proxy_bypass broken by Georg Brandl · 19 years ago
- 92037a1 Whitespace normalization. by Tim Peters · 19 years ago
- 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 19 years ago
- c0b2473 Bug #649974: make docstrings for url2pathname consistent by Georg Brandl · 19 years ago
- 1f66357 bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly. by Georg Brandl · 19 years ago
- 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 19 years ago
- cf6b632 Corrected version of 1.170 by Raymond Hettinger · 19 years ago
- 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
- 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 19 years ago
- 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 19 years ago
- 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 19 years ago
- 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 19 years ago
- b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 19 years ago
- a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
- 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
- 11d9b06 Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition by Jack Jansen · 20 years ago
- aaeffaf Replace sequential split/join calls on strings with a single replace call. by Brett Cannon · 21 years ago
- 69200fa Replace code in urllib for basejoin (undocumented) with urlparse.urljoin . by Brett Cannon · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- ff638ea [Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries. by Andrew M. Kuchling · 21 years ago
- fa19f7c More fixes according to SF 549151: by Guido van Rossum · 21 years ago
- 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 22 years ago
- 7d618c7 Fix docstring for URLOpener.retrieve() in regards to opening a local file by Brett Cannon · 22 years ago
- 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 22 years ago
- 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
- 3bd6fde Use fdopen() to create file from fd. by Jeremy Hylton · 22 years ago
- 4ef1103 When testing for localhost/ first map to lower case. Spotted by Skip. by Jack Jansen · 22 years ago
- 3ae2dc5 Treat file://localhost/ as local too (same as file:/ and file:///). by Jack Jansen · 22 years ago
- f2e45dd Modify splituser() method to allow an @ in the userinfo field. by Raymond Hettinger · 22 years ago
- 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
- 60e04cd Fix SF #565414, FancyURLopener() needs to support **kwargs by Neal Norwitz · 22 years ago
- 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
- 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
- 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
- 4b46c0a Don't require Unicode support. by Guido van Rossum · 22 years ago
- a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 23 years ago
- df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 23 years ago
- 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 23 years ago
- b955d6c Hopeful fix for SF bug 503031: urllib.py: open_http() host problem. by Guido van Rossum · 23 years ago
- aad1849 time and socket were already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
- 92b48b7 use stat attributes instead of tuple entries by Walter Dörwald · 23 years ago
- 56a4235 To make 'urllib.py -t' run again, change FTP URL to a file that actually by Andrew M. Kuchling · 23 years ago
- bc9bc18 SF #515024 remove unused variable by Neal Norwitz · 23 years ago
- b931bf3 SF patch #490515 (Joe A) urllib.open_https() protocol issue by Guido van Rossum · 23 years ago
- c680ae8 Added missing parameter in call to http_error_default(); by Fred Drake · 23 years ago
- 6d8c1aa Add content-type header to ftp URLs (SF patch #454553) by Jeremy Hylton · 23 years ago
- 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
- 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
- ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
- 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 23 years ago
- f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 23 years ago
- ec3dfde Only write out one blank line before the request data. by Fred Drake · 23 years ago
- b8bf3be Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../. by Guido van Rossum · 24 years ago
- 5d87d47 fixing 408085 - redirect from https becomes http by Moshe Zadka · 24 years ago
- 44d5e0c updated __all__ to include several other names by Skip Montanaro · 24 years ago
- 282fed1 Grr, splittag was also missing from __all__. by Jack Jansen · 24 years ago
- 4998563 Added url2pathname and pathname2url to __all__. by Jack Jansen · 24 years ago
- d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
- 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
- 85ba673 Whitespace normalization. by Tim Peters · 24 years ago
- e99bd17 Fixing bug #227562 by calling URLopener.http_error_default when by Moshe Zadka · 24 years ago
- c3e11d6 provide simple recovery/escape from apparent redirect recursion. If the by Skip Montanaro · 24 years ago
- 658cba6 Whitespace normalization. by Tim Peters · 24 years ago
- 14f1ad4 allow first param urlencode to be a sequence of two-element tuples - in this by Skip Montanaro · 24 years ago
- a5d23a1 modify urlencode so sequences in the dict are treated as multivalued by Skip Montanaro · 24 years ago
- e27a7b8 Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format by Guido van Rossum · 24 years ago
- afc4f04 - Make sure to quote the username and password (SF patch #103236 by dogfort). by Guido van Rossum · 24 years ago
- e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
- b2a0a83 Fixed bug which caused HTTPS not to work at all with string URLs by Moshe Zadka · 24 years ago
- b2493f8 Get rid of string functions, except maketrans() (which is *not* obsolete!). by Guido van Rossum · 24 years ago
- 1d99433 Convert Unicode strings to byte strings before passing them into specific by Martin v. Löwis · 24 years ago
- d52755f Provide a clearer error message when urlopen fails because of an by Jeremy Hylton · 24 years ago
- b49f88b - Improved handling of win32 proxy settings (addresses bug #114256). by Fredrik Lundh · 24 years ago
- 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago