1. b1c3167 bpo-27639: Correct return type for UserList slicing operation (#13169) by Michael Blahay · 5 years ago
  2. e4fbb02 Remove unused support.run_unittest imports. by Serhiy Storchaka · 8 years ago
  3. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  4. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  5. 1c7b7f7 Userlist.copy() wasn't returning a UserList. by Raymond Hettinger · 13 years ago
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  7. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  8. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  9. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  10. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  11. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  12. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  13. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  14. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  15. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  16. 7585229 Port test_userlist to PyUnit and add a few tests to increase code by Walter Dörwald · 21 years ago
  17. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  18. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  19. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  20. f5fa0fc test_userlist.py: by Tim Peters · 24 years ago
  21. 6a973c7 robustify UserList constructor -- will now accept any sequence by Jeremy Hylton · 24 years ago
  22. 447b4a0 Test suite for UserList. by Guido van Rossum · 25 years ago