1. e3777b4 Fix merge glitch that let test_urllib fail. by Georg Brandl · 17 years ago
  2. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  3. 0c95e71 Remove dead code brought in by merge glitch @ r59667 by Kurt B. Kaiser · 17 years ago
  4. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  5. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  6. ce272b6 Merged revisions 58203-58210 via svnmerge from by Thomas Wouters · 17 years ago
  7. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  8. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  9. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  10. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 17 years ago
  11. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  12. fce59bf Get the urllib tests to pass without the email package by Neal Norwitz · 17 years ago
  13. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  14. 5f22af1 Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail. by Jeremy Hylton · 17 years ago
  15. 39b198d Change urllib to use HTTPConnection rather than old HTTP class. by Jeremy Hylton · 17 years ago
  16. c0f2d2d SF patch# 1762940 by Joe Gregorio. by Guido van Rossum · 17 years ago
  17. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 17 years ago
  18. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  19. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  20. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  21. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  22. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  23. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  24. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  25. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  26. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  27. 7cba850 Use input() now that it is available. by Guido van Rossum · 18 years ago
  28. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  29. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  30. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  31. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  32. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  33. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  35. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  36. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  37. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 19 years ago
  38. 1f63670 Patch #1426648: urllib proxy_bypass broken by Georg Brandl · 19 years ago
  39. 92037a1 Whitespace normalization. by Tim Peters · 19 years ago
  40. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 19 years ago
  41. c0b2473 Bug #649974: make docstrings for url2pathname consistent by Georg Brandl · 19 years ago
  42. 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
  43. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 19 years ago
  44. cf6b632 Corrected version of 1.170 by Raymond Hettinger · 19 years ago
  45. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
  46. 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 19 years ago
  47. 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 19 years ago
  48. 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 19 years ago
  49. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 19 years ago
  50. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 19 years ago
  51. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  52. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  53. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  54. 11d9b06 Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition by Jack Jansen · 20 years ago
  55. aaeffaf Replace sequential split/join calls on strings with a single replace call. by Brett Cannon · 21 years ago
  56. 69200fa Replace code in urllib for basejoin (undocumented) with urlparse.urljoin . by Brett Cannon · 21 years ago
  57. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  58. 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
  59. fa19f7c More fixes according to SF 549151: by Guido van Rossum · 21 years ago
  60. 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 21 years ago
  61. 7d618c7 Fix docstring for URLOpener.retrieve() in regards to opening a local file by Brett Cannon · 21 years ago
  62. 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 22 years ago
  63. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  64. 3bd6fde Use fdopen() to create file from fd. by Jeremy Hylton · 22 years ago
  65. 4ef1103 When testing for localhost/ first map to lower case. Spotted by Skip. by Jack Jansen · 22 years ago
  66. 3ae2dc5 Treat file://localhost/ as local too (same as file:/ and file:///). by Jack Jansen · 22 years ago
  67. f2e45dd Modify splituser() method to allow an @ in the userinfo field. by Raymond Hettinger · 22 years ago
  68. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  69. 60e04cd Fix SF #565414, FancyURLopener() needs to support **kwargs by Neal Norwitz · 22 years ago
  70. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  71. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  72. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  73. 4b46c0a Don't require Unicode support. by Guido van Rossum · 22 years ago
  74. a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 22 years ago
  75. df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 23 years ago
  76. 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 23 years ago
  77. b955d6c Hopeful fix for SF bug 503031: urllib.py: open_http() host problem. by Guido van Rossum · 23 years ago
  78. aad1849 time and socket were already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
  79. 92b48b7 use stat attributes instead of tuple entries by Walter Dörwald · 23 years ago
  80. 56a4235 To make 'urllib.py -t' run again, change FTP URL to a file that actually by Andrew M. Kuchling · 23 years ago
  81. bc9bc18 SF #515024 remove unused variable by Neal Norwitz · 23 years ago
  82. b931bf3 SF patch #490515 (Joe A) urllib.open_https() protocol issue by Guido van Rossum · 23 years ago
  83. c680ae8 Added missing parameter in call to http_error_default(); by Fred Drake · 23 years ago
  84. 6d8c1aa Add content-type header to ftp URLs (SF patch #454553) by Jeremy Hylton · 23 years ago
  85. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
  86. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  87. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  88. 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 23 years ago
  89. f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 23 years ago
  90. ec3dfde Only write out one blank line before the request data. by Fred Drake · 23 years ago
  91. b8bf3be Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../. by Guido van Rossum · 23 years ago
  92. 5d87d47 fixing 408085 - redirect from https becomes http by Moshe Zadka · 24 years ago
  93. 44d5e0c updated __all__ to include several other names by Skip Montanaro · 24 years ago
  94. 282fed1 Grr, splittag was also missing from __all__. by Jack Jansen · 24 years ago
  95. 4998563 Added url2pathname and pathname2url to __all__. by Jack Jansen · 24 years ago
  96. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  97. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
  98. 85ba673 Whitespace normalization. by Tim Peters · 24 years ago
  99. e99bd17 Fixing bug #227562 by calling URLopener.http_error_default when by Moshe Zadka · 24 years ago
  100. c3e11d6 provide simple recovery/escape from apparent redirect recursion. If the by Skip Montanaro · 24 years ago