1. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  2. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  3. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  4. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  5. 7585229 Port test_userlist to PyUnit and add a few tests to increase code by Walter Dörwald · 22 years ago
  6. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  7. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  8. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  9. f5fa0fc test_userlist.py: by Tim Peters · 24 years ago
  10. 6a973c7 robustify UserList constructor -- will now accept any sequence by Jeremy Hylton · 24 years ago
  11. 447b4a0 Test suite for UserList. by Guido van Rossum · 25 years ago