summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-123678: Upgrade libexpat 2.6.3 (#123710)Seth Michael Larson2024-09-053-15/+35
* [3.10] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-1123...Miss Islington (bot)2024-09-041-5/+5
* [3.10] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _wina...Steve Dower2024-09-041-2/+2
* [3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...Łukasz Langa2024-07-221-0/+4
* [3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)Steve Dower2024-05-241-3/+41
* [3.10] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118186)Seth Michael Larson2024-05-073-16/+36
* [3.10] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117079)jkriegshauser2024-03-271-0/+18
* [3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-065-2/+153
* [3.10] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...Miss Islington (bot)2024-02-201-5/+60
* [3.10] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) (#115473)Miss Islington (bot)2024-02-1911-262/+401
* [3.10] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...Łukasz Langa2024-02-061-24/+22
* [3.10] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...Miss Islington (bot)2024-01-171-5/+11
* [3.10] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...Łukasz Langa2023-11-061-3/+6
* [3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...Miss Islington (bot)2023-08-221-1/+36
* [3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificationError even if the e...Pablo Galindo Salgado2023-08-031-4/+0
* [3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via...Miss Islington (bot)2023-08-031-0/+4
* [3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-052-2/+167
* [3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)Miss Islington (bot)2023-03-271-4/+10
* [3.10] gh-102027: Fix macro name (GH-102124) (#102917)Miss Islington (bot)2023-03-241-1/+1
* [3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...Miss Islington (bot)2023-03-241-8/+28
* GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...Miss Islington (bot)2023-03-241-24/+13
* gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)Miss Islington (bot)2023-03-221-13/+24
* [3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102...Miss Islington (bot)2023-03-081-0/+4
* [3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) ...Miss Islington (bot)2023-03-041-5/+0
* [3.10] Add missing 'is' to `cmath.log()` docstring (GH-102049) (#102280)Mark Dickinson2023-02-262-4/+4
* gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...Miss Islington (bot)2023-02-061-1/+1
* [3.10] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() ...Miss Islington (bot)2023-02-042-0/+9
* gh-100795: Don't call freeaddrinfo on failure. (GH-101252)Miss Islington (bot)2023-01-231-0/+4
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Miss Islington (bot)2023-01-171-1/+16
* [3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)Kumar Aditya2023-01-112-15/+56
* GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...Miss Islington (bot)2023-01-091-8/+7
* [3.10] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the ...Miss Islington (bot)2023-01-081-40/+27
* [3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...Miss Islington (bot)2022-12-231-8/+25
* [3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl2022-12-211-0/+20
* [3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...colorfulappl2022-12-202-1/+150
* [3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)colorfulappl2022-12-172-0/+2869
* [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...Łukasz Langa2022-12-061-7/+5
* [3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017)Łukasz Langa2022-12-051-0/+1
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Luke Garland2022-12-022-1/+52
* [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...Kumar Aditya2022-11-281-13/+21
* GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH...Miss Islington (bot)2022-11-261-11/+3
* bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)Miss Islington (bot)2022-11-251-1/+5
* [3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680)Ronald Oussoren2022-11-221-7/+46
* [3.10] gh-92119: ctypes: Print exception class name instead of its representa...Kamil Turek2022-11-131-1/+4
* gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)Miss Islington (bot)2022-11-131-1/+4
* gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)Miss Islington (bot)2022-11-071-4/+16
* gh-83004: Clean up refleak in _pickle initialisation (GH-98841)Miss Islington (bot)2022-11-061-7/+6
* gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)Miss Islington (bot)2022-11-061-2/+3
* gh-83004: Clean up refleak in _io initialisation (GH-98840)Miss Islington (bot)2022-11-031-3/+3
* [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...Serhiy Storchaka2022-11-031-26/+28