summaryrefslogtreecommitdiff
path: root/Modules/_functoolsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-287/+287
* #5228: add pickle support to functools.partialJack Diederich2009-03-311-1/+48
* Copy reduce() to _functools so to have functools.reduce() not raise a warningBrett Cannon2008-08-091-0/+79
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-3/+2
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-0/+277