summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-123678: Upgrade libexpat 2.6.3 (#123689)Seth Michael Larson2024-09-045-25/+46
* gh-123700: Update OpenSSL versions in multissltests and CI (#123701)Zachary Ware2024-09-042-2/+3
* gh-123418: Update CI to use fresh OpenSSL releases (GH-123675)Zachary Ware2024-09-044-7/+11
* gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673)Zachary Ware2024-09-044-8/+9
* gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threa...Bar Harel2024-09-043-4/+39
* gh-118710: Make IPv*Address.version & max_prefixlen available on the class (G...Nice Zombies2024-09-044-64/+56
* gh-123504: Fix regression in `_tkinter` initializer (#123662)Peter Bierma2024-09-041-2/+14
* gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)Victor Stinner2024-09-047-0/+121
* gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464)Alexander Bessman2024-09-041-0/+4
* gh-123392: Clarify wording regarding parameters that are functions to be call...ryan-duve2024-09-041-38/+36
* gh-107954, PEP 741: Adjust Python initialization config (#123663)Victor Stinner2024-09-043-16/+43
* gh-121423: Improve import time of `socket` (#121424)Wulian2024-09-042-101/+109
* gh-122989: Replace duplicate “self.policy.linesep” with “linesep” (#...Damien2024-09-041-1/+1
* Add shims for iOS C++ compilation (#123620)Russell Keith-Magee2024-09-043-0/+6
* gh-123504: Fix reference leak in finalization of `_tkinter` (#123505)Peter Bierma2024-09-032-8/+20
* gh-123621: Fix `datamodel.rst` with proper `dict` notation (#123648)Lipták Attila (Flash)2024-09-031-1/+1
* gh-123579: Document exclamation token (#123612)Shaygan Hooshyari2024-09-031-3/+3
* gh-123572: Fix key codes in VK_MAP in windows_console.py (#122692)devdanzin2024-09-032-4/+7
* gh-121804: always show error location for SyntaxError's in basic repl (#123202)Sergey B Kirpichev2024-09-033-0/+46
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-039-32/+976
* gh-123580: Fix `signed_number` token in documentation (GH-123582)CBerJun2024-09-031-1/+1
* gh-123430: Add dark mode support to pages generated by http.server (#123475)Yorik Hansen2024-09-033-0/+15
* gh-121313: multiprocessing: simplify by increasing the connection buffer size...Inada Naoki2024-09-033-17/+5
* Fix typos in warnings, docstrings, comments and text files (#123597)abstractee2024-09-038-8/+8
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-0219-257/+1466
* gh-123458: Skip SBOM generation if no git repository is detected (#123507)Seth Michael Larson2024-09-021-0/+18
* gh-121404: enforce that codegen doesn't access compiler, and compiler doesn't...Irit Katriel2024-09-021-85/+129
* gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)Petr Viktorin2024-09-024-5/+5
* GH-119518: Stop interning strings in pathlib GH-123356)Barney Gale2024-09-023-11/+3
* gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-12...Bénédikt Tran2024-09-023-12/+53
* gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)Donghee Na2024-09-024-0/+19
* gh-123091: Use _Py_IsImmortalLoose() (#123511)Victor Stinner2024-09-027-17/+17
* gh-118508: Clarify which characters are matched by `\s` (#119155)Nice Zombies2024-09-021-4/+3
* gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)sobolevn2024-09-025-10/+59
* gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `dataclasses...sobolevn2024-09-021-1/+2
* build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (#123567)dependabot[bot]2024-09-021-1/+1
* gh-109975: Remove dangling angle bracket from 3.13.rst (#123589)Rafael Fontenelle2024-09-021-1/+1
* Remove irrelevant detail from example code. (gh-123587)Raymond Hettinger2024-09-021-19/+10
* Simplify Property() recipe to focus on the essentials (gh-123585)Raymond Hettinger2024-09-011-20/+6
* gh-123553: Fix compile warning in `compile.c` (#123578)sobolevn2024-09-011-0/+2
* gh-118761: Speedup pathlib import by deferring shutil (#123520)Daniel Hollas2024-09-011-2/+4
* gh-123341: Support `tkinter.Event` type subcript (#123353)Yoda2024-09-013-0/+9
* Bump types-setuptools from 71.1.0.20240726 to 74.0.0.20240831 in /Tools (#123...dependabot[bot]2024-09-011-1/+1
* gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#1...sobolevn2024-09-012-4/+47
* Bump mypy from 1.11.1 to 1.11.2 in /Tools (#123566)dependabot[bot]2024-09-011-1/+1
* Bump types-psutil from 6.0.0.20240621 to 6.0.0.20240901 in /Tools (#123564)dependabot[bot]2024-09-011-1/+1
* gh-123553: Fix compiler warning in `Python/compile.c` (#123554)Kirill Podoprigora2024-09-011-0/+2
* gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (#123551)jlallas3842024-09-011-1/+1
* GH-109975: Copyedit 3.13 What's New: Removals (#123529)Adam Turner2024-09-011-155/+175
* gh-123494: Improve documentation for ``webbrowser`` return types (#123495)Aarni Koskela2024-09-012-0/+10