summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0b3v3.13.0b3Thomas Wouters2024-06-2735-68/+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-121018: Ensure ArgumentParser.parse_args with exit_on_error=False r...Miss Islington (bot)2024-06-261-0/+2
* [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-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-119698: fix `symtable.Class.get_methods` and document its behaviour...Jelle Zijlstra2024-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-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-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-171-0/+3
* [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-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-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-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimesta...Miss Islington (bot)2024-06-111-0/+2
* [3.13] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock._...Miss Islington (bot)2024-06-111-0/+1
* [3.13] gh-119600: mock: do not access attributes of original when new_callabl...Miss Islington (bot)2024-06-111-0/+2
* [3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) ...Miss Islington (bot)2024-06-081-0/+3
* [3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120...Miss Islington (bot)2024-06-081-0/+1
* [3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)Miss Islington (bot)2024-06-081-0/+1
* [3.13] gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) (GH-120215)Miss Islington (bot)2024-06-071-0/+1
* [3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)Miss Islington (bot)2024-06-071-0/+1
* [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...Miss Islington (bot)2024-06-071-0/+4
* Python 3.13.0b2v3.13.0b2Thomas Wouters2024-06-0537-80/+0
* [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)Miss Islington (bot)2024-06-041-0/+3
* [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...Miss Islington (bot)2024-06-041-0/+1
* [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#...Miss Islington (bot)2024-06-041-0/+6
* [3.13] gh-119819: Fix regression to allow logging configuration with multiprâ...Miss Islington (bot)2024-06-041-0/+2
* [3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...Miss Islington (bot)2024-06-041-0/+2
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-031-0/+2
* [3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)Miss Islington (bot)2024-06-031-0/+2
* [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...Miss Islington (bot)2024-06-031-0/+1
* [3.13] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198...Miss Islington (bot)2024-06-011-0/+2
* [3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...Miss Islington (bot)2024-06-011-0/+3
* [3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (â...Victor Stinner2024-06-011-3/+0
* [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)Miss Islington (bot)2024-05-311-0/+1