summaryrefslogtreecommitdiffstats
path: root/Doc/library/bisect.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix minor documentation error in bisect docs (GH-92697)Miss Islington (bot)2022-05-111-1/+1
* gh-91966 Document where key functions are applied in the bisect module (GH-92...Miss Islington (bot)2022-05-111-15/+52
* [3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (G...Dennis Sweeney2022-02-141-2/+2
* bpo-4356: Add key function support to the bisect module (GH-20556)Raymond Hettinger2020-10-201-28/+90
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+2
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Clean-up bisect docs.Raymond Hettinger2010-09-011-60/+62
* Clean-up docstring in examples.Raymond Hettinger2010-08-071-5/+5
* Improve the docs for bisect to cover common searching tasks.Raymond Hettinger2010-08-071-3/+57
* Move comment to correct line.Raymond Hettinger2009-06-111-2/+2
* Add example of how to do key lookups with bisect().Raymond Hettinger2009-06-111-1/+19
* Update signature style of optional arguments, part two.Georg Brandl2009-04-051-28/+19
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-1/+1
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-5/+1
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-8/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+92