| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-33967: Fix wrong use of assertRaises (GH-8306) | Miss Islington (bot) | 2018-07-17 | 1 | -1/+1 |
|
|
* | bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8295) | Miss Islington (bot) | 2018-07-16 | 1 | -1/+1 |
|
|
* | bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184) | Miss Islington (bot) | 2018-07-10 | 1 | -0/+7 |
|
|
* | [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#... | Andrew Svetlov | 2017-12-14 | 1 | -1/+1 |
|
|
* | 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() no longe... | Serhiy Storchaka | 2017-02-21 | 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 #29203: functools.lru_cache() now respects PEP 468 | Raymond Hettinger | 2017-01-09 | 1 | -0/+10 |
|
|
* | | 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 |
|
|
* | | Issue #27137: align Python & C implementations of functools.partial | Nick Coghlan | 2016-09-10 | 1 | -74/+101 |
|
|
* | | Issue 27598: Add Collections to collections.abc. | Guido van Rossum | 2016-08-23 | 1 | -7/+10 |
|
|
* | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 1 | -12/+21 |
|
|
* | | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -12/+36 |
|\ \
| |/ |
|
| * | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -12/+36 |
|
|
* | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+37 |
|\ \
| |/ |
|
| * | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+37 |
|
|
* | | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -21/+12 |
|
|
* | | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | | Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. | Guido van Rossum | 2016-04-04 | 1 | -1/+1 |
|/ |
|
* | Issue #25945: Fixed bugs in functools.partial. | Serhiy Storchaka | 2016-02-02 | 1 | -6/+87 |
|
|
* | Issue #25447: Copying the lru_cache() wrapper object now always works, | Serhiy Storchaka | 2015-12-28 | 1 | -2/+12 |
|
|
* | Issue #25447: The lru_cache() wrapper objects now can be copied and pickled | Serhiy Storchaka | 2015-10-24 | 1 | -2/+56 |
|
|
* | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls | Berker Peksag | 2015-09-22 | 1 | -3/+15 |
|
|
* | Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. | Yury Selivanov | 2015-08-18 | 1 | -0/+18 |
|
|
* | Issue #14373: Other attempt to fix threaded test for lru_cache(). | Serhiy Storchaka | 2015-06-08 | 1 | -6/+11 |
|
|
* | Issue #14373: C implementation of functools.lru_cache() now can be used with | Serhiy Storchaka | 2015-06-08 | 1 | -0/+31 |
|
|
* | Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test. | Serhiy Storchaka | 2015-06-08 | 1 | -14/+47 |
|
|
* | Use test.support.start_threads() in threaded lru_cache tests. | Serhiy Storchaka | 2015-05-30 | 1 | -18/+9 |
|
|
* | Backed out changeset: b0a0b9b59012 | Serhiy Storchaka | 2015-05-24 | 1 | -17/+92 |
|
|
* | Backed out changeset 57776eee74f2 | Larry Hastings | 2015-05-23 | 1 | -92/+17 |
|
|
* | Issue #14373: Added C implementation of functools.lru_cache(). Based on | Serhiy Storchaka | 2015-05-23 | 1 | -17/+92 |
|
|
* | merge 3.4 | Benjamin Peterson | 2015-05-09 | 1 | -0/+2 |
|\ |
|
| * | ensure .keywords is always a dict | Benjamin Peterson | 2015-05-09 | 1 | -0/+2 |
|
|
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -28/+1 |
|
|
* | | Issue #7830: Flatten nested functools.partial. | Alexander Belopolsky | 2015-03-01 | 1 | -0/+10 |
|
|
* | | Issue #19681: Test the repr of partial with more than one keyword argument. | Serhiy Storchaka | 2015-02-15 | 1 | -7/+9 |
|\ \
| |/ |
|
| * | Issue #19681: Test the repr of partial with more than one keyword argument. | Serhiy Storchaka | 2015-02-15 | 1 | -7/+9 |
|
|
* | | Issue #23132: Improve performance and introspection support of comparison | Serhiy Storchaka | 2015-01-01 | 1 | -0/+18 |
|/ |
|
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -2/+3 |
|
|
* | Issue 22184: Early detection and reporting of missing lru_cache parameters | Raymond Hettinger | 2014-08-12 | 1 | -0/+7 |
|
|
* | Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and | Serhiy Storchaka | 2013-12-08 | 1 | -1/+2 |
|\ |
|
* \ | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -14/+15 |
|\ \
| |/ |
|