summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/cpython
Commit message (Expand)AuthorAgeFilesLines
* Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122)Nikita Sobolev2023-11-161-1/+0
* Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477)Brad Larsen2023-11-031-0/+3
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-302-0/+7
* GH-111339: Fix initialization and finalization of static optimizer types (GH-...Savannah Ostrowski2023-10-291-5/+5
* gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)Nikita Sobolev2023-10-241-1/+1
* gh-85283: Build md5 extension with limited C API (#110967)Victor Stinner2023-10-171-0/+1
* gh-71587: Establish global state in `_datetime` (#110475)Erlend E. Aasland2023-10-121-9/+1
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-111-1/+1
* gh-106078: Suppress the warning caused by multi-phase initialization of `deci...Charlie Zhao2023-10-061-0/+3
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-041-1/+1
* gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)Victor Stinner2023-09-301-0/+4
* gh-109098: Fuzz re module instead of internal sre (#109911)Ammar Askar2023-09-261-3/+3
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-192-0/+4
* gh-107782: Use _testcapi to test non-representable signatures (GH-109325)Serhiy Storchaka2023-09-141-0/+1
* gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)Victor Stinner2023-08-291-2/+2
* gh-107704: Argument Clinic: add support for deprecating keyword use of parame...Serhiy Storchaka2023-08-191-0/+4
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-152-0/+3
* gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...Serhiy Storchaka2023-08-111-0/+1
* gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#1...Erlend E. Aasland2023-08-101-0/+2
* gh-91054: make code watcher tests resilient to other watchers (#107821)Carl Meyer2023-08-091-0/+1
* gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)Charlie Zhao2023-07-301-0/+1
* gh-106078: Isolate `decimal` module (#107287)Charlie Zhao2023-07-281-1/+0
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-272-1/+2
* remove outdated `_asyncio` globals from globals-to-fix.tsv (#107334)Kumar Aditya2023-07-271-2/+0
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-221-1/+0
* GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)Brandt Bucher2023-07-201-1/+1
* gh-106078: Prepare to isolate decimal module (#106880)Charlie Zhao2023-07-201-2/+2
* gh-106078: Move external C-API functions to decimal module global state (#106...Charlie Zhao2023-07-111-6/+0
* gh-106078: Move static variables initialized once to decimal module global st...Charlie Zhao2023-07-101-3/+0
* gh-106078: Move static objects related to `CONTEXTVAR` to the decimal module ...Charlie Zhao2023-07-081-1/+0
* gh-106078: Move `context template` to decimal module global state (#106346)Charlie Zhao2023-07-031-3/+0
* gh-106078: Move DecimalException to _decimal state (#106301)Charlie Zhao2023-07-021-1/+0
* gh-106078: Convert `_decimal` types to heap types (#106079)Charlie Zhao2023-06-291-6/+1
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-272-0/+3
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-141-0/+1
* gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740)Eric Snow2023-06-141-0/+6
* gh-104812: Run Pending Calls in any Thread (gh-104813)Eric Snow2023-06-131-0/+1
* gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410)Victor Stinner2023-06-061-1/+0
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)Eric Snow2023-06-021-0/+1
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+4
* gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...Eric Snow2023-06-011-0/+2
* gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)Gregory P. Smith2023-06-011-0/+1
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-243-6/+0
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-242-5/+0
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-0/+1
* gh-104549: Set __module__ on TypeAliasType (#104550)Jelle Zijlstra2023-05-181-0/+1
* GH-103092: isolate `pyexpat` (#104506)Kumar Aditya2023-05-161-1/+0
* gh-101819: Isolate `_io` (#101948)Erlend E. Aasland2023-05-151-4/+0
* GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...Mark Shannon2023-05-121-1/+1
* gh-99108: Replace SHA3 implementation HACL* version (#103597)Jonathan Protzenko2023-05-081-7/+1