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-130039: Tailcall for windows builds (GH-130040)
Ken Jin
2025-03-11
2
-0/+4
*
GH-131035: Use -flto=thin for clang-cl on Windows (GH-131036)
Chris Eibl
2025-03-10
1
-1/+1
*
gh-130878: Add extra check to prepare_ssl.py (GH-130879)
Burkov Egor
2025-03-05
1
-1/+2
*
gh-130090: Support PGO for clang-cl on Windows (GH-129907)
Chris Eibl
2025-03-04
5
-5/+96
*
gh-130419: Do not build the _freeze_module project twice in Windows PGO build...
Chris Eibl
2025-02-24
1
-1/+2
*
gh-128345: properly disable gil for `_freeze_module.vcxproj` (#128344)
Julian Waters
2025-02-15
1
-1/+1
*
gh-130004: Revert commit 9e52e55 (GH-130005)
Ken Jin
2025-02-11
1
-0/+1
*
gh-93649: Add Modules/_testcapi/function.c file (#129521)
Victor Stinner
2025-01-31
2
-0/+4
*
gh-93649: Add Modules/_testcapi/type.c file (#129516)
Victor Stinner
2025-01-31
2
-0/+4
*
gh-93649: Move PyFrame C API tests to test_capi (#129512)
Victor Stinner
2025-01-31
2
-0/+4
*
gh-111495: Add PyFile tests (#129449)
Victor Stinner
2025-01-30
2
-0/+2
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
2
-0/+4
*
gh-129244: Remove workaround for MSVC compiler crash (#129263)
Michael Droettboom
2025-01-25
1
-1/+0
*
gh-128911: Add tests on the PyImport C API (#128915)
Victor Stinner
2025-01-17
2
-0/+2
*
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin
2025-01-09
2
-0/+2
*
gh-127951: Add build option to enable pystats on Windows (GH-127952)
Pieter Eendebak
2024-12-19
2
-1/+6
*
gh-127285: Update PCbuild files for a number of missed changes (GH-127286)
Sergey Muraviov
2024-11-26
20
-49/+56
*
gh-127248: Fix several removed or misnamed files in pythoncore.vcxproj (GH-12...
Sergey Muraviov
2024-11-25
2
-19/+2
*
Fix broken XML in Visual Studio project file (GH-127142)
Sergey Muraviov
2024-11-22
1
-0/+2
*
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)
Marc Culler
2024-11-14
3
-12/+20
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
2
-0/+4
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
4
-0/+12
*
gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)
Bénédikt Tran
2024-11-01
1
-9/+0
*
gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)
Christian Ullrich
2024-10-29
1
-1/+1
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
2
-4/+16
*
gh-124102: Clean up unsupported VS and WiX detections (GH-124784)
Wulian
2024-10-18
1
-5/+0
*
gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125626)
Wulian
2024-10-17
1
-1/+1
*
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross
2024-10-01
4
-8/+8
*
gh-111495: Add tests for `PyCodec_*` C API (#123343)
Bénédikt Tran
2024-09-29
2
-0/+2
*
gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-124449)
Zachary Ware
2024-09-25
3
-5/+5
*
gh-124102: Update internal PCbuild docs to accurately list build dependencies...
Wulian
2024-09-23
8
-31/+13
*
gh-121404: split compile.c into compile.c and codegen.c (#123651)
Irit Katriel
2024-09-09
4
-0/+8
*
gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673)
Zachary Ware
2024-09-04
2
-4/+4
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
2
-0/+4
*
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev
2024-08-26
2
-0/+2
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
1
-3/+15
*
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner
2024-08-08
2
-0/+2
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
4
-0/+12
*
gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)
Jonathan Protzenko
2024-08-04
1
-3/+3
*
gh-100240: Use a consistent implementation for freelists (#121934)
Sam Gross
2024-07-22
2
-0/+4
*
Fixed regenerating files in a checkout path with spaces (GH-121384)
AraHaan
2024-07-05
1
-9/+9
*
gh-112136: Restore removed _PyArg_Parser (#121262)
Victor Stinner
2024-07-03
2
-0/+4
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
1
-0/+1
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
2
-0/+4
*
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner
2024-06-26
2
-4/+0
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
2
-0/+8
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
2
-0/+8
*
gh-119853: Add Include/refcount.h to projects (#119860)
Victor Stinner
2024-05-31
2
-0/+4
*
gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)
Steve Dower
2024-05-31
2
-4/+4
*
gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)
Matthias Görgens
2024-05-29
2
-2/+6
[next]