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-115015: Argument Clinic: fix generated code for METH_METHOD methods withou...
Erlend E. Aasland
2024-02-05
1
-0/+1
*
gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...
Pablo Galindo Salgado
2024-01-30
1
-0/+2
*
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer
2024-01-27
1
-1/+2
*
gh-89532: Remove LibreSSL workarounds (#28728)
Rami
2024-01-06
1
-2/+1
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
1
-1/+0
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
1
-0/+1
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
1
-0/+4
*
Add a fuzzer for `Py_CompileStringExFlags` (#111721)
Brad Larsen
2023-12-10
1
-0/+3
*
Fix typos in variable names, function names, and comments (GH-101868)
Yang Hau
2023-12-01
1
-1/+1
*
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-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
2
-0/+7
*
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-106212: Raise when using c-analyzer with clang on darwin (#110757)
Lysandros Nikolaou
2023-10-13
1
-0/+3
*
gh-71587: Establish global state in `_datetime` (#110475)
Erlend E. Aasland
2023-10-12
1
-9/+1
*
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou
2023-10-12
1
-2/+2
*
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-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
1
-6/+11
*
gh-104469: Disallow using Py_LIMITED_API with Py_BUILD_CORE (#109690)
Victor Stinner
2023-09-21
1
-2/+7
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
2
-0/+4
*
Fix a typo in c-analyzer (#109213)
DongWoo Son
2023-09-18
1
-1/+1
*
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
[next]