1. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 13 years ago
  2. 23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type by Raymond Hettinger · 14 years ago
  3. 41e422a Issue #4113: Added custom __repr__ method to functools.partial. by Alexander Belopolsky · 14 years ago
  4. c79fb0e Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. by Raymond Hettinger · 14 years ago
  5. 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 14 years ago
  6. 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
  7. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  8. 02566ec Adopt more descriptive attribute names as suggested on python-dev. by Raymond Hettinger · 14 years ago
  9. 9c2930e run total_ordering() tests, and fix the function (default comparisons shouldn't be considered) by Benjamin Peterson · 14 years ago
  10. 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
  11. e29e6bf Issue #665761: functools.reduce() will no longer mask exceptions other by Alexander Belopolsky · 14 years ago
  12. f309828 Remove the lfu_cache. Add more tests. by Raymond Hettinger · 14 years ago
  13. 0f56e90 Support cache sizes. by Raymond Hettinger · 14 years ago
  14. 560f764 Issue #8814: function annotations (the `__annotations__` attribute) by Antoine Pitrou · 14 years ago
  15. 2e7346a Re-commit r83327 now that the release is done. by Georg Brandl · 14 years ago
  16. 014e0ca Revert r83327. This will have to wait until after the alpha1 release. by Georg Brandl · 14 years ago
  17. 9e46ef8 Add functools.lfu_cache() and functools.lru_cache(). by Raymond Hettinger · 14 years ago
  18. 42ebee3 Merged revisions 79944 via svnmerge from by Benjamin Peterson · 14 years ago
  19. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  20. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  21. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  22. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  23. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 15 years ago
  24. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  25. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  26. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  27. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  28. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  29. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  30. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  31. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  32. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  33. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago[Renamed (97%) from Lib/test/test_functional.py]
  34. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  35. 26e512a Test partial() with bound/unbound methods. by Raymond Hettinger · 19 years ago
  36. c8b6d1b Make functional.partial() more closely match the spec by emulating by Raymond Hettinger · 19 years ago
  37. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago