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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)
Eric Snow
2022-12-12
2
-4/+7
*
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow
2022-12-12
1
-7/+1
*
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow
2022-12-12
2
-10/+1
*
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow
2022-12-12
1
-11/+0
*
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow
2022-12-09
2
-6/+2
*
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow
2022-12-09
1
-13/+1
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
1
-6/+0
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
2
-5/+6
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
2
-20/+0
*
gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091)
Eric Snow
2022-12-07
3
-440/+485
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-7/+0
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
1
-3/+0
*
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow
2022-11-16
1
-8/+0
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
2
-68/+96
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
2
-101/+108
*
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
Eric Snow
2022-11-14
1
-6/+0
*
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow
2022-11-14
2
-29/+5
*
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-12
2
-2/+2
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-14/+1
*
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow
2022-11-11
1
-2/+0
*
gh-90110: Update the C-analyzer Tool (gh-99307)
Eric Snow
2022-11-10
3
-89/+13
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
1
-1/+0
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
1
-1/+1
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
1
-1/+0
*
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Pablo Galindo Salgado
2022-10-25
2
-8/+8
*
gh-90110: Update the c-analyzer Tool (gh-97695)
Eric Snow
2022-10-01
2
-68/+7
*
gh-90110: Fix the c-analyzer Tool (gh-96731)
Eric Snow
2022-09-12
9
-115/+497
*
gh-90110: Update the c-analyzer Tool (gh-96255)
Eric Snow
2022-08-25
4
-1534/+84
*
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...
Mark Shannon
2022-08-24
1
-1/+0
*
gh-90110: Update the c-analyzer Tool (gh-96058)
Eric Snow
2022-08-17
4
-8/+87
*
gh-90110: Get the C Analyzer Tool Working Again (gh-96057)
Eric Snow
2022-08-17
3
-579/+383
*
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
Serhiy Storchaka
2022-08-08
1
-1/+1
*
gh-90110: Update the C Analyzer Tool Whitelists (gh-95628)
Eric Snow
2022-08-04
2
-28/+24
*
gh-90110: Get the C Analyzer Tool Working Again (gh-95545)
Eric Snow
2022-08-01
4
-5/+118
*
gh-85454: Remove distutils.ccompiler from Tools/c-analyzer (GH-95171)
Dong-hee Na
2022-07-25
1
-2/+12
*
gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989)
Eric Snow
2022-07-19
4
-141/+611
*
Fix typos in comments (#94305)
yutotnh
2022-06-28
1
-2/+2
*
Update globals-to-fix.tsv to follow recent changes (gh-92959)
Dong-hee Na
2022-05-20
1
-3/+4
*
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
4
-4/+16
*
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney
2022-04-16
1
-1/+0
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
1
-1/+0
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
1
-3/+3
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
2
-89/+2
*
bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31...
Eric Snow
2022-02-10
5
-22/+159
*
bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)
Eric Snow
2022-02-10
3
-512/+260
*
bpo-36876: Update the c-analyzer whitelist. (gh-31225)
Eric Snow
2022-02-09
4
-2010/+2364
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-2/+0
*
bpo-45952: Get the C analyzer tool working again. (gh-31220)
Eric Snow
2022-02-08
1
-0/+1
*
bpo-45952: Get the C analyzer tool working again. (gh-31219)
Eric Snow
2022-02-08
1
-0/+3
[prev]
[next]