index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
functools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #11628: cmp_to_key should use__slots__.
Raymond Hettinger
2011-03-22
1
-0/+1
*
Fix the total_ordering decorator to handle cross-type comparisons
Éric Araujo
2011-03-19
1
-8/+8
*
#5341: fix typo and adapt docstring syntax.
Georg Brandl
2010-04-14
1
-2/+2
*
Issue 8361: Remove assert from functools.total_ordering
Raymond Hettinger
2010-04-10
1
-2/+3
*
Classes that override __eq__ also need to define __hash__.
Raymond Hettinger
2010-04-05
1
-0/+2
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
1
-1/+1
*
Add functools.CmpToKey()
Raymond Hettinger
2010-04-04
1
-0/+45
*
Copy reduce() to _functools so to have functools.reduce() not raise a warning
Brett Cannon
2008-08-09
1
-2/+1
*
Patch # 1739906 by Christian Heimes -- add reduce to functools (importing
Guido van Rossum
2007-08-27
1
-0/+1
*
[Bug #1576241] Let functools.wraps work with built-in functions
Andrew M. Kuchling
2006-10-27
1
-1/+1
*
Typo fix
Andrew M. Kuchling
2006-10-26
1
-1/+1
*
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
Nick Coghlan
2006-06-08
1
-18/+43
*
Whitespace normalization.
Tim Peters
2006-05-30
1
-1/+1
*
When adding a module like functools, it helps to let SVN know about the file.
Nick Coghlan
2006-05-29
1
-0/+26