index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
c-analyzer
/
cpython
/
ignored.tsv
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh...
Miss Islington (bot)
2023-11-16
1
-1/+0
*
[3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932)
Miss Islington (bot)
2023-10-02
1
-3/+3
*
[3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...
Miss Islington (bot)
2023-08-11
1
-0/+1
*
[3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...
Charlie Zhao
2023-07-31
1
-0/+1
*
[3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-...
Miss Islington (bot)
2023-06-14
1
-0/+6
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
1
-0/+1
*
[3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...
Miss Islington (bot)
2023-06-01
1
-0/+2
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-0/+1
*
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
Tian Gao
2023-05-05
1
-0/+1
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-0/+1
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-0/+1
*
gh-90110: Bring the whitelists up to date. (gh-103114)
Eric Snow
2023-03-29
1
-0/+3
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
1
-1/+0
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
1
-1/+1
*
gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)
Eric Snow
2023-03-14
1
-0/+1
*
gh-90110: Fix the c-analyzer Tool (#102483)
Eric Snow
2023-03-07
1
-2/+28
*
GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-10...
Eric Snow
2023-01-12
1
-2/+0
*
gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)
Eric Snow
2022-12-16
1
-4/+0
*
gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)
Eric Snow
2022-12-12
1
-0/+6
*
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow
2022-12-12
1
-0/+1
*
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow
2022-12-09
1
-5/+2
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
1
-2/+6
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
1
-11/+0
*
gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091)
Eric Snow
2022-12-07
1
-349/+380
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
1
-58/+96
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
1
-7/+102
*
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow
2022-11-14
1
-0/+3
*
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-12
1
-0/+2
*
gh-90110: Update the C-analyzer Tool (gh-99307)
Eric Snow
2022-11-10
1
-0/+5
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
1
-1/+0
*
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Pablo Galindo Salgado
2022-10-25
1
-3/+3
*
gh-90110: Fix the c-analyzer Tool (gh-96731)
Eric Snow
2022-09-12
1
-0/+42
*
gh-90110: Update the c-analyzer Tool (gh-96255)
Eric Snow
2022-08-25
1
-1533/+8
*
gh-90110: Update the c-analyzer Tool (gh-96058)
Eric Snow
2022-08-17
1
-0/+53
*
gh-90110: Get the C Analyzer Tool Working Again (gh-96057)
Eric Snow
2022-08-17
1
-30/+341
*
gh-90110: Update the C Analyzer Tool Whitelists (gh-95628)
Eric Snow
2022-08-04
1
-2/+24
*
gh-90110: Get the C Analyzer Tool Working Again (gh-95545)
Eric Snow
2022-08-01
1
-1/+84
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
1
-0/+1
*
bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31...
Eric Snow
2022-02-10
1
-0/+46
*
bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)
Eric Snow
2022-02-10
1
-0/+1
*
bpo-36876: Update the c-analyzer whitelist. (gh-31225)
Eric Snow
2022-02-09
1
-2010/+583
*
Fix typos in the Tools directory (GH-28769)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)
Erlend Egeberg Aasland
2021-07-14
1
-10/+0
*
bpo-42862: Strip stale sqlite3 cache ignores from c-analyzer (GH-26876)
Erlend Egeberg Aasland
2021-06-23
1
-5/+0
*
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
Erlend Egeberg Aasland
2021-06-23
1
-10/+0
*
bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)
Erlend Egeberg Aasland
2021-06-23
1
-14/+0
*
bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431)
Eric Snow
2020-11-20
1
-0/+2936
*
bpo-36876: Fix the C analyzer tool. (GH-22841)
Eric Snow
2020-10-23
1
-0/+2