summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* Fixed regenerating files in a checkout path with spaces (GH-121384)AraHaan2024-07-051-9/+9
* gh-112136: Restore removed _PyArg_Parser (#121262)Victor Stinner2024-07-032-0/+4
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-011-0/+1
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-262-0/+4
* gh-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-262-4/+0
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-212-0/+8
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-202-0/+8
* gh-119853: Add Include/refcount.h to projects (#119860)Victor Stinner2024-05-312-0/+4
* gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)Steve Dower2024-05-312-4/+4
* gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)Matthias Görgens2024-05-292-2/+6
* Update Windows library names for the Python version bump (#118766)Kirill Podoprigora2024-05-081-1/+1
* gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735)Steve Dower2024-05-073-3/+3
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-054-0/+8
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-043-1/+5
* gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506)Erlend E. Aasland2024-05-032-2/+2
* gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit...Guido van Rossum2024-05-021-3/+3
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-013-2/+16
* gh-117139: Add header for tagged pointers (GH-118330)Ken Jin2024-04-302-0/+4
* gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)Seth Michael Larson2024-04-301-2/+13
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-242-6/+6
* gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)Serhiy Storchaka2024-04-172-0/+4
* gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)Mariusz Felisiak2024-04-163-3/+3
* 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