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
/
test
/
test_functools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the total_ordering decorator to handle cross-type comparisons
Éric Araujo
2011-03-19
1
-0/+24
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-30/+30
*
enable and fix TestTotalOrdering
Benjamin Peterson
2010-08-23
1
-7/+8
*
add test for class with no operations defined
Benjamin Peterson
2010-04-11
1
-0/+6
*
Classes that override __eq__ also need to define __hash__.
Raymond Hettinger
2010-04-05
1
-0/+7
*
Add tests for functools.total_ordering.
Raymond Hettinger
2010-04-04
1
-0/+69
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
1
-1/+6
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
1
-5/+23
*
Fix a redefined test method.
Georg Brandl
2010-02-07
1
-9/+8
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
1
-1/+1
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-1/+1
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-1/+1
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-9/+9
*
#5228: add pickle support to functools.partial
Jack Diederich
2009-03-31
1
-1/+14
*
Copy reduce() to _functools so to have functools.reduce() not raise a warning
Brett Cannon
2008-08-09
1
-1/+44
*
[Bug #1576241] Let functools.wraps work with built-in functions
Andrew M. Kuchling
2006-10-27
1
-0/+7
*
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
Nick Coghlan
2006-06-08
1
-0/+109
*
Apply modified version of Collin Winter's patch #1478788
Nick Coghlan
2006-05-29
1
-0/+177