1. d3ffdb4 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox. by Senthil Kumaran · 16 years ago
  2. f125078 Fix for Issue7026. Making it self.env.unset by Senthil Kumaran · 16 years ago
  3. b52c6f8 Fixing Issue6557. urllib.urlopen will quote the space character within urls. by Senthil Kumaran · 16 years ago
  4. 536120e Merged revisions 71984 via svnmerge from by Walter Dörwald · 16 years ago
  5. 4aef703 Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from by Georg Brandl · 17 years ago
  6. 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 17 years ago
  7. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  8. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
  9. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  10. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  11. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 18 years ago
  12. 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 18 years ago
  13. 0f7c25d Issue1177 by Kurt B. Kaiser · 18 years ago
  14. 38917f5 Get test passing again by commenting out the reference to the test class. by Neal Norwitz · 18 years ago
  15. d9880d0 Commenting out the tests until find out who can test them in by Facundo Batista · 18 years ago
  16. e312416 Fixing stupid error, and introducing a sleep, to see if the by Facundo Batista · 18 years ago
  17. b4dfafa Trying to make the tests work in Windows and Solaris, everywhere else just works by Facundo Batista · 18 years ago
  18. 62c744e Let's see if reading exactly what is written allow this live by Facundo Batista · 18 years ago
  19. 965fa24 Removed the .recv() in the test, is not necessary, and was by Facundo Batista · 18 years ago
  20. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  21. 9aba6d6 Patch #1695862: remove the cleanup code, now that Windows buildbots are green by Žiga Seilnacht · 18 years ago
  22. d5b3fed Patch #1695862: remove old test directory that causes test_urllib failures by Žiga Seilnacht · 18 years ago
  23. ce2ab35 Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 18 years ago
  24. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  25. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
  26. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 20 years ago
  27. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  28. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 21 years ago
  29. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 21 years ago
  30. c2659cf Whitespace normalization. by Tim Peters · 22 years ago
  31. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  32. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 22 years ago
  33. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 22 years ago
  34. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 22 years ago
  35. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  36. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 25 years ago
  37. e78b92a added some tests for urlencode by Skip Montanaro · 25 years ago
  38. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 25 years ago
  39. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 25 years ago
  40. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  41. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  42. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 25 years ago
  43. 6102e29 fixes bug #111951 by Jeremy Hylton · 25 years ago