summaryrefslogtreecommitdiff
path: root/Lib/test/test_functools.py
Commit message (Expand)AuthorAgeFilesLines
* Fix DeprecationWarning in tests (#4345)Victor Stinner2017-11-081-0/+8
* bpo-25732: Make functools.total_ordering implementing __ne__. (#3748)Serhiy Storchaka2017-09-251-0/+53
* Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-9/+24
* Rename class attribute "thetype" to "partial" in functools.partial testsSerhiy Storchaka2016-06-121-34/+34
* Issue #25455: Backported tests for pickling recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+20
* Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-5/+96
* ensure .keywords is always a dictBenjamin Peterson2015-05-091-0/+2
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-2/+3
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-4/+4
* Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-0/+18
* Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-281-1/+1
* - Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-0/+1
* 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