summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.3v3.13.3Thomas Wouters2025-04-08108-240/+1119
* [3.13] gh-117779: Fix reading duplicated entries in zipfile by name (GH-12925...Miss Islington (bot)2025-04-083-6/+121
* [3.13] gh-131998: Fix `NULL` dereference when using an unbound method descrip...Peter Bierma2025-04-085-0/+41
* [3.13] gh-71339: Use new assertion methods in test_import and test_importlib ...Serhiy Storchaka2025-04-0819-64/+68
* [3.13] gh-102136: Add -m to options that work with -i (GH-119271) (GH-119285)Miss Islington (bot)2025-04-081-3/+9
* [3.13] gh-130164: Fix inspect.Signature.bind() handling of positional-only ar...Miss Islington (bot)2025-04-083-2/+12
* [3.13] gh-132021: Add bool type to the list of allowed JSON key types (GH-132...Miss Islington (bot)2025-04-082-4/+4
* [3.13] gh-130775: Allow negative locations in `ast` (GH-130795) (#132243)sobolevn2025-04-083-4/+23
* [3.13] gh-132174: Fix function name in error message of `_interpreters.run_st...Miss Islington (bot)2025-04-082-1/+2
* [3.13] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131676)Miss Islington (bot)2025-04-081-12/+12
* [3.13] Add psfhosted Plausible instance to analytics (GH-132252) (#132253)Miss Islington (bot)2025-04-081-0/+1
* [3.13] GH-130673: Gracefully handle missing sections in JIT build (GH-131749)Miss Islington (bot)2025-04-083-1/+8
* [3.13] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132236)Miss Islington (bot)2025-04-076-18/+28
* [3.13] Docs HTML: Remove self-closing tags (GH-132220) (#132228)Hugo van Kemenade2025-04-074-22/+22
* [3.13] gh-130521: Add Open Graph meta tags to template pages (GH-130523) (#13...Miss Islington (bot)2025-04-073-0/+37
* [3.13] GH-127953: Make line number lookup O(1) regardless of the size of the ...Mark Shannon2025-04-075-156/+208
* [3.13] gh-131988: Fix a multithreaded scaling regression (#131989)Sam Gross2025-04-072-2/+4
* [3.13] gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (...Miss Islington (bot)2025-04-071-4/+7
* [3.13] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132217)Miss Islington (bot)2025-04-074-3/+10
* [3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH...Miss Islington (bot)2025-04-073-1/+8
* [3.13] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201...Miss Islington (bot)2025-04-071-2/+1
* [3.13] gh-131912: Improve description of grouping options in the format speci...Prometheus33752025-04-071-33/+55
* [3.13] gh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN environment knob (GH...Miss Islington (bot)2025-04-072-0/+5
* [3.13] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)Miss Islington (bot)2025-04-072-3/+4
* [3.13] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)Miss Islington (bot)2025-04-072-3/+4
* [3.13] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)Miss Islington (bot)2025-04-072-18/+19
* [3.13] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132179)Miss Islington (bot)2025-04-061-0/+51
* [3.13] gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (GH-...sobolevn2025-04-064-2/+25
* [3.13] gh-132159: Do not shadow user arguments in generated `__new__` by `@wa...Miss Islington (bot)2025-04-063-1/+21
* [3.13] gh-132038: Make perf version check in test_perf_profiler more robust (...Miss Islington (bot)2025-04-061-2/+3
* [3.13] Docs: Replace dead hyperlink for CGI environment variables (GH-132137)...Miss Islington (bot)2025-04-061-1/+1
* [3.13] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-1...Miss Islington (bot)2025-04-061-0/+1
* [3.13] Fix numbered list syntax in programming.rst (GH-130158) (#132140)Miss Islington (bot)2025-04-051-5/+5
* [3.13] Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails ...Miss Islington (bot)2025-04-051-1/+6
* [3.13] Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023) (GH-132071)Serhiy Storchaka2025-04-051-0/+124
* [3.13] gh-131015: Add test for bytes formatting errors (#131881) (#132115)Bénédikt Tran2025-04-051-0/+32
* [3.13] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132116)Miss Islington (bot)2025-04-051-2/+10
* [3.13] gh-130115: fix thread identifiers for 32-bit musl (GH-130391) (GH-132089)Miss Islington (bot)2025-04-042-9/+22
* [3.13] Fix typo in `template_replace()` test helper docstring (GH-132094) (#1...Miss Islington (bot)2025-04-041-1/+1
* [3.13] gh-128632: fix segfault on nested __classdict__ type param (GH-128744)...Tomasz Pytel2025-04-044-13/+53
* [3.13] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911)...Miss Islington (bot)2025-04-041-0/+39
* [3.13] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `...Miss Islington (bot)2025-04-041-0/+16
* [3.13] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132084)Miss Islington (bot)2025-04-041-0/+70
* [3.13] 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)Miss Islington (bot)2025-04-032-2/+2
* [3.13] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132032)Tomas R.2025-04-025-15/+143
* [3.13] gh-131544: Update docs for PyType_AddWatcher (gh-132015) (gh-132019)Miss Islington (bot)2025-04-021-0/+3
* [3.13] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132009)Miss Islington (bot)2025-04-021-5/+8
* [3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-1...Miss Islington (bot)2025-04-023-7/+17
* [3.13] Backport miscellaneous Android testbed changes (#131985)Malcolm Smith2025-04-023-6/+21