summaryrefslogtreecommitdiffstats
path: root/Include/cpython/complexobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-128813: soft-deprecate _Py_c_*() functions (GH-137261)Sergey B Kirpichev2025-08-011-1/+2
* gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)Sergey B Kirpichev2025-04-221-6/+0
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-261-0/+6
* gh-112026: Restore removed private C API (#112115)Victor Stinner2023-11-151-0/+10
* gh-106320: Add pycore_complexobject.h header file (#106339)Victor Stinner2023-07-021-21/+0
* bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)Victor Stinner2022-04-061-0/+44