1. db1bd5c Revise tests to support str(<long int object>) not appending "L". by Fred Drake · 25 years ago
  2. 26fd982 Change the last 4-space indent into a 1-tab indent. by Guido van Rossum · 26 years ago
  3. 7995ed2 The reload(sys) test no longer works due to changes in the import semantics. by Guido van Rossum · 27 years ago
  4. d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
  5. 906a5e9 updated the oct(-100) test since oct() of a signed literal has changed. by Barry Warsaw · 28 years ago
  6. a49d94a test for specific bug in vars() by Guido van Rossum · 29 years ago
  7. eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
  8. e23b62f more complete tests of built-in functions by Guido van Rossum · 30 years ago
  9. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  10. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  11. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  12. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 31 years ago
  13. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  14. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
  15. 3bead09 Initial revision by Guido van Rossum · 33 years ago