summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...Miss Islington (bot)2024-04-031-0/+4
* [3.12] gh-91565: Update issue tracker URL in error message. (GH-117450) (#117...Miss Islington (bot)2024-04-031-2/+2
* [3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-281-1/+0
* [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (...Gregory P. Smith2024-03-2621-1814/+1568
* [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Miss Islington (bot)2024-03-251-0/+1
* [3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)jkriegshauser2024-03-201-0/+18
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-202-0/+14
* [3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit...Sam Gross2024-03-193-5/+7
* [3.12] gh-115874: Don't use module state in teedataobject tp_dealloc (GH-1162...Miss Islington (bot)2024-03-181-5/+3
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-181-2/+2
* Fix linting for Modules/gcmodule.c (#116691)Pablo Galindo Salgado2024-03-131-1/+1
* [3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...Pablo Galindo Salgado2024-03-121-0/+3
* [3.12] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (...Miss Islington (bot)2024-03-121-32/+36
* [3.12] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) ...Miss Islington (bot)2024-03-111-31/+30
* [3.12] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posix...Miss Islington (bot)2024-03-091-6/+17
* [3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...Miss Islington (bot)2024-03-081-1/+1
* [3.12] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule...Miss Islington (bot)2024-03-071-9/+19
* [3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-065-2/+155
* [3.12] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (...Miss Islington (bot)2024-03-061-26/+29
* gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...Miss Islington (bot)2024-03-042-2/+2
* [3.12] Consistently spell out *predicate* instead of *pred*. (gh-116308) (gh-...Miss Islington (bot)2024-03-041-3/+3
* [3.12] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...Miss Islington (bot)2024-02-291-5/+60
* [3.12] gh-115886: Handle embedded null characters in shared memory name (GH-1...Serhiy Storchaka2024-02-251-2/+12
* [3.12] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)...Miss Islington (bot)2024-02-231-0/+2
* [3.12] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspac...Serhiy Storchaka2024-02-201-2/+22
* [3.12] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offse...Miss Islington (bot)2024-02-171-1/+10
* [3.12] gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431) (#115469)Miss Islington (bot)2024-02-1411-262/+401
* [3.12] gh-115243: Fix crash in deque.index() when the deque is concurrently m...Miss Islington (bot)2024-02-141-1/+2
* [3.12] gh-114563: C decimal falls back to pydecimal for unsupported format st...John Belmonte2024-02-121-122/+61
* [3.12] gh-114670: Fix `_testbuffer` module initialization (GH-114672) (#115272)Miss Islington (bot)2024-02-111-53/+74
* [3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read...Miss Islington (bot)2024-02-091-0/+10
* [3.12] gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) (...Miss Islington (bot)2024-02-081-0/+4
* [3.12] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...Ɓukasz Langa2024-02-061-24/+22
* [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...Erlend E. Aasland2024-02-0625-65/+132
* 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/+17
* [3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-11...Miss Islington (bot)2024-01-231-0/+2
* [3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216)Peter Lazorchak2024-01-191-0/+29
* [3.12] gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c`...Miss Islington (bot)2024-01-191-1/+1
* [3.12] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (#114219)Miss Islington (bot)2024-01-181-10/+11
* [3.12] 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...Miss Islington (bot)2024-01-161-7/+21
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Miss Islington (bot)2024-01-121-6/+10
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Miss Islington (bot)2024-01-111-19/+15
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)Miss Islington (bot)2024-01-101-4/+155
* [3.12] gh-70835: Clarify error message for CSV file opened with wrong newline...Miss Islington (bot)2024-01-101-1/+2
* [3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...Miss Islington (bot)2024-01-081-4/+8
* [3.12] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...Serhiy Storchaka2024-01-052-6/+6
* [3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170)Diego Russo2024-01-052-59/+124
* [3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...Miss Islington (bot)2023-12-281-4/+5