1. f8a6391 Merged revisions 87238 via svnmerge from by R. David Murray · 15 years ago
  2. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
  3. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 16 years ago
  6. 74bbc79 Replace all map(None, a) with list(a). by Georg Brandl · 17 years ago
  7. 66b4ab7 I'm tired of these tests breaking at Google due to our large number of by Guido van Rossum · 18 years ago
  8. 3685045 Change test_values so that it compares the lowercasing of group names since getgrall() can return all lowercase names while getgrgid() returns proper casing. by Brett Cannon · 19 years ago
  9. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 20 years ago
  10. ce6829a On Mac OS X pwd.getpwall() might return the tuples by Walter Dörwald · 22 years ago
  11. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  12. ce07c8a Max OS X returns "*" as the password in grp.getgrall() by Walter Dörwald · 22 years ago
  13. ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 22 years ago
  14. 64976e7 Fix copy & paste error in comment. by Walter Dörwald · 22 years ago
  15. 43bc1f1 Fix the test so that it works even when /etc/group has two entries by Walter Dörwald · 22 years ago
  16. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 22 years ago
  17. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  18. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  19. 5b811be Simple conversion to PyUnit. by Fred Drake · 24 years ago
  20. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  21. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  22. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  23. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  24. 30da0ea Believe it or not, some people have an empty group database. by Guido van Rossum · 28 years ago
  25. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 29 years ago
  26. 749cc6b Test script for the UNIX group file access module (grp) by Roger E. Masse · 29 years ago