| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-108051: Update versions found by find_python.bat and clarify readme (GH-11... | Steve Dower | 2024-02-29 | 2 | -7/+18 |
|
|
* | GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11... | Mark Shannon | 2024-02-27 | 4 | -0/+8 |
|
|
* | gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu... | Steve Dower | 2024-02-26 | 1 | -1/+1 |
|
|
* | Rename tier 2 redundancy eliminator to optimizer (#115888) | Guido van Rossum | 2024-02-26 | 1 | -3/+3 |
|
|
* | gh-115700: Add target `_RegenCases` in Windows build for cases regeneration. ... | Kirill Podoprigora | 2024-02-20 | 1 | -3/+29 |
|
|
* | gh-115103: Implement delayed memory reclamation (QSBR) (#115180) | Sam Gross | 2024-02-16 | 4 | -0/+12 |
|
|
* | gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (... | Ćukasz Langa | 2024-02-16 | 1 | -11/+11 |
|
|
* | gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046) | mpage | 2024-02-14 | 2 | -0/+4 |
|
|
* | gh-110850: Add PyTime_t C API (GH-115215) | Petr Viktorin | 2024-02-12 | 2 | -0/+4 |
|
|
* | gh-110481: Implement inter-thread queue for biased reference counting (#114824) | Sam Gross | 2024-02-09 | 4 | -0/+12 |
|
|
* | gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115... | adang1345 | 2024-02-08 | 1 | -1/+1 |
|
|
* | gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065) | Erlend E. Aasland | 2024-02-06 | 3 | -3/+3 |
|
|
* | gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043) | Zachary Ware | 2024-02-05 | 2 | -4/+4 |
|
|
* | gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) | Zachary Ware | 2024-02-01 | 2 | -2/+2 |
|
|
* | GH-113464: Add a JIT backend for tier 2 (GH-113465) | Brandt Bucher | 2024-01-29 | 6 | -1/+38 |
|
|
* | gh-112529: Implement GC for free-threaded builds (#114262) | Sam Gross | 2024-01-25 | 4 | -0/+8 |
|
|
* | gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReser... | Steve Dower | 2024-01-22 | 2 | -2/+2 |
|
|
* | gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157) | Sam Gross | 2024-01-20 | 2 | -0/+4 |
|
|
* | gh-112984 Update Windows build and installer for free-threaded builds (GH-113... | Steve Dower | 2024-01-17 | 44 | -72/+118 |
|
|
* | gh-113655: Increase default stack size for PGO builds to avoid C stack exhaus... | Steve Dower | 2024-01-16 | 2 | -3/+9 |
|
|
* | GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954) | Brandt Bucher | 2024-01-12 | 2 | -4/+0 |
|
|
* | gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584) | Donghee Na | 2024-01-09 | 4 | -0/+23 |
|
|
* | gh-113650: Add workaround option for MSVC ARM64 bug affecting string encoding... | Steve Dower | 2024-01-09 | 1 | -0/+2 |
|
|
* | gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828) | Steve Dower | 2024-01-08 | 1 | -1/+1 |
|
|
* | gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t... | Pablo Galindo Salgado | 2024-01-08 | 2 | -0/+4 |
|
|
* | gh-113688: Split up gcmodule.c (gh-113715) | Sam Gross | 2024-01-05 | 4 | -0/+8 |
|
|
* | gh-113258: Write frozen modules to the build tree on Windows (GH-113303) | Itamar Oren | 2024-01-03 | 3 | -52/+55 |
|
|
* | gh-111973: Update Windows installer to use SQLite 3.44.2 (#113281) | Erlend E. Aasland | 2023-12-19 | 3 | -3/+3 |
|
|
* | gh-113039: Avoid using leading dots in the include path for frozen getpath.py... | Itamar Oren | 2023-12-18 | 1 | -0/+1 |
|
|
* | gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) | Steve Dower | 2023-12-13 | 3 | -3/+64 |
|
|
* | gh-76785: More Fixes for test.support.interpreters (gh-113012) | Eric Snow | 2023-12-12 | 2 | -0/+4 |
|
|
* | gh-71383: Update Tcl/Tk version in Windows to our patched build containing a ... | Steve Dower | 2023-12-11 | 2 | -4/+4 |
|
|
* | gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (... | Sam Gross | 2023-12-07 | 2 | -0/+4 |
|
|
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -1/+1 |
|
|
* | gh-111545: Test PyHash_GetFuncDef() function (#112098) | Victor Stinner | 2023-11-15 | 2 | -0/+4 |
|
|
* | gh-111545: Add Include/cpython/pyhash.h header file (#112063) | Victor Stinner | 2023-11-15 | 2 | -0/+4 |
|
|
* | gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#... | Michael Droettboom | 2023-11-09 | 1 | -0/+1 |
|
|
* | gh-111569: Implement Python critical section API (gh-111571) | Sam Gross | 2023-11-08 | 6 | -0/+24 |
|
|
* | gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428) | Guido van Rossum | 2023-11-01 | 5 | -9/+1 |
|
|
* | gh-111495: add stub files for C API test modules (GH-111586) | Sergey B Kirpichev | 2023-11-01 | 2 | -0/+35 |
|
|
* | gh-90815: Exclude mimalloc .c files from Windows build (#111532) | Dino Viehland | 2023-10-31 | 4 | -112/+0 |
|
|
* | gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502) | Eric Snow | 2023-10-30 | 4 | -0/+12 |
|
|
* | gh-109515: When generating deep frozen modules on Windows, use a list file in... | Riccardo Ghetta | 2023-10-30 | 1 | -25/+39 |
|
|
* | gh-90815: Add mimalloc memory allocator (#109914) | Dino Viehland | 2023-10-30 | 5 | -1/+143 |
|
|
* | gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067) | Serhiy Storchaka | 2023-10-25 | 2 | -0/+4 |
|
|
* | gh-109693: Remove pycore_atomic.h (gh-110992) | Donghee Na | 2023-10-17 | 2 | -4/+0 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 2 | -4/+0 |
|
|
* | gh-104169: Refactor tokenizer into lexer and wrappers (#110684) | Lysandros Nikolaou | 2023-10-11 | 4 | -6/+78 |
|
|
* | gh-110525: Add tests for internal `set` CAPI (GH-110630) | Nikita Sobolev | 2023-10-10 | 1 | -0/+1 |
|
|
* | gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of D... | Steve Dower | 2023-10-09 | 1 | -1/+4 |
|
|