1. 6032c25 Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. by Antoine Pitrou · 15 years ago
  2. bc27c6a Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown. by Florent Xicluna · 15 years ago
  3. 6de9e93 Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are by Florent Xicluna · 15 years ago
  4. e365613 Issue #7532: Add additional slicing test cases for new- and old-style by Mark Dickinson · 16 years ago
  5. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  6. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  7. 170eee9 Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform. by Kristján Valur Jónsson · 18 years ago
  8. 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 19 years ago
  9. c02c1c8 Whitespace normalization. by Tim Peters · 19 years ago
  10. 1872b1c Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots by Neal Norwitz · 19 years ago
  11. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 19 years ago
  12. 314861c Minor bugs in the __index__ code (PEP 357), with tests. by Armin Rigo · 19 years ago
  13. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  14. 5eca19b Checking in the test for PEP 357. by Armin Rigo · 19 years ago
  15. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago