summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [3.12] gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)...Serhiy Storchaka2025-04-023-44/+112
* [3.12] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132010)Miss Islington (bot)2025-04-021-5/+8
* [3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-1...Miss Islington (bot)2025-04-023-7/+17
* [3.12] gh-111178: Fix getsockaddrarg() undefined behavior (GH-131668) (GH-131...Miss Islington (bot)2025-04-012-11/+50
* [3.12] gh-131736: only apply `security_level` workaround in `test_ssl` for se...Miss Islington (bot)2025-04-011-1/+2
* [3.12] Minor improvements to the programming FAQ (GH-127261) (#131965)Miss Islington (bot)2025-04-011-7/+7
* [3.12] gh-125957: sync argument naming in sphinx docs of the cmath and help()...Miss Islington (bot)2025-04-011-50/+50
* [3.12] gh-129917: Update installers to use SQLite 3.49.1 (#131025) (#131958)Erlend E. Aasland2025-03-317-13/+14
* [3.12] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds ...Miss Islington (bot)2025-03-312-2/+4
* [3.12] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when conc...Miss Islington (bot)2025-03-313-36/+213
* [3.12] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when concu...Bénédikt Tran2025-03-313-48/+69
* [3.12] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyw...Miss Islington (bot)2025-03-301-2/+2
* [3.12] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_s...Miss Islington (bot)2025-03-301-4/+4
* [3.12] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersu...Miss Islington (bot)2025-03-292-2/+16
* [3.12] gh-127541: Update os.walk example (GH-127765) (#131873)Miss Islington (bot)2025-03-292-14/+14