COMMITS
/ Include/boolobject.h June 5, 2025
V
gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165)
Victor Stinner committed
March 21, 2024
V
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner committed
December 3, 2023
V
gh-106560: Fix redundant declarations in Include/ (#112611)
Victor Stinner committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
June 2, 2022
V
gh-91320: Fix more old-style cast warnings in C++ (#93285)
Victor Stinner committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
April 23, 2021
P
bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483)
Petr Viktorin committed
April 10, 2021
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
November 5, 2020
V
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
July 22, 2004
T
SF bug 994255: Py_RETURN_NONE causes too much warnings
Tim Peters committed
October 19, 2003
B
Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order
Brett Cannon committed
B
Modified the Py_RETURN_* macros by having the statements surrounded by {} in
Brett Cannon committed
B
Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning
Brett Cannon committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
May 2, 2002
M
Patch #551008: DL_IMPORT PyBool_FromLong.
Martin v. Löwis committed
April 6, 2002
April 3, 2002
G
Oops. Here are the new files. My apologies.
Guido van Rossum committed