History log of /external/python/cpython3/Lib/operator.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a1fc949b5ab8911a803eee691e6eea55cec43eeb 02-Nov-2015 Raymond Hettinger <python@rcn.com> Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending resolution of the related refcnt leak.
/external/python/cpython3/Lib/operator.py
47d159f5220918f9c1216ba93583f3aa740a8944 17-Aug-2015 Raymond Hettinger <python@rcn.com> Issue #24379: Add operator.subscript() as a convenience for building slices.
/external/python/cpython3/Lib/operator.py
988df6a36565d789915ca6fbcd2dfc837d18d714 07-Jun-2015 Tal Einat <taleinat@gmail.com> added matmul and imatmul to operator.__all__
/external/python/cpython3/Lib/operator.py
35ac5f82804829eec51d5553f080c5697453b5bb 20-May-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
module now support pickling. Added readable and evaluable repr for these
objects. Based on patch by Josh Rosenberg.
/external/python/cpython3/Lib/operator.py
d51374ed78a3e3145911a16cdf3b9b84b3ba7d15 10-Apr-2014 Benjamin Peterson <benjamin@python.org> PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
/external/python/cpython3/Lib/operator.py
8f8ec92de85b40b9e7bec81ae87f18cc3996c560 16-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface. Fixed
shebang lines in the unittestgui and checkpip scripts.
cd171c8e92c10d327151400fd8f16b11a4964615 04-Jul-2013 Brett Cannon <brett@python.org> Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
/external/python/cpython3/Lib/operator.py
0a140668faf18bf7f8d2ea15e57da5e2a0625292 14-Jun-2013 Brett Cannon <brett@python.org> Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
/external/python/cpython3/Lib/operator.py
0fbdf261582b16e409ae929bdf9107ae9fe817fb 08-May-2013 Ezio Melotti <ezio.melotti@gmail.com> #16523: merge with 3.3.
a85017fbe3be978a6f138662c6cd21052355ef91 20-Apr-2013 Antoine Pitrou <solipsis@pitrou.net> Issue #16694: Add a pure Python implementation of the operator module.
Patch by Zachary Ware.
/external/python/cpython3/Lib/operator.py