1. fb24eea Issue #26856: Fix the tests assuming that the pwd module has getpwall() and by Xavier de Gaye · 8 years ago
  2. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  3. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  4. 55e2238 Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 11 years ago
  5. b24ef19 Merged revisions 79044 via svnmerge from by Collin Winter · 14 years ago
  6. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  7. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 14 years ago
  8. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  9. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  12. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  13. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  14. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  15. 9afbb4e Two more trivial fixes. by Guido van Rossum · 17 years ago
  16. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 19 years ago
  17. 80768f8 skip nis entries, if not filtered out by getpwall itself by Fredrik Lundh · 19 years ago
  18. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  19. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  20. ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 21 years ago
  21. 66e1e50 Fix the test so that it works even when /etc/passwd has two entries by Walter Dörwald · 21 years ago
  22. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  23. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  24. 2846b0a String method conversion. by Eric S. Raymond · 23 years ago
  25. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 23 years ago
  26. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 23 years ago
  27. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  28. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  29. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  30. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  31. 462d6e6 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  32. 6308d51 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  33. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 28 years ago
  34. 3d070fb Test of the pwd module by Barry Warsaw · 28 years ago