aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/c-analyzer/c_parser/preprocessor/gcc.py
Commit message (Expand)AuthorAge
* Fix typos (#123775)algonell2024-09-09
* gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)Victor Stinner2024-03-10
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-07
* gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)Victor Stinner2023-09-22
* gh-104469: Disallow using Py_LIMITED_API with Py_BUILD_CORE (#109690)Victor Stinner2023-09-22
* gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)Victor Stinner2023-08-29
* gh-106320: Remove private AC converter functions (#108505)Victor Stinner2023-08-26
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-26
* gh-106320: Remove private _PyLong converter functions (#108499)Victor Stinner2023-08-26
* gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)Victor Stinner2023-07-03
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-01
* gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740)Eric Snow2023-06-13
* gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745)Eric Snow2023-03-16
* gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)Eric Snow2023-03-14
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-06
* gh-90110: Fix the c-analyzer Tool (gh-96731)Eric Snow2022-09-12
* bpo-36876: Fix the C analyzer tool. (GH-22841)Eric Snow2020-10-22