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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-127146: Report uid in Emscripten + node as native uid (GH-136509) (...
Miss Islington (bot)
2025-07-16
1
-0/+1
*
[3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)
Miss Islington (bot)
2025-07-15
1
-0/+1
*
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...
Yan Yanchii
2025-05-04
1
-1/+0
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
1
-0/+1
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-0/+3
*
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma
2025-04-21
1
-0/+1
*
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
Chris Eibl
2025-04-05
1
-1/+1
*
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran
2025-04-04
2
-0/+2
*
gh-130599: use static constants str-to-int conversion (gh-130714)
Neil Schemenauer
2025-03-04
1
-3/+5
*
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (...
Irit Katriel
2025-02-07
1
-3/+1
*
gh-100239: specialize bitwise logical binary ops on ints (#128927)
Irit Katriel
2025-01-29
1
-0/+1
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-29
1
-2/+0
*
gh-128844: Make `_Py_TryIncref` public as an unstable API. (#128926)
Sam Gross
2025-01-28
1
-0/+2
*
GH-91048: Add utils for capturing async call stack for asyncio programs and e...
Yury Selivanov
2025-01-22
1
-0/+3
*
gh-128156: Guard use of `ffi_type_complex_double` on macOS system libffi (GH-...
Petr Viktorin
2025-01-21
1
-2/+2
*
GH-126599: Remove the "counter" optimizer/executor (GH-126853)
Xuanteng Huang
2025-01-16
1
-2/+0
*
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel
2025-01-16
1
-0/+2
*
gh-128277: make globals variables thread safe in socket module (#128286)
Kumar Aditya
2024-12-31
1
-0/+2
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
1
-0/+2
*
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner
2024-12-13
1
-0/+1
*
gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-1...
Petr Viktorin
2024-11-28
1
-3/+1
*
Allow local use of `static PyMutex` in the C analyzer (#127102)
Peter Bierma
2024-11-22
2
-1/+14
*
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)
Victor Stinner
2024-11-21
1
-0/+1
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
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-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)
Bénédikt Tran
2024-10-08
1
-3/+1
*
gh-123961: Add a global state to _curses (#124729)
Bénédikt Tran
2024-09-29
1
-0/+1
*
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-123961: Add `curses` prefix to global variables in `_cursesmodule.c` (#124...
Bénédikt Tran
2024-09-13
1
-4/+4
*
gh-123961: Remove global variable `ModDict` in `_cursesmodule.c` (#123962)
Bénédikt Tran
2024-09-13
1
-3/+0
*
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
2
-0/+2
*
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon
2024-08-20
1
-0/+4
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
1
-0/+3
*
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher
2024-07-01
1
-2/+0
*
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...
neonene
2024-06-12
1
-1/+0
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
2
-0/+2
*
gh-119396: Optimize unicode_repr() (#119617)
Victor Stinner
2024-05-28
1
-0/+1
*
gh-117398: Statically Allocate the Datetime C-API (GH-119472)
Eric Snow
2024-05-23
1
-0/+3
*
gh-117142: ctypes: Clean up c-analyzer .tsv files (GH-117544)
neonene
2024-05-22
2
-47/+0
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-0/+2
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
1
-0/+1
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
1
-0/+1
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-0/+2
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
1
-1/+1
[next]