1. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  2. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 17 years ago
  3. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  4. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  5. 57b39e0 Bug #1697782: remove all remaining code that uses types.InstanceType. by Georg Brandl · 17 years ago
  6. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  7. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  8. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  9. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 20 years ago
  10. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  11. 7e5c6a0 Change issubclass() so that recursive tuples (directly or indirectly by Walter Dörwald · 22 years ago
  12. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  13. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  14. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  15. 3b04d63 Add more tests for abstract isinstance() and issubclass(). by Neil Schemenauer · 22 years ago
  16. 906569d Unit tests for the changes in abstract.c version 2.101. The debug by Barry Warsaw · 22 years ago