COMMITS
/ Objects/boolobject.c April 1, 2025
B
gh-111178: remove redundant casts for functions with correct signatures (#131673)
Bénédikt Tran committed
August 25, 2024
K
gh-122982: Extend the deprecation period for bool inversion by two years (#123306)
Kirill Podoprigora committed
November 13, 2023
S
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka committed
August 4, 2023
B
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher committed
July 3, 2023
V
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner committed
May 16, 2023
B
GH-103906: Remove immortal refcounting in the interpreter (GH-103909)
Brandt Bucher committed
May 3, 2023
T
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 22, 2023
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
February 5, 2023
M
gh-101266: Fix __sizeof__ for subclasses of int (#101394)
Mark Dickinson committed
January 30, 2023
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Victor Stinner committed
July 20, 2022
K
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
February 23, 2022
October 15, 2021
V
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner committed
September 21, 2021
V
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner committed
August 31, 2021
V
bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089)
Victor Stinner committed
October 1, 2020
D
bpo-41870: Avoid the test when nargs=0 (GH-22462)
Dong-hee Na committed
September 28, 2020
D
bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427)
Dong-hee Na committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
March 6, 2017
S
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518)
Serhiy Storchaka committed
March 5, 2017
S
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 17, 2009
M
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson committed
August 30, 2008
G
Remove outdated comment. Reviewed by Antoine.
Georg Brandl committed
June 11, 2008
B
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
Benjamin Peterson committed
September 21, 2007
N
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer committed
August 7, 2007
G
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
May 25, 2007
W
Add interning of unicode strings by copying the functionality from
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
November 28, 2006
J
- patch #1600346 submitted by Tomer Filiba
Jack Diederich committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 24, 2006
N
Get rid of remnants of integer division
Neal Norwitz committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
April 19, 2003
G
- bool() called without arguments now returns False rather than
Guido van Rossum committed
August 6, 2002
N
Make more functions static
Neal Norwitz committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
April 25, 2002
G
Clean up the layout of the bool_as_number struct initializer.
Guido van Rossum committed
April 4, 2002
G
As Neal pointed out, bool_print was an order of magnitude too complex.
Guido van Rossum committed
April 3, 2002
G
Oops. Here are the new files. My apologies.
Guido van Rossum committed