1. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 13 years ago
  2. 0a4edd5 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 13 years ago
  3. a0d1d96 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 13 years ago
  4. 7e4c168 Minor optimization -- factor a constant expression out of the inner-loop. by Raymond Hettinger · 13 years ago
  5. 524359f Add comment. by Raymond Hettinger · 14 years ago
  6. 23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type by Raymond Hettinger · 14 years ago
  7. c79fb0e Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. by Raymond Hettinger · 14 years ago
  8. 00f2f97 Doc and docstring nits. by Raymond Hettinger · 14 years ago
  9. 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 14 years ago
  10. 5e20bab Neaten-up a bit. by Raymond Hettinger · 14 years ago
  11. 234515a Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple. by Nick Coghlan · 14 years ago
  12. 5fa40c0 Clean-up docstring, comments, and whitespace. by Raymond Hettinger · 14 years ago
  13. 3255c63 Improve comment by Raymond Hettinger · 14 years ago
  14. 1006bd4 Future proof total_ordering against changes in methods defined on object. by Raymond Hettinger · 14 years ago
  15. bd88802 Revert r84700 which had an unfortunate performance cost. by Raymond Hettinger · 14 years ago
  16. 22b46e0 Separate positional arguments from localized globals. by Raymond Hettinger · 14 years ago
  17. 1017ae5 add reduce and partial to __all__ by Benjamin Peterson · 14 years ago
  18. f45abc9 Add method to OrderedDict for repositioning keys to the ends. by Raymond Hettinger · 14 years ago
  19. 4c7c9af Clean-up functools.total_ordering(). by Raymond Hettinger · 14 years ago
  20. 02566ec Adopt more descriptive attribute names as suggested on python-dev. by Raymond Hettinger · 14 years ago
  21. af1e140 Readability nit. by Raymond Hettinger · 14 years ago
  22. 7babc1b Better method name. Tighten inner-loop with bound methods. by Raymond Hettinger · 14 years ago
  23. 38d17e3 Speed-up cache updates by Raymond Hettinger · 14 years ago
  24. 16925e8 remove parens by Benjamin Peterson · 14 years ago
  25. 9c2930e run total_ordering() tests, and fix the function (default comparisons shouldn't be considered) by Benjamin Peterson · 14 years ago
  26. 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 · 14 years ago
  27. 0b5669c Fix __all__. by Raymond Hettinger · 14 years ago
  28. bc653d1 Remove unused imports by Raymond Hettinger · 14 years ago
  29. f309828 Remove the lfu_cache. Add more tests. by Raymond Hettinger · 14 years ago
  30. 0f56e90 Support cache sizes. by Raymond Hettinger · 14 years ago
  31. 5202fad Localize one more builtin lookup. by Raymond Hettinger · 14 years ago
  32. cbe8813 Add locks to make the caches well behaved in multi-threaded code. by Raymond Hettinger · 14 years ago
  33. 1f594ad use same quoting as the rest of the file by Benjamin Peterson · 14 years ago
  34. 560f764 Issue #8814: function annotations (the `__annotations__` attribute) by Antoine Pitrou · 14 years ago
  35. 2e7346a Re-commit r83327 now that the release is done. by Georg Brandl · 14 years ago
  36. 014e0ca Revert r83327. This will have to wait until after the alpha1 release. by Georg Brandl · 14 years ago
  37. 9e46ef8 Add functools.lfu_cache() and functools.lru_cache(). by Raymond Hettinger · 14 years ago
  38. e5a2673 Merged revisions 80068 via svnmerge from by Georg Brandl · 14 years ago
  39. 56de7e2 Issue 8361: Remove assert from functools.total_ordering by Raymond Hettinger · 14 years ago
  40. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  41. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  42. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  43. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  44. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago