summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
...
* gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReser...Steve Dower2024-01-222-2/+2
* gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)Sam Gross2024-01-202-0/+4
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-1744-72/+118
* gh-113655: Increase default stack size for PGO builds to avoid C stack exhaus...Steve Dower2024-01-162-3/+9
* GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)Brandt Bucher2024-01-122-4/+0
* gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)Donghee Na2024-01-094-0/+23
* gh-113650: Add workaround option for MSVC ARM64 bug affecting string encoding...Steve Dower2024-01-091-0/+2
* gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828)Steve Dower2024-01-081-1/+1
* gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...Pablo Galindo Salgado2024-01-082-0/+4
* gh-113688: Split up gcmodule.c (gh-113715)Sam Gross2024-01-054-0/+8
* gh-113258: Write frozen modules to the build tree on Windows (GH-113303)Itamar Oren2024-01-033-52/+55
* gh-111973: Update Windows installer to use SQLite 3.44.2 (#113281)Erlend E. Aasland2023-12-193-3/+3
* gh-113039: Avoid using leading dots in the include path for frozen getpath.py...Itamar Oren2023-12-181-0/+1
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-133-3/+64
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-122-0/+4
* gh-71383: Update Tcl/Tk version in Windows to our patched build containing a ...Steve Dower2023-12-112-4/+4
* gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...Sam Gross2023-12-072-0/+4
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-111545: Test PyHash_GetFuncDef() function (#112098)Victor Stinner2023-11-152-0/+4
* gh-111545: Add Include/cpython/pyhash.h header file (#112063)Victor Stinner2023-11-152-0/+4
* gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#...Michael Droettboom2023-11-091-0/+1
* gh-111569: Implement Python critical section API (gh-111571)Sam Gross2023-11-086-0/+24
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-015-9/+1
* gh-111495: add stub files for C API test modules (GH-111586)Sergey B Kirpichev2023-11-012-0/+35
* gh-90815: Exclude mimalloc .c files from Windows build (#111532)Dino Viehland2023-10-314-112/+0
* gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)Eric Snow2023-10-304-0/+12
* gh-109515: When generating deep frozen modules on Windows, use a list file in...Riccardo Ghetta2023-10-301-25/+39
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-305-1/+143
* gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)Serhiy Storchaka2023-10-252-0/+4
* gh-109693: Remove pycore_atomic.h (gh-110992)Donghee Na2023-10-172-4/+0
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-172-4/+0
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-114-6/+78
* gh-110525: Add tests for internal `set` CAPI (GH-110630)Nikita Sobolev2023-10-101-0/+1
* gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of D...Steve Dower2023-10-091-1/+4
* gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)Nikita Sobolev2023-10-091-0/+1
* gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403)jtranquilli2023-10-063-3/+3
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-042-4/+8
* gh-108494: Document how to add a project in PCbuild/readme.txt (#110077)Victor Stinner2023-10-021-0/+28
* gh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)Victor Stinner2023-09-291-1/+1
* gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054)Zachary Ware2023-09-282-4/+4
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-261-1/+1
* gh-109566: Fix typo in PCbuild/rt.bat (#109701)Victor Stinner2023-09-221-1/+1
* gh-109693: Remove pycore_atomic_funcs.h (#109694)Sam Gross2023-09-212-4/+0
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-194-0/+32
* gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)Victor Stinner2023-09-191-1/+1
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-062-0/+8
* gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)Zachary Ware2023-09-052-4/+4
* gh-108374: Add --disable-gil option to PCbuild/build.bat (#108729)Sam Gross2023-09-022-0/+4
* gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)Sam Gross2023-09-022-0/+4
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-314-0/+18