1. f2e45dd Modify splituser() method to allow an @ in the userinfo field. by Raymond Hettinger · 22 years ago
  2. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  3. 60e04cd Fix SF #565414, FancyURLopener() needs to support **kwargs by Neal Norwitz · 22 years ago
  4. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  5. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  6. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  7. 4b46c0a Don't require Unicode support. by Guido van Rossum · 22 years ago
  8. a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 22 years ago
  9. df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 22 years ago
  10. 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 22 years ago
  11. b955d6c Hopeful fix for SF bug 503031: urllib.py: open_http() host problem. by Guido van Rossum · 22 years ago
  12. aad1849 time and socket were already imported in the module, no need to re-import by Neal Norwitz · 22 years ago
  13. 92b48b7 use stat attributes instead of tuple entries by Walter Dörwald · 22 years ago
  14. 56a4235 To make 'urllib.py -t' run again, change FTP URL to a file that actually by Andrew M. Kuchling · 22 years ago
  15. bc9bc18 SF #515024 remove unused variable by Neal Norwitz · 22 years ago
  16. b931bf3 SF patch #490515 (Joe A) urllib.open_https() protocol issue by Guido van Rossum · 23 years ago
  17. c680ae8 Added missing parameter in call to http_error_default(); by Fred Drake · 23 years ago
  18. 6d8c1aa Add content-type header to ftp URLs (SF patch #454553) by Jeremy Hylton · 23 years ago
  19. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
  20. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  21. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  22. 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 23 years ago
  23. f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 23 years ago
  24. ec3dfde Only write out one blank line before the request data. by Fred Drake · 23 years ago
  25. b8bf3be Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../. by Guido van Rossum · 23 years ago
  26. 5d87d47 fixing 408085 - redirect from https becomes http by Moshe Zadka · 23 years ago
  27. 44d5e0c updated __all__ to include several other names by Skip Montanaro · 23 years ago
  28. 282fed1 Grr, splittag was also missing from __all__. by Jack Jansen · 23 years ago
  29. 4998563 Added url2pathname and pathname2url to __all__. by Jack Jansen · 23 years ago
  30. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  31. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  32. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  33. e99bd17 Fixing bug #227562 by calling URLopener.http_error_default when by Moshe Zadka · 23 years ago
  34. c3e11d6 provide simple recovery/escape from apparent redirect recursion. If the by Skip Montanaro · 23 years ago
  35. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  36. 14f1ad4 allow first param urlencode to be a sequence of two-element tuples - in this by Skip Montanaro · 23 years ago
  37. a5d23a1 modify urlencode so sequences in the dict are treated as multivalued by Skip Montanaro · 23 years ago
  38. e27a7b8 Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format by Guido van Rossum · 23 years ago
  39. afc4f04 - Make sure to quote the username and password (SF patch #103236 by dogfort). by Guido van Rossum · 23 years ago
  40. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 23 years ago
  41. b2a0a83 Fixed bug which caused HTTPS not to work at all with string URLs by Moshe Zadka · 24 years ago
  42. b2493f8 Get rid of string functions, except maketrans() (which is *not* obsolete!). by Guido van Rossum · 24 years ago
  43. 1d99433 Convert Unicode strings to byte strings before passing them into specific by Martin v. Löwis · 24 years ago
  44. d52755f Provide a clearer error message when urlopen fails because of an by Jeremy Hylton · 24 years ago
  45. b49f88b - Improved handling of win32 proxy settings (addresses bug #114256). by Fredrik Lundh · 24 years ago
  46. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  47. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  48. d7b86f0 Pass data on to retrieve method. Don't people *test* their changes? by Sjoerd Mullender · 24 years ago
  49. ba31138 Promote the server version from a local variable to a class variable, by Guido van Rossum · 24 years ago
  50. 316a793 Randall Hopper <aa8vb@yahoo.com>>: by Fred Drake · 24 years ago
  51. 79f1c17 * added doc strings to urlopen and unquote_plus by Skip Montanaro · 24 years ago
  52. 567ca8e Patch from Paul Schreiber <paul@commerceflow.com>: by Fred Drake · 24 years ago
  53. 4f570b9 Patch #100873 - Use registry to find proxies for urllib on Win32 by Mark Hammond · 24 years ago
  54. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  55. 9e94afd Fix bug #314, reported by Craig Allen <cba@mediaone.net>: by Fred Drake · 24 years ago
  56. 7ad4792 Comment out an apparent debug print by Andrew M. Kuchling · 24 years ago
  57. c580dae Fix a problem reported by Oleg Broytmann, who complains that very by Guido van Rossum · 24 years ago
  58. 43c5af0 Fix to previous patch: send the request data when it's provided by Andrew M. Kuchling · 24 years ago
  59. 141e989 Fixed bug reported by JP Calderone: https:// URL's didn't work. by Andrew M. Kuchling · 24 years ago
  60. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  61. 3c8baed Sjoerd Mullender writes: by Guido van Rossum · 24 years ago
  62. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  63. 5e006a3 Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  64. 3427c1f Sjoerd Mullender: by Guido van Rossum · 25 years ago
  65. 336a201 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  66. 0dee4ee Updated lagging version#. Also added some comments about how quote() by Guido van Rossum · 25 years ago
  67. 3527f59 Hack so that if a 302 or 301 redirect contains a relative URL, the by Guido van Rossum · 25 years ago
  68. 3764595 Yet another patch by Sjoerd Mullender: by Guido van Rossum · 25 years ago
  69. 367ac80 From: Sjoerd Mullender by Guido van Rossum · 25 years ago
  70. 29aab75 open_http also had the 'data is None' test backwards. don't call with the by Guido van Rossum · 25 years ago
  71. b30f52a http_error had the 'data is None' test backwards. don't call with the by Jeremy Hylton · 25 years ago
  72. f90b002 change indentation from 8 spaces to 4 spaces by Jeremy Hylton · 25 years ago
  73. 547c3f1 pleasing the tabnanny by Jeremy Hylton · 25 years ago
  74. dbc8364 When performing a POST request, i.e. when the second argument to by Jeremy Hylton · 25 years ago
  75. 4505895 As Des Barry points out, we need to call pathname2url(file) in two by Guido van Rossum · 25 years ago
  76. ed52a20 In open_ftp(), check that retrlen is not None before using it in a %d format! by Guido van Rossum · 25 years ago
  77. 33add0a Sjoerd Mullender: by Guido van Rossum · 26 years ago
  78. 9ab96d4 Changes by Eric Raymond: by Guido van Rossum · 26 years ago
  79. 4163e70 On the Mac, use Internet Config to find the proxies (Jack Jansen). by Guido van Rossum · 26 years ago
  80. 810a339 Speed up the implementation of quote(). by Guido van Rossum · 26 years ago
  81. c94f16f Oops! Of course, Tim is right -- when the item is not a hex number, by Guido van Rossum · 26 years ago
  82. 52e86ad Speed-up unquote(), inspired by post from Daniel Walton. by Guido van Rossum · 26 years ago
  83. 2349015 Rewrite the (test) main program so that when used as a script, it can by Guido van Rossum · 26 years ago
  84. ae9ee73 Use the getpass module instead of having platform-specific echo on/off by Guido van Rossum · 26 years ago
  85. e0c0da9 Patches to make the proxy code work again. (Why does that always break by Guido van Rossum · 26 years ago
  86. 0eae8fb Feeble attempt at making urlopen more robust -- don't call splituser() by Guido van Rossum · 26 years ago
  87. c74521a Oops -- remove some debug print statements! by Guido van Rossum · 26 years ago
  88. 0454b51 Oops, pulled over by the tab police :-) by Guido van Rossum · 26 years ago
  89. b5916ab Change by Sjoerd (with minor reformatting): by Guido van Rossum · 26 years ago
  90. a08faba A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  91. 7e7ca0b A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  92. 6d4d1c2 Added support for "data" URL, by Sjoerd Mullender. by Guido van Rossum · 26 years ago
  93. 8a666e7 Fix a horrible race condition -- various routines were storing the by Guido van Rossum · 26 years ago
  94. 03710d2 Two suggested features by Sjoerd: by Guido van Rossum · 26 years ago
  95. c5d8fed (1) Use matchobj.groups(), not matchbj.group() to get all groups. by Guido van Rossum · 26 years ago
  96. e757962 Fix bad new bug in ftp code -- the test for existing file using NLST by Guido van Rossum · 26 years ago
  97. d499004 Solve two annoying problems with ftp URLs for Jack: when repeated by Guido van Rossum · 27 years ago
  98. c0f29c2 When a port is specified in an ftp:// URL, must convert it to a number! by Guido van Rossum · 27 years ago
  99. 8360005 Assert that the proxies object passed in to the URLopener constructor by Guido van Rossum · 27 years ago
  100. 036309b This should hopefully finally clean up the remaining __del__ related by Guido van Rossum · 27 years ago