summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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