index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_functoolsmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31095: Fix potential crash during GC (GH-3197)
INADA Naoki
2017-09-04
1
-0/+1
*
Issue #26200: Restored more safe usages of Py_SETREF.
Serhiy Storchaka
2016-04-11
1
-3/+3
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
*
Issue #25945: Fixed bugs in functools.partial.
Serhiy Storchaka
2016-02-02
1
-25/+41
*
ensure .keywords is always a dict
Benjamin Peterson
2015-05-09
1
-9/+5
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-3/+3
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-287/+287
*
#5228: add pickle support to functools.partial
Jack Diederich
2009-03-31
1
-1/+48
*
Copy reduce() to _functools so to have functools.reduce() not raise a warning
Brett Cannon
2008-08-09
1
-0/+79
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-1/+1
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-3/+2
*
Apply modified version of Collin Winter's patch #1478788
Nick Coghlan
2006-05-29
1
-0/+277