| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) | Eric Snow | 2024-04-24 | 1 | -5/+5 |
|
|
* | gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629) | Irit Katriel | 2024-04-17 | 1 | -0/+1 |
|
|
* | gh-117142: Port _ctypes to multi-phase init (GH-117181) | neonene | 2024-04-10 | 1 | -0/+1 |
|
|
* | gh-117142: ctypes: Migrate global vars to module state (GH-117189) | neonene | 2024-03-29 | 1 | -2/+2 |
|
|
* | gh-76785: Drop PyInterpreterID_Type (gh-117101) | Eric Snow | 2024-03-21 | 1 | -1/+0 |
|
|
* | gh-115754: Add Py_GetConstant() function (#116883) | Victor Stinner | 2024-03-21 | 1 | -0/+1 |
|
|
* | gh-85283: Convert grp extension to the limited C API (#116611) | Victor Stinner | 2024-03-12 | 1 | -0/+2 |
|
|
* | gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570) | Victor Stinner | 2024-03-10 | 2 | -1/+1 |
|
|
* | gh-116417: Add _testlimitedcapi C extension (#116419) | Victor Stinner | 2024-03-07 | 1 | -2/+2 |
|
|
* | gh-116265: Remove obsolete sentence. (#116284) | Terry Jan Reedy | 2024-03-04 | 1 | -4/+2 |
|
|
* | gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe... | AN Long | 2024-02-29 | 1 | -0/+1 |
|
|
* | GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11... | Mark Shannon | 2024-02-27 | 1 | -2/+0 |
|
|
* | Rename tier 2 redundancy eliminator to optimizer (#115888) | Guido van Rossum | 2024-02-26 | 1 | -2/+2 |
|
|
* | gh-110850: Rename internal PyTime C API functions (#115734) | Victor Stinner | 2024-02-20 | 1 | -0/+1 |
|
|
* | GH-112354: Initial implementation of warm up on exits and trace-stitching (GH... | Mark Shannon | 2024-02-20 | 2 | -0/+6 |
|
|
* | gh-114570: Add PythonFinalizationError exception (#115352) | Victor Stinner | 2024-02-14 | 1 | -0/+2 |
|
|
* | gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431) | Seth Michael Larson | 2024-02-14 | 1 | -0/+1 |
|
|
* | gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424) | Eric Snow | 2024-02-13 | 1 | -4/+4 |
|
|
* | gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085) | Ken Jin | 2024-02-13 | 2 | -1/+3 |
|
|
* | 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 |
|
|