summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...Irit Katriel2022-06-171-0/+1
* GH-91389: Fix dis position information for CACHEs (GH-93663)Brandt Bucher2022-06-161-0/+2
* gh-93847: Fix repr of enum of generic aliases (GH-93885)Serhiy Storchaka2022-06-161-0/+1
* gh-91577: SharedMemory move imports out of methods (#91579)samtygier2022-06-161-0/+1
* gh-93820: Fix copy() regression in enum.Flag (GH-93876)Christian Heimes2022-06-161-0/+2
* gh-79579: Improve DML query detection in sqlite3 (#93623)Erlend Egeberg Aasland2022-06-141-0/+2
* gh-91810: Fix regression with writing an XML declaration with encoding='unico...Serhiy Storchaka2022-06-141-0/+2
* gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)Serhiy Storchaka2022-06-141-0/+3
* gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)Victor Stinner2022-06-131-0/+3
* gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...Serhiy Storchaka2022-06-121-0/+5
* gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)Barney Gale2022-06-101-0/+2
* gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...Leo Trol2022-06-091-0/+2
* gh-90473: disable user site packages on WASI/Emscripten (GH-93633)Christian Heimes2022-06-091-0/+2
* gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)Serhiy Storchaka2022-06-091-0/+3
* gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)Erlend Egeberg Aasland2022-06-081-0/+3
* GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...Bluenix2022-06-081-0/+4
* gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)Kalyan2022-06-071-0/+1
* gh-92592: Allow logging filters to return a LogRecord. (GH-92591)Adrian Garcia Badaracco2022-06-071-0/+3
* gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...Vinay Sajip2022-06-071-0/+4
* gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)Illia Volochii2022-06-061-0/+2
* gh-89973: Fix re.error in the fnmatch module. (GH-93072)Serhiy Storchaka2022-06-051-0/+3
* gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...Barney Gale2022-06-031-0/+2
* gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)Dong-hee Na2022-06-031-0/+3
* GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)Kumar Aditya2022-05-311-0/+3
* bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)Sergei Izmailov2022-05-291-0/+1
* gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)oda-gitso2022-05-281-0/+1
* gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)Yury Selivanov2022-05-271-0/+1
* bpo-46951: Order contents of zipapps (GH-31713)hfinucane2022-05-271-0/+1
* gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)jackh-ncl2022-05-261-0/+1
* gh-90817: Deprecate explicitly locale.resetlocale() (#93196)Victor Stinner2022-05-251-0/+3
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro Hrončok2022-05-251-0/+3
* gh-93033: Use wmemchr in stringlib (GH-93034)goldsteinn2022-05-241-0/+1
* gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP f...Sam Ezeh2022-05-231-0/+2
* gh-93010: InvalidHeaderError used but nonexistent (#93015)oda-gitso2022-05-231-0/+1
* gh-93044: No longer convert the database argument of sqlite3.connect() to byt...Serhiy Storchaka2022-05-211-0/+2
* gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)Serhiy Storchaka2022-05-201-0/+3
* bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)Nikita Sobolev2022-05-191-0/+2
* bpo-45393: help() on operator precedence has misleading entries (GH-31246)Zackery Spytz2022-05-191-0/+2
* gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...David Foster2022-05-191-0/+2
* gh-87901: Remove the encoding argument from os.popen (GH-92836)Inada Naoki2022-05-191-0/+2
* bpo-42047: Add native thread ID for DragonFlyBSD (#22714)David CARLIER2022-05-181-0/+1
* gh-92547: Remove deprecated sqlite3 features (#92548)Erlend Egeberg Aasland2022-05-161-0/+6
* gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)Batuhan Taskaya2022-05-161-0/+1
* gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...Serhiy Storchaka2022-05-161-0/+2
* gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)Christian Heimes2022-05-141-0/+2
* Check result of utc_to_seconds and skip fold probe in pure Python (#91582)Paul Ganssle2022-05-122-0/+11
* gh-86388 Remove deprecated behaviors in randrange() (#92677)Raymond Hettinger2022-05-121-0/+5
* bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)狂男风2022-05-111-0/+1
* gh-91810: ElementTree: Use text file's encoding by default in XML declaration...Serhiy Storchaka2022-05-111-0/+5
* gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)Serhiy Storchaka2022-05-111-0/+1