1. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  2. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  3. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  4. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 25 years ago
  5. ab11f60 Added a new test for old filter() memory leak by Barry Warsaw · 26 years ago
  6. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 26 years ago
  7. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  8. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 26 years ago
  9. d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
  10. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 27 years ago
  11. dddf7a6 Added test of complex() (that catches a bug in 1.4!). by Guido van Rossum · 27 years ago
  12. 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
  13. 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 29 years ago
  14. 824de25 * Lib/test/test_b1.py: test eval() and execfile() with globals, by Guido van Rossum · 30 years ago
  15. eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
  16. e23b62f more complete tests of built-in functions by Guido van Rossum · 30 years ago
  17. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  18. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  19. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  20. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  21. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  22. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
  23. 3bead09 Initial revision by Guido van Rossum · 33 years ago