summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)Eric Snow2023-10-304-0/+12
* gh-109515: When generating deep frozen modules on Windows, use a list file in...Riccardo Ghetta2023-10-301-25/+39
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-305-1/+143
* gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)Serhiy Storchaka2023-10-252-0/+4
* gh-109693: Remove pycore_atomic.h (gh-110992)Donghee Na2023-10-172-4/+0
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-172-4/+0
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-114-6/+78
* gh-110525: Add tests for internal `set` CAPI (GH-110630)Nikita Sobolev2023-10-101-0/+1
* gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of D...Steve Dower2023-10-091-1/+4
* gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)Nikita Sobolev2023-10-091-0/+1
* gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403)jtranquilli2023-10-063-3/+3
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-042-4/+8
* gh-108494: Document how to add a project in PCbuild/readme.txt (#110077)Victor Stinner2023-10-021-0/+28
* gh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)Victor Stinner2023-09-291-1/+1
* gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054)Zachary Ware2023-09-282-4/+4
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-261-1/+1
* gh-109566: Fix typo in PCbuild/rt.bat (#109701)Victor Stinner2023-09-221-1/+1
* gh-109693: Remove pycore_atomic_funcs.h (#109694)Sam Gross2023-09-212-4/+0
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-194-0/+32
* gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)Victor Stinner2023-09-191-1/+1
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-062-0/+8
* gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)Zachary Ware2023-09-052-4/+4
* gh-108374: Add --disable-gil option to PCbuild/build.bat (#108729)Sam Gross2023-09-022-0/+4
* gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)Sam Gross2023-09-022-0/+4
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-314-0/+18
* gh-106320: Remove private pythonrun API (#108599)Victor Stinner2023-08-292-0/+4
* gh-108240: Add pycore_capsule.h internal header file (#108596)Victor Stinner2023-08-292-0/+4
* gh-106320: Remove private _Py_Identifier API (#108593)Victor Stinner2023-08-292-4/+8
* gh-108494: Build _testclinic_limited on Windows (#108589)Victor Stinner2023-08-285-62/+195
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-231-12/+2
* gh-105481: opcode.h is no longer generated during the build (#108080)Irit Katriel2023-08-171-2/+2
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...Irit Katriel2023-08-161-2/+2
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-154-0/+16
* gh-105481: split opcode_ids.h out of opcode.h so that it can be generated sep...Irit Katriel2023-08-111-1/+1
* gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815)Max Bachmann2023-08-091-2/+6
* gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849)Fatih2023-08-081-3/+5
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-072-0/+8
* gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...Irit Katriel2023-08-011-3/+1
* gh-104629: Build _testclinic extension module on Windows (#104723)Erlend E. Aasland2023-07-285-1/+168
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-272-4/+8
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-222-8/+4
* gh-106320: Move private _PySet API to the internal API (#107041)Victor Stinner2023-07-222-0/+4
* GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)Brandt Bucher2023-07-204-0/+8
* gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)Steve Dower2023-07-125-8/+9
* gh-106320: Create pycore_modsupport.h header file (#106355)Victor Stinner2023-07-032-0/+4
* gh-106320: Add pycore_complexobject.h header file (#106339)Victor Stinner2023-07-022-0/+4
* gh-106320: Remove private _PyTraceMalloc C API functions (#106324)Victor Stinner2023-07-022-4/+4
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-014-10/+2
* GH-104584: Add Include/cpython/optimizer.h to Makefile.pre.in (#106277)Victor Stinner2023-06-302-0/+4
* Remove private _PyCodec_Lookup() function (#106269)Victor Stinner2023-06-302-0/+4