summaryrefslogtreecommitdiffstats
path: root/Doc/library/functools.rst
Commit message (Collapse)AuthorAgeFilesLines
* #13852: some small doc fixes.Georg Brandl2012-01-251-3/+3
|
* #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.Georg Brandl2012-01-231-1/+1
|
* #13695: fix a couple of typos in the doc.Ezio Melotti2012-01-161-2/+2
|
* Backport source links from 3.x.Éric Araujo2011-08-191-6/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-061-0/+5
| | | | informative adjunct to the docs.
* Merged revisions 83872 via svnmerge fromBenjamin Peterson2010-08-091-17/+16
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83872 | benjamin.peterson | 2010-08-08 21:13:10 -0500 (Sun, 08 Aug 2010) | 1 line use 3 space indents ........
* Two typo fixesAndrew M. Kuchling2010-04-111-1/+1
|
* Add tests for cmp_to_key.Raymond Hettinger2010-04-041-2/+2
| | | | | | Adopt PEP 8 compliant function name. Factor-out existing uses cmp_to_key. Update documentation to use internal pointers instead of external resource.
* Add functools.CmpToKey()Raymond Hettinger2010-04-041-0/+22
|
* Documentation nitRaymond Hettinger2010-04-041-0/+2
|
* Issue 5479: Add functools.total_ordering class decorator.Raymond Hettinger2010-04-041-0/+20
|
* Enable doctest running for several other documents.Georg Brandl2008-03-221-2/+4
| | | | We have now over 640 doctests that are run with "make doctest".
* Add more entries to the glossary.Georg Brandl2007-12-021-3/+3
| | | | Written by Jeff Wheeler for GHOP.
* Document rev. 57574.Georg Brandl2007-08-281-1/+9
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+133