Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8faca61fec8ef004feb534dee3da052f3bed82ce
/
Modules
/
_functoolsmodule.c
179f960
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
by Serhiy Storchaka
· 8 years ago
864b63c
Issue #26200: Restored more safe usages of Py_SETREF.
by Serhiy Storchaka
· 9 years ago
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
3874128
Issue #25945: Fixed bugs in functools.partial.
by Serhiy Storchaka
· 9 years ago
e4d65e3
Issue #25447: Copying the lru_cache() wrapper object now always works,
by Serhiy Storchaka
· 9 years ago
45120f2
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
by Serhiy Storchaka
· 9 years ago
b9d98d5
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 9 years ago
374164c
Issue #14373: Fixed segmentation fault when gc.collect() is called during
by Serhiy Storchaka
· 9 years ago
e7070f0
Issue #14373: C implementation of functools.lru_cache() now can be used with
by Serhiy Storchaka
· 9 years ago
46c5611
Backed out changeset: b0a0b9b59012
by Serhiy Storchaka
· 9 years ago
8252cc9
Backed out changeset 57776eee74f2
by Larry Hastings
· 9 years ago
1c858c3
Issue #14373: Added C implementation of functools.lru_cache(). Based on
by Serhiy Storchaka
· 9 years ago
dae2ef1
merge 3.4
by Benjamin Peterson
· 9 years ago
65bcdd7
ensure .keywords is always a dict
by Benjamin Peterson
· 9 years ago
e49af34
Issue #7830: Flatten nested functools.partial.
by Alexander Belopolsky
· 10 years ago
1d0bb9c
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
by Serhiy Storchaka
· 12 years ago
19c4e0d
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
by Serhiy Storchaka
· 12 years ago
23d7f12
use new generic __dict__ descriptor implementations
by Benjamin Peterson
· 13 years ago
a563286
Fix nit (make spelling consistent in prototype)
by Raymond Hettinger
· 14 years ago
3bd9729
implement tp_clear
by Benjamin Peterson
· 14 years ago
446c8d5
Issue #11707: Fix compilation errors with Visual Studio
by Victor Stinner
· 14 years ago
7ab9e22
Issue #11707: Fast C version of functools.cmp_to_key()
by Raymond Hettinger
· 14 years ago
3b3499b
#11565: Merge with 3.1.
by Ezio Melotti
· 14 years ago
1392500
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
41e422a
Issue #4113: Added custom __repr__ method to functools.partial.
by Alexander Belopolsky
· 14 years ago
7a9bdbc
Merged revisions 84098 via svnmerge from
by Alexander Belopolsky
· 14 years ago
e29e6bf
Issue #665761: functools.reduce() will no longer mask exceptions other
by Alexander Belopolsky
· 14 years ago
7f14f0d
Recorded merge of revisions 81032 via svnmerge from
by Antoine Pitrou
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 14 years ago
69f7114
Make some private functions static (thanks `make smelly`)
by Antoine Pitrou
· 15 years ago
e0cbd69
Merged revisions 70931 via svnmerge from
by Jack Diederich
· 16 years ago
e94c679
Issue #1717: rename tp_compare to tp_reserved. I'll change the
by Mark Dickinson
· 16 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
90aa764
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
by Christian Heimes
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
0919a1a
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
by Guido van Rossum
· 18 years ago
3cf5b1e
Get rid of most of the flags (in tp_flags) that keep track of various
by Guido van Rossum
· 18 years ago
4d70c3d
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
by Thomas Wouters
· 18 years ago
[Renamed (95%) from Modules/functionalmodule.c]
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
c2fb6c7
Fix typo in functional module
by Georg Brandl
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
c8b6d1b
Make functional.partial() more closely match the spec by emulating
by Raymond Hettinger
· 20 years ago
9c323f8
SF patch #941881: PEP 309 Implementation (Partial Function Application).
by Raymond Hettinger
· 20 years ago