summaryrefslogtreecommitdiffstats
path: root/Tools/build
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)Miss Islington (bot)2024-11-291-1/+2
* [3.12] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...Miss Islington (bot)2024-11-131-0/+28
* [3.12] gh-89640: harden float word ordering (#125571 and #126387) (#126430)Erlend E. Aasland2024-11-051-1/+1
* [3.12] gh-124612: Use ghcr.io/python/autoconf instead of public image (GH-124...Miss Islington (bot)2024-10-301-4/+2
* [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-1219...Petr Viktorin2024-09-271-2/+23
* [3.12] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123897)Miss Islington (bot)2024-09-101-0/+1
* [3.12] gh-123458: Skip SBOM generation if no git repository is detected (GH-1...Miss Islington (bot)2024-09-021-0/+18
* [3.12] Fix syntax in generate_re_casefix.py (GH-122699) (#122722)Miss Islington (bot)2024-08-061-2/+2
* [3.12] gh-122044: Don't error during gitignore filtering with no files (GH-12...Miss Islington (bot)2024-07-271-0/+4
* [3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025)Adam Turner2024-07-191-8/+15
* [3.12] gh-112844: Update CPE references for external dependencies (GH-118521)...Miss Islington (bot)2024-05-201-1/+15
* gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)Seth Michael Larson2024-05-011-3/+18
* [3.12] gh-99108: Update and check HACL* version information (GH-117295) (GH-1...Miss Islington (bot)2024-03-271-0/+14
* [3.12] chore: fix typos (#116345) (#116370)Terry Jan Reedy2024-03-051-1/+1
* [3.12] gh-112844: Add SBOM for external dependencies (GH-115789) (#116128)Miss Islington (bot)2024-02-291-17/+91
* [3.12] gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431) (#115469)Miss Islington (bot)2024-02-141-1/+4
* [3.12] gh-112302: Move pip SBOM discovery to release-tools (GH-115360) (#115486)Miss Islington (bot)2024-02-141-251/+0
* [3.12] gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (GH-115038...Miss Islington (bot)2024-02-061-5/+7
* [3.12] gh-112302: Backport SBOM generation tooling (#114730)Seth Michael Larson2024-02-061-0/+474
* [3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#1...Victor Stinner2023-12-031-1/+12
* [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...Eric Snow2023-11-271-0/+2
* [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...Victor Stinner2023-11-161-0/+31
* [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)Victor Stinner2023-09-081-1/+1
* [3.12] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...Miss Islington (bot)2023-09-061-4/+10
* [3.12] Fix the long64 reader in umarshal.py (GH-107828) (#107849)Miss Islington (bot)2023-08-111-4/+4
* [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...Victor Stinner2023-06-061-4/+4
* [3.12] gh-105091: stable_abi.py: Remove "Unixy" check from --all on other pla...Miss Islington (bot)2023-05-311-1/+2
* 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-041-0/+2
* GH-103963: Make dis display names of args for intrinsics opcodes (#104029)Juhi Chandalia2023-05-031-2/+34
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-1/+1
* gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)Yichen Yan2023-04-261-0/+6
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-1/+1
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-191-0/+2
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-181-1/+1
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-122-5/+3
* gh-91276: remove unused _PyOpcode_RelativeJump (#103156)Irit Katriel2023-04-111-2/+0
* gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)Irit Katriel2023-03-311-1/+3
* gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)Eric Snow2023-03-281-2/+2
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-4/+6
* GH-94851: check unicode consistency of static strings in debug mode (#102684)Kumar Aditya2023-03-141-0/+1
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-041-0/+1
* Add advice how to freeze fewer modules (#101298)Guido van Rossum2023-01-251-1/+6
* gh-100712: make it possible to disable specialization (for debugging) (#100713)Irit Katriel2023-01-191-0/+5
* GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)Mark Shannon2023-01-041-6/+2
* gh-100720: refactor calculation of number of frame slots for a code object in...Irit Katriel2023-01-041-0/+1
* GH-98522: Add version number to code objects. (GH-98525)Mark Shannon2022-12-091-0/+5
* gh-96002: Add functional test for Argument Clinic (#96178)colorfulappl2022-11-211-0/+1
* gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)Eric Snow2022-11-161-0/+3
* gh-81057: Add PyInterpreterState.static_objects (gh-99397)Eric Snow2022-11-111-2/+4