summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer
Commit message (Expand)AuthorAgeFilesLines
* gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)Bénédikt Tran2024-10-081-3/+1
* gh-123961: Add a global state to _curses (#124729)Bénédikt Tran2024-09-291-0/+1
* gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...Bénédikt Tran2024-09-291-0/+1
* gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)Jason Fried2024-09-241-0/+3
* gh-123880: Allow recursive import of single-phase-init modules (GH-123950)Petr Viktorin2024-09-201-0/+1
* gh-123961: Add `curses` prefix to global variables in `_cursesmodule.c` (#124...Bénédikt Tran2024-09-131-4/+4
* gh-123961: Remove global variable `ModDict` in `_cursesmodule.c` (#123962)Bénédikt Tran2024-09-131-3/+0
* gh-121404: split compile.c into compile.c and codegen.c (#123651)Irit Katriel2024-09-091-1/+0
* Fix typos (#123775)algonell2024-09-091-1/+1
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-022-0/+2
* GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)Mark Shannon2024-08-201-0/+4
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-0/+3
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-011-2/+0
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-011-0/+11
* gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...neonene2024-06-121-1/+0
* gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)Eric Snow2024-06-032-0/+2
* gh-119396: Optimize unicode_repr() (#119617)Victor Stinner2024-05-281-0/+1
* gh-117398: Statically Allocate the Datetime C-API (GH-119472)Eric Snow2024-05-231-0/+3
* gh-117142: ctypes: Clean up c-analyzer .tsv files (GH-117544)neonene2024-05-222-47/+0
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+2
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-041-0/+1
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+1
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-0/+2
* gh-116738: Make `_codecs` module thread-safe (#117530)Brett Simmers2024-05-021-1/+1
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-5/+5
* gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)Irit Katriel2024-04-171-0/+1
* gh-117142: Port _ctypes to multi-phase init (GH-117181)neonene2024-04-101-0/+1
* gh-117142: ctypes: Migrate global vars to module state (GH-117189)neonene2024-03-291-2/+2
* gh-76785: Drop PyInterpreterID_Type (gh-117101)Eric Snow2024-03-211-1/+0
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-0/+1
* gh-85283: Convert grp extension to the limited C API (#116611)Victor Stinner2024-03-121-0/+2
* gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)Victor Stinner2024-03-102-1/+1
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-071-2/+2
* gh-116265: Remove obsolete sentence. (#116284)Terry Jan Reedy2024-03-041-4/+2
* gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe...AN Long2024-02-291-0/+1
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-2/+0
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-2/+2
* gh-110850: Rename internal PyTime C API functions (#115734)Victor Stinner2024-02-201-0/+1
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-202-0/+6
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-141-0/+2
* gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)Seth Michael Larson2024-02-141-0/+1
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-131-4/+4
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-132-1/+3
* gh-115015: Argument Clinic: fix generated code for METH_METHOD methods withou...Erlend E. Aasland2024-02-051-0/+1
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-301-0/+2
* gh-113055: Use pointer for interp->obmalloc state (gh-113412)Neil Schemenauer2024-01-271-1/+2
* gh-89532: Remove LibreSSL workarounds (#28728)Rami2024-01-061-2/+1
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-1/+0
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-0/+1
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-121-0/+4