1. 9887683 Document and test the resolution of issue 3445 (tolerate missing attributes in functools.update_wrapper, previously implemented as a side effect of the __annotations__ copying patch) and implement issue 9567 (add a __wrapped__ attribute when using update_wrapper) by Nick Coghlan · 15 years ago
  2. 0b5669c Fix __all__. by Raymond Hettinger · 15 years ago
  3. bc653d1 Remove unused imports by Raymond Hettinger · 15 years ago
  4. f309828 Remove the lfu_cache. Add more tests. by Raymond Hettinger · 15 years ago
  5. 0f56e90 Support cache sizes. by Raymond Hettinger · 15 years ago
  6. 5202fad Localize one more builtin lookup. by Raymond Hettinger · 15 years ago
  7. cbe8813 Add locks to make the caches well behaved in multi-threaded code. by Raymond Hettinger · 15 years ago
  8. 1f594ad use same quoting as the rest of the file by Benjamin Peterson · 15 years ago
  9. 560f764 Issue #8814: function annotations (the `__annotations__` attribute) by Antoine Pitrou · 15 years ago
  10. 2e7346a Re-commit r83327 now that the release is done. by Georg Brandl · 15 years ago
  11. 014e0ca Revert r83327. This will have to wait until after the alpha1 release. by Georg Brandl · 15 years ago
  12. 9e46ef8 Add functools.lfu_cache() and functools.lru_cache(). by Raymond Hettinger · 15 years ago
  13. e5a2673 Merged revisions 80068 via svnmerge from by Georg Brandl · 15 years ago
  14. 56de7e2 Issue 8361: Remove assert from functools.total_ordering by Raymond Hettinger · 15 years ago
  15. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 15 years ago
  16. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  17. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 19 years ago
  18. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
  19. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago