1. c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 22 years ago
  2. 39a86c2 SF bug 555042: zip() may trigger MemoryError. by Tim Peters · 22 years ago
  3. e08fda9 Remove all tests that rely on deprecated-in-2.2 features of xrange objects. by Fred Drake · 22 years ago
  4. e0e890a Added regression tests for xrange object attributes. See SF bug #551285. by Fred Drake · 22 years ago
  5. 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 22 years ago
  6. 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
  7. 71be984 Align the number of %s with the number of format arguments. by Finn Bock · 23 years ago
  8. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  9. b7a7731 Add tests for getattr() and hasattr() with non-string args by Jeremy Hylton · 23 years ago
  10. c09cf33 Rip out tests for xrange() features no longer supported. by Guido van Rossum · 23 years ago
  11. 8572b4f Generalize zip() to work with iterators. by Tim Peters · 23 years ago
  12. 0a5f91f Now that Marc-Andre has retracted unistr(), remove the tests. by Guido van Rossum · 24 years ago
  13. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  14. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  15. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  16. b046b76 Added test cases to detect regression on SourceForge bug #121965. by Fred Drake · 24 years ago
  17. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  18. 370a29f Added a zip() test where one of the arguments is an instance whose by Barry Warsaw · 24 years ago
  19. 7158126 Fixed the error reporting (raise of TestFailed) for the zip() and by Barry Warsaw · 24 years ago
  20. 7bfc1a1 Added testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  21. db1bd5c Revise tests to support str(<long int object>) not appending "L". by Fred Drake · 25 years ago
  22. 26fd982 Change the last 4-space indent into a 1-tab indent. by Guido van Rossum · 26 years ago
  23. 7995ed2 The reload(sys) test no longer works due to changes in the import semantics. by Guido van Rossum · 27 years ago
  24. d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
  25. 906a5e9 updated the oct(-100) test since oct() of a signed literal has changed. by Barry Warsaw · 28 years ago
  26. a49d94a test for specific bug in vars() by Guido van Rossum · 29 years ago
  27. eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
  28. e23b62f more complete tests of built-in functions by Guido van Rossum · 30 years ago
  29. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  30. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  31. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  32. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 31 years ago
  33. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 31 years ago
  34. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
  35. 3bead09 Initial revision by Guido van Rossum · 32 years ago