summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_functools.py
Commit message (Expand)AuthorAgeFilesLines
* 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