1. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  4. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  5. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  6. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 17 years ago
  7. 77553ab Fix test for new version of urllib that uses HTTPConnection directly. by Jeremy Hylton · 17 years ago
  8. 66dc8c5 Fix tests that tried to sneak strings through httplib. by Jeremy Hylton · 17 years ago
  9. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 17 years ago
  10. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  11. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  12. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  13. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  14. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  15. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 19 years ago
  16. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
  17. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 19 years ago
  18. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 20 years ago
  19. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  20. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  21. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  22. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 21 years ago
  23. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 21 years ago
  24. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 21 years ago
  25. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  26. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 24 years ago
  27. e78b92a added some tests for urlencode by Skip Montanaro · 24 years ago
  28. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 24 years ago
  29. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 24 years ago
  30. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  31. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  32. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  33. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago