1. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  2. 5af2f74 Fixes issue 1959. Converted tests to unittest. Thanks Giampaolo Rodola. by Facundo Batista · 18 years ago
  3. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  4. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 23 years ago
  5. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  6. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 24 years ago
  7. de9725f Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators. by Tim Peters · 24 years ago
  8. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  9. 7c4f96f Deviant1 didn't work as advertised by Jeremy Hylton · 25 years ago
  10. 035a07e add some more contains tests on the builtin types by Jeremy Hylton · 25 years ago
  11. 45ad3c4 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  12. da2361a Add tests for char in string -- including required exceptions for by Guido van Rossum · 25 years ago
  13. 24512e6 Test cases for __contains__ code, by Moshe Zadka. by Guido van Rossum · 25 years ago