COMMITS
/ Modules/_operator.c June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
February 6, 2017
S
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
Serhiy Storchaka committed
January 19, 2017
S
Issue #20186: Converted the _operator module to Argument Clinic.
Serhiy Storchaka committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
August 22, 2016
V
Issue #27809: methodcaller_reduce() uses fast call
Victor Stinner committed
August 17, 2016
B
merge 3.4 (#27783)
Benjamin Peterson committed
B
merge 3.3 (#27783)
Benjamin Peterson committed
April 29, 2016
S
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
Serhiy Storchaka committed
April 23, 2016
S
Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
Serhiy Storchaka committed
May 11, 2014
B
use logical rather than bit and
Benjamin Peterson committed
May 8, 2013
E
#16523: merge with 3.3.
Ezio Melotti committed
April 20, 2013
A
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou committed
May 21, 2015
S
Issue #22955: Fixed reference leak in attrgetter.repr().
Serhiy Storchaka committed
May 20, 2015
S
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
Serhiy Storchaka committed
October 5, 2014
R
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed