summaryrefslogtreecommitdiff
path: root/Tools/c-analyzer
Commit message (Expand)AuthorAgeFilesLines
* GH-103092: isolate `pyexpat` (#104506)Kumar Aditya2023-05-161-1/+0
* gh-101819: Isolate `_io` (#101948)Erlend E. Aasland2023-05-151-4/+0
* GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...Mark Shannon2023-05-121-1/+1
* gh-99108: Replace SHA3 implementation HACL* version (#103597)Jonathan Protzenko2023-05-071-7/+1
* gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)Erlend E. Aasland2023-05-071-1/+0
* gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)Erlend E. Aasland2023-05-071-1/+0
* gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)Erlend E. Aasland2023-05-071-1/+0
* gh-103533: Use PEP 669 APIs for cprofile (GH-103534)Tian Gao2023-05-051-0/+1
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-042-0/+2
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-1/+0
* gh-103583: Isolate CJK codec modules (#103869)Erlend E. Aasland2023-04-271-21/+0
* gh-103092: Isolate _ctypes, part 1 (#103893)Erlend E. Aasland2023-04-271-6/+2
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-241-0/+1
* gh-103583: Add codecs and maps to _codecs_* module state (#103540)Erlend E. Aasland2023-04-171-2/+0
* gh-103326: Remove `Python/importlib.h` (GH-103331)Nikita Sobolev2023-04-121-1/+0
* gh-103092: Isolate `_collections` (#103093)Erlend E. Aasland2023-04-121-5/+0
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-0/+5
* gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` (GH...Nikita Sobolev2023-04-101-0/+1
* gh-103092: Isolate `socket` module (#103094)Erlend E. Aasland2023-04-091-6/+0
* gh-103092: Isolate `_pickle` module (#102982)Erlend E. Aasland2023-04-041-5/+0
* gh-90110: Bring the whitelists up to date. (gh-103114)Eric Snow2023-03-292-2/+3
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-231-1/+0
* gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066)Nikita Sobolev2023-03-2214-335/+3
* gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)Eric Snow2023-03-201-1/+1
* gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745)Eric Snow2023-03-162-7/+7
* Exclude `ceval.c` from the C-analyzer tool (#102735)Alex Waygood2023-03-151-0/+5
* gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)Eric Snow2023-03-145-20/+81
* gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505)Eric Snow2023-03-0915-0/+2301
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-066-21/+70
* gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)Erlend E. Aasland2023-02-201-8/+0
* gh-99138: Isolate _zoneinfo (#99218)Erlend E. Aasland2023-02-151-11/+0
* gh-101277: Finalise isolating itertools (GH-101305)Erlend E. Aasland2023-02-101-22/+0
* GH-91375: Purge `asyncio` static variables from globals-to-fix list (#101288)Erlend E. Aasland2023-01-241-23/+0
* GH-92123: Move _elementtree heap types to module state (#101187)Erlend E. Aasland2023-01-211-4/+0
* GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-10...Eric Snow2023-01-122-3/+0
* gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)Zachary Ware2022-12-291-1/+0
* gh-100540: Remove unused Modules/_ctypes/libffi_osx/ (GH-100543)Zachary Ware2022-12-281-1/+0
* gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)Eric Snow2022-12-161-4/+0
* gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)Eric Snow2022-12-122-4/+7
* gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)Eric Snow2022-12-121-7/+1
* gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)Eric Snow2022-12-122-10/+1
* gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)Eric Snow2022-12-121-11/+0
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-082-6/+2
* gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)Eric Snow2022-12-081-13/+1
* gh-81057: Move time Globals to _PyRuntimeState (gh-100122)Eric Snow2022-12-081-6/+0
* gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)Eric Snow2022-12-082-5/+6
* gh-81057: Move More Globals to _PyRuntimeState (gh-100092)Eric Snow2022-12-072-20/+0
* gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091)Eric Snow2022-12-073-440/+485
* gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...Eric Snow2022-12-051-7/+0
* gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)Eric Snow2022-11-161-3/+0