summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...Pablo Galindo Salgado12 days2-0/+4
* GH-141362: Make `get_externals` handle fetching platform-specific release art...Savannah Ostrowski2025-12-121-4/+23
* gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)Donghee Na2025-12-082-0/+4
* Update PCbuild/readme.txt to correct the default platform (GH-142337)Andrej7302025-12-081-1/+1
* gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...Pablo Galindo Salgado2025-12-062-0/+4
* GH-141808: Do not generate the jit stencils twice in case of PGO builds on Wi...Chris Eibl2025-11-291-0/+1
* gh-138122: Split Modules/_remote_debugging_module.c into multiple files (#141...Pablo Galindo Salgado2025-11-252-2/+35
* GH-139727: Add --enable-stackref-debug flag to build.bat to enable Py_STACKRE...Sergey Miryanov2025-11-212-0/+4
* GH-140479: Update JIT builds to use LLVM 21 (#140973)Savannah Ostrowski2025-11-121-2/+2
* gh-140849: Update bundled liblzma to 5.8.1 on Windows (#141022)Steve Dower2025-11-084-13/+9
* GH-136895: Fixes for pulling LLVM as a release artifact (#141002)Savannah Ostrowski2025-11-061-17/+20
* gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)Petr Viktorin2025-11-052-0/+4
* gh-131253: free-threaded build support for pystats (gh-137189)Neil Schemenauer2025-11-033-0/+5
* GH-136895: Update JIT builds to use LLVM 20 (#140329)Savannah Ostrowski2025-11-032-14/+57
* gh-81313: Add the math.integer module (PEP-791) (GH-133909)Serhiy Storchaka2025-10-312-0/+4
* gh-139353: Add Objects/unicode_writer.c file (#139911)Victor Stinner2025-10-304-0/+8
* gh-129117: Add unicodedata.isxidstart() function (#140269)Stan Ulbrych2025-10-302-0/+4
* gh-139353: Add Objects/unicode_format.c file (#139491)Victor Stinner2025-10-104-0/+8
* gh-139769: Update `PCBuild/find_python.bat` to allow discovery of Python 3.14...Wulian2332025-10-081-1/+1
* gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)Victor Stinner2025-10-084-8/+8
* Remove long-obsolete PCbuild/field3.py script (GH-139739)Zachary Ware2025-10-081-35/+0
* gh-79315: Add Include/cpython/structseq.h header (#139730)Victor Stinner2025-10-072-0/+4
* gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)Victor Stinner2025-10-072-4/+1
* gh-79315: Add Include/cpython/sliceobject.h header (#139729)Victor Stinner2025-10-072-0/+4
* gh-79315: Add Include/cpython/marshal.h header (#139725)Victor Stinner2025-10-071-0/+1
* gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139574)Zachary Ware2025-10-052-4/+4
* gh-138709: Implement CPU time profiling in profiling.sample (#138710)Pablo Galindo Salgado2025-09-191-0/+5
* gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)Victor Stinner2025-09-181-1/+1
* gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)Donghee Na2025-09-171-0/+9
* Adds support for building with VisualStudioVersion = 18.0 (GH-138980)Steve Dower2025-09-161-0/+1
* gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-...Petr Viktorin2025-09-052-0/+4
* gh-73487: Convert _decimal to use Argument Clinic (part 6) (GH-138015)Sergey B Kirpichev2025-08-282-4/+0
* gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135)Gregory P. Smith2025-08-053-3/+3
* gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate dire...Bénédikt Tran2025-08-014-22/+1
* gh-131876: extract `_hashlib` helpers into a separate directory (#136995)Bénédikt Tran2025-07-284-1/+22
* gh-136759: rename `lock.h` to `pylock.h` (#137041)AN Long2025-07-242-4/+4
* gh-136421: Load `_datetime` static types during interpreter initialization (G...Peter Bierma2025-07-211-0/+1
* gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)Bénédikt Tran2025-06-271-2/+6
* gh-134262: Catch both URLError and ConnectionError in retries (#135365)Emma Smith2025-06-171-3/+4
* gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135...Donghee Na2025-06-161-1/+1
* GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROF...Chris Eibl2025-06-091-2/+2
* gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924)Steve Dower2025-05-302-7/+5
* gh-134262: Fix off by one errors in download retry functions (GH-134867)Emma Smith2025-05-281-1/+1
* gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134820)Emma Smith2025-05-281-2/+21
* GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134349)Brandt Bucher2025-05-201-2/+1
* gh-133779: Revert Windows generation of pyconfig.h and go back to a static he...Steve Dower2025-05-194-66/+14
* gh-132983: Reduce the size of ``_zstdmodule.h`` (#133793)Adam Turner2025-05-102-0/+4
* Update the PCbuild sub-projects list (GH-133397)Adam Turner2025-05-081-8/+23
* Python 3.15.0a0Hugo van Kemenade2025-05-071-1/+1
* GH-132983: Build ``_zstd`` on Windows (#133366)Adam Turner2025-05-058-2/+426