COMMITS
/ Lib/operator.py July 7, 2021
R
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
Rupert Tombs committed
July 5, 2021
D
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
Dong-hee Na committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
November 2, 2015
R
Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending resolution of the related refcnt leak.
Raymond Hettinger committed
August 17, 2015
R
Issue #24379: Add operator.subscript() as a convenience for building slices.
Raymond Hettinger committed
June 7, 2015
T
added matmul and imatmul to operator.__all__
Tal Einat committed
May 20, 2015
S
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
Serhiy Storchaka committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon 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