summaryrefslogtreecommitdiffstats
path: root/Lib/functools.py
Commit message (Collapse)AuthorAgeFilesLines
* Copy reduce() to _functools so to have functools.reduce() not raise a warningBrett Cannon2008-08-091-2/+1
| | | | from usage under -3.
* Patch # 1739906 by Christian Heimes -- add reduce to functools (importingGuido van Rossum2007-08-271-0/+1
| | | | it from __builtin__).
* [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