1. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  2. a34cd0c Issue #22824: Simplify reprlib output format for empty arrays by Raymond Hettinger · 10 years ago
  3. ffd842e Issue #22824: Updated reprlib output format for sets to use set literals. by Raymond Hettinger · 10 years ago
  4. 0c937b3 Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix by Serhiy Storchaka · 10 years ago
  5. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  6. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  7. bb0ad4c Avoid pulling threading when _thread is sufficient by Antoine Pitrou · 13 years ago
  8. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  9. 6ef18f4 Fix typo. by Raymond Hettinger · 13 years ago
  10. 98b140c Add entry for reprlib. by Raymond Hettinger · 13 years ago
  11. db1bad2 Fix bootstrap issues when building without threads by Antoine Pitrou · 14 years ago
  12. 98a5f3f Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. by Raymond Hettinger · 14 years ago
  13. acbca71 Rename the repr module file to reprlib.py. by Alexandre Vassalotti · 16 years ago[Renamed from Lib/repr.py]
  14. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  15. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  16. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  17. 4c9695a Fix repr.py -- it was triggering on the type name 'long', should be 'int'. by Guido van Rossum · 17 years ago
  18. a48a3b4 Fix test failures for repr.py. by Guido van Rossum · 18 years ago
  19. 83a6430 Committing Tim's patch for SF bug #983585: by Fred Drake · 20 years ago
  20. ddc819c Make sure sets are printed in sorted order by Raymond Hettinger · 20 years ago
  21. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 20 years ago
  22. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 20 years ago
  23. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  24. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 21 years ago
  25. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  26. 6fd0f0a Another / that should be a // (previously not caught because of by Guido van Rossum · 23 years ago
  27. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  28. a995c91 Use type(x).__name__ to get the name of the type instead of parsing by Guido van Rossum · 23 years ago
  29. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  30. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  31. 6b71e74 String method conversion. by Eric S. Raymond · 23 years ago
  32. 0c9886d Whitespace normalization. by Tim Peters · 23 years ago
  33. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  34. ff3a278 Small patch by Tim Peters - it was using self.maxlist when it should by Guido van Rossum · 25 years ago
  35. 8d2080d use getattr() instead of eval(), fix string representations by Guido van Rossum · 29 years ago
  36. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  37. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 30 years ago
  38. babe2bf Initial revision by Guido van Rossum · 32 years ago