summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_functools.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32380: Create functools.singledispatchmethod (#6306)Ethan Smith2018-05-261-0/+118
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* bpo-32227: functools.singledispatch supports registering via type annotations...Łukasz Langa2017-12-111-0/+68
* bpo-31581: Reduce the number of imports for functools (GH-3757)INADA Naoki2017-09-301-83/+84
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-7/+1
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-241-19/+20
* bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...Michael Seifert2017-03-151-0/+26
* bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)Serhiy Storchaka2017-02-201-0/+9
* Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+15
|\
| * Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+15
| |\
| | * Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+15
* | | Add test for ea064ff3c10fRaymond Hettinger2017-01-091-0/+9
* | | mergeRaymond Hettinger2017-01-091-0/+10
|\ \ \ | |/ /
| * | Issue #29203: functools.lru_cache() now respects PEP 468Raymond Hettinger2017-01-091-0/+10
* | | Issue #29200: Fix test to use self.assertEqual instead of py.test style testsRaymond Hettinger2017-01-081-12/+12
* | | Issue #29200: Add test for lru cache only calling __hash__ onceRaymond Hettinger2017-01-081-0/+36
|/ /
* | mergeRaymond Hettinger2016-12-161-0/+13
|\ \ | |/
| * Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().Raymond Hettinger2016-12-161-0/+13
* | Issue #26939: Add the support.setswitchinterval() function to fixXavier de Gaye2016-12-081-1/+1
* | Merge 3.6 (issue #28653)Yury Selivanov2016-11-091-0/+19
|\ \ | |/
| * Issue #28653: Fix a refleak in functools.lru_cache.Yury Selivanov2016-11-091-0/+19
* | Extend the test to lower pickle protocols.Serhiy Storchaka2016-09-221-1/+1
|\ \ | |/
| * Extend the test to lower pickle protocols.Serhiy Storchaka2016-09-221-1/+1
* | Issue #27137: align Python & C implementations of functools.partialNick Coghlan2016-09-101-74/+101
* | Issue 27598: Add Collections to collections.abc.Guido van Rossum2016-08-231-7/+10
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-141-12/+21
* | Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
|\ \ | |/
| * Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
* | Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+37
|\ \ | |/
| * Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+37
* | Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-21/+12
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.Guido van Rossum2016-04-041-1/+1
|/
* Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-6/+87
* Issue #25447: Copying the lru_cache() wrapper object now always works,Serhiy Storchaka2015-12-281-2/+12
* Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-241-2/+56
* Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-221-3/+15
* Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.Yury Selivanov2015-08-181-0/+18
* Issue #14373: Other attempt to fix threaded test for lru_cache().Serhiy Storchaka2015-06-081-6/+11
* Issue #14373: C implementation of functools.lru_cache() now can be used withSerhiy Storchaka2015-06-081-0/+31
* Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test.Serhiy Storchaka2015-06-081-14/+47
* Use test.support.start_threads() in threaded lru_cache tests.Serhiy Storchaka2015-05-301-18/+9
* Backed out changeset: b0a0b9b59012Serhiy Storchaka2015-05-241-17/+92
* Backed out changeset 57776eee74f2Larry Hastings2015-05-231-92/+17
* Issue #14373: Added C implementation of functools.lru_cache(). Based onSerhiy Storchaka2015-05-231-17/+92
* merge 3.4Benjamin Peterson2015-05-091-0/+2
|\
| * ensure .keywords is always a dictBenjamin Peterson2015-05-091-0/+2
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-28/+1