summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
Commit message (Expand)AuthorAgeFilesLines
* gh-111545: Add Include/cpython/pyhash.h header file (#112063)Victor Stinner2023-11-151-0/+1
* gh-111569: Implement Python critical section API (gh-111571)Sam Gross2023-11-081-0/+2
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-011-1/+0
* gh-90815: Exclude mimalloc .c files from Windows build (#111532)Dino Viehland2023-10-311-14/+0
* gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)Eric Snow2023-10-301-0/+2
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+20
* gh-109693: Remove pycore_atomic.h (gh-110992)Donghee Na2023-10-171-1/+0
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+0
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-111-2/+13
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-041-1/+2
* gh-109693: Remove pycore_atomic_funcs.h (#109694)Sam Gross2023-09-211-1/+0
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-191-0/+7
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-061-0/+2
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-311-0/+2
* gh-106320: Remove private pythonrun API (#108599)Victor Stinner2023-08-291-0/+1
* gh-108240: Add pycore_capsule.h internal header file (#108596)Victor Stinner2023-08-291-0/+1
* gh-106320: Remove private _Py_Identifier API (#108593)Victor Stinner2023-08-291-2/+3
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-151-0/+3
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-271-1/+2
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-221-2/+1
* gh-106320: Move private _PySet API to the internal API (#107041)Victor Stinner2023-07-221-0/+1
* GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)Brandt Bucher2023-07-201-0/+1
* gh-106320: Create pycore_modsupport.h header file (#106355)Victor Stinner2023-07-031-0/+1
* gh-106320: Add pycore_complexobject.h header file (#106339)Victor Stinner2023-07-021-0/+1
* gh-106320: Remove private _PyTraceMalloc C API functions (#106324)Victor Stinner2023-07-021-1/+1
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-1/+0
* GH-104584: Add Include/cpython/optimizer.h to Makefile.pre.in (#106277)Victor Stinner2023-06-301-0/+1
* Remove private _PyCodec_Lookup() function (#106269)Victor Stinner2023-06-301-0/+1
* gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)Victor Stinner2023-06-201-0/+1
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)Eric Snow2023-06-021-1/+2
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+1
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-251-1/+0
* gh-99108: Refresh HACL* (#104808)Jonathan Protzenko2023-05-241-1/+1
* GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...Mark Shannon2023-05-171-0/+1
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+2
* gh-99108: Replace SHA3 implementation HACL* version (#103597)Jonathan Protzenko2023-05-081-4/+5
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-0/+2
* gh-87092: move assembler related code from compile.c to assemble.c (#103277)Irit Katriel2023-04-111-1/+2
* gh-101659: Add _Py_AtExit() (gh-103298)Eric Snow2023-04-061-0/+1
* gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)Irit Katriel2023-03-311-0/+2
* gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)Eric Snow2023-03-201-0/+1
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-161-0/+1
* gh-99108: Import MD5 and SHA1 from HACL* (#102089)Jonathan Protzenko2023-02-221-0/+2
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-161-2/+1
* gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)Jonathan Protzenko2023-02-071-1/+2
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-041-0/+1
* 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-051-0/+2
* gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)Eric Snow2022-12-121-0/+1
* gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)Eric Snow2022-12-121-0/+1