aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2024-04-031-0/+4
* [3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-281-1/+0
* [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Serhiy Storchaka2024-03-251-0/+1
* [3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-211-0/+1
* [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077)jkriegshauser2024-03-201-0/+18
* [3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665)Victor Stinner2024-03-131-24/+52
* [3.11] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (...Miss Islington (bot)2024-03-121-32/+36
* [3.11] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) ...Miss Islington (bot)2024-03-111-31/+30
* [3.11] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posix...Miss Islington (bot)2024-03-091-6/+17
* [3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...Miss Islington (bot)2024-03-081-1/+1
* [3.11] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule...Miss Islington (bot)2024-03-071-9/+19
* [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-065-2/+153
* [3.11] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (...Miss Islington (bot)2024-03-061-26/+29
* [3.11] gh-115886: Handle embedded null characters in shared memory name (GH-1...Serhiy Storchaka2024-02-251-2/+12
* [3.11] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)...Miss Islington (bot)2024-02-231-0/+2
* [3.11] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspac...Serhiy Storchaka2024-02-201-0/+10
* [3.11] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...Miss Islington (bot)2024-02-201-5/+60
* [3.11] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offse...Miss Islington (bot)2024-02-171-1/+10
* [3.11] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468)Seth Michael Larson2024-02-1411-262/+401
* [3.11] gh-115243: Fix crash in deque.index() when the deque is concurrently m...Miss Islington (bot)2024-02-141-1/+2
* [3.11] gh-114563: C decimal falls back to pydecimal for unsupported format st...John Belmonte2024-02-131-122/+60
* [3.11] gh-114670: Fix `_testbuffer` module initialization (GH-114672) (#115271)Miss Islington (bot)2024-02-111-53/+74
* [3.11] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read...Miss Islington (bot)2024-02-091-0/+10
* [3.11] gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) (...Miss Islington (bot)2024-02-081-0/+4
* [3.11] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...Miss Islington (bot)2024-02-061-24/+22
* [3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045)Peter Lazorchak2024-02-061-0/+29
* [3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...Erlend E. Aasland2024-02-0617-45/+112
* gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)Miss Islington (bot)2024-01-311-1/+1
* Use Unicode unconditionally for _winapi.CreateFile (GH-114611)Steve Dower2024-01-262-13/+19
* [3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-11...Miss Islington (bot)2024-01-231-0/+2
* [3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-11...Serhiy Storchaka2024-01-181-10/+11
* [3.11] gh-111777: Fix assertion errors on incorrectly still-tracked GC object...Miss Islington (bot)2024-01-171-1/+5
* [3.11] gh-70835: Clarify error message for CSV file opened with wrong newline...Miss Islington (bot)2024-01-171-1/+2
* [3.11] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper...Miss Islington (bot)2024-01-171-1/+3
* gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...Steve Dower2024-01-161-9/+25
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Steve Dower2024-01-111-23/+24
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)Miss Islington (bot)2024-01-111-5/+162
* [3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...Miss Islington (bot)2024-01-081-4/+8
* [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)Diego Russo2024-01-052-59/+124
* [3.11] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...Serhiy Storchaka2024-01-012-6/+6
* [3.11] gh-113566: Fix asyncio segfault during interpreter finalization (#113578)Guido van Rossum2023-12-291-0/+3
* [3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...Miss Islington (bot)2023-12-281-4/+5
* [3.11] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...Miss Islington (bot)2023-12-251-5/+11
* [3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766)Diego Russo2023-12-062-18/+71
* [3.11] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...Miss Islington (bot)2023-12-042-10/+26
* [3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...Miss Islington (bot)2023-12-041-2/+11
* [3.11] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (...Miss Islington (bot)2023-12-041-1/+1
* [3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (...Alexey Izbyshev2023-12-011-3/+5
* [3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488)Miss Islington (bot)2023-11-281-0/+16
* [3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...Serhiy Storchaka2023-11-271-0/+14