summaryrefslogtreecommitdiff
path: root/Lib/test/test_functools.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the total_ordering decorator to handle cross-type comparisonsÉric Araujo2011-03-191-0/+24
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-30/+30
* enable and fix TestTotalOrderingBenjamin Peterson2010-08-231-7/+8
* add test for class with no operations definedBenjamin Peterson2010-04-111-0/+6
* Classes that override __eq__ also need to define __hash__.Raymond Hettinger2010-04-051-0/+7
* Add tests for functools.total_ordering.Raymond Hettinger2010-04-041-0/+69
* Add tests for cmp_to_key.Raymond Hettinger2010-04-041-1/+6
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-5/+23
* Fix a redefined test method.Georg Brandl2010-02-071-9/+8
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-9/+9
* #5228: add pickle support to functools.partialJack Diederich2009-03-311-1/+14
* Copy reduce() to _functools so to have functools.reduce() not raise a warningBrett Cannon2008-08-091-1/+44
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-271-0/+7
* Add functools.update_wrapper() and functools.wraps() as described in PEP 356Nick Coghlan2006-06-081-0/+109
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-0/+177