summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* gh-117494: extract the Instruction Sequence data structure into a separate fi...Irit Katriel2024-04-044-0/+10
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-041-0/+1
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-024-0/+8
* gh-94808:Improve coverage of PyObject_Print (GH-98749)MonadChains2024-04-012-0/+4
* gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)Sam Gross2024-03-292-0/+4
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-252-0/+4
* gh-76785: Drop PyInterpreterID_Type (gh-117101)Eric Snow2024-03-214-16/+0
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-212-0/+2
* gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)Victor Stinner2024-03-192-0/+2
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-192-0/+2
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-192-0/+3
* gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)Victor Stinner2024-03-192-0/+2
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-192-0/+4
* gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)Victor Stinner2024-03-182-0/+4
* gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)Guido van Rossum2024-03-182-24/+0
* gh-115119: Switch Windows build to mpdecimal external (GH-115182)Zachary Ware2024-03-184-63/+75
* gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)Victor Stinner2024-03-114-25/+13
* gh-116472: Replace literal newlines with escape characters in MSBuild files (...Dan Albert2024-03-071-3/+1
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-076-28/+205
* gh-108051: Update versions found by find_python.bat and clarify readme (GH-11...Steve Dower2024-02-292-7/+18
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-274-0/+8
* gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu...Steve Dower2024-02-261-1/+1
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-3/+3
* gh-115700: Add target `_RegenCases` in Windows build for cases regeneration. ...Kirill Podoprigora2024-02-201-3/+29
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-164-0/+12
* gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (...Ɓukasz Langa2024-02-161-11/+11
* gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)mpage2024-02-142-0/+4
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-122-0/+4
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-094-0/+12
* gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115...adang13452024-02-081-1/+1
* gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065)Erlend E. Aasland2024-02-063-3/+3
* gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043)Zachary Ware2024-02-052-4/+4
* gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)Zachary Ware2024-02-012-2/+2
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-296-1/+38
* gh-112529: Implement GC for free-threaded builds (#114262)Sam Gross2024-01-254-0/+8
* 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