index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
*
gh-132987: Support __index__() in the socket module (GH-133093)
Serhiy Storchaka
22 hours
*
gh-132987: Support __index__() in the stat module (GH-133097)
Serhiy Storchaka
22 hours
*
gh-130317: Fix strict aliasing in PyFloat_Pack8() (#133150)
Victor Stinner
24 hours
*
gh-132987: Support __index__() in the lzma module (GH-133099)
Serhiy Storchaka
24 hours
*
gh-132987: Support __index__() in the select.kqueue_event constructor (GH-133...
Serhiy Storchaka
25 hours
*
gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)
Serhiy Storchaka
25 hours
*
gh-132987: Support __index__() in hashlib.scrypt() (GH-133100)
Serhiy Storchaka
25 hours
*
gh-132987: Support __index__() in the posix module (GH-133096)
Serhiy Storchaka
25 hours
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
36 hours
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
36 hours
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
39 hours
*
gh-122320: Limit dict key versions used by test_opcache. (gh-132961)
Neil Schemenauer
43 hours
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
45 hours
*
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra
47 hours
*
gh-132915: Try to detect a buffer overflow in fcntl() and ioctl() (GH-132919)
Serhiy Storchaka
48 hours
*
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...
Petr Viktorin
2 days
*
gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)
Sergey B Kirpichev
2 days
*
gh-53032: support IEEE 754 contexts in the decimal module (#122003)
Sergey B Kirpichev
2 days
*
gh-133061: do not mention `UINT32_MAX` in HMAC user-facing messages (#133062)
Bénédikt Tran
3 days
*
gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)
Bénédikt Tran
3 days
*
gh-132991: Add socket.IP_FREEBIND constant (GH-132998)
Alyssa Ross
4 days
*
gh-131298: update `Modules/Setup` after HACL* static linking changes (#133012)
Anthony Sottile
4 days
*
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...
Serhiy Storchaka
4 days
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
5 days
*
gh-91048: Prevent optimizing away the asyncio debug offsets structure on Wind...
Pablo Galindo Salgado
5 days
*
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow
5 days
*
gh-91048: Fix _testexternalinspection.c on FreeBSD (#132945)
Victor Stinner
5 days
*
gh-132527: Added missing `w` typecode to array() error message (#132529)
Christian Veenhuis
5 days
*
gh-91048: Refactor _testexternalinspection and add Windows support (#132852)
Pablo Galindo Salgado
5 days
*
gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)
Bénédikt Tran
5 days
*
gh-132868: use `_Alignof()` C11 operator in the `struct` module (#132872)
Sergey B Kirpichev
5 days
*
gh-131591: Reset RemoteDebuggerSuupport state after fork (#132793)
Nadeshiko Manju
6 days
*
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow
6 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 Storchaka
6 days
*
gh-132162: Add tests for Py_UniversalNewlineFgets() (#132164)
alexey semenyuk
6 days
*
gh-121249: fix naming of struct tagPyCArgObject members (#132863)
Sergey B Kirpichev
6 days
*
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
Pablo Galindo Salgado
7 days
*
gh-91048: Add ability to list all pending asyncio tasks in a process remotely...
Łukasz Langa
7 days
*
gh-127604: Fix refleak in faulthandler_dump_c_stack_py() (#132840)
Victor Stinner
7 days
*
gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827)
Sergey B Kirpichev
7 days
*
gh-132734: Fix build on FreeBSD and old Linux (GH-132829)
Serhiy Storchaka
7 days
*
gh-132776: Minor Fixes for XIBufferViewType (gh-132779)
Eric Snow
8 days
*
gh-132470: Prevent crash in ctypes.CField when `byte_size` is incorrect (#132...
dura0ok
8 days
*
GH-131296: Avoid invalid signed char comparison in getpath.c assertion (GH-13...
Chris Eibl
8 days
*
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev
8 days
*
gh-132734: Add new constants for Bluetooth sockets (GH-132735)
Serhiy Storchaka
8 days
*
gh-101410: Customize error messages for 1-arg math functions (#129497)
Sergey B Kirpichev
8 days
*
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma
9 days
*
gh-132753: Argument Clinic: Fix support of c_default for the bool converter (...
Serhiy Storchaka
10 days
[next]