1. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  2. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  3. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  4. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  5. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  6. 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 16 years ago
  7. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  8. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 16 years ago
  9. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  10. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 17 years ago
  11. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  12. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  13. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  14. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  15. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  16. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  17. de9725f Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators. by Tim Peters · 23 years ago
  18. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  19. 7c4f96f Deviant1 didn't work as advertised by Jeremy Hylton · 24 years ago
  20. 035a07e add some more contains tests on the builtin types by Jeremy Hylton · 24 years ago
  21. 45ad3c4 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  22. da2361a Add tests for char in string -- including required exceptions for by Guido van Rossum · 24 years ago
  23. 24512e6 Test cases for __contains__ code, by Moshe Zadka. by Guido van Rossum · 24 years ago