| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-115754: Add Py_GetConstant() function (#116883) | Victor Stinner | 2024-03-21 | 1 | -2/+7 |
|
|
* | gh-106560: Fix redundant declarations in Include/ (#112611) | Victor Stinner | 2023-12-03 | 1 | -1/+1 |
|
|
* | gh-84436: Implement Immortal Objects (gh-19474) | Eddie Elizondo | 2023-04-22 | 1 | -4/+3 |
|
|
* | gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815) | Victor Stinner | 2022-06-16 | 1 | -1/+1 |
|
|
* | gh-91320: Fix more old-style cast warnings in C++ (#93285) | Victor Stinner | 2022-06-02 | 1 | -2/+2 |
|
|
* | bpo-45459: C API uses type names rather than structure names (GH-31528) | Victor Stinner | 2022-02-24 | 1 | -2/+2 |
|
|
* | bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483) | Petr Viktorin | 2021-04-23 | 1 | -1/+2 |
|
|
* | bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) | Victor Stinner | 2021-04-10 | 1 | -0/+8 |
|
|
* | bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) | Victor Stinner | 2020-11-05 | 1 | -2/+2 |
|
|
* | bpo-39573: Add Py_IS_TYPE() function (GH-18488) | Dong-hee Na | 2020-02-13 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -4/+2 |
|
|
* | SF bug 994255: Py_RETURN_NONE causes too much warnings | Tim Peters | 2004-07-22 | 1 | -2/+2 |
|
|
* | Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order | Brett Cannon | 2003-10-19 | 1 | -2/+2 |
|
|
* | Modified the Py_RETURN_* macros by having the statements surrounded by {} in | Brett Cannon | 2003-10-19 | 1 | -2/+2 |
|
|
* | Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning | Brett Cannon | 2003-10-19 | 1 | -0/+4 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -3/+3 |
|
|
* | Patch #551008: DL_IMPORT PyBool_FromLong. | Martin v. Löwis | 2002-05-02 | 1 | -1/+1 |
|
|
* | Add standard header preamble and footer, a-la intobject.h. Main purpose is e... | Mark Hammond | 2002-04-06 | 1 | -0/+12 |
|
|
* | Oops. Here are the new files. My apologies. | Guido van Rossum | 2002-04-03 | 1 | -0/+20 |
|
|