1. e1ea829 Issue #3080: Fix test_reprlib on Windows by Victor Stinner · 13 years ago
  2. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  3. 98a5f3f Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. by Raymond Hettinger · 14 years ago
  4. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  5. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  6. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  7. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  8. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago[Renamed from Lib/test/test_repr.py]
  9. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  10. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  11. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  12. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  13. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  14. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  15. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  16. 644e149 Get rid of a test for repr() of a file object. by Guido van Rossum · 17 years ago
  17. 3353a2e Make test_repr.py pass again after repr(range(1)) changed. by Guido van Rossum · 17 years ago
  18. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  19. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  20. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  21. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  22. a48a3b4 Fix test failures for repr.py. by Guido van Rossum · 18 years ago
  23. ab541bb Revert change, func_name of lambda's is back to <lambda>. by Neil Schemenauer · 19 years ago
  24. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  25. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 20 years ago
  26. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 20 years ago
  27. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  28. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 21 years ago
  29. d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 22 years ago
  30. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  31. e08fda9 Remove all tests that rely on deprecated-in-2.2 features of xrange objects. by Fred Drake · 22 years ago
  32. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  33. 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
  34. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  35. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  36. a4cb788 Change repr() of a new-style class to say <class 'ClassName'> rather by Guido van Rossum · 23 years ago
  37. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  38. dd32138 limit prefix test for lambda by Jeremy Hylton · 23 years ago
  39. a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 23 years ago
  40. cf856f9 Add a test for the final branch in repr.Repr.repr1(), which deals with by Guido van Rossum · 23 years ago
  41. 0bcf6d8 Added lots of tests for reprs of "simple" objects, such as file, by Barry Warsaw · 23 years ago
  42. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  43. 8e6669a Test for the repr module, contributed by Nick Mathewson. by Fred Drake · 23 years ago