summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* gh-130039: Tailcall for windows builds (GH-130040)Ken Jin2025-03-112-0/+4
* GH-131035: Use -flto=thin for clang-cl on Windows (GH-131036)Chris Eibl2025-03-101-1/+1
* gh-130878: Add extra check to prepare_ssl.py (GH-130879)Burkov Egor2025-03-051-1/+2
* gh-130090: Support PGO for clang-cl on Windows (GH-129907)Chris Eibl2025-03-045-5/+96
* gh-130419: Do not build the _freeze_module project twice in Windows PGO build...Chris Eibl2025-02-241-1/+2
* gh-128345: properly disable gil for `_freeze_module.vcxproj` (#128344)Julian Waters2025-02-151-1/+1
* gh-130004: Revert commit 9e52e55 (GH-130005)Ken Jin2025-02-111-0/+1
* gh-93649: Add Modules/_testcapi/function.c file (#129521)Victor Stinner2025-01-312-0/+4
* gh-93649: Add Modules/_testcapi/type.c file (#129516)Victor Stinner2025-01-312-0/+4
* gh-93649: Move PyFrame C API tests to test_capi (#129512)Victor Stinner2025-01-312-0/+4
* gh-111495: Add PyFile tests (#129449)Victor Stinner2025-01-302-0/+2
* gh-128911: Add PyImport_ImportModuleAttr() function (#128912)Victor Stinner2025-01-302-0/+4
* gh-129244: Remove workaround for MSVC compiler crash (#129263)Michael Droettboom2025-01-251-1/+0
* gh-128911: Add tests on the PyImport C API (#128915)Victor Stinner2025-01-172-0/+2
* gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)Petr Viktorin2025-01-092-0/+2
* gh-127951: Add build option to enable pystats on Windows (GH-127952)Pieter Eendebak2024-12-192-1/+6
* gh-127285: Update PCbuild files for a number of missed changes (GH-127286)Sergey Muraviov2024-11-2620-49/+56
* gh-127248: Fix several removed or misnamed files in pythoncore.vcxproj (GH-12...Sergey Muraviov2024-11-252-19/+2
* Fix broken XML in Visual Studio project file (GH-127142)Sergey Muraviov2024-11-221-0/+2
* gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)Marc Culler2024-11-143-12/+20
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-072-0/+4
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-044-0/+12
* gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)Bénédikt Tran2024-11-011-9/+0
* gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)Christian Ullrich2024-10-291-1/+1
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-182-4/+16
* gh-124102: Clean up unsupported VS and WiX detections (GH-124784)Wulian2024-10-181-5/+0
* gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125626)Wulian2024-10-171-1/+1
* gh-124218: Refactor per-thread reference counting (#124844)Sam Gross2024-10-014-8/+8
* gh-111495: Add tests for `PyCodec_*` C API (#123343)Bénédikt Tran2024-09-292-0/+2
* gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-124449)Zachary Ware2024-09-253-5/+5
* gh-124102: Update internal PCbuild docs to accurately list build dependencies...Wulian2024-09-238-31/+13
* gh-121404: split compile.c into compile.c and codegen.c (#123651)Irit Katriel2024-09-094-0/+8
* gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673)Zachary Ware2024-09-042-4/+4
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-022-0/+4
* gh-111495: Add tests for PyTuple C API (#118757)Sergey B Kirpichev2024-08-262-0/+2
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-3/+15
* gh-111495: Add more tests on PyEval C APIs (#122789)Victor Stinner2024-08-082-0/+2
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-064-0/+12
* gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)Jonathan Protzenko2024-08-041-3/+3
* gh-100240: Use a consistent implementation for freelists (#121934)Sam Gross2024-07-222-0/+4
* 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