1. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  2. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 9 years ago
  3. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  4. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  5. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  6. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  7. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 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 · 17 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. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  17. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 19 years ago
  18. ce6829a On Mac OS X pwd.getpwall() might return the tuples by Walter Dörwald · 21 years ago
  19. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  20. ce07c8a Max OS X returns "*" as the password in grp.getgrall() by Walter Dörwald · 21 years ago
  21. ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 21 years ago
  22. 64976e7 Fix copy & paste error in comment. by Walter Dörwald · 21 years ago
  23. 43bc1f1 Fix the test so that it works even when /etc/group has two entries by Walter Dörwald · 21 years ago
  24. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  25. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  26. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  27. 5b811be Simple conversion to PyUnit. by Fred Drake · 23 years ago
  28. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  29. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  30. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  31. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  32. 30da0ea Believe it or not, some people have an empty group database. by Guido van Rossum · 27 years ago
  33. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  34. 749cc6b Test script for the UNIX group file access module (grp) by Roger E. Masse · 28 years ago