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.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) (#12...
Victor Stinner
2024-11-26
1
-0/+1
*
[3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123...
Miss Islington (bot)
2024-09-23
1
-0/+1
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
1
-0/+1
*
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
*
gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740)
Eric Snow
2023-06-14
1
-0/+6
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
1
-0/+1
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-0/+4
*
gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...
Eric Snow
2023-06-01
1
-0/+2
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
1
-2/+0
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
1
-2/+0
*
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
[next]