summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.11v3.12.11Thomas Wouters2025-06-0313-25/+81
* [3.12] gh-135034: Remove test_realpath_permission (GH-135093)Petr Viktorin2025-06-031-45/+0
* [3.12] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address ...Miss Islington (bot)2025-06-033-6/+24
* [3.12] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...Miss Islington (bot)2025-06-033-12/+53
* [3.12] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...T. Wouters2025-06-0311-139/+1064
* [3.12] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addre...Miss Islington (bot)2025-06-033-1/+45
* [3.12] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...Miss Islington (bot)2025-05-263-2/+22
* [3.12] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-1340...Miss Islington (bot)2025-05-263-1/+32
* [3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...Serhiy Storchaka2025-05-268-57/+194
* [3.12] gh-133410: Fix PR detection in build workflow (GH-133671) (#134057)Miss Islington (bot)2025-05-152-1/+2
* [3.12] Docs: remove link elements in builders other than HTML (GH-133720) (#1...Miss Islington (bot)2025-05-141-4/+4
* [3.12] GH-133410: Use commit hashes for change detection (gh-133416) (#133426)Miss Islington (bot)2025-05-052-13/+13
* [3.12] gh-132553: Build the perf tool without buildid cache (GH-132663) (#132...Victor Stinner2025-04-251-1/+12
* [3.12] Docs: Migrate entirely to PSF hosted plausible for analytics (GH-13264...Miss Islington (bot)2025-04-181-2/+1
* Post 3.12.10Thomas Wouters2025-04-081-1/+1
* Python 3.12.10v3.12.10Thomas Wouters2025-04-0872-191/+771
* [3.12] gh-117779: Fix reading duplicated entries in zipfile by name (GH-12925...Miss Islington (bot)2025-04-083-6/+121
* [3.12] gh-101137: Add `text/x-rst` to `mimetypes` (GH-118593) (GH-118599)sobolevn2025-04-083-0/+3
* [3.12] gh-102136: Add -m to options that work with -i (GH-119271) (GH-119286)Miss Islington (bot)2025-04-081-3/+9
* [3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260)sobolevn2025-04-083-4/+20
* [3.12] gh-130164: Fix inspect.Signature.bind() handling of positional-only ar...Miss Islington (bot)2025-04-083-2/+12
* [3.12] gh-132021: Add bool type to the list of allowed JSON key types (GH-132...Miss Islington (bot)2025-04-082-4/+4
* [3.12] gh-116608: undeprecate functional importlib.resources API (#132206)Thomas Grainger2025-04-083-56/+18
* [3.12] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131694)David Lowry-Duda2025-04-081-10/+10
* [3.12] Add psfhosted Plausible instance to analytics (GH-132252) (#132254)Miss Islington (bot)2025-04-081-0/+1
* [3.12] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132237)Miss Islington (bot)2025-04-076-18/+28
* [3.12] gh-130521: Add Open Graph meta tags to template pages (GH-130523) (#13...Miss Islington (bot)2025-04-073-0/+37
* [3.12] Docs HTML: Remove self-closing tags (GH-132220) (#132229)Hugo van Kemenade2025-04-074-22/+22
* [3.12] gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (...Miss Islington (bot)2025-04-071-4/+7
* [3.12] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132216)Miss Islington (bot)2025-04-074-3/+10
* [3.12] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201...Miss Islington (bot)2025-04-071-2/+1
* [3.12] gh-131912: Improve description of grouping options in the format speci...Miss Islington (bot)2025-04-071-33/+55
* [3.12] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)Miss Islington (bot)2025-04-072-3/+4
* [3.12] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)Miss Islington (bot)2025-04-072-3/+4
* [3.12] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)Miss Islington (bot)2025-04-072-18/+19
* [3.12] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132180)Miss Islington (bot)2025-04-061-0/+51
* [3.12] GH-107674: Avoid allocating boxed ints for `sys.settrace` line events ...Miss Islington (bot)2025-04-062-6/+39
* [3.12] Docs: Replace dead hyperlink for CGI environment variables (GH-132137)...Miss Islington (bot)2025-04-061-1/+1
* [3.12] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-1...Miss Islington (bot)2025-04-061-0/+1
* [3.12] Fix numbered list syntax in programming.rst (GH-130158) (#132141)Miss Islington (bot)2025-04-051-5/+5
* [3.12] gh-131015: Add test for bytes formatting errors (#131881) (#132114)Bénédikt Tran2025-04-051-0/+32
* [3.12] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132117)Miss Islington (bot)2025-04-051-2/+10
* [3.12] Fix typo in `template_replace()` test helper docstring (GH-132094) (#1...Miss Islington (bot)2025-04-041-1/+1
* [3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#13...Tomasz Pytel2025-04-043-0/+45
* [3.12] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911)...Miss Islington (bot)2025-04-041-0/+39
* [3.12] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `...Miss Islington (bot)2025-04-041-0/+16
* [3.12] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132083)Miss Islington (bot)2025-04-041-0/+70
* [3.12] gh-132075: Fix possible use of sockaddr structures with uninitialized ...Miss Islington (bot)2025-04-042-0/+15
* gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051)Steve Dower2025-04-032-2/+2
* [3.12] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132033)Tomas R.2025-04-025-15/+143