summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* GH-112361: Speed up pathlib by removing some temporary objects. (#112362)Barney Gale2023-11-251-0/+2
* gh-112345: `typing.Protocol`: Let failed subclasscheck show non-method member...Randolf Scholz2023-11-241-0/+3
* Add extra tests for `random.binomialvariate` (gh-112325)Tian Gao2023-11-231-0/+1
* gh-112137: change dis output to show no-lineno as -- instead of None (#112335)Irit Katriel2023-11-231-0/+1
* gh-112137: change dis output to display labels instead of offsets (#112138)Irit Katriel2023-11-221-0/+1
* Python 3.13.0a2v3.13.0a2Thomas Wouters2023-11-2261-129/+0
* gh-110745: add a newline argument to pathlib.Path.read_text (#110880)Junya Okabe2023-11-211-0/+2
* gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)Michael2023-11-191-0/+1
* gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (...DPR2023-11-151-0/+1
* gh-111995: Add getnameinfo extension flag (#111994)adder322023-11-151-0/+2
* gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)Serhiy Storchaka2023-11-141-0/+2
* gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976)Serhiy Storchaka2023-11-141-0/+2
* gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)Tian Gao2023-11-141-0/+1
* GH-72904: Add `glob.translate()` function (#106703)Barney Gale2023-11-131-0/+2
* gh-111460: Restore ncurses widechar support on macOS (#111878)Davide Rizzo2023-11-131-0/+3
* GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431)Barney Gale2023-11-121-0/+2
* gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)Stephen Gildea2023-11-111-0/+7
* gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#10...Nikita Sobolev2023-11-101-0/+2
* gh-80731: Avoid executing code in except block in cmd (GH-111740)Tian Gao2023-11-101-0/+1
* gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...Serhiy Storchaka2023-11-101-0/+2
* gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)Zac Hatfield-Dodds2023-11-101-0/+3
* gh-111356: io: Add missing documented objects to io.__all__ (#111370)Nicolas Tessore2023-11-101-0/+1
* gh-111835: Add seekable method to mmap.mmap (gh-111852)Donghee Na2023-11-091-0/+4
* GH-111804: Drop posix.fallocate() under WASI (GH-111869)Brett Cannon2023-11-091-0/+2
* gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)Serhiy Storchaka2023-11-081-0/+4
* gh-111246: Remove listening Unix socket on close (#111483)Pierre Ossman (ThinLinc team)2023-11-081-0/+2
* gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770)Stefan2023-11-081-0/+1
* gh-85098: Implement functional CLI of symtable (#109112)Serhiy Storchaka2023-11-071-0/+2
* gh-109466: Add ipv6_mapped property to IPv4Address (#109467)Charles Machalow2023-11-051-0/+1
* gh-111719: Add extra check for alias command (#111720)Tian Gao2023-11-041-0/+1
* gh-110395: invalidate open kqueues after fork (#110517)Davide Rizzo2023-11-041-0/+2
* gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...Tian Gao2023-11-041-0/+1
* gh-96954: use a directed acyclic word graph for storing the unicodedata codep...CF Bolz-Tereick2023-11-041-0/+5
* gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111...Nikita Sobolev2023-11-041-0/+1
* gh-90026: support XATTRs on Cygwin (GH-105075)Philippe Cerfon2023-11-031-0/+1
* gh-111482: Use Argument Clinic for clock_gettime() (#111641)Victor Stinner2023-11-021-0/+3
* GH-110894: Call loop exception handler for exceptions in client_connected_cb ...Kumar Aditya2023-11-021-0/+1
* gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...Thomas Grainger2023-10-311-0/+1
* gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-11...Serhiy Storchaka2023-10-311-0/+2
* gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)c-bata2023-10-291-0/+3
* gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)Guido van Rossum2023-10-281-0/+6
* gh-111342: fix typo in math.sumprod (GH-111416)Sergey B Kirpichev2023-10-281-0/+1
* gh-59013: Make line number of function breakpoint more precise (#110582)Tian Gao2023-10-271-0/+1
* gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...Nikita Sobolev2023-10-271-0/+2
* gh-111259: Optimize recursive wildcards in pathlib (GH-111303)Serhiy Storchaka2023-10-261-0/+1
* gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...Hugo van Kemenade2023-10-251-0/+1
* gh-111230: Fix errors checking in _ssl module init (#111232)Nikita Sobolev2023-10-251-0/+1
* gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-1...Serhiy Storchaka2023-10-251-0/+2
* gh-111295: Fix error checking in time extension module init (#111296)Nikita Sobolev2023-10-251-0/+1
* gh-111233: Fix error checking in select extension module init (#111234)Nikita Sobolev2023-10-251-0/+1