summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0...Miss Islington (bot)2025-06-111-5/+4
* [3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332)Serhiy Storchaka2025-06-102-8/+14
* [3.13] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-...Miss Islington (bot)2025-06-071-3/+8
* [3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent ...Serhiy Storchaka2025-06-051-5/+10
* [3.13] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)...Miss Islington (bot)2025-06-041-3/+3
* [3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)Sam Gross2025-06-031-0/+18
* [3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (...Serhiy Storchaka2025-06-022-16/+14
* [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-...Sam Gross2025-06-021-1/+15
* [3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors A...Bénédikt Tran2025-06-0115-426/+783
* [3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784)Bénédikt Tran2025-05-272-12/+17
* [3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685)Sergey B Kirpichev2025-05-261-0/+21
* [3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after...Miss Islington (bot)2025-05-231-0/+6
* [3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133922)mkaraev2025-05-122-7/+3
* [3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH...Miss Islington (bot)2025-05-101-7/+34
* [3.13] gh-122559: Synchronize C and Python implementation of the io module ab...Serhiy Storchaka2025-05-043-10/+5
* [3.13] bpo-44172: Keep reference to original window in curses subwindow objec...Serhiy Storchaka2025-05-041-8/+12
* [3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-133295)Miss Islington (bot)2025-05-021-11/+1
* [3.13] gh-132527: Added missing `w` typecode to array() error message (GH-132...Miss Islington (bot)2025-04-251-1/+1
* [3.13] gh-132753: Argument Clinic: Fix support of c_default for the bool conv...Serhiy Storchaka2025-04-212-1/+79
* [3.13] gh-132673: Fix a crash with zero-alignment in `ctypes.Structure` (#132...Peter Bierma2025-04-191-1/+2
* [3.13] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (GH-12...Miss Islington (bot)2025-04-181-1/+1
* [3.13] gh-132674: fix `_hashopenssl.c` compiler warnings on free-threaded bui...Miss Islington (bot)2025-04-181-2/+2
* [3.13] gh-130052: Fix search_map_for_section() error handling (GH-132594) (#1...Miss Islington (bot)2025-04-161-1/+3
* [3.13] gh-132099: Harmonize Bluetooth address handling (GH-132486) (GH-132497)Serhiy Storchaka2025-04-141-22/+21
* [3.13] gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BS...Serhiy Storchaka2025-04-122-67/+77
* [3.13] GH-132417: ctypes: Fix potential `Py_DECREF(NULL)` when handling funct...Miss Islington (bot)2025-04-121-3/+4
* [3.13] gh-131127: Minimal build support on systems using LibreSSL (GH-131128)...Miss Islington (bot)2025-04-111-1/+1
* [3.13] gh-132250: Clear error in lsprof callback when method descriptor raise...Miss Islington (bot)2025-04-081-0/+1
* [3.13] gh-132174: Fix function name in error message of `_interpreters.run_st...Miss Islington (bot)2025-04-081-1/+1
* [3.13] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132236)Miss Islington (bot)2025-04-074-10/+19
* [3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH...Miss Islington (bot)2025-04-071-1/+1
* [3.13] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201...Miss Islington (bot)2025-04-071-2/+1
* [3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized ...Miss Islington (bot)2025-04-041-0/+13
* [3.13] gh-111178: Fix getsockaddrarg() undefined behavior (#131668) (#131977)Victor Stinner2025-04-011-11/+49
* [3.13] gh-131936: Strengthen check in `_suggestions._generate_suggestions` (G...Miss Islington (bot)2025-03-311-1/+1
* [3.13] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when conc...Miss Islington (bot)2025-03-311-26/+32
* [3.13] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when curre...Bénédikt Tran2025-03-311-37/+29
* gh-131423: Update to OpenSSL 3.0.16. (GH-131839)Steve Dower2025-03-282-0/+13
* [3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from...Miss Islington (bot)2025-03-251-2/+1
* [3.13] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (GH-1...Miss Islington (bot)2025-03-232-18/+0
* [3.13] gh-127667: refactor and improve `_hashopenssl.c` error branches (#1311...Bénédikt Tran2025-03-181-70/+111
* [3.13] gh-118201: Simplify conv_confname (#126089) (#131375)Malcolm Smith2025-03-182-105/+52
* [3.13] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176)Petr Viktorin2025-03-173-160/+424
* [3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-13...Sam Gross2025-03-141-0/+26
* [3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#13...Miss Islington (bot)2025-03-112-2/+4
* [3.13] gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH...Miss Islington (bot)2025-03-051-2/+2
* [3.13] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (...Bénédikt Tran2025-03-033-3/+5
* [3.13] gh-127667: fix memory leaks in `hashlib` (GH-127668) (#130784)Bénédikt Tran2025-03-031-56/+78
* [3.13] gh-130617 : fix time_clockid_converter on DragonFlyBSD (GH-130634) (#1...Miss Islington (bot)2025-02-281-0/+2
* [3.13] gh-130163: Fix a leak in _pickle.c after backporting (GH-130568)Serhiy Storchaka2025-02-261-0/+7