Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy reduce() to _functools so to have functools.reduce() not raise a warning | Brett Cannon | 2008-08-09 | 1 | -2/+1 |
* | Patch # 1739906 by Christian Heimes -- add reduce to functools (importing | Guido van Rossum | 2007-08-27 | 1 | -0/+1 |
* | [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 |