summaryrefslogtreecommitdiffstats
path: root/Doc/library/operator.rst
Commit message (Collapse)AuthorAgeFilesLines
* #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