aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next
AgeCommit message (Expand)Author
2023-03-05gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)
2023-03-04gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180)Miss Islington (bot)
2023-03-04gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...Miss Islington (bot)
2023-02-26[3.11] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046)...Miss Islington (bot)
2023-02-25[3.11] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...Kumar Aditya
2023-02-24[3.11] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` w...Ionite
2023-02-22[3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102062)Miss Islington (bot)
2023-02-22[3.11] gh-101936: Update the default value of fp from io.StringIO to io.Bytes...Miss Islington (bot)
2023-02-21[3.11] gh-101967: add a missing error check (GH-101968) (#102015)Miss Islington (bot)
2023-02-21[3.11] gh-101961 fileinput.hookcompressed should not set the encoding value f...Miss Islington (bot)
2023-02-20[3.11] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102090)Jason R. Coombs
2023-02-20gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)Miss Islington (bot)
2023-02-13gh-101849: Add upgrade codes for old versions of launcher that ended up with ...Miss Islington (bot)
2023-02-11gh-89792: Limit test_tools freeze test build parallelism based on the number ...Miss Islington (bot)
2023-02-11gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (G...Miss Islington (bot)
2023-02-11[3.11] GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (GH-...Erlend E. Aasland
2023-02-10[3.11] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...Erlend E. Aasland
2023-02-10gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)Miss Islington (bot)
2023-02-10gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)Miss Islington (bot)
2023-02-09gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)Miss Islington (bot)
2023-02-09gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Steve Dower
2023-02-08Update Lib/subprocess.pyMiss Islington (bot)
2023-02-08gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...Miss Islington (bot)
2023-02-08[3.11] gh-96127: Fix `inspect.signature` call on mocks (#96335) (#101646)Oleg Iarygin
2023-02-08[3.11] gh-97725: Fix documentation for the default file of `asyncio.Task.prin...Oleg Iarygin
2023-02-07Python 3.11.2upstream-v3.11.2Pablo Galindo
2023-02-07[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...Łukasz Langa
2023-02-07[3.11] gh-101266: Revert fix __sizeof__ for subclasses of int (#101638)Mark Dickinson
2023-02-06gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...Miss Islington (bot)
2023-02-06gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...Miss Islington (bot)
2023-02-05gh-101541: [Enum] create flag psuedo-member without calling original __new__ ...Miss Islington (bot)
2023-02-05gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)Miss Islington (bot)
2023-02-05[3.11] gh-101266: Fix __sizeof__ for subclasses of int (GH-101394) (#101579)Mark Dickinson
2023-02-03gh-101522: Allow overriding Windows dependencies versions and paths using MSB...Steve Dower
2023-02-01gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Miss Islington (bot)
2023-01-31[3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na
2023-01-26[3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result ...Gregory P. Smith
2023-01-25[3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-10...Shantanu
2023-01-24gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Miss Islington (bot)
2023-01-23gh-100795: Don't call freeaddrinfo on failure. (GH-101252)Miss Islington (bot)
2023-01-23gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-1...Miss Islington (bot)
2023-01-21[3.11] gh-101037: Fix potential memory underallocation for zeros of int subty...Miss Islington (bot)
2023-01-21gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...Miss Islington (bot)
2023-01-20gh-100750: pass encoding kwarg in lib/platform.py (GH-100751)Miss Islington (bot)
2023-01-20[3.11] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...Gregory P. Smith
2023-01-17gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Miss Islington (bot)
2023-01-16[3.11] gh-101046: Fix a potential memory leak in the parser when raising Memo...Pablo Galindo Salgado
2023-01-16gh-100320: Fix path calculations on Windows when python.exe is moved outside ...Steve Dower
2023-01-15[3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008)Nikita Sobolev
2023-01-13[3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...Miss Islington (bot)