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
*
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner
2024-12-13
1
-0/+1
*
Allow local use of `static PyMutex` in the C analyzer (#127102)
Peter Bierma
2024-11-22
1
-1/+0
*
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)
Victor Stinner
2024-11-21
1
-0/+1
*
gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)
Bénédikt Tran
2024-11-01
1
-2/+0
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
1
-2/+2
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
1
-2/+2
*
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen
2024-10-14
1
-2/+2
*
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...
Bénédikt Tran
2024-09-29
1
-0/+1
*
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried
2024-09-24
1
-0/+3
*
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin
2024-09-20
1
-0/+1
*
gh-121404: split compile.c into compile.c and codegen.c (#123651)
Irit Katriel
2024-09-09
1
-1/+0
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
1
-0/+1
*
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon
2024-08-20
1
-0/+4
*
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher
2024-07-01
1
-2/+0
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
1
-0/+1
*
gh-117142: ctypes: Clean up c-analyzer .tsv files (GH-117544)
neonene
2024-05-22
1
-3/+0
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-0/+2
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
1
-1/+1
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-5/+5
*
gh-117142: Port _ctypes to multi-phase init (GH-117181)
neonene
2024-04-10
1
-0/+1
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+1
*
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner
2024-03-12
1
-0/+2
*
gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)
Victor Stinner
2024-03-10
1
-1/+0
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
1
-2/+0
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
1
-0/+1
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
1
-0/+5
*
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin
2024-02-13
1
-1/+1
*
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer
2024-01-27
1
-1/+2
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
1
-0/+1
*
Add a fuzzer for `Py_CompileStringExFlags` (#111721)
Brad Larsen
2023-12-10
1
-0/+3
*
Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122)
Nikita Sobolev
2023-11-16
1
-1/+0
*
Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477)
Brad Larsen
2023-11-03
1
-0/+3
*
GH-111339: Fix initialization and finalization of static optimizer types (GH-...
Savannah Ostrowski
2023-10-29
1
-5/+5
*
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Nikita Sobolev
2023-10-24
1
-1/+1
*
gh-85283: Build md5 extension with limited C API (#110967)
Victor Stinner
2023-10-17
1
-0/+1
*
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou
2023-10-11
1
-1/+1
*
gh-106078: Suppress the warning caused by multi-phase initialization of `deci...
Charlie Zhao
2023-10-06
1
-0/+3
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
1
-1/+1
*
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Victor Stinner
2023-09-30
1
-0/+4
*
gh-109098: Fuzz re module instead of internal sre (#109911)
Ammar Askar
2023-09-26
1
-3/+3
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-0/+3
*
gh-107782: Use _testcapi to test non-representable signatures (GH-109325)
Serhiy Storchaka
2023-09-14
1
-0/+1
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
1
-0/+2
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-0/+1
*
gh-91054: make code watcher tests resilient to other watchers (#107821)
Carl Meyer
2023-08-09
1
-0/+1
*
gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)
Charlie Zhao
2023-07-30
1
-0/+1
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20
1
-1/+1
*
gh-106078: Prepare to isolate decimal module (#106880)
Charlie Zhao
2023-07-20
1
-2/+2
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
1
-0/+2
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-0/+1
[next]