summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.11v3.10.11Pablo Galindo2023-04-0437-64/+359
* [3.10] gh-103207: Add instructions to the macOS installer welcome display on ...Ned Deily2023-04-041-0/+2
* [3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...Miss Islington (bot)2023-03-291-0/+1
* [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...Miss Islington (bot)2023-03-281-0/+1
* [3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076)Miss Islington (bot)2023-03-281-0/+1
* [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)Miss Islington (bot)2023-03-281-0/+2
* [3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)Pradyun Gedam2023-03-281-0/+1
* [3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)Miss Islington (bot)2023-03-271-0/+7
* gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)Miss Islington (bot)2023-03-241-0/+1
* [3.10] gh-102027: Fix macro name (GH-102124) (#102917)Miss Islington (bot)2023-03-241-0/+2
* [3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...Miss Islington (bot)2023-03-241-0/+1
* [3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclas...Alex Waygood2023-03-231-0/+2
* gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)Miss Islington (bot)2023-03-161-0/+2
* gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)Miss Islington (bot)2023-03-151-0/+1
* [3.10] GH-101673: Fix pdb bug where local variable changes are lost after lon...Irit Katriel2023-03-131-0/+1
* GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)Miss Islington (bot)2023-03-131-0/+2
* [3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102...Miss Islington (bot)2023-03-081-0/+2
* [3.10] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102...Pablo Galindo Salgado2023-03-061-0/+1
* gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...Miss Islington (bot)2023-03-051-0/+2
* gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)2023-03-051-0/+2
* [3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) ...Miss Islington (bot)2023-03-041-0/+1
* [3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts th...Oleg Iarygin2023-03-041-0/+3
* [3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...Kumar Aditya2023-03-031-0/+1
* [3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150)Mark Dickinson2023-02-261-0/+2
* [3.10] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046)...Miss Islington (bot)2023-02-261-0/+1
* [3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` w...Ionite2023-02-251-0/+1
* [3.10] gh-101936: Update the default value of fp from io.StringIO to io.Bytes...Miss Islington (bot)2023-02-221-0/+2
* [3.10] gh-101961 fileinput.hookcompressed should not set the encoding value f...Miss Islington (bot)2023-02-211-0/+2
* [3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091)Jason R. Coombs2023-02-201-0/+3
* gh-101967: add a missing error check (GH-101968)Miss Islington (bot)2023-02-181-0/+1
* [3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...Erlend E. Aasland2023-02-101-0/+1
* gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)Miss Islington (bot)2023-02-101-0/+1
* gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)Miss Islington (bot)2023-02-101-0/+1
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Steve Dower2023-02-091-0/+4
* Apply suggestions from code reviewMiss Islington (bot)2023-02-081-0/+3
* gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...Miss Islington (bot)2023-02-081-0/+1
* [3.10] gh-97725: Fix documentation for the default file of `asyncio.Task.prin...Oleg Iarygin2023-02-081-0/+2
* Python 3.10.10v3.10.10Pablo Galindo2023-02-0740-70/+400
* gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...Miss Islington (bot)2023-02-061-0/+2
* gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)Miss Islington (bot)2023-02-051-0/+1
* [3.10] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() ...Miss Islington (bot)2023-02-041-0/+2
* gh-101522: Allow overriding Windows dependencies versions and paths using MSB...Steve Dower2023-02-031-0/+2
* [3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na2023-01-311-0/+2
* gh-100795: Don't call freeaddrinfo on failure. (GH-101252)Miss Islington (bot)2023-01-231-0/+3
* [3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-9619...Miss Islington (bot)2023-01-221-0/+1
* gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...Miss Islington (bot)2023-01-211-0/+2
* [3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...Miss Islington (bot)2023-01-201-0/+4
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Miss Islington (bot)2023-01-171-0/+1
* [3.10] gh-101046: Fix a potential memory leak in the parser when raising Memo...Pablo Galindo Salgado2023-01-161-0/+2
* [3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)Nikita Sobolev2023-01-151-0/+2