| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40792: Make the result of PyNumber_Index() always having exact type int. ... | Serhiy Storchaka | 2020-05-28 | 1 | -0/+4 |
|
|
* | bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) | Serhiy Storchaka | 2019-06-01 | 1 | -2/+2 |
|
|
* | Correct "inplace" with "in-place" (GH-10480) | Andre Delfino | 2019-04-08 | 1 | -3/+3 |
|
|
* | itemgetter add dict example (GH-1280) | WeizhongTu | 2018-04-13 | 1 | -0/+2 |
|
|
* | bpo-30085: Improve documentation for operator (#1171) | Sanket Dasgupta | 2017-09-24 | 1 | -3/+4 |
|
|
* | Show example of itemgetter() applied to a dictionary (#3431) | Raymond Hettinger | 2017-09-08 | 1 | -0/+3 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+2 |
|
|
* | merge | Raymond Hettinger | 2014-08-10 | 1 | -9/+0 |
|\ |
|
| * | Issue #22180: Remove weak example | Raymond Hettinger | 2014-08-10 | 1 | -9/+0 |
|
|
| * | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -2/+2 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -0/+18 |
|
|
* | | whatsnew: PEP 424 implementation. | R David Murray | 2014-03-10 | 1 | -2/+2 |
|/ |
|
* | Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa. | Zachary Ware | 2013-12-18 | 1 | -1/+1 |
|\ |
|
| * | Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. | Zachary Ware | 2013-12-18 | 1 | -1/+1 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typo in function name. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | | Issue #16694: Add source code link for operator.py | Raymond Hettinger | 2013-05-11 | 1 | -0/+3 |
|
|
* | | #16523: merge with 3.3. | Ezio Melotti | 2013-05-08 | 1 | -14/+33 |
|\ \
| |/ |
|
| * | #16523: improve attrgetter/itemgetter/methodcaller documentation. | Ezio Melotti | 2013-05-08 | 1 | -14/+33 |
|
|
* | | Fix markup. | Ezio Melotti | 2012-10-07 | 1 | -2/+2 |
|
|
* | | Issue #16148: Small improvements and cleanup. Added version information | Armin Ronacher | 2012-10-07 | 1 | -0/+2 |
|
|
* | | Issue #16148: implemented PEP 424 | Armin Ronacher | 2012-10-06 | 1 | -0/+6 |
|/ |
|
* | Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck | Sandro Tosi | 2012-06-01 | 1 | -1/+1 |
|
|
* | s/div/truediv/; thanks to FĂ©lix-Antoine Fortin from docs@ | Sandro Tosi | 2012-02-28 | 1 | -1/+1 |
|
|
* | note the blinding speed of these functions | Benjamin Peterson | 2011-12-20 | 1 | -2/+2 |
|
|
* | don't mention implementation detail | Benjamin Peterson | 2011-12-19 | 1 | -5/+5 |
|
|
* | Fix closes issue13005 - Remove the mention of 'repeat' method in the operator... | Senthil Kumaran | 2011-09-21 | 1 | -2/+0 |
|
|
* | Issue #10225: Fixed the simple mistakes in doctests. | Alexander Belopolsky | 2011-01-12 | 1 | -1/+1 |
|
|
* | Issue 9717: Segregate and improve the documentation of "in-place" operators | Raymond Hettinger | 2011-01-08 | 1 | -85/+109 |
|
|
* | Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. | Georg Brandl | 2011-01-06 | 1 | -2/+1 |
|
|
* | Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. | Antoine Pitrou | 2010-10-31 | 1 | -0/+2 |
|
|
* | 2-to-3 fixup for map() example in docs | Raymond Hettinger | 2010-09-01 | 1 | -1/+1 |
|
|
* | provide sample implementations for attrgetter and methodcaller | Benjamin Peterson | 2010-08-21 | 1 | -2/+23 |
|
|
* | fix more indentation | Benjamin Peterson | 2010-08-21 | 1 | -6/+6 |
|
|
* | indent properly | Benjamin Peterson | 2010-08-21 | 1 | -9/+9 |
|
|
* | updated/removed a few versionadded/versionchanged | Ezio Melotti | 2010-01-27 | 1 | -2/+0 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -72/+84 |
|
|
* | Issue #1717: documentation fixes related to the cmp removal. | Mark Dickinson | 2009-02-01 | 1 | -3/+3 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 1 | -76/+0 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -6/+6 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
|
|
* | #3204: remove slice operations from operator doc. | Georg Brandl | 2008-06-26 | 1 | -24/+0 |
|
|
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -1/+0 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -13/+16 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -15/+37 |
|
|
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -2/+13 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -47/+11 |
|
|
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -4/+4 |
|
|
* | Futher update docs after unbound method removal. | Georg Brandl | 2007-11-27 | 1 | -1/+1 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -35/+41 |
|
|