summaryrefslogtreecommitdiff
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...Mark Shannon2023-05-174-0/+8
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-153-0/+9
* gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)Jurica Bradarić2023-05-122-0/+4
* gh-99108: Replace SHA3 implementation HACL* version (#103597)Jonathan Protzenko2023-05-072-12/+16
* gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)Carl Meyer2023-05-041-1/+1
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-042-0/+4
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-042-0/+4
* gh-84436: Add integration C API tests for immortal objects (gh-103962)Dong-hee Na2023-05-031-0/+1
* gh-102997: Update Windows installer to SQLite 3.41.2. (#102999)Mariusz Felisiak2023-05-023-3/+3
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-124-0/+16
* gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)Stanislav Syekirin2023-04-111-1/+1
* gh-87092: move assembler related code from compile.c to assemble.c (#103277)Irit Katriel2023-04-114-8/+16
* gh-101659: Add _Py_AtExit() (gh-103298)Eric Snow2023-04-052-0/+4
* gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)Irit Katriel2023-03-314-0/+9
* gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)Steve Dower2023-03-291-0/+9
* GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)Artem Mukhin2023-03-222-0/+4
* gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)Eric Snow2023-03-202-0/+4
* Increase stack reserve size for Windows debug builds to avoid test crashes (G...Steve Dower2023-03-172-2/+3
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-162-0/+4
* gh-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-282-0/+4
* gh-93649: Split exception tests from _testcapimodule.c (GH-102173)Erlend E. Aasland2023-02-232-0/+4
* gh-99108: Import MD5 and SHA1 from HACL* (#102089)Jonathan Protzenko2023-02-222-0/+8
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-152-6/+2
* gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)Steve Dower2023-02-102-3/+3
* gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)Erlend E. Aasland2023-02-103-3/+3
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Gregory P. Smith2023-02-093-5/+5
* LibFFI build requires x64 Cygwin, and skip the ARM build (GH-101743)Steve Dower2023-02-091-2/+2
* gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)Jonathan Protzenko2023-02-062-1/+5
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-032-0/+4
* gh-101522: Allow overriding Windows dependencies versions and paths using MSB...Steve Dower2023-02-032-30/+42
* gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...Steve Dower2023-01-271-2/+5
* gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)Steve Dower2023-01-263-5/+7
* Ensure some build files include a newline at to avoid warnings (GH-100946)th17222023-01-112-2/+2
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)Steve Dower2023-01-092-4/+4
* gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#10...Carl Meyer2023-01-091-0/+1
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-054-0/+12
* gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)Zachary Ware2022-12-292-4/+0
* gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)Eric Snow2022-12-122-0/+7
* gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)Eric Snow2022-12-122-0/+4
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-082-0/+4
* gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)Eric Snow2022-12-082-0/+4
* gh-81057: Move time Globals to _PyRuntimeState (gh-100122)Eric Snow2022-12-084-4/+8
* gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)Eric Snow2022-12-082-0/+4
* gh-79315: Add Include/cpython/memoryobject.h header (#99723)Victor Stinner2022-11-232-0/+4
* Update Visual Studio solution to build all extension modules on F5 (GH-99667)Steve Dower2022-11-221-0/+44
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-222-0/+4
* gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)Steve Dower2022-11-211-1/+1
* gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)Erlend E. Aasland2022-11-172-0/+8
* gh-93649: Split watcher API tests from _testcapimodule.c (#99532)Erlend E. Aasland2022-11-162-0/+4
* gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)Eric Snow2022-11-162-0/+8