summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0b3v3.13.0b3Thomas Wouters2024-06-2765-136/+0
* [3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-12108...Miss Islington (bot)2024-06-271-0/+2
* [3.13] gh-120888: Bump bundled pip to 24.1.1 (GH-120889) (#121080)Miss Islington (bot)2024-06-271-0/+1
* [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh...Miss Islington (bot)2024-06-262-0/+4
* [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...Victor Stinner2024-06-262-0/+13
* [3.13] gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False r...Miss Islington (bot)2024-06-261-0/+2
* [3.13] gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` a...Miss Islington (bot)2024-06-261-0/+3
* [3.13] gh-121025: Improve partialmethod.__repr__ (GH-121033) (#121037)Miss Islington (bot)2024-06-261-0/+2
* [3.13] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 a...Miss Islington (bot)2024-06-251-0/+4
* [3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-12...Jelle Zijlstra2024-06-251-0/+2
* [3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120...Miss Islington (bot)2024-06-251-0/+1
* [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)Miss Islington (bot)2024-06-241-0/+3
* [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...Petr Viktorin2024-06-241-0/+5
* [3.13] gh-119614: Fix truncation of strings with embedded null characters in ...Miss Islington (bot)2024-06-241-0/+2
* [3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH...Miss Islington (bot)2024-06-241-0/+4
* [3.13] gh-119824: Revert the `where` solution and use meta commands (#120919)Tian Gao2024-06-232-1/+1
* [3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (...Miss Islington (bot)2024-06-231-0/+2
* [3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)Miss Islington (bot)2024-06-231-0/+2
* [3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-12081...Miss Islington (bot)2024-06-221-0/+1
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-211-0/+1
* [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-1...Miss Islington (bot)2024-06-211-0/+3
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-0/+1
* [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...Mark Shannon2024-06-201-0/+4
* [3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour...Jelle Zijlstra2024-06-201-0/+2
* [3.13] GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120768)Miss Islington (bot)2024-06-201-0/+2
* [3.13] gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_...Miss Islington (bot)2024-06-191-0/+2
* [3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced ...Nadeshiko Manju2024-06-191-0/+1
* [3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738)Miss Islington (bot)2024-06-191-0/+2
* [3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...Miss Islington (bot)2024-06-191-0/+1
* [3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)Miss Islington (bot)2024-06-191-0/+2
* [3.13] gh-120633: Move scrollbar and remove tear-off menus in turtledemo (GH-...Miss Islington (bot)2024-06-191-0/+1
* [3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo ...Miss Islington (bot)2024-06-181-0/+1
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-181-0/+2
* [3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering ho...Miss Islington (bot)2024-06-171-0/+2
* [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-172-0/+7
* [3.13] gh-119824: Print stack entry when user input is needed (GH-119882) (#1...Tian Gao2024-06-161-0/+1
* [3.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. ...Miss Islington (bot)2024-06-151-0/+2
* [3.13] gh-120541: Improve the "less" prompt in pydoc (GH-120543) (GH-120562)Miss Islington (bot)2024-06-151-0/+2
* [3.13] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (...Miss Islington (bot)2024-06-151-0/+1
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-141-0/+2
* [3.13] gh-120400 :Support Linux perf profile to see Python calls on RISC-V ...Miss Islington (bot)2024-06-142-0/+2
* [3.13] gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_an...Miss Islington (bot)2024-06-131-0/+4
* [3.13] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...Miss Islington (bot)2024-06-121-0/+2
* [3.13] gh-120326: Include <intrin.h> on Windows with Free Threading (GH-12032...Miss Islington (bot)2024-06-121-0/+2
* [3.13] gh-93691: fix too broad source locations of for statement iterators (G...Miss Islington (bot)2024-06-121-0/+2
* [3.13] gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (...Miss Islington (bot)2024-06-111-0/+2
* gh-120198: Fix race condition when editing __class__ with an audit hook activ...Miss Islington (bot)2024-06-111-0/+1
* [3.13] gh-118908: Limit exposed globals from internal imports and definitions...Miss Islington (bot)2024-06-111-0/+2
* [3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (G...Miss Islington (bot)2024-06-111-0/+1
* [3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspe...Miss Islington (bot)2024-06-111-0/+2