summaryrefslogtreecommitdiff
path: root/Lib/functools.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-25732: Make functools.total_ordering implementing __ne__. (#3748)Serhiy Storchaka2017-09-251-2/+7
* Issue #11628: cmp_to_key should use__slots__.Raymond Hettinger2011-03-221-0/+1
* Fix the total_ordering decorator to handle cross-type comparisonsÉric Araujo2011-03-191-8/+8
* #5341: fix typo and adapt docstring syntax.Georg Brandl2010-04-141-2/+2
* Issue 8361: Remove assert from functools.total_orderingRaymond Hettinger2010-04-101-2/+3
* Classes that override __eq__ also need to define __hash__.Raymond Hettinger2010-04-051-0/+2
* Add tests for cmp_to_key.Raymond Hettinger2010-04-041-1/+1
* Add functools.CmpToKey()Raymond Hettinger2010-04-041-0/+45
* Copy reduce() to _functools so to have functools.reduce() not raise a warningBrett Cannon2008-08-091-2/+1
* Patch # 1739906 by Christian Heimes -- add reduce to functools (importingGuido van Rossum2007-08-271-0/+1
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-271-1/+1
* Typo fixAndrew M. Kuchling2006-10-261-1/+1
* Add functools.update_wrapper() and functools.wraps() as described in PEP 356Nick Coghlan2006-06-081-18/+43
* Whitespace normalization.Tim Peters2006-05-301-1/+1
* When adding a module like functools, it helps to let SVN know about the file.Nick Coghlan2006-05-291-0/+26