]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - PCbuild
gh-118527: Intern code consts in free-threaded build (#118667)
[thirdparty/Python/cpython.git] / PCbuild /
47 hours ago  Pablo Galindo Salgadogh-118518: Allow perf to work without frame pointers...
2 days ago  Irit Katrielgh-111997: C-API for signalling monitoring events ...
3 days ago  Erlend E. Aaslandgh-115119: Update Windows installer to mpdecimal 4...
5 days ago  Guido van Rossumgh-118335: Rename --experimental-interpreter on Windows...
5 days ago  Guido van Rossumgh-118335: Configure Tier 2 interpreter at build time...
6 days ago  Ken Jingh-117139: Add header for tagged pointers (GH-118330)
6 days ago  Seth Michael Larsongh-116122: Add SBOM generation to PCbuild/build.bat...
12 days ago  Eric Snowgh-76785: Rename _xxsubinterpreters to _interpreters...
2024-04-17  Serhiy Storchakagh-117968: Add tests for the part of the PyRun family...
2024-04-16  Mariusz Felisiakgh-115009: Update Windows installer to use SQLite 3...
2024-04-04  Irit Katrielgh-117494: extract the Instruction Sequence data struct...
2024-04-04  Guido van Rossumgh-116968: Reimplement Tier 2 counters (#117144)
2024-04-02  Eric Snowgh-76785: Add PyInterpreterConfig Helpers (gh-117170)
2024-04-01  MonadChainsgh-94808:Improve coverage of PyObject_Print (GH-98749)
2024-03-29  Sam Grossgh-117323: Make `cell` thread-safe in free-threaded...
2024-03-25  Serhiy Storchakagh-87193: Support bytes objects with refcount > 1 in...
2024-03-21  Eric Snowgh-76785: Drop PyInterpreterID_Type (gh-117101)
2024-03-21  Victor Stinnergh-115754: Add Py_GetConstant() function (#116883)
2024-03-19  Victor Stinnergh-116417: Move limited C API complex.c tests to _testl...
2024-03-19  Victor Stinnergh-116417: Move limited C API dict.c tests to _testlimi...
2024-03-19  Victor Stinnergh-116417: Move limited C API long.c tests to _testlimi...
2024-03-19  Victor Stinnergh-116417: Move limited C API unicode.c tests to _testl...
2024-03-19  Victor Stinnergh-116417: Move limited C API abstract.c tests to _test...
2024-03-18  Victor Stinner gh-116417: Move limited C API list.c tests to _testli...
2024-03-18  Guido van Rossumgh-108716: Cleanup remaining deepfreeze infrastructure...
2024-03-18  Zachary Waregh-115119: Switch Windows build to mpdecimal external...
2024-03-11  Victor Stinnergh-116417: Move 4 limited C API test files to _testlimi...
2024-03-07  Dan Albertgh-116472: Replace literal newlines with escape charact...
2024-03-07  Victor Stinnergh-116417: Add _testlimitedcapi C extension (#116419)
2024-02-29  Steve Dowergh-108051: Update versions found by find_python.bat...
2024-02-27  Mark ShannonGH-115816: Make tier2 optimizer symbols testable, and...
2024-02-26  Steve Dowergh-115582: Make default PC/pyconfig.h work for free...
2024-02-26  Guido van RossumRename tier 2 redundancy eliminator to optimizer (...
2024-02-20  Kirill Podoprigoragh-115700: Add target `_RegenCases` in Windows build...
2024-02-16  Sam Grossgh-115103: Implement delayed memory reclamation (QSBR...
2024-02-16  Łukasz Langagh-115556: Remove quotes from command-line arguments...
2024-02-14  mpagegh-115041: Add wrappers that are atomic only in free...
2024-02-12  Petr Viktoringh-110850: Add PyTime_t C API (GH-115215)
2024-02-09  Sam Grossgh-110481: Implement inter-thread queue for biased...
2024-02-08  adang1345gh-115167: Exclude vcruntime140_threads.dll from Window...
2024-02-06  Erlend E. Aaslandgh-115009: Update Windows installer to use SQLite 3...
2024-02-05  Zachary Waregh-109991: Update Windows build to use OpenSSL 3.0...
2024-02-01  Zachary Waregh-111239: Update Windows build to use zlib 1.3.1 ...
2024-01-29  Brandt BucherGH-113464: Add a JIT backend for tier 2 (GH-113465)
2024-01-25  Sam Grossgh-112529: Implement GC for free-threaded builds (...
2024-01-22  Steve Dowergh-113655: Revert extra stack reserve in PGO builds...
2024-01-20  Sam Grossgh-112529: Use GC heaps for GC allocations in free...
2024-01-17  Steve Dowergh-112984 Update Windows build and installer for free...
2024-01-16  Steve Dowergh-113655: Increase default stack size for PGO builds...
2024-01-12  Brandt BucherGH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
2024-01-09  Donghee Nagh-111968: Introduce _PyFreeListState and _PyFreeListSt...
2024-01-09  Steve Dowergh-113650: Add workaround option for MSVC ARM64 bug...
2024-01-08  Steve Dowergh-113827: Move Windows frozen modules directory to...
2024-01-08  Pablo Galindo Salgadogh-110721: Remove unused code from suggestions.c after...
2024-01-05  Sam Grossgh-113688: Split up gcmodule.c (gh-113715)
2024-01-03  Itamar Orengh-113258: Write frozen modules to the build tree on...
2023-12-19  Erlend E. Aaslandgh-111973: Update Windows installer to use SQLite 3...
2023-12-18  Itamar Orengh-113039: Avoid using leading dots in the include...
2023-12-13  Steve Dowergh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED...
2023-12-12  Eric Snowgh-76785: More Fixes for test.support.interpreters...
2023-12-11  Steve Dowergh-71383: Update Tcl/Tk version in Windows to our patch...
2023-12-07  Sam Grossgh-112538: Add internal-only _PyThreadStateImpl "wrappe...
2023-11-20  Hugo van Kemenadegh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` ...
2023-11-15  Victor Stinnergh-111545: Test PyHash_GetFuncDef() function (#112098)
2023-11-15  Victor Stinnergh-111545: Add Include/cpython/pyhash.h header file...
2023-11-09  Michael Droettboomgh-111786: Optimize for space for _PyEval_EvalFrameDefa...
2023-11-08  Sam Grossgh-111569: Implement Python critical section API (gh...
2023-11-01  Guido van Rossumgh-111520: Integrate the Tier 2 interpreter in the...
2023-11-01  Sergey B Kirpichevgh-111495: add stub files for C API test modules (GH...
2023-10-31  Dino Viehlandgh-90815: Exclude mimalloc .c files from Windows build...
2023-10-30  Eric Snowgh-76785: Move the Cross-Interpreter Code to Its Own...
2023-10-30  Riccardo Ghettagh-109515: When generating deep frozen modules on Windo...
2023-10-30  Dino Viehlandgh-90815: Add mimalloc memory allocator (#109914)
2023-10-25  Serhiy Storchakagh-111065: Add more tests for the C API with the PySys_...
2023-10-17  Donghee Nagh-109693: Remove pycore_atomic.h (gh-110992)
2023-10-17  Victor Stinnergh-110964: Remove private _PyArg functions (#110966)
2023-10-11  Lysandros Nikolaough-104169: Refactor tokenizer into lexer and wrappers...
2023-10-10  Nikita Sobolevgh-110525: Add tests for internal `set` CAPI (GH-110630)
2023-10-09  Steve Dowergh-110437: Allow overriding VCRuntimeDLL with a semicol...
2023-10-09  Nikita Sobolevgh-110525: Add CAPI tests for set and frozenset objects...
2023-10-06  jtranquilligh-109286: Update Windows installer to use SQLite 3...
2023-10-04  Sam Grossgh-88402: Add new sysconfig variables on Windows (GH... 110252/head
2023-10-02  Victor Stinnergh-108494: Document how to add a project in PCbuild...
2023-09-29  Victor Stinnergh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)
2023-09-28  Zachary Waregh-109991: Update Windows build to use OpenSSL 3.0...
2023-09-26  Victor Stinnergh-109566: regrtest reexecutes the process (#109909)
2023-09-22  Victor Stinnergh-109566: Fix typo in PCbuild/rt.bat (#109701)
2023-09-21  Sam Grossgh-109693: Remove pycore_atomic_funcs.h (#109694)
2023-09-19  Sam Grossgh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
2023-09-19  Victor Stinnergh-109566: Run GHA and buildbot tests with --fail-rerun...
2023-09-06  Victor Stinnergh-108753: Enhance pystats (#108754)
2023-09-05  Zachary Waregh-107565: Update Windows build to use OpenSSL 3.0...
2023-09-02  Sam Grossgh-108374: Add --disable-gil option to PCbuild/build...
2023-09-02  Sam Grossgh-108777: Split _PyTime tests from _testinternalcapi...
2023-08-31  Victor Stinnergh-108337: Add pyatomic.h header (#108701)
2023-08-29  Victor Stinnergh-106320: Remove private pythonrun API (#108599)
2023-08-29  Victor Stinnergh-108240: Add pycore_capsule.h internal header file...
2023-08-29  Victor Stinnergh-106320: Remove private _Py_Identifier API (#108593)
2023-08-28  Victor Stinnergh-108494: Build _testclinic_limited on Windows (#108589)
2023-08-23  Irit Katrielgh-105481: remove regen-opcode. Generated _PyOpcode_Cac...
next