COMMITS
/ Doc/library/operator.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
August 10, 2024
N
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
May 21, 2023
W
Corrected identifier (#104713)
William Sawyer committed
February 14, 2023
F
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder committed
September 24, 2021
T
bpo-44019: Add missing comma to operator.call doc (GH-28551)
Terry Jan Reedy committed
A
bpo-44019: Implement operator.call(). (GH-27888)
Antony Lee committed
April 27, 2021
A
[doc] Remove duplicated operator.itemgetter example (GH-24178)
Andre Delfino committed
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
April 8, 2019
A
Correct "inplace" with "in-place" (GH-10480)
Andre Delfino committed
April 13, 2018
W
itemgetter add dict example (GH-1280)
WeizhongTu committed
September 24, 2017
S
bpo-30085: Improve documentation for operator (#1171)
Sanket Dasgupta committed
September 8, 2017
R
Show example of itemgetter() applied to a dictionary (#3431)
Raymond Hettinger committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
August 10, 2014
R
Issue #22180: Remove weak example
Raymond Hettinger committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
March 10, 2014
R
whatsnew: PEP 424 implementation.
R David Murray committed
December 18, 2013
Z
Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa.
Zachary Ware committed
Z
Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.
Zachary Ware committed
October 6, 2013
G
merge with 3.3
Georg Brandl committed
G
Fix typo in function name.
Georg Brandl committed
May 11, 2013
R
Issue #16694: Add source code link for operator.py
Raymond Hettinger committed
May 8, 2013
E
#16523: merge with 3.3.
Ezio Melotti committed
E
#16523: improve attrgetter/itemgetter/methodcaller documentation.
Ezio Melotti committed
October 7, 2012
E
Fix markup.
Ezio Melotti committed
A
Issue #16148: Small improvements and cleanup. Added version information
Armin Ronacher committed
October 6, 2012
A
Issue #16148: implemented PEP 424
Armin Ronacher committed
June 1, 2012
S
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
Sandro Tosi committed
February 28, 2012
S
s/div/truediv/; thanks to Félix-Antoine Fortin from docs@
Sandro Tosi committed
December 20, 2011
B
note the blinding speed of these functions
Benjamin Peterson committed
December 19, 2011
B
don't mention implementation detail
Benjamin Peterson committed
September 21, 2011
S
Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation.
Senthil Kumaran committed
January 12, 2011
A
Issue #10225: Fixed the simple mistakes in doctests.
Alexander Belopolsky committed
January 8, 2011
R
Issue 9717: Segregate and improve the documentation of "in-place" operators
Raymond Hettinger committed
January 6, 2011
G
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
Georg Brandl committed
October 31, 2010
A
Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.
Antoine Pitrou committed
September 1, 2010
R
2-to-3 fixup for map() example in docs
Raymond Hettinger committed
August 21, 2010
B
provide sample implementations for attrgetter and methodcaller
Benjamin Peterson committed
B
fix more indentation
Benjamin Peterson committed
B
indent properly
Benjamin Peterson committed
January 27, 2010
E
updated/removed a few versionadded/versionchanged
Ezio Melotti committed
November 13, 2009
February 1, 2009
M
Issue #1717: documentation fixes related to the cmp removal.
Mark Dickinson committed
January 26, 2009
R
As discussed on python-dev, remove several operator functions
Raymond Hettinger committed