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
/
pythoncore.vcxproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na
2025-12-08
1
-0/+1
*
GH-139727: Add --enable-stackref-debug flag to build.bat to enable Py_STACKRE...
Sergey Miryanov
2025-11-21
1
-0/+1
*
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer
2025-11-03
1
-0/+1
*
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka
2025-10-31
1
-0/+1
*
gh-139353: Add Objects/unicode_writer.c file (#139911)
Victor Stinner
2025-10-30
1
-0/+1
*
gh-129117: Add unicodedata.isxidstart() function (#140269)
Stan Ulbrych
2025-10-30
1
-0/+1
*
gh-139353: Add Objects/unicode_format.c file (#139491)
Victor Stinner
2025-10-10
1
-0/+1
*
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
Victor Stinner
2025-10-08
1
-1/+1
*
gh-79315: Add Include/cpython/structseq.h header (#139730)
Victor Stinner
2025-10-07
1
-0/+1
*
gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
Victor Stinner
2025-10-07
1
-1/+1
*
gh-79315: Add Include/cpython/sliceobject.h header (#139729)
Victor Stinner
2025-10-07
1
-0/+1
*
gh-79315: Add Include/cpython/marshal.h header (#139725)
Victor Stinner
2025-10-07
1
-0/+1
*
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Victor Stinner
2025-09-18
1
-1/+1
*
gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate dire...
Bénédikt Tran
2025-08-01
1
-4/+0
*
gh-131876: extract `_hashlib` helpers into a separate directory (#136995)
Bénédikt Tran
2025-07-28
1
-0/+4
*
gh-136759: rename `lock.h` to `pylock.h` (#137041)
AN Long
2025-07-24
1
-2/+2
*
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
Bénédikt Tran
2025-06-27
1
-2/+6
*
gh-133779: Revert Windows generation of pyconfig.h and go back to a static he...
Steve Dower
2025-05-19
1
-29/+2
*
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...
Yan Yanchii
2025-05-04
1
-1/+1
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-0/+4
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-1/+1
*
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner
2025-04-04
1
-0/+1
*
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran
2025-04-04
1
-0/+3
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-0/+2
*
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
Victor Stinner
2025-03-21
1
-0/+1
*
gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS (#131545)
Victor Stinner
2025-03-21
1
-0/+1
*
GH-131473: Add missing %(AdditionalOptions) reference to pythoncore.vcxproj (...
Chris Eibl
2025-03-19
1
-2/+2
*
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
Steve Dower
2025-03-19
1
-30/+11
*
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner
2025-03-19
1
-0/+1
*
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner
2025-03-19
1
-0/+1
*
GH-131278: Add option to build with computed gotos on Windows with clang-cl (...
Chris Eibl
2025-03-17
1
-0/+1
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
1
-1/+4
*
gh-130213: update hacl_star_rev to 322f6d58290e0ed7f4ecb84fcce12917aa0f594b (...
Chris Eibl
2025-03-15
1
-1/+1
*
gh-130039: Tailcall for windows builds (GH-130040)
Ken Jin
2025-03-11
1
-0/+1
*
gh-130090: Support PGO for clang-cl on Windows (GH-129907)
Chris Eibl
2025-03-04
1
-1/+1
*
gh-127248: Fix several removed or misnamed files in pythoncore.vcxproj (GH-12...
Sergey Muraviov
2024-11-25
1
-6/+1
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
1
-0/+1
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-0/+2
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-1/+4
*
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross
2024-10-01
1
-2/+2
*
gh-124102: Update internal PCbuild docs to accurately list build dependencies...
Wulian
2024-09-23
1
-1/+1
*
gh-121404: split compile.c into compile.c and codegen.c (#123651)
Irit Katriel
2024-09-09
1
-0/+1
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
1
-3/+15
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
1
-0/+2
*
gh-100240: Use a consistent implementation for freelists (#121934)
Sam Gross
2024-07-22
1
-0/+1
*
gh-112136: Restore removed _PyArg_Parser (#121262)
Victor Stinner
2024-07-03
1
-0/+1
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
1
-0/+1
*
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner
2024-06-26
1
-1/+0
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
1
-0/+2
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-0/+2
[next]