summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* GH-125174: Mark objects as statically allocated. (#127797)Mark Shannon2024-12-111-0/+10
* gh-127065: Make methodcaller thread-safe and re-entrant (GH-127746)Pieter Eendebak2024-12-111-96/+84
* gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)Justin Applegate2024-12-111-7/+4
* gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)Peter Bierma2024-12-113-38/+56
* gh-59705: Set OS thread name when Thread.name is changed (#127702)Victor Stinner2024-12-101-2/+1
* gh-126937: ctypes: fix TypeError when a field's size is >65535 bytes (GH-126938)Melissa0x1f9922024-12-102-4/+10
* gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361)Petr Viktorin2024-12-101-0/+10
* gh-87138: convert SHA-3 object type to heap type (GH-127670)Bénédikt Tran2024-12-081-10/+29
* gh-59705: Add _thread.set_name() function (#127338)Victor Stinner2024-12-062-0/+212
* gh-127627: Add `posix._emscripten_debugger` function (#127628)Hood Chatham2024-12-062-2/+48
* gh-122431: Disallow negative values in `readline.append_history_file` (#122469)Peter Bierma2024-12-051-0/+6
* gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)Victor Stinner2024-12-051-0/+3
* gh-127481: Add `EPOLLWAKEUP` to the `select` module (GH-127482)RUANG (James Roy)2024-12-041-0/+4
* gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH...Bénédikt Tran2024-12-041-0/+167
* gh-127572: Fix `test_structmembers` initialization (GH-127577)Sam Gross2024-12-041-1/+1
* gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...Daniele Parmeggiani2024-12-031-3/+7
* gh-126585: Add EHWPOISON error code (#126586)RUANG (James Roy)2024-12-031-0/+3
* gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream...Giovanni Siragusa2024-12-021-0/+6
* gh-126618: fix repr(itertools.count(sys.maxsize)) (#127048)Sergey B Kirpichev2024-12-021-6/+3
* gh-126890: Restore stripped `ssl` docstrings (GH-127281)Peter Bierma2024-12-022-14/+114
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-021-0/+6
* gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...Peter Bierma2024-11-294-163/+61
* gh-127190: Fix local_setattro() error handling (#127366)Victor Stinner2024-11-281-1/+1
* gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-1...Petr Viktorin2024-11-284-4/+682
* gh-124008: Fix calculation of the number of written bytes for the Windows con...Serhiy Storchaka2024-11-271-28/+90
* gh-127072: Remove outdated `socket.NETLINK_*` constants. (GH-127256)RUANG (James Roy)2024-11-271-18/+2
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-261-3/+47
* GH-126985: move pyvenv.cfg detection from site to getpath (#126987)Filipe Laíns 🇵🇸2024-11-261-15/+28
* gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first valu...sobolevn2024-11-251-14/+16
* gh-109746: Make _thread.start_new_thread delete state of new thread on its st...Radislav Chugunov2024-11-221-0/+1
* gh-127065: Make `methodcaller` thread-safe in free threading build (#127109)Sam Gross2024-11-221-0/+9
* gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)Victor Stinner2024-11-212-22/+97
* gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)Serhiy Storchaka2024-11-211-24/+41
* gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990)Justin Applegate2024-11-191-0/+1
* gh-118201: Simplify conv_confname (#126089)Malcolm Smith2024-11-192-105/+52
* Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...Hugo van Kemenade2024-11-191-7/+0
* gh-126876: Fix socket internal_select() for large timeout (#126968)Victor Stinner2024-11-191-1/+4
* getpath: fix warning typo (#126978)Filipe Laíns 🇵🇸2024-11-181-1/+1
* GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)Brandt Bucher2024-11-181-1/+1
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-11-181-0/+7
* gh-101955: Fix SystemError in possesive quantifier with alternative and group...Serhiy Storchaka2024-11-181-0/+18
* gh-67877: Fix memory leaks in terminated RE matching (GH-126840)Serhiy Storchaka2024-11-184-14/+205
* gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555)George Alexopoulos2024-11-152-31/+95
* gh-126433: Update hacl-star (GH-126791)Victor Stinner2024-11-159-10/+17
* gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)Marc Culler2024-11-141-1/+4
* gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792)Seth Michael Larson2024-11-134-11/+79
* gh-123619: Add an unstable C API function for enabling deferred reference cou...Peter Bierma2024-11-132-1/+17
* gh-126688: Reinit import lock after fork (#126692)Sam Gross2024-11-121-0/+1
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)Eric Snow2024-11-125-12/+46
* gh-95382: Use cache for indentations in the JSON encoder (GH-118636)Serhiy Storchaka2024-11-121-64/+118