summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [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] Disable `differing_test_runners` health check (GH-108886) (#108887)Miss Islington (bot)2023-09-041-0/+4
* [3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#...Miss Islington (bot)2023-08-221-2/+1
* [3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...Miss Islington (bot)2023-08-181-3/+3
* [3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744)Serhiy Storchaka2023-08-161-123/+132
* [3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...Miss Islington (bot)2023-08-111-0/+1
* [3.12] Fix the long64 reader in umarshal.py (GH-107828) (#107849)Miss Islington (bot)2023-08-111-4/+4
* [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...Charlie Zhao2023-07-311-0/+1
* [3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (...Miss Islington (bot)2023-07-281-1/+1
* [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...Miss Islington (bot)2023-07-271-0/+1
* [3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-1069...Miss Islington (bot)2023-07-271-7/+13
* [3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-...Miss Islington (bot)2023-07-221-8/+8
* [3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834)Miss Islington (bot)2023-07-171-1/+7
* wasm: do not use inline comment in .editorconfig (GH-106610)Miss Islington (bot)2023-07-161-1/+2
* [3.12] gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original sourc...Miss Islington (bot)2023-07-121-1/+1
* [3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#1064...Erlend E. Aasland2023-07-051-23/+12
* [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...Miss Islington (bot)2023-07-051-7/+47
* [3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-10...Miss Islington (bot)2023-07-041-2/+2
* [3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (G...Miss Islington (bot)2023-07-031-7/+9
* [3.12] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106178)Miss Islington (bot)2023-06-281-1/+7
* [3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-...Miss Islington (bot)2023-06-143-1/+9
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-141-0/+1
* [3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754)Miss Islington (bot)2023-06-131-1/+2
* [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...Victor Stinner2023-06-061-4/+4
* [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...Miss Islington (bot)2023-06-011-0/+2
* [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Miss Islington (bot)2023-06-012-2/+4
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)2023-05-311-3/+3
* [3.12] gh-105091: stable_abi.py: Remove "Unixy" check from --all on other pla...Miss Islington (bot)2023-05-311-1/+2
* Improves the Windows MSI test run on PR (GH-104929)Miss Islington (bot)2023-05-251-34/+24
* gh-104683: clinic.py: Modernise `parse_converter()` using pattern-matching (#...Alex Waygood2023-05-211-15/+19
* gh-104050: Add more type annotations to Argument Clinic (#104631)Erlend E. Aasland2023-05-211-23/+44
* gh-104050: Add basic type hints to Argument Clinic clinic class (#104705)Erlend E. Aasland2023-05-211-17/+38
* gh-104050: Annotate Argument Clinic return converters (#104706)Erlend E. Aasland2023-05-211-30/+75
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-0/+1
* gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704)Erlend E. Aasland2023-05-201-21/+40
* gh-104683: Modernise Tools/clinic/ (#104684)Alex Waygood2023-05-202-27/+31
* gh-104683: Modernise `clinic.py` using `str.removeprefix` and `str.removesuff...Alex Waygood2023-05-201-5/+5
* gh-104146: Purge dead code from Argument Clinic (#104680)Erlend E. Aasland2023-05-201-10/+1
* gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647)Alex Waygood2023-05-201-25/+23
* gh-104050: Add more type annotations to Argument Clinic (#104628)Erlend E. Aasland2023-05-181-14/+39
* gh-104549: Set __module__ on TypeAliasType (#104550)Jelle Zijlstra2023-05-181-0/+1
* gh-104050: Improve some typing around `default`s and sentinel values (#104626)Alex Waygood2023-05-181-18/+23
* gh-104146: Remove unused vars from Argument Clinic (#104627)Erlend E. Aasland2023-05-181-2/+0
* gh-104050: Add type hints to Argument Clinic converter keywords (#104588)Erlend E. Aasland2023-05-171-12/+36
* gh-104050: Add typing to Argument Clinic converters (#104547)Erlend E. Aasland2023-05-161-53/+57
* GH-103092: isolate `pyexpat` (#104506)Kumar Aditya2023-05-161-1/+0
* gh-104050: Add more annotations to `Tools/clinic.py` (#104544)Nikita Sobolev2023-05-163-30/+60
* gh-104050: Don't star-import 'types' in Argument Clinic (#104543)Erlend E. Aasland2023-05-161-3/+2
* gh-104050: Add basic typing to CConverter in clinic.py (#104538)Erlend E. Aasland2023-05-161-14/+14