1. 77c1b38 Merged revisions 87797 via svnmerge from by Antoine Pitrou · 15 years ago
  2. 559395f Merged revisions 87564 via svnmerge from by Senthil Kumaran · 15 years ago
  3. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
  4. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  5. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  6. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  7. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  8. af45b11 Kill a couple of "<>" by Antoine Pitrou · 16 years ago
  9. b3c169b Try to make test_wsgiref less fragile against environment changes by other tests by Antoine Pitrou · 16 years ago
  10. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  11. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  12. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  13. c2898c5 Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). by Collin Winter · 18 years ago
  14. 403019b Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages. by Phillip J. Eby · 19 years ago
  15. 06524b6 compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper by Tim Peters · 19 years ago
  16. 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 19 years ago