1. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 16 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  3. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 18 years ago
  4. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 18 years ago
  5. 4e618b7 Fix test: u prefixes are gone now. Test 'a' and b'a' instead. by Walter Dörwald · 18 years ago
  6. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  7. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  8. 9c37306 tolerate --disable-unicode... by Michael W. Hudson · 23 years ago
  9. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  10. 702ca4f Revert the previous patch to test_pow.py and move the test to test_unary.py by Fred Drake · 24 years ago
  11. c15a828 Change test_overflow to test_no_overflow; looks like big int literals by Tim Peters · 24 years ago
  12. 08a6403 Test the unary operator changes to the compiler by Jeremy Hylton · 24 years ago