index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PCbuild
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...
Pablo Galindo Salgado
12 days
2
-0/+4
*
GH-141362: Make `get_externals` handle fetching platform-specific release art...
Savannah Ostrowski
2025-12-12
1
-4/+23
*
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na
2025-12-08
2
-0/+4
*
Update PCbuild/readme.txt to correct the default platform (GH-142337)
Andrej730
2025-12-08
1
-1/+1
*
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...
Pablo Galindo Salgado
2025-12-06
2
-0/+4
*
GH-141808: Do not generate the jit stencils twice in case of PGO builds on Wi...
Chris Eibl
2025-11-29
1
-0/+1
*
gh-138122: Split Modules/_remote_debugging_module.c into multiple files (#141...
Pablo Galindo Salgado
2025-11-25
2
-2/+35
*
GH-139727: Add --enable-stackref-debug flag to build.bat to enable Py_STACKRE...
Sergey Miryanov
2025-11-21
2
-0/+4
*
GH-140479: Update JIT builds to use LLVM 21 (#140973)
Savannah Ostrowski
2025-11-12
1
-2/+2
*
gh-140849: Update bundled liblzma to 5.8.1 on Windows (#141022)
Steve Dower
2025-11-08
4
-13/+9
*
GH-136895: Fixes for pulling LLVM as a release artifact (#141002)
Savannah Ostrowski
2025-11-06
1
-17/+20
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
2
-0/+4
*
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer
2025-11-03
3
-0/+5
*
GH-136895: Update JIT builds to use LLVM 20 (#140329)
Savannah Ostrowski
2025-11-03
2
-14/+57
*
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka
2025-10-31
2
-0/+4
*
gh-139353: Add Objects/unicode_writer.c file (#139911)
Victor Stinner
2025-10-30
4
-0/+8
*
gh-129117: Add unicodedata.isxidstart() function (#140269)
Stan Ulbrych
2025-10-30
2
-0/+4
*
gh-139353: Add Objects/unicode_format.c file (#139491)
Victor Stinner
2025-10-10
4
-0/+8
*
gh-139769: Update `PCBuild/find_python.bat` to allow discovery of Python 3.14...
Wulian233
2025-10-08
1
-1/+1
*
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
Victor Stinner
2025-10-08
4
-8/+8
*
Remove long-obsolete PCbuild/field3.py script (GH-139739)
Zachary Ware
2025-10-08
1
-35/+0
*
gh-79315: Add Include/cpython/structseq.h header (#139730)
Victor Stinner
2025-10-07
2
-0/+4
*
gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
Victor Stinner
2025-10-07
2
-4/+1
*
gh-79315: Add Include/cpython/sliceobject.h header (#139729)
Victor Stinner
2025-10-07
2
-0/+4
*
gh-79315: Add Include/cpython/marshal.h header (#139725)
Victor Stinner
2025-10-07
1
-0/+1
*
gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139574)
Zachary Ware
2025-10-05
2
-4/+4
*
gh-138709: Implement CPU time profiling in profiling.sample (#138710)
Pablo Galindo Salgado
2025-09-19
1
-0/+5
*
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Victor Stinner
2025-09-18
1
-1/+1
*
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
Donghee Na
2025-09-17
1
-0/+9
*
Adds support for building with VisualStudioVersion = 18.0 (GH-138980)
Steve Dower
2025-09-16
1
-0/+1
*
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-...
Petr Viktorin
2025-09-05
2
-0/+4
*
gh-73487: Convert _decimal to use Argument Clinic (part 6) (GH-138015)
Sergey B Kirpichev
2025-08-28
2
-4/+0
*
gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135)
Gregory P. Smith
2025-08-05
3
-3/+3
*
gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate dire...
Bénédikt Tran
2025-08-01
4
-22/+1
*
gh-131876: extract `_hashlib` helpers into a separate directory (#136995)
Bénédikt Tran
2025-07-28
4
-1/+22
*
gh-136759: rename `lock.h` to `pylock.h` (#137041)
AN Long
2025-07-24
2
-4/+4
*
gh-136421: Load `_datetime` static types during interpreter initialization (G...
Peter Bierma
2025-07-21
1
-0/+1
*
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
Bénédikt Tran
2025-06-27
1
-2/+6
*
gh-134262: Catch both URLError and ConnectionError in retries (#135365)
Emma Smith
2025-06-17
1
-3/+4
*
gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135...
Donghee Na
2025-06-16
1
-1/+1
*
GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROF...
Chris Eibl
2025-06-09
1
-2/+2
*
gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924)
Steve Dower
2025-05-30
2
-7/+5
*
gh-134262: Fix off by one errors in download retry functions (GH-134867)
Emma Smith
2025-05-28
1
-1/+1
*
gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134820)
Emma Smith
2025-05-28
1
-2/+21
*
GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134349)
Brandt Bucher
2025-05-20
1
-2/+1
*
gh-133779: Revert Windows generation of pyconfig.h and go back to a static he...
Steve Dower
2025-05-19
4
-66/+14
*
gh-132983: Reduce the size of ``_zstdmodule.h`` (#133793)
Adam Turner
2025-05-10
2
-0/+4
*
Update the PCbuild sub-projects list (GH-133397)
Adam Turner
2025-05-08
1
-8/+23
*
Python 3.15.0a0
Hugo van Kemenade
2025-05-07
1
-1/+1
*
GH-132983: Build ``_zstd`` on Windows (#133366)
Adam Turner
2025-05-05
8
-2/+426
[next]