summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-126133: Only use start year in PSF copyright, remove end years (#126236)Hugo van Kemenade2024-11-123-3/+3
* gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)RUANG (James Roy)2024-11-121-0/+27
* gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)Sayandip Dutta2024-11-122-10/+39
* gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617)Bénédikt Tran2024-11-121-0/+3
* gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (#126...Kumar Aditya2024-11-121-0/+2
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)Eric Snow2024-11-111-1/+1
* gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)Eric Snow2024-11-111-1/+1
* gh-126654: Fix crash in several functions in `_interpreters` module (#126678)sobolevn2024-11-111-0/+5
* remove minor redundant code from `_asyncio` (#126578)Kumar Aditya2024-11-081-3/+1
* GH-107803: use circular double linked list for tasks in `_asyncio` (#126577)Kumar Aditya2024-11-081-52/+21
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-0862-492/+922
* gh-122943: Remove the object converter for var-positional parameter (GH-126560)Serhiy Storchaka2024-11-081-38/+38
* gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...Serhiy Storchaka2024-11-077-211/+1065
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-075-97/+82
* Cleanup multiprocessing comment and unusual import error message (#126532)Gregory P. Smith2024-11-071-0/+1
* gh-125631: Enable setting persistent_id and persistent_load of pickler and un...Serhiy Storchaka2024-11-071-0/+62
* gh-126461: Fix _Unpickler_ReadFromFile() error handling (#126485)Victor Stinner2024-11-061-0/+4
* gh-126455: Disallow _ssl.SSLSocket instantiation (#126481)Victor Stinner2024-11-061-1/+1
* gh-126433: Change channel_info.count to int64_t (#126447)Victor Stinner2024-11-061-1/+1
* gh-126433: Fix compiler warnings on 32-bit Windows (#126444)Victor Stinner2024-11-054-9/+11
* gh-126425: Refactor `_lsprof_Profiler_enable` (#126426)sobolevn2024-11-051-12/+25