aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules
Commit message (Expand)AuthorAge
* gh-132987: Support __index__() in the socket module (GH-133093)Serhiy Storchaka22 hours
* gh-132987: Support __index__() in the stat module (GH-133097)Serhiy Storchaka22 hours
* gh-130317: Fix strict aliasing in PyFloat_Pack8() (#133150)Victor Stinner24 hours
* gh-132987: Support __index__() in the lzma module (GH-133099)Serhiy Storchaka24 hours
* gh-132987: Support __index__() in the select.kqueue_event constructor (GH-133...Serhiy Storchaka25 hours
* gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)Serhiy Storchaka25 hours
* gh-132987: Support __index__() in hashlib.scrypt() (GH-133100)Serhiy Storchaka25 hours
* gh-132987: Support __index__() in the posix module (GH-133096)Serhiy Storchaka25 hours
* gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)Eric Snow36 hours
* gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)Eric Snow36 hours
* gh-132775: Add _PyMarshal_GetXIData() (gh-133108)Eric Snow39 hours
* gh-122320: Limit dict key versions used by test_opcache. (gh-132961)Neil Schemenauer43 hours
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow45 hours
* gh-132952: Speed up startup by importing _io instead of io (#132957)Jelle Zijlstra47 hours
* gh-132915: Try to detect a buffer overflow in fcntl() and ioctl() (GH-132919)Serhiy Storchaka48 hours
* gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...Petr Viktorin2 days
* gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)Sergey B Kirpichev2 days
* gh-53032: support IEEE 754 contexts in the decimal module (#122003)Sergey B Kirpichev2 days
* gh-133061: do not mention `UINT32_MAX` in HMAC user-facing messages (#133062)Bénédikt Tran3 days
* gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)Bénédikt Tran3 days
* gh-132991: Add socket.IP_FREEBIND constant (GH-132998)Alyssa Ross4 days
* gh-131298: update `Modules/Setup` after HACL* static linking changes (#133012)Anthony Sottile4 days
* gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...Serhiy Storchaka4 days
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow5 days
* gh-91048: Prevent optimizing away the asyncio debug offsets structure on Wind...Pablo Galindo Salgado5 days
* gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)Eric Snow5 days
* gh-91048: Fix _testexternalinspection.c on FreeBSD (#132945)Victor Stinner5 days
* gh-132527: Added missing `w` typecode to array() error message (#132529)Christian Veenhuis5 days
* gh-91048: Refactor _testexternalinspection and add Windows support (#132852)Pablo Galindo Salgado5 days
* gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)Bénédikt Tran5 days
* gh-132868: use `_Alignof()` C11 operator in the `struct` module (#132872)Sergey B Kirpichev5 days
* gh-131591: Reset RemoteDebuggerSuupport state after fork (#132793)Nadeshiko Manju6 days
* gh-132776: Cleanup for XIBufferViewType (gh-132821)Eric Snow6 days
* gh-127385: Add F_DUPFD_QUERY to fcntl (GH-127386)RUANG (James Roy)6 days
* gh-132742: Refactor fcntl.fcntl() and fcntl.ioctl() (GH-132768)Serhiy Storchaka6 days
* gh-132162: Add tests for Py_UniversalNewlineFgets() (#132164)alexey semenyuk6 days
* gh-121249: fix naming of struct tagPyCArgObject members (#132863)Sergey B Kirpichev6 days
* gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)Pablo Galindo Salgado7 days
* gh-91048: Add ability to list all pending asyncio tasks in a process remotely...Łukasz Langa7 days
* gh-127604: Fix refleak in faulthandler_dump_c_stack_py() (#132840)Victor Stinner7 days
* gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827)Sergey B Kirpichev7 days
* gh-132734: Fix build on FreeBSD and old Linux (GH-132829)Serhiy Storchaka7 days
* gh-132776: Minor Fixes for XIBufferViewType (gh-132779)Eric Snow8 days
* gh-132470: Prevent crash in ctypes.CField when `byte_size` is incorrect (#132...dura0ok8 days
* GH-131296: Avoid invalid signed char comparison in getpath.c assertion (GH-13...Chris Eibl8 days
* gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)Sergey B Kirpichev8 days
* gh-132734: Add new constants for Bluetooth sockets (GH-132735)Serhiy Storchaka8 days
* gh-101410: Customize error messages for 1-arg math functions (#129497)Sergey B Kirpichev8 days
* gh-127604: Add C stack dumps to `faulthandler` (#128159)Peter Bierma9 days
* gh-132753: Argument Clinic: Fix support of c_default for the bool converter (...Serhiy Storchaka10 days