1. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 21 years ago
  2. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 21 years ago
  3. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 21 years ago
  4. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  5. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 24 years ago
  6. e78b92a added some tests for urlencode by Skip Montanaro · 24 years ago
  7. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 24 years ago
  8. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 24 years ago
  9. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  10. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  11. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  12. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago