1. d8bc0a3 Merge DeprecationWarnings silencing in test_urllib from 3.3. by Ezio Melotti · 11 years ago
  2. 79b99db Silence DeprecationWarnings in test_urllib. by Ezio Melotti · 11 years ago
  3. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  4. df204be Issue #16423: urllib.request now has support for ``data:`` URLs. by Antoine Pitrou · 12 years ago
  5. 601c059 Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  6. 6d9388f Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  7. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  8. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  9. bf644c5 Fix the windows buildbot permission error - close the fd of tempfile beffore unlinking by Senthil Kumaran · 12 years ago
  10. 3194d7c Fix issue16300: addressing the buildbot failures on windows by Senthil Kumaran · 12 years ago
  11. c3633b6 skip the file localhost test on windows. Fix it on branch and modify the test by Senthil Kumaran · 12 years ago
  12. 3a81580 Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch by Berker Peksag by Senthil Kumaran · 12 years ago
  13. 40d8078 Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy by Senthil Kumaran · 12 years ago
  14. 3ebef36 Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception by Senthil Kumaran · 12 years ago
  15. f577686 Issue #10836: Fix exception raised when file not found in urlretrieve by Senthil Kumaran · 12 years ago
  16. 612a815 revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  17. 168456d revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  18. 540715a Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  19. b7451ce Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  20. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  21. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  22. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  23. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  24. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  25. 3242577 merge from 3.2 by Senthil Kumaran · 13 years ago
  26. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  27. 4479577 merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  28. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  29. ab06e3f merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  30. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  31. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  32. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  33. 55a190f merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  34. b7a690a merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924 by Senthil Kumaran · 13 years ago
  35. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 13 years ago
  36. 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
  37. 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
  38. 29e2c64 Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  39. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  40. 99e97f9 merge from 3.2. by Senthil Kumaran · 13 years ago
  41. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  42. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  43. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  44. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  45. 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
  46. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  47. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  48. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  49. acbaa92 Call unfakehttp in order to close connection while opening the connection through a fakehttp object. by Senthil Kumaran · 13 years ago
  50. d91ffca Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 13 years ago
  51. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  52. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  53. 833d912 closes issue11609. buildbot related failures in the test_urllibnet. by Senthil Kumaran · 13 years ago
  54. a4d5b0c Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 13 years ago
  55. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  56. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  57. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  58. f8827ae Merged revisions 85489-85490 via svnmerge from by Antoine Pitrou · 14 years ago
  59. 8c8f1ac Oops by Antoine Pitrou · 14 years ago
  60. b3a88b5 Really fix bug by Antoine Pitrou · 14 years ago
  61. e0f214a Fix issue 10094, by narrowing down the test for PROXY environment variables. by Barry Warsaw · 14 years ago
  62. 270800c Fix issue 10094, by narrowing down the test for PROXY environment variables. by Barry Warsaw · 14 years ago
  63. 99e472e Fix test failure with -bb, because of r84040. by Florent Xicluna · 14 years ago
  64. 37ddbb8 Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from by Florent Xicluna · 14 years ago
  65. 62829dc Silence BytesWarning while testing exception by Florent Xicluna · 14 years ago
  66. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  67. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 14 years ago
  68. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  69. afef78f Merged revisions 83415 via svnmerge from by Senthil Kumaran · 14 years ago
  70. de0eb24 Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication by Senthil Kumaran · 14 years ago
  71. c049fca Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. by Florent Xicluna · 14 years ago
  72. 604ef37 Make urllib tests pass for now. Will figure out what the correct semantics should be after release. by Georg Brandl · 14 years ago
  73. d496c4c Fix issue9301 - handle unquote({}) kind of case. by Senthil Kumaran · 14 years ago
  74. 79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. by Senthil Kumaran · 14 years ago
  75. fe1ad15 Merged revisions 82510 via svnmerge from by Senthil Kumaran · 14 years ago
  76. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  77. 0e7e9ae Merged revisions 78270 via svnmerge from by Senthil Kumaran · 14 years ago
  78. 734f059 Merged revisions 78268 via svnmerge from by Senthil Kumaran · 14 years ago
  79. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  80. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  81. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  82. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  83. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  84. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  85. faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 15 years ago
  86. 690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. by Senthil Kumaran · 15 years ago
  87. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  88. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 15 years ago
  89. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 15 years ago
  90. 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 15 years ago
  91. ff96b2a test_urllib would set environment variable NO_PROXY without removing it afterwards. by Antoine Pitrou · 16 years ago
  92. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  93. 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
  94. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  95. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 16 years ago
  96. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 16 years ago
  97. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  98. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  99. 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
  100. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago