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-107782: Use _testcapi to test non-representable signatures (GH-109325)
Serhiy Storchaka
2023-09-14
1
-0/+1
*
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner
2023-08-29
2
-3/+2
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
1
-21/+10
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
1
-1/+4
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
1
-0/+9
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
1
-0/+4
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
2
-0/+3
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-0/+1
*
gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#1...
Erlend E. Aasland
2023-08-10
1
-0/+2
*
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-106078: Isolate `decimal` module (#107287)
Charlie Zhao
2023-07-28
1
-1/+0
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
2
-1/+2
*
remove outdated `_asyncio` globals from globals-to-fix.tsv (#107334)
Kumar Aditya
2023-07-27
1
-2/+0
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
1
-1/+0
*
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-106078: Move external C-API functions to decimal module global state (#106...
Charlie Zhao
2023-07-11
1
-6/+0
*
gh-106078: Move static variables initialized once to decimal module global st...
Charlie Zhao
2023-07-10
1
-3/+0
*
gh-106078: Move static objects related to `CONTEXTVAR` to the decimal module ...
Charlie Zhao
2023-07-08
1
-1/+0
*
gh-106078: Move `context template` to decimal module global state (#106346)
Charlie Zhao
2023-07-03
1
-3/+0
*
gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)
Victor Stinner
2023-07-03
1
-3/+9
*
gh-106078: Move DecimalException to _decimal state (#106301)
Charlie Zhao
2023-07-02
1
-1/+0
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-1/+8
*
gh-106078: Convert `_decimal` types to heap types (#106079)
Charlie Zhao
2023-06-29
1
-6/+1
*
Fix c-analyzer for GCC: ignore LANG env var (#106173)
Victor Stinner
2023-06-28
1
-1/+7
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
2
-0/+3
*
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
3
-1/+9
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
1
-0/+1
*
gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410)
Victor Stinner
2023-06-06
6
-6/+2
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
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-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)
Gregory P. Smith
2023-06-01
1
-0/+1
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
3
-6/+0
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
2
-5/+0
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-0/+1
*
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra
2023-05-18
1
-0/+1
*
GH-103092: isolate `pyexpat` (#104506)
Kumar Aditya
2023-05-16
1
-1/+0
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
1
-4/+0
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-1/+1
*
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko
2023-05-08
1
-7/+1
*
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
Erlend E. Aasland
2023-05-07
1
-1/+0
*
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
Erlend E. Aasland
2023-05-07
1
-1/+0
*
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
Erlend E. Aasland
2023-05-07
1
-1/+0
*
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
2
-0/+2
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-1/+0
*
gh-103583: Isolate CJK codec modules (#103869)
Erlend E. Aasland
2023-04-27
1
-21/+0
[next]