1. 43fe03a Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployments (the old test was flaky on Google buildslaves). by Collin Winter · 15 years ago
  2. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  3. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 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 · 17 years ago
  8. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 19 years ago
  9. 80768f8 skip nis entries, if not filtered out by getpwall itself by Fredrik Lundh · 19 years ago
  10. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  11. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  12. ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 22 years ago
  13. 66e1e50 Fix the test so that it works even when /etc/passwd has two entries by Walter Dörwald · 22 years ago
  14. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 22 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  16. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  17. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  18. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  19. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  20. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  21. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 25 years ago
  22. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  23. 462d6e6 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 28 years ago
  24. 6308d51 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 28 years ago
  25. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 28 years ago
  26. 3d070fb Test of the pwd module by Barry Warsaw · 28 years ago