1. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 20 years ago
  2. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 20 years ago
  3. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  4. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 22 years ago
  5. d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 22 years ago
  6. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  7. e08fda9 Remove all tests that rely on deprecated-in-2.2 features of xrange objects. by Fred Drake · 22 years ago
  8. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  9. 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
  10. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  11. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  12. a4cb788 Change repr() of a new-style class to say <class 'ClassName'> rather by Guido van Rossum · 23 years ago
  13. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  14. dd32138 limit prefix test for lambda by Jeremy Hylton · 23 years ago
  15. a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 23 years ago
  16. cf856f9 Add a test for the final branch in repr.Repr.repr1(), which deals with by Guido van Rossum · 23 years ago
  17. 0bcf6d8 Added lots of tests for reprs of "simple" objects, such as file, by Barry Warsaw · 23 years ago
  18. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  19. 8e6669a Test for the repr module, contributed by Nick Mathewson. by Fred Drake · 23 years ago