1. 911da47 Issue #11628: cmp_to_key should use__slots__. by Raymond Hettinger · 13 years ago
  2. 374274d Fix the total_ordering decorator to handle cross-type comparisons by Éric Araujo · 13 years ago
  3. ea56710 #5341: fix typo and adapt docstring syntax. by Georg Brandl · 14 years ago
  4. 4e45512 Issue 8361: Remove assert from functools.total_ordering by Raymond Hettinger · 14 years ago
  5. e1d665a Classes that override __eq__ also need to define __hash__. by Raymond Hettinger · 14 years ago
  6. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 14 years ago
  7. a551f31 Add functools.CmpToKey() by Raymond Hettinger · 14 years ago
  8. 83e8184 Copy reduce() to _functools so to have functools.reduce() not raise a warning by Brett Cannon · 16 years ago
  9. d51b579 Patch # 1739906 by Christian Heimes -- add reduce to functools (importing by Guido van Rossum · 17 years ago
  10. 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  11. efb5707 Typo fix by Andrew M. Kuchling · 18 years ago
  12. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 18 years ago
  13. 27c7059 Whitespace normalization. by Tim Peters · 18 years ago
  14. 0849014 When adding a module like functools, it helps to let SVN know about the file. by Nick Coghlan · 18 years ago