summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHa...Miss Islington (bot)2024-06-273-17/+81
* [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh...Miss Islington (bot)2024-06-263-9/+151
* [3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)Miss Islington (bot)2024-06-268-27/+27
* [3.13] gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable (GH-12...devdanzin2024-06-262-0/+31
* [3.13] gh-120937: Reference weakref from the `__del__` documentation (GH-1209...Miss Islington (bot)2024-06-261-0/+2
* [3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (...Miss Islington (bot)2024-06-264-67/+75
* [3.13] gh-120593: Fix const qualifier in pyatomic.h (GH-121055) (#121057)Miss Islington (bot)2024-06-261-4/+4
* [3.13] gh-121008: Fix idlelib.run tests (GH-121046) (#121049)Miss Islington (bot)2024-06-261-6/+13
* [3.13] Ignore some failing tests in emulated JIT CI (GH-120977)Miss Islington (bot)2024-06-261-1/+4
* [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...Victor Stinner2024-06-2618-255/+238
* [3.13] gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False r...Miss Islington (bot)2024-06-263-2/+9
* [3.13] gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` a...Miss Islington (bot)2024-06-263-21/+81
* [3.13] gh-121025: Improve partialmethod.__repr__ (GH-121033) (#121037)Miss Islington (bot)2024-06-264-10/+18
* [3.13] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121005)Miss Islington (bot)2024-06-251-0/+5
* [3.13] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 a...Miss Islington (bot)2024-06-254-11/+132
* [3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-12...Jelle Zijlstra2024-06-254-44/+106
* [3.13] Doc/README: Document 'make htmllive' (GH-120692) (#120990)Miss Islington (bot)2024-06-251-8/+10
* [3.13] gh-120661: improve example for basic type hints (GH-120934) (#120987)Miss Islington (bot)2024-06-251-5/+6
* [3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120...Miss Islington (bot)2024-06-253-9/+10
* [3.13] Add --with-lto back to Linux JIT CI (GH-120972)Miss Islington (bot)2024-06-241-4/+2
* [3.13] GH-119054: Add "Permissions and ownership" section to pathlib docs. (G...Barney Gale2024-06-241-48/+51
* [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)Miss Islington (bot)2024-06-244-8/+34
* [3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) ...Miss Islington (bot)2024-06-241-37/+41
* [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...Petr Viktorin2024-06-2442-1136/+2456
* [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and re...Miss Islington (bot)2024-06-2411-17/+21
* [3.13] docs: puremagic.what() as replacement for imghdr.what() (GH-120871) (#...Miss Islington (bot)2024-06-241-0/+3
* [3.13] gh-120373: Mark test_audit.test_http as requiring the network resource...Miss Islington (bot)2024-06-241-0/+1
* [3.13] gh-119614: Fix truncation of strings with embedded null characters in ...Miss Islington (bot)2024-06-244-7/+68
* [3.13] gh-112169: Documented getaddrinfo/getnameinfo default loop executor us...Miss Islington (bot)2024-06-241-0/+8
* [3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH...Miss Islington (bot)2024-06-243-3/+15
* [3.13] gh-119824: Revert the `where` solution and use meta commands (#120919)Tian Gao2024-06-234-81/+66
* [3.13] Docs makefile/RTD: Use uv if installed (GH-120711) (#120922)Miss Islington (bot)2024-06-232-6/+22
* [3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (...Miss Islington (bot)2024-06-234-1/+38
* [3.13] Typing docs: normalize some indents in code examples (GH-120912) (#120...Miss Islington (bot)2024-06-231-4/+5
* [3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)Miss Islington (bot)2024-06-233-22/+78
* [3.13] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse(...Miss Islington (bot)2024-06-231-1/+1
* [3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847)Miss Islington (bot)2024-06-231-1/+1
* [3.13] Amend categories of @nineteendo's news entries (GH-120735) (#120850)Nice Zombies2024-06-223-113/+113
* [3.13] gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877) (GH-...Miss Islington (bot)2024-06-223-36/+104
* [3.13] gh-120873: Add test for "state" option in ttk.Scale (GH-120874) (GH-12...Miss Islington (bot)2024-06-221-12/+10
* [3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-12081...Miss Islington (bot)2024-06-222-0/+2
* [3.13] gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824) (GH...Miss Islington (bot)2024-06-226-137/+250
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-2115-223/+457
* [3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize()...Miss Islington (bot)2024-06-211-3/+10
* [3.13] gh-120773: document introspective attributes of an async generator obj...Miss Islington (bot)2024-06-211-214/+227
* [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-1...Miss Islington (bot)2024-06-214-12/+58
* [3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any chara...Miss Islington (bot)2024-06-201-1/+1
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-2018-110/+185
* [3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699)Ken Jin2024-06-205-35/+21
* [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...Mark Shannon2024-06-207-86/+68