1. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago[Renamed from Lib/reprlib.py]
  2. 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 16 years ago[Renamed from Lib/repr.py]
  3. 8fd3ecf Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  4. c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 17 years ago
  5. 83a6430 Committing Tim's patch for SF bug #983585: by Fred Drake · 20 years ago
  6. ddc819c Make sure sets are printed in sorted order by Raymond Hettinger · 20 years ago
  7. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 20 years ago
  8. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 20 years ago
  9. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  10. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 22 years ago
  11. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  12. 6fd0f0a Another / that should be a // (previously not caught because of by Guido van Rossum · 23 years ago
  13. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  14. a995c91 Use type(x).__name__ to get the name of the type instead of parsing by Guido van Rossum · 23 years ago
  15. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  16. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  17. 6b71e74 String method conversion. by Eric S. Raymond · 24 years ago
  18. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  19. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
  20. ff3a278 Small patch by Tim Peters - it was using self.maxlist when it should by Guido van Rossum · 25 years ago
  21. 8d2080d use getattr() instead of eval(), fix string representations by Guido van Rossum · 30 years ago
  22. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  23. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  24. babe2bf Initial revision by Guido van Rossum · 33 years ago