| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) | Victor Stinner | 2019-11-08 | 1 | -7/+14 |
|
|
* | bpo-37358: Use vectorcall for functools.partial (GH-14284) | Jeroen Demeyer | 2019-07-13 | 1 | -66/+98 |
|
|
* | bpo-34303: Micro-optimizations in functools.reduce() (GH-8598) | Sergey Fedoseev | 2019-06-01 | 1 | -3/+6 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -8/+8 |
|
|
* | bpo-36974: remove _PyObject_HasFastCall (GH-13460) | Jeroen Demeyer | 2019-05-30 | 1 | -2/+2 |
|
|
* | bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) | Jeroen Demeyer | 2019-05-28 | 1 | -1/+2 |
|
|
* | bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-... | Raymond Hettinger | 2019-04-20 | 1 | -4/+3 |
|
|
* | lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-11795) | Raymond Hettinger | 2019-02-09 | 1 | -4/+25 |
|
|
* | Consistently move the misses update to just before the user function call (GH... | Raymond Hettinger | 2019-01-31 | 1 | -3/+5 |
|
|
* | bpo-35780: Fix errors in lru_cache() C code (GH-11623) | Raymond Hettinger | 2019-01-26 | 1 | -84/+188 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) | Serhiy Storchaka | 2018-11-27 | 1 | -1/+1 |
|
|
* | bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) | Victor Stinner | 2018-11-25 | 1 | -1/+1 |
|
|
* | bpo-35081: Rename internal headers (GH-10275) | Victor Stinner | 2018-11-12 | 1 | -2/+2 |
|
|
* | bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434) | Victor Stinner | 2018-11-09 | 1 | -3/+3 |
|
|
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -2/+2 |
|
|
* | bpo-32422: Reduce lru_cache memory usage (GH-5008) | INADA Naoki | 2017-12-25 | 1 | -26/+6 |
|
|
* | bpo-31497: Add private helper _PyType_Name(). (#3630) | Serhiy Storchaka | 2017-09-17 | 1 | -4/+3 |
|
|
* | bpo-30860: Consolidate stateful runtime globals. (#3397) | Eric Snow | 2017-09-08 | 1 | -0/+2 |
|
|
* | bpo-31095: fix potential crash during GC (GH-2974) | INADA Naoki | 2017-08-24 | 1 | -1/+6 |
|
|
* | bpo-29878: Add global instances of int for 0 and 1. (#852) | Serhiy Storchaka | 2017-03-30 | 1 | -8/+1 |
|
|
* | Simplify partial.__new__. (#813) | Serhiy Storchaka | 2017-03-25 | 1 | -8/+2 |
|
|
* | bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar... | Michael Seifert | 2017-03-15 | 1 | -1/+4 |
|
|
* | bpo-29735: Optimize partial_call(): avoid tuple (#516) | Victor Stinner | 2017-03-14 | 1 | -35/+80 |
|
|
* | 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 |
|
|