COMMITS
/ Modules/_bisectmodule.c September 6, 2022
D
gh-96538: Fix refleak in _bisectmodule.c (gh-96619)
Dennis Sweeney committed
September 5, 2022
D
gh-96538: Move some type-checking out of bisect.bisect() loops (GH-96539)
Dennis Sweeney committed
May 28, 2022
O
gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)
oda-gitso committed
April 19, 2022
D
gh-90699: Use module state to access insert str object. (GH-91693)
Dong-hee Na committed
April 14, 2022
D
gh-90699: Remove usage of _Py_IDENTIFIER from bisect module. (GH-91522)
Dong-hee Na committed
February 8, 2022
August 9, 2021
S
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka committed
June 6, 2021
H
Update bisect docstrings (GH-26548)
hrchu committed
October 20, 2020
R
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger committed
September 26, 2020
D
bpo-1635741: Port _bisect module to multi-phase init (GH-22415)
Dong-hee Na committed
May 18, 2020
S
bpo-40665: Use Argument Clinic for the bisect module (GH-20163)
Shantanu committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
October 8, 2018
R
bpo-34925: Optimize common case for bisect() argument parsing (#9753)
Raymond Hettinger committed
November 24, 2016
V
Issue #28792: Remove aliases from _bisect
Victor Stinner committed
February 14, 2016
R
The return type of a rich comparison is an int
Raymond Hettinger committed
November 7, 2013
M
Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.
Martin v. Löwis committed
May 16, 2012
A
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
Antoine Pitrou committed
A
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
Antoine Pitrou committed
April 15, 2012
M
Issue #13496: Merge from 3.2
Mark Dickinson committed
M
Issue 13496: Fix bisect.bisect overflow bug for large collections.
Mark Dickinson committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
September 1, 2010
R
Fix line wrapping
Raymond Hettinger committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
October 11, 2008
B
merge from trunk
Benjamin Peterson committed
July 31, 2008
B
Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from
Benjamin Peterson committed
July 16, 2008
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
February 27, 2006
M
More unconsting.
Martin v. Löwis committed
February 16, 2006
M
Use Py_ssize_t for counts and sizes.
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
October 5, 2005
R
SF #1313496: bisect C replacement doesn't accept named args
Raymond Hettinger committed
August 2, 2004
M
Any call to insort_{left,right} with a non-list leaked a reference to None
Michael W. Hudson committed
January 5, 2004
R
SF Patch #864863: Bisect C implementation
Raymond Hettinger committed