| Commit message (Expand) | Author | Age |
* | gh-133167: Fix compilation process with `--enable-optimizations` and `--witho... | sobolevn | 19 hours |
* | gh-127933: Add option to run regression tests in parallel (gh-128003) | Sam Gross | 2025-02-04 |
* | gh-127065: Make methodcaller thread-safe and re-entrant (GH-127746) | Pieter Eendebak | 2024-12-11 |
* | gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814) | Nico Mexis | 2024-08-10 |
* | gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in... | Serhiy Storchaka | 2024-04-29 |
* | gh-83845: Add tests for operator module (#115883) | Hugo van Kemenade | 2024-03-26 |
* | gh-102088 Optimize iter_index itertools recipe (GH-102360) | Stefan Pochmann | 2023-03-01 |
* | bpo-44019: Add test_all_exported_names for operator module (GH-29124) | Dong-hee Na | 2021-10-22 |
* | bpo-44019: Implement operator.call(). (GH-27888) | Antony Lee | 2021-09-24 |
* | bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007) | Rupert Tombs | 2021-07-07 |
* | bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012) | Dong-hee Na | 2021-07-05 |
* | bpo-40275: Use new test.support helper submodules in tests (GH-21448) | Hai Shi | 2020-08-03 |
* | bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G... | Serhiy Storchaka | 2020-06-22 |
* | bpo-35664: Optimize operator.itemgetter (GH-11435) | Raymond Hettinger | 2019-01-07 |
* | Issue #26822: itemgetter, attrgetter and methodcaller objects no longer | Serhiy Storchaka | 2016-04-23 |
|\ |
|
| * | Issue #26822: itemgetter, attrgetter and methodcaller objects no longer | Serhiy Storchaka | 2016-04-23 |
* | | Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending res... | Raymond Hettinger | 2015-11-02 |
* | | Issue #24379: Add operator.subscript() as a convenience for building slices. | Raymond Hettinger | 2015-08-16 |
* | | Closes #20544: use specific asserts in operator tests. | Antoine Pitrou | 2015-07-26 |
|/ |
|
* | Issue #22955: Fixed test_operator. It left Python implementation in | Serhiy Storchaka | 2015-05-20 |
* | Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator | Serhiy Storchaka | 2015-05-20 |
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-09 |
* | Issue #16694: Add a pure Python implementation of the operator module. | Antoine Pitrou | 2013-04-20 |
* | Issue #16148: implemented PEP 424 | Armin Ronacher | 2012-10-06 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 |
* | Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. | Antoine Pitrou | 2010-10-31 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Whoops, I missed a few more places that were using slicing from the operator ... | Neal Norwitz | 2008-03-17 |
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 |
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 |
* | Patch by Christian Heimes to change self.assert_(x == y) into | Guido van Rossum | 2007-07-11 |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 |
* | Remove isCallable() and sequenceIncludes() from the operator module. | Collin Winter | 2007-03-21 |
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 |
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 |
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 |
* | adding in-place operators to the operator module. | Armin Rigo | 2005-12-29 |
* | SF patch #1390657: | Armin Rigo | 2005-12-29 |
* | operator.itemgetter() and operator.attrgetter() now support extraction | Raymond Hettinger | 2005-03-09 |
* | Add error checks for the bz2, cStringIO and operator modules. | Walter Dörwald | 2004-11-01 |
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 |
* | As discussed on python-dev, added two extractor functions to the | Raymond Hettinger | 2003-12-01 |
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 |
* | Added __pow__(a,b) to the operator module. Completes the pattern of | Raymond Hettinger | 2002-08-19 |