summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (...Peter Bierma2025-08-122-17/+17
* [3.13] gh-137044: Support large limit values in getrlimit() and setrlimit() (...Miss Islington (bot)2025-08-072-45/+58
* [3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC ...Bénédikt Tran2025-08-051-8/+32
* [3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modul...sobolevn2025-08-042-8/+4
* [3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Window...Miss Islington (bot)2025-08-011-0/+47
* [3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-13...Gregory P. Smith2025-07-272-48/+66
* [3.13] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#1...Miss Islington (bot)2025-07-271-1/+1
* [3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721)Zachary Ware2025-07-162-4/+4
* [3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136...Miss Islington (bot)2025-07-121-1/+1
* [3.13] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (...Miss Islington (bot)2025-07-041-4/+4
* [3.13] Fix comments for `heapq.siftup_max` (GH-135359) (#136233)Miss Islington (bot)2025-07-031-3/+3
* [3.13] gh-135607: remove null checking of weakref list in dealloc of extensio...Victor Stinner2025-07-0119-49/+39
* [3.13] gh-108765: fix comment about macro definitions in `_stat.c` post GH-10...Miss Islington (bot)2025-06-271-2/+2
* [3.13] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannel...sobolevn2025-06-251-4/+2
* [3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpret...Brian Schubert2025-06-241-12/+10
* [3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default ma...Eric Snow2025-06-231-2/+5
* [3.13] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-1...Miss Islington (bot)2025-06-181-1/+4
* [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