1. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  2. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  3. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  4. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  5. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  6. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  7. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 13 years ago
  8. 89976f1 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  9. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  10. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  11. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  12. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  13. 2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. by Senthil Kumaran · 13 years ago
  14. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 14 years ago
  15. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  16. acbaa92 Call unfakehttp in order to close connection while opening the connection through a fakehttp object. by Senthil Kumaran · 14 years ago
  17. d91ffca Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 14 years ago
  18. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  19. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  20. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  21. f8827ae Merged revisions 85489-85490 via svnmerge from by Antoine Pitrou · 14 years ago
  22. 8c8f1ac Oops by Antoine Pitrou · 14 years ago
  23. b3a88b5 Really fix bug by Antoine Pitrou · 14 years ago
  24. e0f214a Fix issue 10094, by narrowing down the test for PROXY environment variables. by Barry Warsaw · 14 years ago
  25. 270800c Fix issue 10094, by narrowing down the test for PROXY environment variables. by Barry Warsaw · 14 years ago
  26. 99e472e Fix test failure with -bb, because of r84040. by Florent Xicluna · 14 years ago
  27. 37ddbb8 Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from by Florent Xicluna · 14 years ago
  28. 62829dc Silence BytesWarning while testing exception by Florent Xicluna · 14 years ago
  29. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  30. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 14 years ago
  31. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  32. afef78f Merged revisions 83415 via svnmerge from by Senthil Kumaran · 14 years ago
  33. de0eb24 Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication by Senthil Kumaran · 14 years ago
  34. c049fca Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. by Florent Xicluna · 14 years ago
  35. 604ef37 Make urllib tests pass for now. Will figure out what the correct semantics should be after release. by Georg Brandl · 14 years ago
  36. d496c4c Fix issue9301 - handle unquote({}) kind of case. by Senthil Kumaran · 14 years ago
  37. 79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. by Senthil Kumaran · 14 years ago
  38. fe1ad15 Merged revisions 82510 via svnmerge from by Senthil Kumaran · 14 years ago
  39. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  40. 0e7e9ae Merged revisions 78270 via svnmerge from by Senthil Kumaran · 15 years ago
  41. 734f059 Merged revisions 78268 via svnmerge from by Senthil Kumaran · 15 years ago
  42. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  43. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  44. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  46. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  47. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  48. faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 15 years ago
  49. 690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. by Senthil Kumaran · 15 years ago
  50. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  51. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
  52. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 16 years ago
  53. 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 16 years ago
  54. ff96b2a test_urllib would set environment variable NO_PROXY without removing it afterwards. by Antoine Pitrou · 16 years ago
  55. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  57. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  58. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 16 years ago
  59. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 16 years ago
  60. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  61. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  62. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  63. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  64. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  65. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  66. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  67. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  68. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 17 years ago
  69. 77553ab Fix test for new version of urllib that uses HTTPConnection directly. by Jeremy Hylton · 17 years ago
  70. 66dc8c5 Fix tests that tried to sneak strings through httplib. by Jeremy Hylton · 17 years ago
  71. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 17 years ago
  72. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  73. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  74. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  75. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  76. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  77. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 19 years ago
  78. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
  79. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 19 years ago
  80. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 20 years ago
  81. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  82. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  83. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  84. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 21 years ago
  85. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 21 years ago
  86. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 21 years ago
  87. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  88. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 24 years ago
  89. e78b92a added some tests for urlencode by Skip Montanaro · 24 years ago
  90. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 24 years ago
  91. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 24 years ago
  92. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  93. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  94. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  95. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago