| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570) | Victor Stinner | 2024-03-10 | 1 | -0/+1 |
|
|
* | gh-116417: Add _testlimitedcapi C extension (#116419) | Victor Stinner | 2024-03-07 | 1 | -2/+2 |
|
|
* | gh-106212: Raise when using c-analyzer with clang on darwin (#110757) | Lysandros Nikolaou | 2023-10-13 | 1 | -0/+3 |
|
|
* | gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727) | Victor Stinner | 2023-09-22 | 1 | -6/+11 |
|
|
* | gh-104469: Disallow using Py_LIMITED_API with Py_BUILD_CORE (#109690) | Victor Stinner | 2023-09-21 | 1 | -2/+7 |
|
|
* | Fix a typo in c-analyzer (#109213) | DongWoo Son | 2023-09-18 | 1 | -1/+1 |
|
|
* | gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597) | Victor Stinner | 2023-08-29 | 1 | -1/+0 |
|
|
* | gh-106320: Remove private AC converter functions (#108505) | Victor Stinner | 2023-08-26 | 1 | -21/+10 |
|
|
* | gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503) | Victor Stinner | 2023-08-26 | 1 | -1/+4 |
|
|
* | gh-106320: Remove private _PyLong converter functions (#108499) | Victor Stinner | 2023-08-26 | 1 | -0/+9 |
|
|
* | gh-106320: Move _PyUnicodeWriter to the internal C API (#106342) | Victor Stinner | 2023-07-03 | 1 | -3/+9 |
|
|
* | gh-106316: Remove pytime.h header file (#106317) | Victor Stinner | 2023-07-01 | 1 | -1/+8 |
|
|
* | Fix c-analyzer for GCC: ignore LANG env var (#106173) | Victor Stinner | 2023-06-28 | 1 | -1/+7 |
|
|
* | gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) | Eric Snow | 2023-06-14 | 2 | -1/+3 |
|
|
* | gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410) | Victor Stinner | 2023-06-06 | 2 | -2/+1 |
|
|
* | gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066) | Nikita Sobolev | 2023-03-22 | 6 | -311/+1 |
|
|
* | gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745) | Eric Snow | 2023-03-16 | 1 | -3/+7 |
|
|
* | gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506) | Eric Snow | 2023-03-14 | 2 | -10/+19 |
|
|
* | gh-90110: Fix the c-analyzer Tool (#102483) | Eric Snow | 2023-03-07 | 3 | -17/+33 |
|
|
* | gh-98401: Invalid escape sequences emits SyntaxWarning (#99011) | Victor Stinner | 2022-11-03 | 1 | -1/+1 |
|
|
* | gh-90110: Fix the c-analyzer Tool (gh-96731) | Eric Snow | 2022-09-12 | 5 | -37/+224 |
|
|
* | gh-90110: Update the c-analyzer Tool (gh-96255) | Eric Snow | 2022-08-25 | 1 | -0/+1 |
|
|
* | gh-90110: Update the c-analyzer Tool (gh-96058) | Eric Snow | 2022-08-17 | 2 | -4/+30 |
|
|
* | gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) | Serhiy Storchaka | 2022-08-08 | 1 | -1/+1 |
|
|
* | gh-85454: Remove distutils.ccompiler from Tools/c-analyzer (GH-95171) | Dong-hee Na | 2022-07-25 | 1 | -2/+12 |
|
|
* | Fix typos in comments (#94305) | yutotnh | 2022-06-28 | 1 | -2/+2 |
|
|
* | gh-81057: Fix indent. (gh-92267) | Eric Snow | 2022-05-03 | 1 | -1/+1 |
|
|
* | gh-81057: Get the c-analyzer tool working again. (gh-92246) | Eric Snow | 2022-05-03 | 3 | -2/+11 |
|
|
* | bpo-45952: Get the C analyzer tool working again. (gh-29882) | Eric Snow | 2021-12-01 | 3 | -11/+39 |
|
|
* | Fix typos in the Tools directory (GH-28769) | Christian Clauss | 2021-10-06 | 3 | -8/+8 |
|
|
* | bpo-44854: Remove trailing whitespaces (GH-27689) | Serhiy Storchaka | 2021-08-09 | 2 | -2/+2 |
|
|
* | Fix a typo in c-analyzer (GH-24468) | Ikko Ashimine | 2021-03-19 | 1 | -1/+1 |
|
|
* | bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. ... | Eric Snow | 2020-12-24 | 2 | -3/+5 |
|
|
* | bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431) | Eric Snow | 2020-11-20 | 3 | -23/+66 |
|
|
* | bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045) | Eric Snow | 2020-10-30 | 6 | -133/+236 |
|
|
* | bpo-36876: Fix the C analyzer tool. (GH-22841) | Eric Snow | 2020-10-23 | 21 | -0/+5204 |
|
|
* | bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) | Eric Snow | 2019-10-19 | 6 | -1127/+0 |
|
|
* | bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) | Eric Snow | 2019-09-27 | 2 | -18/+43 |
|
|
* | bpo-38187: Fix reference leak in test_tools (GH-16233) | Pablo Galindo | 2019-09-17 | 1 | -0/+3 |
|
|
* | bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) | Eric Snow | 2019-09-11 | 6 | -0/+1099 |
|
|