1. bfbdefe Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. by R. David Murray · 15 years ago
  2. af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. by Florent Xicluna · 15 years ago
  3. e127e24 Slight style cleanup. by Florent Xicluna · 15 years ago
  4. 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
  5. 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 15 years ago
  6. f3e9b2a Fix for Issue8135 - urllib.unquote to support mixed percent escapes by Senthil Kumaran · 15 years ago
  7. 18d5a69 Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") by Senthil Kumaran · 15 years ago
  8. 84fedf7 No need to assign the results of expressions used only for side effects. by Georg Brandl · 15 years ago
  9. 48e65f5 Fix duplicate import. by Georg Brandl · 15 years ago
  10. ca173e2 Fix transient refleaks in test_urllib. Thanks to Florent Xicluna. by Antoine Pitrou · 15 years ago
  11. 0299d0d actually close files by Philip Jenvey · 15 years ago
  12. 31802d0 Fix for issue 7149: a regression in 2.6.3 that causes an exception when by Ronald Oussoren · 16 years ago
  13. 809073b Followup for r74962 by Ronald Oussoren · 16 years ago
  14. 51f0633 Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 by Ronald Oussoren · 16 years ago
  15. 4af40d2 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 16 years ago
  16. 7c2867f Fix for the Issue918368 - urllib doesn't correct server returned urls by Senthil Kumaran · 16 years ago
  17. 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 16 years ago
  18. b364bfe close the file even if an exception occurs #5536 by Benjamin Peterson · 16 years ago
  19. 84040db Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required. by Kristján Valur Jónsson · 16 years ago
  20. 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 17 years ago
  21. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
  22. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  23. 099646f MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf by Ronald Oussoren · 17 years ago
  24. 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 17 years ago
  25. d5e6cf2 #1664522: in urllib, don't read non-existing directories in ftp mode, by Georg Brandl · 17 years ago
  26. 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 17 years ago
  27. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 17 years ago
  28. 0f7c25d Issue1177 by Kurt B. Kaiser · 17 years ago
  29. 9b91567 #1177: accept 2xx responses for https too, not only http. by Georg Brandl · 18 years ago
  30. a1afbf6 issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses. by Sean Reifscheider · 18 years ago
  31. 426ea0a This contains a number of things: by Bill Janssen · 18 years ago
  32. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  33. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
  34. ce55e21 Try to get test_urllib to pass on Windows by closing the file. by Neal Norwitz · 18 years ago
  35. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  36. 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
  37. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 18 years ago
  38. 5227857 [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 18 years ago
  39. 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
  40. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 19 years ago
  41. 44a118a Patch #1470976: don't NLST files when retrieving over FTP. by Georg Brandl · 19 years ago
  42. c5d0dbd Fix a couple of strings that were no-ops. urllib.open_file was a docstring by Neal Norwitz · 19 years ago
  43. 80bb2bb Revert r43399. by Georg Brandl · 19 years ago
  44. f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 19 years ago
  45. 1c168d8 Bug #1457264: parse http://host?query correctly in urllib by Georg Brandl · 19 years ago
  46. 1f63670 Patch #1426648: urllib proxy_bypass broken by Georg Brandl · 19 years ago
  47. 92037a1 Whitespace normalization. by Tim Peters · 19 years ago
  48. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 19 years ago
  49. c0b2473 Bug #649974: make docstrings for url2pathname consistent by Georg Brandl · 19 years ago
  50. 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
  51. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
  52. cf6b632 Corrected version of 1.170 by Raymond Hettinger · 20 years ago
  53. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 20 years ago
  54. 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 20 years ago
  55. 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 20 years ago
  56. 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 20 years ago
  57. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  58. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago
  59. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  60. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
  61. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  62. 11d9b06 Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition by Jack Jansen · 21 years ago
  63. aaeffaf Replace sequential split/join calls on strings with a single replace call. by Brett Cannon · 21 years ago
  64. 69200fa Replace code in urllib for basejoin (undocumented) with urlparse.urljoin . by Brett Cannon · 21 years ago
  65. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  66. ff638ea [Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries. by Andrew M. Kuchling · 22 years ago
  67. fa19f7c More fixes according to SF 549151: by Guido van Rossum · 22 years ago
  68. 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 22 years ago
  69. 7d618c7 Fix docstring for URLOpener.retrieve() in regards to opening a local file by Brett Cannon · 22 years ago
  70. 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 22 years ago
  71. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  72. 3bd6fde Use fdopen() to create file from fd. by Jeremy Hylton · 23 years ago
  73. 4ef1103 When testing for localhost/ first map to lower case. Spotted by Skip. by Jack Jansen · 23 years ago
  74. 3ae2dc5 Treat file://localhost/ as local too (same as file:/ and file:///). by Jack Jansen · 23 years ago
  75. f2e45dd Modify splituser() method to allow an @ in the userinfo field. by Raymond Hettinger · 23 years ago
  76. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 23 years ago
  77. 60e04cd Fix SF #565414, FancyURLopener() needs to support **kwargs by Neal Norwitz · 23 years ago
  78. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 23 years ago
  79. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 23 years ago
  80. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 23 years ago
  81. 4b46c0a Don't require Unicode support. by Guido van Rossum · 23 years ago
  82. a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 23 years ago
  83. df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 23 years ago
  84. 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 23 years ago
  85. b955d6c Hopeful fix for SF bug 503031: urllib.py: open_http() host problem. by Guido van Rossum · 23 years ago
  86. aad1849 time and socket were already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
  87. 92b48b7 use stat attributes instead of tuple entries by Walter Dörwald · 23 years ago
  88. 56a4235 To make 'urllib.py -t' run again, change FTP URL to a file that actually by Andrew M. Kuchling · 23 years ago
  89. bc9bc18 SF #515024 remove unused variable by Neal Norwitz · 23 years ago
  90. b931bf3 SF patch #490515 (Joe A) urllib.open_https() protocol issue by Guido van Rossum · 23 years ago
  91. c680ae8 Added missing parameter in call to http_error_default(); by Fred Drake · 24 years ago
  92. 6d8c1aa Add content-type header to ftp URLs (SF patch #454553) by Jeremy Hylton · 24 years ago
  93. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 24 years ago
  94. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 24 years ago
  95. ab9ba27 Whitespace normalization. by Tim Peters · 24 years ago
  96. 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 24 years ago
  97. f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 24 years ago
  98. ec3dfde Only write out one blank line before the request data. by Fred Drake · 24 years ago
  99. b8bf3be Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../. by Guido van Rossum · 24 years ago
  100. 5d87d47 fixing 408085 - redirect from https becomes http by Moshe Zadka · 24 years ago