Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #5341: fix typo and adapt docstring syntax. | Georg Brandl | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | Issue 8361: Remove assert from functools.total_ordering | Raymond Hettinger | 2010-04-10 | 1 | -2/+3 |
| | |||||
* | Classes that override __eq__ also need to define __hash__. | Raymond Hettinger | 2010-04-05 | 1 | -0/+2 |
| | |||||
* | Add tests for cmp_to_key. | Raymond Hettinger | 2010-04-04 | 1 | -1/+1 |
| | | | | | | Adopt PEP 8 compliant function name. Factor-out existing uses cmp_to_key. Update documentation to use internal pointers instead of external resource. | ||||
* | Add functools.CmpToKey() | Raymond Hettinger | 2010-04-04 | 1 | -0/+45 |
| | |||||
* | Copy reduce() to _functools so to have functools.reduce() not raise a warning | Brett Cannon | 2008-08-09 | 1 | -2/+1 |
| | | | | from usage under -3. | ||||
* | Patch # 1739906 by Christian Heimes -- add reduce to functools (importing | Guido van Rossum | 2007-08-27 | 1 | -0/+1 |
| | | | | it from __builtin__). | ||||
* | [Bug #1576241] Let functools.wraps work with built-in functions | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2006-10-26 | 1 | -1/+1 |
| | |||||
* | Add functools.update_wrapper() and functools.wraps() as described in PEP 356 | Nick Coghlan | 2006-06-08 | 1 | -18/+43 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-05-30 | 1 | -1/+1 |
| | |||||
* | When adding a module like functools, it helps to let SVN know about the file. | Nick Coghlan | 2006-05-29 | 1 | -0/+26 |