summaryrefslogtreecommitdiffstats
path: root/Doc/library/operator.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
|
* Fix typo in function name.Georg Brandl2013-10-061-1/+1
|
* #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.Ezio Melotti2013-05-101-3/+3
|
* #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-081-14/+33
|
* note the blinding speed of these functionsBenjamin Peterson2011-12-201-2/+2
|
* don't mention implementation detailBenjamin Peterson2011-12-191-5/+5
|
* Merged revisions 84242-84244 via svnmerge fromBenjamin Peterson2010-08-211-17/+38
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84242 | benjamin.peterson | 2010-08-21 15:01:28 -0500 (Sat, 21 Aug 2010) | 1 line indent properly ........ r84243 | benjamin.peterson | 2010-08-21 15:03:15 -0500 (Sat, 21 Aug 2010) | 1 line fix more indentation ........ r84244 | benjamin.peterson | 2010-08-21 15:08:36 -0500 (Sat, 21 Aug 2010) | 1 line provide sample implementations for attrgetter and methodcaller ........
* #7259: show correct equivalent for operator.i* operations in docstring; fix ↵Georg Brandl2009-11-041-87/+89
| | | | minor issues in operator docs.
* Doc fixes. Remove overbroad, redundant warnings. Fixup example code.Raymond Hettinger2009-02-041-27/+9
|
* Record operator deprecations in docs.Raymond Hettinger2009-02-031-23/+19
|
* Remove trailing whitespace.Georg Brandl2009-01-031-5/+5
|
* #3171: document that *slice are removed in 3k.Georg Brandl2008-12-051-0/+13
|
* fix various doc typos #3320Benjamin Peterson2008-07-121-1/+1
|
* Make the doctests presentation-friendlier.Georg Brandl2008-03-231-4/+6
|
* Test doctests in operator docs.Georg Brandl2008-03-221-11/+12
|
* Improve docs for itemgetter(). Show that it works with slices.Raymond Hettinger2008-03-111-12/+33
|
* #1506171: added operator.methodcaller().Georg Brandl2008-02-231-0/+11
|
* #1826: allow dotted attribute paths in operator.attrgetter.Georg Brandl2008-02-231-2/+8
|
* Add more entries to the glossary.Georg Brandl2007-12-021-4/+4
| | | | Written by Jeff Wheeler for GHOP.
* Replaced variable o with obj in operator.rst because o is easy toMark Summerfield2007-09-131-35/+41
| | | | | | | | | confuse. Added a note about Python 3's collections.Mapping etc., above section that describes isMappingType() etc. Added xrefs between os, os.path, fileinput, and open().
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+612