summaryrefslogtreecommitdiffstats
path: root/Include/boolobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-2/+7
* gh-106560: Fix redundant declarations in Include/ (#112611)Victor Stinner2023-12-031-1/+1
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-4/+3
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-161-1/+1
* gh-91320: Fix more old-style cast warnings in C++ (#93285)Victor Stinner2022-06-021-2/+2
* bpo-45459: C API uses type names rather than structure names (GH-31528)Victor Stinner2022-02-241-2/+2
* bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483)Petr Viktorin2021-04-231-1/+2
* bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)Victor Stinner2021-04-101-0/+8
* bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)Victor Stinner2020-11-051-2/+2
* bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na2020-02-131-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-4/+2
* SF bug 994255: Py_RETURN_NONE causes too much warningsTim Peters2004-07-221-2/+2
* Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in orderBrett Cannon2003-10-191-2/+2
* Modified the Py_RETURN_* macros by having the statements surrounded by {} inBrett Cannon2003-10-191-2/+2
* Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returningBrett Cannon2003-10-191-0/+4
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-3/+3
* Patch #551008: DL_IMPORT PyBool_FromLong.Martin v. Löwis2002-05-021-1/+1
* Add standard header preamble and footer, a-la intobject.h. Main purpose is e...Mark Hammond2002-04-061-0/+12
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-031-0/+20