summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)Kumar Aditya2022-08-151-0/+1
* gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)Shreenidhi Shedi2022-08-151-0/+3
* GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)Mark Shannon2022-08-151-0/+2
* GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh...Kumar Aditya2022-08-141-0/+1
* gh-95853: Add script to automate WASM build (GH-95828)Christian Heimes2022-08-131-0/+2
* gh-94909: fix joining of absolute and relative Windows paths in pathlib (GH-...Barney Gale2022-08-121-0/+2
* gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-...Shantanu2022-08-121-0/+1
* gh-95922: compiler's eliminate_empty_basic_blocks ignores the last block of t...Irit Katriel2022-08-121-0/+2
* GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)Mark Shannon2022-08-111-0/+1
* gh-95876: Fix format string in pegen error location code (#95877)Christian Heimes2022-08-111-0/+4
* gh-95733: Allow installing Store package on older Windows versions (GH-95862)Steve Dower2022-08-101-0/+2
* gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...Mark Dickinson2022-08-101-0/+2
* gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)David Bonner2022-08-101-0/+2
* gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)Petr Viktorin2022-08-101-0/+3
* gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...Serhiy Storchaka2022-08-081-0/+4
* gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)Petr Viktorin2022-08-081-0/+3
* docs: Fix a few typos (#94899)Tim Gates2022-08-081-1/+1
* gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile ...JuniorJPDJ2022-08-061-0/+1
* gh-95385 Fastpath for encoding dict to JSON (gh-95374)Aivars Kalvāns2022-08-061-0/+1
* gh-93243: Make smtpd private before porting its users (GH-93246)Oleg Iarygin2022-08-061-0/+1
* gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)Barney Gale2022-08-051-0/+1
* gh-93744: Remove configure --with-cxx-main option (#95651)Victor Stinner2022-08-051-0/+3
* gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)Fantix King2022-08-051-0/+6
* gh-65802: IDLE - explain SaveAs and extensions (#95690)Terry Jan Reedy2022-08-051-0/+1
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-051-0/+1
* gh-95656: Enable the sqlite3 load extension API in Windows build (#95662)Erlend Egeberg Aasland2022-08-041-0/+2
* gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...Steve Dower2022-08-041-0/+2
* gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...Petr Viktorin2022-08-041-0/+6
* gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)Petr Viktorin2022-08-041-0/+2
* gh-87092: create a 'jump target label' abstraction so that the compiler's cod...Irit Katriel2022-08-041-0/+1
* GH-95289: Always call uncancel() when parent cancellation is requested (#95602)Kumar Aditya2022-08-041-0/+1
* gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)Ken Jin2022-08-041-0/+3
* gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)Miro Hrončok2022-08-031-0/+1
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-0/+3
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Stéphane Bidoul2022-08-031-0/+1
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...CAM Gerlach2022-08-031-0/+3
* GH-92678: Fix tp_dictoffset inheritance. (GH-95596)Mark Shannon2022-08-031-0/+2
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-0/+3
* gh-95191: IDLE: Include prompts when saving Shell #95554Terry Jan Reedy2022-08-021-0/+1
* GH-95150: Use position and exception tables for code hashing and equality (GH...Brandt Bucher2022-08-011-0/+3
* gh-91447: Fix findtext to only give an empty string on None (GH-91486)Eugene Triguba2022-08-011-0/+2
* gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)neonene2022-08-011-0/+1
* GH-95245: Store object values and dict pointers in single tagged pointer. (GH...Mark Shannon2022-08-011-0/+2
* gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)Dong-hee Na2022-08-011-1/+1
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-011-0/+2
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)Terry Jan Reedy2022-08-011-0/+2
* gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)Dong-hee Na2022-07-311-0/+2
* gh-95471: IDLE - Tweak Edit menu (#95481)Terry Jan Reedy2022-07-311-0/+1
* gh-95454: Replace truthy/falsy with true/false (GH-95456)Robert O'Shea2022-07-305-4/+6
* gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)Erlend Egeberg Aasland2022-07-301-0/+1