1. d80b4bf #7092: silence some more py3k warnings. by Ezio Melotti · 15 years ago
  2. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  3. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago[Renamed (98%) from Lib/test/test_reprlib.py]
  6. a8eaf8f Rename the test file of reprlib. by Alexandre Vassalotti · 17 years ago[Renamed from Lib/test/test_repr.py]
  7. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 17 years ago
  8. 9ec4aa0 Replace instances of os.path.walk with os.walk by Benjamin Peterson · 17 years ago
  9. 8fd3ecf Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 18 years ago
  10. c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 18 years ago
  11. c745df8 Remove unneeded imports of 'warnings'. by Brett Cannon · 19 years ago
  12. 008b861 Don't fail if the (sub)pkgname already exist. by Neal Norwitz · 19 years ago
  13. ab541bb Revert change, func_name of lambda's is back to <lambda>. by Neil Schemenauer · 20 years ago
  14. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  15. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 21 years ago
  16. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 21 years ago
  17. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  18. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 23 years ago
  19. d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 23 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  21. e08fda9 Remove all tests that rely on deprecated-in-2.2 features of xrange objects. by Fred Drake · 23 years ago
  22. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  23. 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 24 years ago
  24. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 24 years ago
  25. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  26. a4cb788 Change repr() of a new-style class to say <class 'ClassName'> rather by Guido van Rossum · 24 years ago
  27. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  28. dd32138 limit prefix test for lambda by Jeremy Hylton · 24 years ago
  29. a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 24 years ago
  30. cf856f9 Add a test for the final branch in repr.Repr.repr1(), which deals with by Guido van Rossum · 24 years ago
  31. 0bcf6d8 Added lots of tests for reprs of "simple" objects, such as file, by Barry Warsaw · 24 years ago
  32. ab9ba27 Whitespace normalization. by Tim Peters · 24 years ago
  33. 8e6669a Test for the repr module, contributed by Nick Mathewson. by Fred Drake · 24 years ago