summaryrefslogtreecommitdiffstats
path: root/Modules/_operator.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #22955: Fixed reference leak in attrgetter.repr().Serhiy Storchaka2015-05-211-1/+3
* Issue #22955: attrgetter, itemgetter and methodcaller objects in the operatorSerhiy Storchaka2015-05-201-7/+270
* #16518: Bring error messages in harmony with docs ("bytes-like object")R David Murray2014-10-051-1/+1
* merge 3.4Benjamin Peterson2014-05-111-1/+1
|\
| * use logical rather than bit andBenjamin Peterson2014-05-111-1/+1
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-0/+4
|/
* #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/+960