1. 8c8f1ac Oops by Antoine Pitrou · 15 years ago
  2. b3a88b5 Really fix bug by Antoine Pitrou · 15 years ago
  3. 270800c Fix issue 10094, by narrowing down the test for PROXY environment variables. by Barry Warsaw · 15 years ago
  4. 62829dc Silence BytesWarning while testing exception by Florent Xicluna · 15 years ago
  5. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 15 years ago
  6. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 15 years ago
  7. de0eb24 Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication by Senthil Kumaran · 15 years ago
  8. c049fca Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. by Florent Xicluna · 15 years ago
  9. 604ef37 Make urllib tests pass for now. Will figure out what the correct semantics should be after release. by Georg Brandl · 15 years ago
  10. d496c4c Fix issue9301 - handle unquote({}) kind of case. by Senthil Kumaran · 15 years ago
  11. 79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. by Senthil Kumaran · 15 years ago
  12. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 15 years ago
  13. 734f059 Merged revisions 78268 via svnmerge from by Senthil Kumaran · 15 years ago
  14. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 16 years ago
  15. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  16. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 16 years ago
  17. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  18. faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 16 years ago
  19. 690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. by Senthil Kumaran · 16 years ago
  20. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 16 years ago
  21. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
  22. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 16 years ago
  23. 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 16 years ago
  24. ff96b2a test_urllib would set environment variable NO_PROXY without removing it afterwards. by Antoine Pitrou · 17 years ago
  25. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 17 years ago
  26. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 17 years ago
  27. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
  28. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 17 years ago
  29. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 17 years ago
  30. 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago
  31. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 17 years ago
  32. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 17 years ago
  33. 2442015 Create http package. #2883. by Georg Brandl · 17 years ago
  34. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  35. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  36. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 18 years ago
  37. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 18 years ago
  38. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 18 years ago
  39. 77553ab Fix test for new version of urllib that uses HTTPConnection directly. by Jeremy Hylton · 18 years ago
  40. 66dc8c5 Fix tests that tried to sneak strings through httplib. by Jeremy Hylton · 18 years ago
  41. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 18 years ago
  42. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  43. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  44. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  45. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  46. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 19 years ago
  47. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
  48. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 20 years ago
  49. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  50. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 21 years ago
  51. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 21 years ago
  52. c2659cf Whitespace normalization. by Tim Peters · 22 years ago
  53. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  54. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 22 years ago
  55. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 22 years ago
  56. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 22 years ago
  57. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  58. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 25 years ago
  59. e78b92a added some tests for urlencode by Skip Montanaro · 25 years ago
  60. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 25 years ago
  61. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 25 years ago
  62. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  63. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  64. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 25 years ago
  65. 6102e29 fixes bug #111951 by Jeremy Hylton · 25 years ago