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
/
Lib
/
test
/
test_functools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
1
-0/+1
*
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)
Raymond Hettinger
2021-08-06
1
-0/+28
*
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland
2021-05-27
1
-2/+3
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
1
-0/+6
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-2/+2
*
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
Hai Shi
2020-12-29
1
-2/+1
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-2/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
Hai Shi
2020-06-30
1
-3/+6
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Pablo Galindo
2020-05-31
1
-270/+1
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-5/+6
*
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
Raymond Hettinger
2020-05-12
1
-0/+19
*
bpo-40504: Allow weakrefs to lru_cache objects (GH-19938)
Dennis Sweeney
2020-05-05
1
-0/+31
*
bpo-17005: Add a class to perform topological sorting to the standard library...
Pablo Galindo
2020-01-23
1
-1/+273
*
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
Manjusaka
2019-11-12
1
-0/+11
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
1
-3/+1
*
bpo-36772 Allow lru_cache to be used as decorator without making a function c...
Raymond Hettinger
2019-05-26
1
-7/+12
*
bpo-35252: Remove FIXME from test_functools (GH-10551)
Lysandros Nikolaou
2019-05-19
1
-6/+5
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-0/+7
*
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-...
Raymond Hettinger
2019-04-20
1
-0/+14
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-0/+11
*
bpo-35780: Fix errors in lru_cache() C code (GH-11623)
Raymond Hettinger
2019-01-26
1
-1/+28
*
bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)
madman-bob
2018-10-25
1
-32/+39
*
bpo-21145: Add cached_property decorator in functools (#6982)
Carl Meyer
2018-08-28
1
-0/+166
*
bpo-33967: Fix wrong use of assertRaises (GH-8306)
INADA Naoki
2018-07-17
1
-1/+1
*
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261)
Zackery Spytz
2018-07-12
1
-1/+1
*
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
Dong-hee Na
2018-07-10
1
-0/+7
*
bpo-32380: Create functools.singledispatchmethod (#6306)
Ethan Smith
2018-05-26
1
-0/+118
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-32227: functools.singledispatch supports registering via type annotations...
Łukasz Langa
2017-12-11
1
-0/+68
*
bpo-31581: Reduce the number of imports for functools (GH-3757)
INADA Naoki
2017-09-30
1
-83/+84
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-7/+1
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-19/+20
*
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...
Michael Seifert
2017-03-15
1
-0/+26
*
bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)
Serhiy Storchaka
2017-02-20
1
-0/+9
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+15
|
\
|
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+15
|
|
\
|
|
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+15
*
|
|
Add test for ea064ff3c10f
Raymond Hettinger
2017-01-09
1
-0/+9
*
|
|
merge
Raymond Hettinger
2017-01-09
1
-0/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #29203: functools.lru_cache() now respects PEP 468
Raymond Hettinger
2017-01-09
1
-0/+10
*
|
|
Issue #29200: Fix test to use self.assertEqual instead of py.test style tests
Raymond Hettinger
2017-01-08
1
-12/+12
*
|
|
Issue #29200: Add test for lru cache only calling __hash__ once
Raymond Hettinger
2017-01-08
1
-0/+36
|
/
/
*
|
merge
Raymond Hettinger
2016-12-16
1
-0/+13
|
\
\
|
|
/
|
*
Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().
Raymond Hettinger
2016-12-16
1
-0/+13
*
|
Issue #26939: Add the support.setswitchinterval() function to fix
Xavier de Gaye
2016-12-08
1
-1/+1
*
|
Merge 3.6 (issue #28653)
Yury Selivanov
2016-11-09
1
-0/+19
|
\
\
|
|
/
|
*
Issue #28653: Fix a refleak in functools.lru_cache.
Yury Selivanov
2016-11-09
1
-0/+19
*
|
Extend the test to lower pickle protocols.
Serhiy Storchaka
2016-09-22
1
-1/+1
|
\
\
|
|
/
|
*
Extend the test to lower pickle protocols.
Serhiy Storchaka
2016-09-22
1
-1/+1
[next]