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