aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_operator.py
Commit message (Expand)AuthorAge
* gh-133167: Fix compilation process with `--enable-optimizations` and `--witho...sobolevn19 hours
* gh-127933: Add option to run regression tests in parallel (gh-128003)Sam Gross2025-02-04
* gh-127065: Make methodcaller thread-safe and re-entrant (GH-127746)Pieter Eendebak2024-12-11
* gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)Nico Mexis2024-08-10
* gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...Serhiy Storchaka2024-04-29
* gh-83845: Add tests for operator module (#115883)Hugo van Kemenade2024-03-26
* gh-102088 Optimize iter_index itertools recipe (GH-102360)Stefan Pochmann2023-03-01
* bpo-44019: Add test_all_exported_names for operator module (GH-29124)Dong-hee Na2021-10-22
* bpo-44019: Implement operator.call(). (GH-27888)Antony Lee2021-09-24
* bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)Rupert Tombs2021-07-07
* bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)Dong-hee Na2021-07-05
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-03
* bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...Serhiy Storchaka2020-06-22
* bpo-35664: Optimize operator.itemgetter (GH-11435)Raymond Hettinger2019-01-07
* Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-23
|\
| * Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-23
* | Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending res...Raymond Hettinger2015-11-02
* | Issue #24379: Add operator.subscript() as a convenience for building slices.Raymond Hettinger2015-08-16
* | Closes #20544: use specific asserts in operator tests.Antoine Pitrou2015-07-26
|/
* Issue #22955: Fixed test_operator. It left Python implementation inSerhiy Storchaka2015-05-20
* Issue #22955: attrgetter, itemgetter and methodcaller objects in the operatorSerhiy Storchaka2015-05-20
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-09
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-20
* Issue #16148: implemented PEP 424Armin Ronacher2012-10-06
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.Antoine Pitrou2010-10-31
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-26
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Whoops, I missed a few more places that were using slicing from the operator ...Neal Norwitz2008-03-17
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-24
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-20
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-11
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Remove isCallable() and sequenceIncludes() from the operator module.Collin Winter2007-03-21
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-23
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-28
* Get rid of remnants of integer divisionNeal Norwitz2006-03-24
* adding in-place operators to the operator module.Armin Rigo2005-12-29
* SF patch #1390657:Armin Rigo2005-12-29
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-09
* Add error checks for the bz2, cStringIO and operator modules.Walter Dörwald2004-11-01
* Guido grants a Christmas wish:Raymond Hettinger2003-12-17
* As discussed on python-dev, added two extractor functions to theRaymond Hettinger2003-12-01
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-18
* Added __pow__(a,b) to the operator module. Completes the pattern ofRaymond Hettinger2002-08-19