summaryrefslogtreecommitdiff
path: root/Modules/_functoolsmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #11707: Fast C version of functools.cmp_to_key()Raymond Hettinger2011-04-051-0/+161
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 84098 via svnmerge fromAlexander Belopolsky2010-08-161-2/+3
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-299/+299
* | Issue #4113: Added custom __repr__ method to functools.partial.Alexander Belopolsky2010-12-011-1/+43
* | Issue #665761: functools.reduce() will no longer mask exceptions otherAlexander Belopolsky2010-08-161-2/+3
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-299/+299
|/
* Make some private functions static (thanks `make smelly`)Antoine Pitrou2009-05-241-2/+2
* Merged revisions 70931 via svnmerge fromJack Diederich2009-04-011-1/+48
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-5/+21
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+2
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-0/+76
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-1/+1
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-0/+277