summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
...
* gh-111253: Fix error checking in _socket module init (#111254)Nikita Sobolev2023-10-251-0/+1
* gh-111251: Fix error checking in _blake2 module init (#111252)Nikita Sobolev2023-10-251-0/+1
* gh-102956: Fix returning of empty byte strings after seek in zipfile … (#10...Jokimax2023-10-241-0/+1
* gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)Serhiy Storchaka2023-10-241-0/+6
* gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)hetmankp2023-10-231-0/+8
* gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)Tian Gao2023-10-221-0/+1
* gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)Serhiy Storchaka2023-10-211-0/+3
* gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)Nikita Sobolev2023-10-211-0/+1
* gh-111092: Make turtledemo run without default root enabled (#111093)Terry Jan Reedy2023-10-201-0/+1
* GH-102895 Add an option local_exit in code.interact to block exit() from term...Tian Gao2023-10-181-0/+1
* gh-108791: Fix `pdb` CLI invalid argument handling (#108816)Radislav Chugunov2023-10-161-0/+1
* gh-84583: Make pdb enter post-mortem mode even for SyntaxError (#110883)Tian Gao2023-10-151-0/+1
* bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825)Serhiy Storchaka2023-10-141-0/+4
* gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)Serhiy Storchaka2023-10-141-0/+3
* gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...Serhiy Storchaka2023-10-141-0/+3
* gh-110392: Fix tty functions (GH-110642)Serhiy Storchaka2023-10-141-0/+4
* gh-110771: Decompose run_forever() into parts (#110773)Russell Keith-Magee2023-10-131-0/+1
* Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-13277-619/+0
* GH-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)Filipe Laíns2023-10-131-0/+2
* GH-103480: make sysconfig a package (GH-110785)Filipe Laíns2023-10-121-0/+2
* gh-109653: Improve the import time of `email.utils` (#109824)Alex Waygood2023-10-121-0/+4
* gh-94597: Add asyncio.EventLoop (#110723)Thomas Grainger2023-10-121-0/+1
* gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixi...Nikita Sobolev2023-10-121-0/+2
* gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#11...Nikita Sobolev2023-10-121-0/+4
* gh-110733: Micro-optimization in BaseEventLoop._run_once (#110735)J. Nick Koston2023-10-111-0/+1
* gh-65052: Prevent pdb from crashing when trying to display objects (#110578)Tian Gao2023-10-111-0/+1
* GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)Barney Gale2023-10-111-0/+4
* gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)Nikita Sobolev2023-10-101-0/+3
* gh-110378: Close invalid generators in contextmanager and asynccontextmanager...Serhiy Storchaka2023-10-101-0/+3
* gh-110519: Improve deprecation warning in the gettext module (#110520)Serhiy Storchaka2023-10-091-0/+3
* gh-106670: Set convenience variable for post mortem debugging (#110493)Tian Gao2023-10-091-0/+1
* gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)Serhiy Storchaka2023-10-081-0/+2
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-0/+1
* gh-110365: Fix error overwrite in `termios.tcsetattr` (#110366)Nikita Sobolev2023-10-051-0/+2
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-041-0/+2
* gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)Xuehai Pan2023-10-041-0/+2
* gh-109151: Enable readline in the sqlite3 CLI (GH-109152)Serhiy Storchaka2023-10-041-0/+1
* gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...Serhiy Storchaka2023-10-041-0/+3
* gh-109653: Defer importing `warnings` in several modules (#110286)Alex Waygood2023-10-041-0/+3
* Add --inline-caches flag to dis command line (#110249)Guido van Rossum2023-10-031-0/+1
* gh-109653: Reduce the import time of `random` by 60% (#110221)Alex Waygood2023-10-021-0/+2
* gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...Charles Machalow2023-10-021-0/+3
* GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)Barney Gale2023-10-011-0/+1
* gh-110150: Fix base case handling in quantiles() (gh-110151)Raymond Hettinger2023-10-011-0/+2
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-0/+4
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-301-0/+2
* GH-89812: Add `pathlib._PathBase` (#106337)Barney Gale2023-09-301-0/+2
* gh-109047: concurrent.futures catches PythonFinalizationError (#109810)Victor Stinner2023-09-291-0/+4
* gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)Furkan Onder2023-09-291-0/+2
* gh-109495: Remove unused slots from the Python implementation of datetime (GH...James Hilton-Balfe2023-09-291-0/+1