summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* gh-93283: Improve error message for f-string with invalid conversion characte...Serhiy Storchaka2022-05-311-0/+2
* GH-93354: Use exponential backoff to avoid excessive specialization attempts....Mark Shannon2022-05-311-0/+3
* GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)Kumar Aditya2022-05-311-0/+3
* gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...Serhiy Storchaka2022-05-311-0/+2
* bpo-42272: fix misleading warning filter message/module docs (#23172)Kevin Locke2022-05-301-0/+3
* bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)Sergei Izmailov2022-05-291-0/+1
* gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)georgically2022-05-291-0/+2
* gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)oda-gitso2022-05-281-0/+1
* bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)Eric Snow2022-05-271-0/+2
* 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-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)Kumar Aditya2022-05-271-0/+3
* gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)Dennis Sweeney2022-05-271-0/+1
* gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)Wenzel Jakob2022-05-271-0/+8
* gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)Victor Stinner2022-05-261-0/+2
* 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-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)Ken Jin2022-05-251-0/+1
* gh-93202: Always use %zd printf formatter (#93201)Victor Stinner2022-05-251-0/+4
* gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)oda-gitso2022-05-251-0/+1
* gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)Victor Stinner2022-05-251-0/+2
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro HronĨok2022-05-252-0/+4
* gh-92658: Add Hyper-V socket support (GH-92755)Jordan Borean2022-05-241-0/+1
* gh-93033: Use wmemchr in stringlib (GH-93034)goldsteinn2022-05-241-0/+1
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)Yury Selivanov2022-05-231-0/+5
* 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-93061: Mark as artificial: backwards jump after async for (GH-93062)Dennis Sweeney2022-05-231-0/+1
* gh-93103: Deprecate global configuration variable (#93104)Victor Stinner2022-05-231-0/+4
* gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)Mori Bellamy2022-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
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Steve Dower2022-05-191-0/+3
* gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...David Machaj2022-05-191-0/+1
* gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...Steve Dower2022-05-191-0/+2
* GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...Mark Shannon2022-05-191-0/+2
* bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)Nikita Sobolev2022-05-191-0/+2
* gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#8847)Michael Osipov2022-05-191-0/+1
* 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-92955: fix memory leak in code object lines and positions iterators (gh-92...Kumar Aditya2022-05-191-0/+1
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Christian Heimes2022-05-191-0/+1
* GH-90690: Remove `PRECALL` instruction (GH-92925)Mark Shannon2022-05-191-0/+2
* gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92...Ayappan Perumal2022-05-191-0/+3
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)Serhiy Storchaka2022-05-191-0/+1
* 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
* bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...Nikita Sobolev2022-05-181-0/+2
* gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)Oleg Iarygin2022-05-171-0/+2
* bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)Zackery Spytz2022-05-171-0/+1