summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* [3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740)Dennis Sweeney2022-05-121-0/+1
* bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)Miss Islington (bot)2022-05-111-0/+1
* [3.9] gh-91810: ElementTree: Use text file's encoding by default in XML decla...Miss Islington (bot)2022-05-111-0/+5
* bpo-13553: Document tkinter.Tk args (GH-4786)Miss Islington (bot)2022-05-101-0/+1
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-091-0/+1
* bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)Miss Islington (bot)2022-05-091-0/+1
* [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. ...Miss Islington (bot)2022-05-081-0/+4
* Fix use of the default role in a news entry. (GH-92500)Miss Islington (bot)2022-05-081-1/+1
* [3.9] gh-92448: Update the documentation builder to render the GitHub issue. ...Dong-hee Na2022-05-083-3/+3
* NEWS: Reorder items by section (GH-92373)Miss Islington (bot)2022-05-066-214/+214
* [3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (...Erlend Egeberg Aasland2022-05-051-0/+2
* gh-92036: Fix gc_fini_untrack() (GH-92037)Miss Islington (bot)2022-05-041-0/+5
* bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...Miss Islington (bot)2022-05-041-0/+4
* bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)Miss Islington (bot)2022-05-031-0/+2
* bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...Miss Islington (bot)2022-05-031-0/+2
* [3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-9173...Serhiy Storchaka2022-05-031-0/+2
* bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408)Miss Islington (bot)2022-05-021-0/+1
* gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)Miss Islington (bot)2022-05-021-0/+2
* bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)Miss Islington (bot)2022-05-021-0/+2
* [3.9] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070...Serhiy Storchaka2022-05-011-0/+2
* bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)Miss Islington (bot)2022-04-301-0/+2
* bpo-26792: Improve docstrings of runpy module run_functions (GH-30729)Miss Islington (bot)2022-04-291-0/+2
* gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)Miss Islington (bot)2022-04-281-0/+1
* Fix missing `f` prefix on f-strings (GH-91910)Miss Islington (bot)2022-04-271-0/+1
* [3.9] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91935)Ezio Melotti2022-04-261-0/+1
* gh-91547: Remove "Undocumented modules" page (GH-91682)Miss Islington (bot)2022-04-221-0/+1
* [3.9] gh-91575: Update case-insensitive matching in re to the latest Unicode ...Miss Islington (bot)2022-04-221-0/+2
* [3.9] gh-91700: Validate the group number in conditional expression in RE (GH...Miss Islington (bot)2022-04-221-0/+4
* [3.9] gh-90568: Fix exception type for \N with a named sequence in RE (GH-916...Miss Islington (bot)2022-04-221-0/+3
* bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)Miss Islington (bot)2022-04-201-0/+1
* gh-91734: Fix ossaudio support on Solaris (GH-91735)Miss Islington (bot)2022-04-201-0/+1
* [3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31...Oleg Iarygin2022-04-192-0/+13
* [3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCase no longer leaks its...Miss Islington (bot)2022-04-191-0/+4
* [3.9] [3.10] gh-91607: Fix several test_concurrent_futures tests to actually ...Gregory P. Smith2022-04-171-0/+1
* gh-91595: fix the comparison of character and integer by using ord() (GH-91596)Miss Islington (bot)2022-04-161-0/+1
* gh-82849: revise intro to os.path.rst (GH-32232)Miss Islington (bot)2022-04-161-0/+3
* gh-91421: Use constant value check during runtime (GH-91422) (GH-91493)Miss Islington (bot)2022-04-141-0/+1
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91465)Miss Islington (bot)2022-04-131-0/+1
* [3.9] GH-89074: Fixed IsolatedAsyncioTestCase from throwing an exception on l...Miss Islington (bot)2022-04-121-0/+1
* bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...Steve Dower2022-04-081-0/+2
* [3.9] bpo-45790: List macros in same order in which fields are described (GH-...Jelle Zijlstra2022-04-051-0/+2
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)Miss Islington (bot)2022-04-051-0/+1
* bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)Miss Islington (bot)2022-04-031-0/+2
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Miss Islington (bot)2022-04-021-0/+1
* bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...Miss Islington (bot)2022-03-311-0/+3
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)Miss Islington (bot)2022-03-291-0/+3
* bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)Miss Islington (bot)2022-03-281-0/+3
* [3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866...Miss Islington (bot)2022-03-281-0/+3
* bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153)Hugo van Kemenade2022-03-281-0/+1
* Python 3.9.12v3.9.12Ɓukasz Langa2022-03-2314-34/+137