COMMITS
/ Doc/library/bisect.rst February 28, 2026
N
gh-145269: simplify bisect.bisect doc example (#145270)
Nathan Goldbaum committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
September 5, 2025
A
GH-138465: Improve documentation for common sequence methods (#138474)
Adam Turner committed
July 30, 2025
N
GH-116738: document thread-safety of bisect (GH-136555)
Neil Schemenauer committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
January 10, 2024
S
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka committed
December 26, 2023
H
gh-101100: Fix Sphinx warnings in `library/bisect.rst` (#113496)
Hugo van Kemenade committed
May 8, 2023
A
GH-104145: Use fully-qualified cross reference types for the bisect module (#104172)
Adam Turner committed
April 7, 2023
O
gh-103266: Fix a typo in example code for bisect() function (#103267)
Oleg Iarygin committed
September 24, 2022
S
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka committed
August 24, 2022
August 9, 2022
R
Improvements to the bisect docs (GH-95807)
Raymond Hettinger committed
May 11, 2022
S
Fix minor documentation error in bisect docs (GH-92697)
Steve Dower committed
May 10, 2022
R
gh-91966 Document where key functions are applied in the bisect module (#92602)
Raymond Hettinger committed
February 14, 2022
Z
bpo-46747: Add missing key parameters in the bisect docs (GH-31323)
Zackery Spytz committed
October 20, 2020
R
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger committed
September 27, 2020
A
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino committed
September 15, 2020
A
Fix all Python Cookbook links (#22205)
Andre Delfino committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
January 10, 2011
R
Separate source link from main text.
Raymond Hettinger committed
R
Move source links to consistent location and remove wordy, big yellow boxes.
Raymond Hettinger committed
November 16, 2010
É
Provide links to Python source where the code is short, readable and
Éric Araujo committed
September 21, 2010
G
#9911: doc copyedits.
Georg Brandl committed
September 1, 2010
R
Clean-up bisect docs.
Raymond Hettinger committed
August 7, 2010
R
Clean-up docstring in examples.
Raymond Hettinger committed
R
Improve the docs for bisect to cover common searching tasks.
Raymond Hettinger committed
June 11, 2009
R
Move comment to correct line.
Raymond Hettinger committed
R
Add example of how to do key lookups with bisect().
Raymond Hettinger committed
April 5, 2009
G
Update signature style of optional arguments, part two.
Georg Brandl committed
March 23, 2008
December 31, 2007
C
Merged revisions 59605-59624 via svnmerge from
Christian Heimes committed
September 1, 2007
G
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed