summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* gh-114944: Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll...mpage2024-02-051-0/+1
* gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)Serhiy Storchaka2024-02-051-0/+2
* gh-115015: Argument Clinic: fix generated code for METH_METHOD methods withou...Erlend E. Aasland2024-02-051-0/+5
* gh-109475: Fix support of explicit option value "--" in argparse (GH-114814)Serhiy Storchaka2024-02-051-0/+2
* GH-108362: Incremental GC implementation (GH-108038)Mark Shannon2024-02-051-0/+13
* gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)Serhiy Storchaka2024-02-051-0/+8
* GH-113462: Limit the number of versions that a single class can use. (GH-114900)Mark Shannon2024-02-051-0/+2
* gh-114628: Display csv.Error without context (#115005)Terry Jan Reedy2024-02-051-0/+2
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-051-0/+1
* gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)Nikita Sobolev2024-02-041-0/+3
* gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "fun...Serhiy Storchaka2024-02-041-0/+7
* gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)Serhiy Storchaka2024-02-041-0/+5
* gh-113280: Always close socket if SSLSocket creation failed (GH-114659)Serhiy Storchaka2024-02-041-0/+2
* gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (#106...Serhiy Storchaka2024-02-041-0/+2
* gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterat...Serhiy Storchaka2024-02-041-0/+2
* gh-83383: Always mark the dbm.dumb database as unmodified after open() and sy...Serhiy Storchaka2024-02-041-0/+5
* gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)Ethan Furman2024-02-041-0/+1
* gh-114965: Updated bundled pip to 24.0 (gh-114966)Stéphane Bidoul2024-02-031-0/+1
* gh-114887 Reject only sockets of type SOCK_STREAM in create_datagram_endpoint...Travis Howse2024-02-031-0/+2
* gh-112202: Ensure that condition.notify() succeeds even when racing with Task...Kristján Valur Jónsson2024-02-031-0/+1
* gh-114959: tarfile: do not ignore errors when extract a directory on top of a...Serhiy Storchaka2024-02-031-0/+2
* gh-114875: Require getgrent for building the grp extension module (#114876)Malcolm Smith2024-02-021-0/+1
* gh-101599: argparse: simplify the option help string (GH-103372)Jokimax2024-02-021-0/+1
* gh-104530: Enable native Win32 condition variables by default (GH-104531)Andrew Rogers2024-02-021-0/+1
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-021-0/+3
* gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...Christopher Chavez2024-02-021-0/+2
* gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)Zachary Ware2024-02-011-0/+1
* gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...Sam Gross2024-02-011-0/+4
* GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)Mark Shannon2024-02-011-0/+3
* gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)Ayappan Perumal2024-02-011-0/+4
* gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)technillogue2024-02-011-3/+3
* gh-109534: fix reference leak when SSL handshake fails (#114074)Jamie Phan2024-02-011-0/+3
* gh-113939: Frame clear, clear locals (#113940)Albert Zeyer2024-01-311-0/+4
* gh-111741: Recognise image/webp as a standard format in the mimetypes module ...Nachtalb2024-01-311-0/+1
* gh-59013: Set breakpoint on the first executable line of function when using ...Tian Gao2024-01-311-0/+1
* gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)Serhiy Storchaka2024-01-311-0/+3
* gh-109653: Speedup import of threading module (#114509)Daniel Hollas2024-01-311-0/+1
* gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)Diego Russo2024-01-301-0/+1
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-301-0/+2
* gh-112919: Speed-up datetime, date and time.replace() (GH-112921)Eugene Toder2024-01-301-0/+2
* gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...Serhiy Storchaka2024-01-301-0/+2
* gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal for...Serhiy Storchaka2024-01-291-0/+3
* gh-112240: Add option to calendar module CLI to specify the weekday to start ...Steven Ward2024-01-291-0/+2
* Fix more references to datetime and time classes (GH-114717)Serhiy Storchaka2024-01-291-1/+1
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-291-0/+2
* gh-112050: Adapt collections.deque to Argument Clinic (#113963)mpage2024-01-291-0/+1
* gh-109653: Improve import time of importlib.metadata / email.utils (#114664)Shantanu2024-01-291-0/+1
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-291-0/+4
* gh-55664: Add warning when creating a type using a namespace dictionary with ...Furkan Onder2024-01-281-0/+1
* gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)Hugo van Kemenade2024-01-2712-19/+19