1. 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
  2. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 20 years ago
  3. ce6829a On Mac OS X pwd.getpwall() might return the tuples by Walter Dörwald · 22 years ago
  4. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  5. ce07c8a Max OS X returns "*" as the password in grp.getgrall() by Walter Dörwald · 22 years ago
  6. ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 22 years ago
  7. 64976e7 Fix copy & paste error in comment. by Walter Dörwald · 22 years ago
  8. 43bc1f1 Fix the test so that it works even when /etc/group has two entries by Walter Dörwald · 22 years ago
  9. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 22 years ago
  10. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  11. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  12. 5b811be Simple conversion to PyUnit. by Fred Drake · 24 years ago
  13. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  14. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  15. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  16. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  17. 30da0ea Believe it or not, some people have an empty group database. by Guido van Rossum · 28 years ago
  18. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 29 years ago
  19. 749cc6b Test script for the UNIX group file access module (grp) by Roger E. Masse · 29 years ago