1. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 26 years ago
  2. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  3. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 26 years ago
  4. d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
  5. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 27 years ago
  6. dddf7a6 Added test of complex() (that catches a bug in 1.4!). by Guido van Rossum · 28 years ago
  7. 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
  8. 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 30 years ago
  9. 824de25 * Lib/test/test_b1.py: test eval() and execfile() with globals, by Guido van Rossum · 30 years ago
  10. eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
  11. e23b62f more complete tests of built-in functions by Guido van Rossum · 30 years ago
  12. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  13. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  14. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  15. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  16. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  17. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
  18. 3bead09 Initial revision by Guido van Rossum · 33 years ago