summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/cpython/ignored.tsv
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh...Miss Islington (bot)2023-11-161-1/+0
* [3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932)Miss Islington (bot)2023-10-021-3/+3
* [3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...Miss Islington (bot)2023-08-111-0/+1
* [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...Charlie Zhao2023-07-311-0/+1
* [3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-...Miss Islington (bot)2023-06-141-0/+6
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-141-0/+1
* [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...Miss Islington (bot)2023-06-011-0/+2
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-0/+1
* 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-041-0/+1
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-241-0/+1
* gh-90110: Bring the whitelists up to date. (gh-103114)Eric Snow2023-03-291-0/+3
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-231-1/+0
* gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)Eric Snow2023-03-201-1/+1
* gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)Eric Snow2023-03-141-0/+1
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-071-2/+28
* GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-10...Eric Snow2023-01-121-2/+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-121-0/+6
* gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)Eric Snow2022-12-121-0/+1
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-091-5/+2
* gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)Eric Snow2022-12-081-2/+6
* gh-81057: Move More Globals to _PyRuntimeState (gh-100092)Eric Snow2022-12-071-11/+0
* gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091)Eric Snow2022-12-071-349/+380
* gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)Eric Snow2022-11-161-58/+96
* gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)Eric Snow2022-11-151-7/+102
* gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)Eric Snow2022-11-141-0/+3
* gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)Eric Snow2022-11-121-0/+2
* gh-90110: Update the C-analyzer Tool (gh-99307)Eric Snow2022-11-101-0/+5
* GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)Brandt Bucher2022-11-091-1/+0
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-251-3/+3
* gh-90110: Fix the c-analyzer Tool (gh-96731)Eric Snow2022-09-121-0/+42
* gh-90110: Update the c-analyzer Tool (gh-96255)Eric Snow2022-08-251-1533/+8
* gh-90110: Update the c-analyzer Tool (gh-96058)Eric Snow2022-08-171-0/+53
* gh-90110: Get the C Analyzer Tool Working Again (gh-96057)Eric Snow2022-08-171-30/+341
* gh-90110: Update the C Analyzer Tool Whitelists (gh-95628)Eric Snow2022-08-041-2/+24
* gh-90110: Get the C Analyzer Tool Working Again (gh-95545)Eric Snow2022-08-011-1/+84
* bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...Eric Snow2022-02-231-0/+1
* bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31...Eric Snow2022-02-101-0/+46
* bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)Eric Snow2022-02-101-0/+1
* bpo-36876: Update the c-analyzer whitelist. (gh-31225)Eric Snow2022-02-091-2010/+583
* Fix typos in the Tools directory (GH-28769)Christian Clauss2021-10-061-1/+1
* bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)Erlend Egeberg Aasland2021-07-141-10/+0
* bpo-42862: Strip stale sqlite3 cache ignores from c-analyzer (GH-26876)Erlend Egeberg Aasland2021-06-231-5/+0
* bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)Erlend Egeberg Aasland2021-06-231-10/+0
* bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)Erlend Egeberg Aasland2021-06-231-14/+0
* bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431)Eric Snow2020-11-201-0/+2936
* bpo-36876: Fix the C analyzer tool. (GH-22841)Eric Snow2020-10-231-0/+2