summaryrefslogtreecommitdiff
path: root/Doc/library/operator.rst
Commit message (Expand)AuthorAgeFilesLines
* [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25646)Miss Islington (bot)2021-04-261-5/+2
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-2/+2
* Correct "inplace" with "in-place" (GH-10480)Andre Delfino2019-04-081-3/+3
* itemgetter add dict example (GH-1280)WeizhongTu2018-04-121-0/+2
* bpo-30085: Improve documentation for operator (#1171)Sanket Dasgupta2017-09-241-3/+4
* Show example of itemgetter() applied to a dictionary (#3431)Raymond Hettinger2017-09-071-0/+3
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+2
* mergeRaymond Hettinger2014-08-101-9/+0
|\
| * Issue #22180: Remove weak exampleRaymond Hettinger2014-08-101-9/+0
| * Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-2/+2
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+18
* | whatsnew: PEP 424 implementation.R David Murray2014-03-101-2/+2
|/
* Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
|\
| * Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix typo in function name.Georg Brandl2013-10-061-1/+1
* | Issue #16694: Add source code link for operator.pyRaymond Hettinger2013-05-101-0/+3
* | #16523: merge with 3.3.Ezio Melotti2013-05-081-14/+33
|\ \ | |/
| * #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-081-14/+33
* | Fix markup.Ezio Melotti2012-10-071-2/+2
* | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-071-0/+2
* | Issue #16148: implemented PEP 424Armin Ronacher2012-10-061-0/+6
|/
* Issue #14968: set 'Inplace Operators' as subsection; patch by Lars BuitinckSandro Tosi2012-06-011-1/+1
* s/div/truediv/; thanks to FĂ©lix-Antoine Fortin from docs@Sandro Tosi2012-02-281-1/+1
* note the blinding speed of these functionsBenjamin Peterson2011-12-201-2/+2
* don't mention implementation detailBenjamin Peterson2011-12-191-5/+5
* Fix closes issue13005 - Remove the mention of 'repeat' method in the operator...Senthil Kumaran2011-09-221-2/+0
* Issue #10225: Fixed the simple mistakes in doctests.Alexander Belopolsky2011-01-121-1/+1
* Issue 9717: Segregate and improve the documentation of "in-place" operatorsRaymond Hettinger2011-01-081-85/+109
* Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.Georg Brandl2011-01-061-2/+1
* Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.Antoine Pitrou2010-10-311-0/+2
* 2-to-3 fixup for map() example in docsRaymond Hettinger2010-09-011-1/+1
* provide sample implementations for attrgetter and methodcallerBenjamin Peterson2010-08-211-2/+23
* fix more indentationBenjamin Peterson2010-08-211-6/+6
* indent properlyBenjamin Peterson2010-08-211-9/+9
* updated/removed a few versionadded/versionchangedEzio Melotti2010-01-271-2/+0
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-72/+84
* Issue #1717: documentation fixes related to the cmp removal.Mark Dickinson2009-02-011-3/+3
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-261-76/+0
* Remove trailing whitespace.Georg Brandl2009-01-031-6/+6
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1
* #3204: remove slice operations from operator doc.Georg Brandl2008-06-261-24/+0
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-1/+0
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-13/+16
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-15/+37
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-241-2/+13
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-47/+11
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-4/+4
* Futher update docs after unbound method removal.Georg Brandl2007-11-271-1/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-35/+41