1. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 21 years ago
  2. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 21 years ago
  3. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  4. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  5. 8db890a Removed the generator future-stmt -- not needed for 2.3. by Tim Peters · 22 years ago
  6. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago