summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros...Bénédikt Tran2025-06-281-2/+6
* [3.14] gh-133779: Revert Windows generation of pyconfig.h and go back to a st...Steve Dower2025-05-191-29/+2
* gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...Yan Yanchii2025-05-041-1/+1
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-0/+4
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-1/+1
* gh-109599: Expose `CapsuleType` via the `_types` module (#131969)Adam Turner2025-04-041-0/+1
* gh-99108: Implement HACL* HMAC (#130157)Bénédikt Tran2025-04-041-0/+3
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-0/+2
* gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)Victor Stinner2025-03-211-0/+1
* gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS (#131545)Victor Stinner2025-03-211-0/+1
* GH-131473: Add missing %(AdditionalOptions) reference to pythoncore.vcxproj (...Chris Eibl2025-03-191-2/+2
* gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)Steve Dower2025-03-191-30/+11
* gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)Victor Stinner2025-03-191-0/+1
* gh-130931: Add pycore_typedefs.h internal header (#131396)Victor Stinner2025-03-191-0/+1
* GH-131278: Add option to build with computed gotos on Windows with clang-cl (...Chris Eibl2025-03-171-0/+1
* GH-131238: More refactoring of core header files (GH-131351)Mark Shannon2025-03-171-1/+4
* gh-130213: update hacl_star_rev to 322f6d58290e0ed7f4ecb84fcce12917aa0f594b (...Chris Eibl2025-03-151-1/+1
* gh-130039: Tailcall for windows builds (GH-130040)Ken Jin2025-03-111-0/+1
* gh-130090: Support PGO for clang-cl on Windows (GH-129907)Chris Eibl2025-03-041-1/+1
* gh-127248: Fix several removed or misnamed files in pythoncore.vcxproj (GH-12...Sergey Muraviov2024-11-251-6/+1
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-071-0/+1
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-041-0/+2
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-181-1/+4
* gh-124218: Refactor per-thread reference counting (#124844)Sam Gross2024-10-011-2/+2
* gh-124102: Update internal PCbuild docs to accurately list build dependencies...Wulian2024-09-231-1/+1
* gh-121404: split compile.c into compile.c and codegen.c (#123651)Irit Katriel2024-09-091-0/+1
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-3/+15
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-061-0/+2
* gh-100240: Use a consistent implementation for freelists (#121934)Sam Gross2024-07-221-0/+1
* gh-112136: Restore removed _PyArg_Parser (#121262)Victor Stinner2024-07-031-0/+1
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-261-0/+1
* gh-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-261-1/+0
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-0/+2
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-201-0/+2
* gh-119853: Add Include/refcount.h to projects (#119860)Victor Stinner2024-05-311-0/+1
* gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735)Steve Dower2024-05-071-1/+1
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+1
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-0/+1
* gh-117139: Add header for tagged pointers (GH-118330)Ken Jin2024-04-301-0/+1
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-3/+3
* gh-117494: extract the Instruction Sequence data structure into a separate fi...Irit Katriel2024-04-041-0/+2
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-041-0/+1
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-021-0/+1
* gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)Sam Gross2024-03-291-0/+1
* gh-76785: Drop PyInterpreterID_Type (gh-117101)Eric Snow2024-03-211-3/+0
* gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)Guido van Rossum2024-03-181-5/+0
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-0/+1
* gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu...Steve Dower2024-02-261-1/+1
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-161-0/+2
* gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)mpage2024-02-141-0/+1