summaryrefslogtreecommitdiff
path: root/Lib/operator.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending res...Raymond Hettinger2015-11-021-27/+1
* Issue #24379: Add operator.subscript() as a convenience for building slices.Raymond Hettinger2015-08-161-1/+27
* added matmul and imatmul to operator.__all__Tal Einat2015-06-071-6/+6
* Issue #22955: attrgetter, itemgetter and methodcaller objects in the operatorSerhiy Storchaka2015-05-201-2/+44
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+11
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* #16523: merge with 3.3.Ezio Melotti2013-05-081-5/+5
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-0/+412