1. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  2. e99bd17 Fixing bug #227562 by calling URLopener.http_error_default when by Moshe Zadka · 23 years ago
  3. c3e11d6 provide simple recovery/escape from apparent redirect recursion. If the by Skip Montanaro · 23 years ago
  4. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  5. 14f1ad4 allow first param urlencode to be a sequence of two-element tuples - in this by Skip Montanaro · 23 years ago
  6. a5d23a1 modify urlencode so sequences in the dict are treated as multivalued by Skip Montanaro · 23 years ago
  7. e27a7b8 Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format by Guido van Rossum · 23 years ago
  8. afc4f04 - Make sure to quote the username and password (SF patch #103236 by dogfort). by Guido van Rossum · 23 years ago
  9. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 23 years ago
  10. b2a0a83 Fixed bug which caused HTTPS not to work at all with string URLs by Moshe Zadka · 24 years ago
  11. b2493f8 Get rid of string functions, except maketrans() (which is *not* obsolete!). by Guido van Rossum · 24 years ago
  12. 1d99433 Convert Unicode strings to byte strings before passing them into specific by Martin v. Löwis · 24 years ago
  13. d52755f Provide a clearer error message when urlopen fails because of an by Jeremy Hylton · 24 years ago
  14. b49f88b - Improved handling of win32 proxy settings (addresses bug #114256). by Fredrik Lundh · 24 years ago
  15. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  16. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  17. d7b86f0 Pass data on to retrieve method. Don't people *test* their changes? by Sjoerd Mullender · 24 years ago
  18. ba31138 Promote the server version from a local variable to a class variable, by Guido van Rossum · 24 years ago
  19. 316a793 Randall Hopper <aa8vb@yahoo.com>>: by Fred Drake · 24 years ago
  20. 79f1c17 * added doc strings to urlopen and unquote_plus by Skip Montanaro · 24 years ago
  21. 567ca8e Patch from Paul Schreiber <paul@commerceflow.com>: by Fred Drake · 24 years ago
  22. 4f570b9 Patch #100873 - Use registry to find proxies for urllib on Win32 by Mark Hammond · 24 years ago
  23. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  24. 9e94afd Fix bug #314, reported by Craig Allen <cba@mediaone.net>: by Fred Drake · 24 years ago
  25. 7ad4792 Comment out an apparent debug print by Andrew M. Kuchling · 24 years ago
  26. c580dae Fix a problem reported by Oleg Broytmann, who complains that very by Guido van Rossum · 24 years ago
  27. 43c5af0 Fix to previous patch: send the request data when it's provided by Andrew M. Kuchling · 24 years ago
  28. 141e989 Fixed bug reported by JP Calderone: https:// URL's didn't work. by Andrew M. Kuchling · 24 years ago
  29. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  30. 3c8baed Sjoerd Mullender writes: by Guido van Rossum · 24 years ago
  31. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  32. 5e006a3 Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  33. 3427c1f Sjoerd Mullender: by Guido van Rossum · 25 years ago
  34. 336a201 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  35. 0dee4ee Updated lagging version#. Also added some comments about how quote() by Guido van Rossum · 25 years ago
  36. 3527f59 Hack so that if a 302 or 301 redirect contains a relative URL, the by Guido van Rossum · 25 years ago
  37. 3764595 Yet another patch by Sjoerd Mullender: by Guido van Rossum · 25 years ago
  38. 367ac80 From: Sjoerd Mullender by Guido van Rossum · 25 years ago
  39. 29aab75 open_http also had the 'data is None' test backwards. don't call with the by Guido van Rossum · 25 years ago
  40. b30f52a http_error had the 'data is None' test backwards. don't call with the by Jeremy Hylton · 25 years ago
  41. f90b002 change indentation from 8 spaces to 4 spaces by Jeremy Hylton · 25 years ago
  42. 547c3f1 pleasing the tabnanny by Jeremy Hylton · 25 years ago
  43. dbc8364 When performing a POST request, i.e. when the second argument to by Jeremy Hylton · 25 years ago
  44. 4505895 As Des Barry points out, we need to call pathname2url(file) in two by Guido van Rossum · 25 years ago
  45. ed52a20 In open_ftp(), check that retrlen is not None before using it in a %d format! by Guido van Rossum · 25 years ago
  46. 33add0a Sjoerd Mullender: by Guido van Rossum · 26 years ago
  47. 9ab96d4 Changes by Eric Raymond: by Guido van Rossum · 26 years ago
  48. 4163e70 On the Mac, use Internet Config to find the proxies (Jack Jansen). by Guido van Rossum · 26 years ago
  49. 810a339 Speed up the implementation of quote(). by Guido van Rossum · 26 years ago
  50. c94f16f Oops! Of course, Tim is right -- when the item is not a hex number, by Guido van Rossum · 26 years ago
  51. 52e86ad Speed-up unquote(), inspired by post from Daniel Walton. by Guido van Rossum · 26 years ago
  52. 2349015 Rewrite the (test) main program so that when used as a script, it can by Guido van Rossum · 26 years ago
  53. ae9ee73 Use the getpass module instead of having platform-specific echo on/off by Guido van Rossum · 26 years ago
  54. e0c0da9 Patches to make the proxy code work again. (Why does that always break by Guido van Rossum · 26 years ago
  55. 0eae8fb Feeble attempt at making urlopen more robust -- don't call splituser() by Guido van Rossum · 26 years ago
  56. c74521a Oops -- remove some debug print statements! by Guido van Rossum · 26 years ago
  57. 0454b51 Oops, pulled over by the tab police :-) by Guido van Rossum · 26 years ago
  58. b5916ab Change by Sjoerd (with minor reformatting): by Guido van Rossum · 26 years ago
  59. a08faba A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  60. 7e7ca0b A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  61. 6d4d1c2 Added support for "data" URL, by Sjoerd Mullender. by Guido van Rossum · 26 years ago
  62. 8a666e7 Fix a horrible race condition -- various routines were storing the by Guido van Rossum · 26 years ago
  63. 03710d2 Two suggested features by Sjoerd: by Guido van Rossum · 26 years ago
  64. c5d8fed (1) Use matchobj.groups(), not matchbj.group() to get all groups. by Guido van Rossum · 26 years ago
  65. e757962 Fix bad new bug in ftp code -- the test for existing file using NLST by Guido van Rossum · 26 years ago
  66. d499004 Solve two annoying problems with ftp URLs for Jack: when repeated by Guido van Rossum · 27 years ago
  67. c0f29c2 When a port is specified in an ftp:// URL, must convert it to a number! by Guido van Rossum · 27 years ago
  68. 8360005 Assert that the proxies object passed in to the URLopener constructor by Guido van Rossum · 27 years ago
  69. 036309b This should hopefully finally clean up the remaining __del__ related by Guido van Rossum · 27 years ago
  70. 654451d splitpasswd(): The parameter is named "user", not "host". by Fred Drake · 27 years ago
  71. 332e144 Use sys.exc_info() where needed. Use "re" module, making it threadsafe. by Guido van Rossum · 27 years ago
  72. 1049932 Initialize self.__tempfiles to [] in the constructor (else it remains by Guido van Rossum · 27 years ago
  73. 2b3fd76 One patch from Sjoerd and one from Jack. by Guido van Rossum · 27 years ago
  74. ab0abdc Explicitly close the socket and temp file in URLopener.retrieve(), so by Guido van Rossum · 27 years ago
  75. b6784dc Interpret three slashes in file: URL as local file (for Netscape on by Guido van Rossum · 27 years ago
  76. f668d17 Clear the ftp cache when it contains more than 10 entries. by Guido van Rossum · 27 years ago
  77. 2966b32 Catch *all* errors that ftplib can raise (ftplib.all_errors) rather by Guido van Rossum · 27 years ago
  78. c24751b Add Host: header to URL request. by Guido van Rossum · 27 years ago
  79. 1aec3f0 lowercase proxies env variables, for Windows. by Guido van Rossum · 27 years ago
  80. ab0d1af spliturl() should not throw away everything past first newline by Guido van Rossum · 27 years ago
  81. 54a1d0b (Jack+Guido:) interpret ../ in basejoin() according to RFC1808. by Guido van Rossum · 27 years ago
  82. c511aee Open files in binary mode. by Guido van Rossum · 27 years ago
  83. fd79566 Fix two small bugs with proxies. by Guido van Rossum · 27 years ago
  84. 838cb28 Put a new, more useful, set of references in the leading comment. by Guido van Rossum · 27 years ago
  85. d23d940 Move the 'import os' in URLopener.cleanup() to inside the block by Guido van Rossum · 27 years ago
  86. 0564e12 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
  87. bd01374 Add optional data argument to urlopen() and open_http(), to trigger POST. by Guido van Rossum · 28 years ago
  88. 29e7781 Added safeguard against failure in __del__. by Guido van Rossum · 28 years ago
  89. 3c8484e When re-raising an exception raised by a module used internally as by Guido van Rossum · 28 years ago
  90. c5d7e80 Fix the way the Authorization header is sent (how could this have worked?). by Guido van Rossum · 28 years ago
  91. 5b1b33c Fix another case where... by Guido van Rossum · 28 years ago
  92. b030bc0 Fix some cases where self.openedurl wasn't set. by Guido van Rossum · 28 years ago
  93. e6ad891 One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5. by Guido van Rossum · 28 years ago
  94. 78c9637 Bump exposed __version__ to 1.4. by Guido van Rossum · 28 years ago
  95. f8abb38 Slightly faster (un)quoting. by Guido van Rossum · 28 years ago
  96. 2281d35 add nturl2path by Guido van Rossum · 28 years ago
  97. 84a00a8 Change defn of splitnport() to only accept valid digit strings. by Guido van Rossum · 28 years ago
  98. 53725a2 Added splitnport(), which is like splitport() but returns a numeric port, by Guido van Rossum · 28 years ago
  99. a7e4b28 Support optional filename argument for retrieve() and urlretrieve(), by Guido van Rossum · 28 years ago
  100. 71ac945 move mac url2path conversion to separate module by Guido van Rossum · 28 years ago