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
*
Document why functools.partial() must copy kwargs (#253)
Victor Stinner
2017-02-23
1
-0/+3
*
bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)
Serhiy Storchaka
2017-02-20
1
-1/+4
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-22/+36
|
\
|
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-22/+36
|
|
\
|
|
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-22/+36
|
*
|
Issue #29203: functools.lru_cache() now respects PEP 468
Raymond Hettinger
2017-01-09
1
-31/+18
*
|
|
Backed out changeset ea064ff3c10f
Raymond Hettinger
2017-01-09
1
-6/+0
*
|
|
Sync-up lru_cache() C code with space saving feature in the Python version.
Raymond Hettinger
2017-01-09
1
-0/+6
*
|
|
Complete the merge for issue #29203
Raymond Hettinger
2017-01-09
1
-31/+18
*
|
|
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-5/+5
*
|
|
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-1/+1
|
/
/
*
|
Merge 3.6 (issue #28653)
Yury Selivanov
2016-11-09
1
-2/+6
|
\
\
|
|
/
|
*
Issue #28653: Fix a refleak in functools.lru_cache.
Yury Selivanov
2016-11-09
1
-2/+6
*
|
Issue #27137: align Python & C implementations of functools.partial
Nick Coghlan
2016-09-10
1
-1/+1
*
|
Issue #27809: partial_call() uses fast call for positional args
Victor Stinner
2016-08-23
1
-12/+28
*
|
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-1/+1
*
|
keyobject_richcompare() now uses fast call
Victor Stinner
2016-08-19
1
-11/+7
|
/
*
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka
2016-06-12
1
-17/+22
*
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
-60/+68
*
Issue #25447: Copying the lru_cache() wrapper object now always works,
Serhiy Storchaka
2015-12-28
1
-0/+16
*
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
Serhiy Storchaka
2015-10-24
1
-0/+7
*
Issue #24483: C implementation of functools.lru_cache() now calculates key's
Serhiy Storchaka
2015-10-02
1
-6/+20
*
Issue #14373: Fixed segmentation fault when gc.collect() is called during
Serhiy Storchaka
2015-07-25
1
-5/+6
*
Issue #14373: C implementation of functools.lru_cache() now can be used with
Serhiy Storchaka
2015-06-08
1
-1/+11
*
Backed out changeset: b0a0b9b59012
Serhiy Storchaka
2015-05-24
1
-1/+546
*
Backed out changeset 57776eee74f2
Larry Hastings
2015-05-23
1
-546/+1
*
Issue #14373: Added C implementation of functools.lru_cache(). Based on
Serhiy Storchaka
2015-05-23
1
-1/+546
*
merge 3.4
Benjamin Peterson
2015-05-09
1
-2/+11
|
\
|
*
ensure .keywords is always a dict
Benjamin Peterson
2015-05-09
1
-9/+5
*
|
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
1
-7/+48
|
/
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-3/+3
|
\
|
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-3/+3
*
|
use new generic __dict__ descriptor implementations
Benjamin Peterson
2012-02-20
1
-37/+1
*
|
Fix nit (make spelling consistent in prototype)
Raymond Hettinger
2011-04-09
1
-1/+1
*
|
implement tp_clear
Benjamin Peterson
2011-04-05
1
-1/+10
*
|
Issue #11707: Fix compilation errors with Visual Studio
Victor Stinner
2011-04-05
1
-6/+8
*
|
Issue #11707: Fast C version of functools.cmp_to_key()
Raymond Hettinger
2011-04-05
1
-0/+161
|
/
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 84098 via svnmerge from
Alexander Belopolsky
2010-08-16
1
-2/+3
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-299/+299
*
|
Issue #4113: Added custom __repr__ method to functools.partial.
Alexander Belopolsky
2010-12-01
1
-1/+43
*
|
Issue #665761: functools.reduce() will no longer mask exceptions other
Alexander Belopolsky
2010-08-16
1
-2/+3
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-299/+299
|
/
*
Make some private functions static (thanks `make smelly`)
Antoine Pitrou
2009-05-24
1
-2/+2
*
Merged revisions 70931 via svnmerge from
Jack Diederich
2009-04-01
1
-1/+48
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1/+1
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-5/+21
[next]