| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40791: Make compare_digest more constant-time. (GH-20444) | Devin Jeanpierre | 2020-11-21 | 1 | -1/+1 |
|
|
* | bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954) | Dong-hee Na | 2020-08-26 | 1 | -156/+142 |
|
|
* | bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) | Christian Heimes | 2020-05-27 | 1 | -0/+2 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data.... | Serhiy Storchaka | 2020-04-11 | 1 | -1/+1 |
|
|
* | bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-... | Paulo Henrique Silva | 2020-03-25 | 1 | -23/+26 |
|
|
* | bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) | Dong-hee Na | 2020-03-24 | 1 | -13/+11 |
|
|
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | Petr Viktorin | 2020-02-11 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -6/+6 |
|
|
* | bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) | Serhiy Storchaka | 2019-01-12 | 1 | -11/+10 |
|
|
* | bpo-35664: Optimize operator.itemgetter (GH-11435) | Raymond Hettinger | 2019-01-07 | 1 | -5/+37 |
|
|
* | bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689) | Zackery Spytz | 2018-11-23 | 1 | -0/+1 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -3/+3 |
|
|
* | bpo-30592: Fixed error messages for some builtins. (#1996) | Serhiy Storchaka | 2017-06-08 | 1 | -2/+2 |
|
|
* | Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and | Serhiy Storchaka | 2017-02-06 | 1 | -3/+3 |
|
|
* | Issue #20186: Converted the _operator module to Argument Clinic. | Serhiy Storchaka | 2017-01-19 | 1 | -245/+780 |
|
|
* | Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ... | Serhiy Storchaka | 2016-12-16 | 1 | -11/+2 |
|
|
* | Issue #27809: methodcaller_reduce() uses fast call | Victor Stinner | 2016-08-22 | 1 | -11/+7 |
|
|
* | merge 3.4 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -8/+8 |
|\ |
|
| * | merge 3.3 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -8/+7 |
|
|
* | | Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of | Serhiy Storchaka | 2016-04-29 | 1 | -3/+3 |
|
|
* | | Issue #26822: itemgetter, attrgetter and methodcaller objects no longer | Serhiy Storchaka | 2016-04-23 | 1 | -0/+6 |
|
|
* | | Issue #22955: Fixed reference leak in attrgetter.repr(). | Serhiy Storchaka | 2015-05-21 | 1 | -1/+3 |
|
|
* | | Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator | Serhiy Storchaka | 2015-05-20 | 1 | -7/+270 |
|
|
* | | #16518: Bring error messages in harmony with docs ("bytes-like object") | R David Murray | 2014-10-05 | 1 | -1/+1 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2014-05-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | use logical rather than bit and | Benjamin Peterson | 2014-05-11 | 1 | -1/+1 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -0/+4 |
|/ |
|
* | #16523: merge with 3.3. | Ezio Melotti | 2013-05-08 | 1 | -5/+5 |
|
|
* | Issue #16694: Add a pure Python implementation of the operator module. | Antoine Pitrou | 2013-04-20 | 1 | -0/+960 |
|
|