summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH...Miss Islington (bot)2021-11-121-0/+3
* [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_A...Irit Katriel2021-11-091-0/+1
* bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (...Miss Islington (bot)2021-11-061-0/+3
* bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...Miss Islington (bot)2021-11-021-0/+1
* bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)Miss Islington (bot)2021-10-311-0/+2
* [3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals ...Łukasz Langa2021-10-291-0/+2
* bpo-44904: Fix classmethod property bug in doctest module (GH-28838)Miss Islington (bot)2021-10-281-0/+3
* bpo-45438: format of inspect.Signature with generic builtins (GH-29212)Miss Islington (bot)2021-10-271-0/+1
* bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176)Miss Islington (bot)2021-10-231-0/+1
* bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129)Miss Islington (bot)2021-10-211-0/+2
* bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131)Miss Islington (bot)2021-10-211-0/+1
* bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...Miss Islington (bot)2021-10-201-0/+5
* bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)Miss Islington (bot)2021-10-191-0/+3
* bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...Miss Islington (bot)2021-10-191-0/+4
* bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)Miss Islington (bot)2021-10-161-0/+2
* bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)Miss Islington (bot)2021-10-151-0/+1
* [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-141-0/+2
* [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-141-0/+2
* bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765...Miss Islington (bot)2021-10-131-0/+3
* bpo-24444: fix an error in argparse help when help for an option is blank (GH...Miss Islington (bot)2021-10-131-0/+2
* [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...Łukasz Langa2021-10-131-0/+3
* bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)Miss Islington (bot)2021-10-101-0/+2
* [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)Jason R. Coombs2021-10-101-0/+1
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Miss Islington (bot)2021-10-091-0/+2
* bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)Miss Islington (bot)2021-10-081-0/+1
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...Miss Islington (bot)2021-10-061-0/+1
* bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (...Miss Islington (bot)2021-10-051-0/+1
* [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)Miss Islington (bot)2021-10-051-0/+3
* [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...John Belmonte2021-10-051-0/+3
* bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)Miss Islington (bot)2021-10-021-0/+2
* bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)Victor Stinner2021-10-011-0/+5
* [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27...Łukasz Langa2021-09-291-0/+2
* bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)Miss Islington (bot)2021-09-271-0/+3
* bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-2...Miss Islington (bot)2021-09-271-0/+5
* bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)Miss Islington (bot)2021-09-251-0/+2
* [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH...Łukasz Langa2021-09-221-0/+2
* bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...Miss Islington (bot)2021-09-211-0/+3
* [3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480)Miss Islington (bot)2021-09-201-0/+1
* bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)Miss Islington (bot)2021-09-181-0/+2
* bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420...Miss Islington (bot)2021-09-181-0/+2
* [3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter...Brett Cannon2021-09-181-0/+3
* bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)Miss Islington (bot)2021-09-171-0/+1
* bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)...Miss Islington (bot)2021-09-131-0/+3
* bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...Miss Islington (bot)2021-09-131-0/+3
* [3.10] bpo-20499: Rounding error in statistics.pvariance (GH-28230) (GH-28248)Raymond Hettinger2021-09-091-0/+1
* Python 3.10.0rc2v3.10.0rc2Pablo Galindo2021-09-0725-55/+0
* bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...Miss Islington (bot)2021-09-071-0/+2
* bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)Miss Islington (bot)2021-09-041-0/+1
* bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...Miss Islington (bot)2021-09-031-0/+2
* bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)Miss Islington (bot)2021-08-301-0/+8