COMMITS
/ Lib/operator.py August 10, 2024
N
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
April 29, 2024
S
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} instances (GH-118316)
Serhiy Storchaka committed
October 21, 2021
K
bpo-44019: Add operator.call() to __all__ for the operator module (GH-29110)
Kreus Amredes committed
September 24, 2021
A
bpo-44019: Implement operator.call(). (GH-27888)
Antony Lee committed
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