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