.. |
_ctypes
|
gh-100926: use explicit stginfo lock for pointer cache (#133867)
|
2025-05-11 08:24:20 +00:00 |
_decimal
|
gh-53032: support IEEE 754 contexts in the decimal module (#122003)
|
2025-04-28 15:05:56 +02:00 |
_hacl
|
Bump the HACL* revision. (#133226)
|
2025-05-01 10:57:49 +08:00 |
_io
|
fix thread safety of io.StringIO.truncate (#133732)
|
2025-05-09 07:59:17 +00:00 |
_multiprocessing
|
|
|
_sqlite
|
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
|
2025-05-08 15:42:00 +03:00 |
_sre
|
|
|
_ssl
|
gh-131942: Use the Python-specific Py_DEBUG macro rather than _DEBUG in Windows-related C code (GH-131944)
|
2025-05-08 15:01:25 +00:00 |
_testcapi
|
gh-133140: Add PyUnstable_Object_IsUniquelyReferenced for free-threading (#133144)
|
2025-05-05 21:01:20 +02:00 |
_testinternalcapi
|
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
|
2025-04-22 14:18:18 +02:00 |
_testlimitedcapi
|
gh-133644: remove deprecated PyImport_ImportModuleNoBlock (#133655)
|
2025-05-08 13:08:43 +00:00 |
_xxtestfuzz
|
|
|
_zstd
|
gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962)
|
2025-05-13 11:11:52 +02:00 |
cjkcodecs
|
|
|
clinic
|
gh-133904: Fix math.factorial documentation (#133907)
|
2025-05-12 09:41:15 +00:00 |
expat
|
gh-131809: Upgrade vendored expat to 2.7.1 (#132192)
|
2025-04-07 23:42:00 +03:00 |
_abc.c
|
|
|
_asynciomodule.c
|
gh-91048: Prevent optimizing away the asyncio debug offsets structure on Windows (#132963)
|
2025-04-25 17:43:32 +00:00 |
_bisectmodule.c
|
|
|
_bz2module.c
|
|
|
_codecsmodule.c
|
|
|
_collectionsmodule.c
|
|
|
_csv.c
|
|
|
_curses_panel.c
|
|
|
_cursesmodule.c
|
bpo-44172: Keep reference to original window in curses subwindow objects (GH-26226)
|
2025-05-04 13:29:44 +03:00 |
_datetimemodule.c
|
|
|
_dbmmodule.c
|
|
|
_elementtree.c
|
gh-133009: fix UAF in xml.etree.ElementTree.Element.__deepcopy__ (#133010)
|
2025-05-10 09:32:39 +02:00 |
_functoolsmodule.c
|
gh-132641: fix race in lru_cache under free-threading (#133787)
|
2025-05-13 17:38:57 +00:00 |
_gdbmmodule.c
|
|
|
_hashopenssl.c
|
gh-132987: Support __index__() in hashlib.scrypt() (GH-133100)
|
2025-04-29 16:16:05 +03:00 |
_heapqmodule.c
|
gh-110067: Make max heap methods public and add missing ones (GH-130725)
|
2025-05-05 17:52:49 +02:00 |
_interpchannelsmodule.c
|
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
|
2025-04-28 11:55:15 -06:00 |
_interpqueuesmodule.c
|
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
|
2025-04-28 11:55:15 -06:00 |
_interpreters_common.h
|
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
|
2025-04-25 14:43:38 -06:00 |
_interpretersmodule.c
|
Add missing whitespace in is_running_main comment (#133174)
|
2025-05-01 04:36:59 +01:00 |
_json.c
|
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
|
2025-04-08 22:08:00 +03:00 |
_localemodule.c
|
|
|
_lsprof.c
|
gh-132250: Clear error in lsprof callback when method descriptor raises an excep… (#132251)
|
2025-04-08 13:36:47 -04:00 |
_lzmamodule.c
|
gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584)
|
2025-05-08 12:27:50 +03:00 |
_math.h
|
|
|
_opcode.c
|
|
|
_operator.c
|
|
|
_pickle.c
|
|
|
_posixsubprocess.c
|
GH-115322: Add missing audit hooks (GH-115624)
|
2025-04-13 21:46:20 +00:00 |
_queuemodule.c
|
|
|
_randommodule.c
|
|
|
_remote_debugging_module.c
|
GH-91048: Minor fixes for `_remotedebugging & rename to _remote_debugging ` (#133398)
|
2025-05-05 02:30:14 +02:00 |
_scproxy.c
|
|
|
_ssl.c
|
gh-133623: Add ssl.HAS_PSK_TLS13 to detect external TLS 1.3 PSK support (#133624)
|
2025-05-09 09:09:09 +02:00 |
_ssl.h
|
|
|
_ssl_data_34.h
|
gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)
|
2025-04-25 10:26:58 +02:00 |
_ssl_data_111.h
|
gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)
|
2025-04-25 10:26:58 +02:00 |
_ssl_data_300.h
|
|
|
_ssl_data_340.h
|
gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)
|
2025-04-25 10:26:58 +02:00 |
_stat.c
|
gh-132987: Support __index__() in the stat module (GH-133097)
|
2025-04-29 19:25:44 +03:00 |
_statisticsmodule.c
|
|
|
_struct.c
|
gh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237)
|
2025-05-05 11:23:30 +02:00 |
_suggestions.c
|
|
|
_sysconfig.c
|
gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)
|
2025-04-11 16:19:03 +01:00 |
_testbuffer.c
|
|
|
_testcapi_feature_macros.inc
|
|
|
_testcapimodule.c
|
|
|
_testclinic.c
|
Test fixes for 3.15 (GH-133599)
|
2025-05-07 14:50:39 -05:00 |
_testclinic_limited.c
|
|
|
_testimportmultiple.c
|
|
|
_testinternalcapi.c
|
gh-132775: Add _PyFunction_GetXIData() (gh-133481)
|
2025-05-12 22:10:56 +00:00 |
_testlimitedcapi.c
|
|
|
_testmultiphase.c
|
|
|
_testsinglephase.c
|
|
|
_threadmodule.c
|
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread (gh-130402)
|
2025-04-28 15:48:48 +02:00 |
_tkinter.c
|
|
|
_tracemalloc.c
|
|
|
_typesmodule.c
|
GH-118761: Expose more core interpreter types in `_types ` (#132103)
|
2025-04-05 18:11:07 +00:00 |
_typingmodule.c
|
|
|
_uuidmodule.c
|
|
|
_weakref.c
|
|
|
_winapi.c
|
|
|
_zoneinfo.c
|
|
|
addrinfo.h
|
|
|
arraymodule.c
|
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
|
2025-05-06 13:12:26 +03:00 |
atexitmodule.c
|
|
|
binascii.c
|
|
|
blake2module.c
|
gh-132993: expose HASHLIB_GIL_MINSIZE to private extension modules (#132999)
|
2025-04-27 22:20:15 +00:00 |
cmathmodule.c
|
|
|
config.c.in
|
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
|
2025-04-09 16:18:54 -07:00 |
errnomodule.c
|
|
|
faulthandler.c
|
gh-127604: Fix refleak in faulthandler_dump_c_stack_py() (#132840)
|
2025-04-23 14:29:31 +00:00 |
fcntlmodule.c
|
gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907)
|
2025-05-13 14:44:07 +00:00 |
gc_weakref.txt
|
|
|
gcmodule.c
|
|
|
getaddrinfo.c
|
|
|
getbuildinfo.c
|
|
|
getnameinfo.c
|
|
|
getpath.c
|
GH-131296: Avoid invalid signed char comparison in getpath.c assertion (GH-131594)
|
2025-04-22 14:06:30 +01:00 |
getpath.py
|
|
|
getpath_noop.c
|
|
|
grpmodule.c
|
|
|
hashlib.h
|
|
|
hmacmodule.c
|
gh-133061: do not mention UINT32_MAX in HMAC user-facing messages (#133062)
|
2025-04-28 01:14:12 +02:00 |
itertoolsmodule.c
|
gh-123471: Make concurrent iteration over itertools.repeat safe under free-threading (#131247)
|
2025-04-13 13:26:58 +05:30 |
ld_so_aix.in
|
|
|
main.c
|
gh-103997: Automatically dedent the argument to "-c" (#103998)
|
2025-04-18 17:39:30 +09:00 |
makesetup
|
gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132438)
|
2025-04-20 17:40:17 +00:00 |
makexp_aix
|
|
|
mathmodule.c
|
gh-133904: Fix math.factorial documentation (#133907)
|
2025-05-12 09:41:15 +00:00 |
md5module.c
|
gh-132993: expose HASHLIB_GIL_MINSIZE to private extension modules (#132999)
|
2025-04-27 22:20:15 +00:00 |
mmapmodule.c
|
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
|
2025-04-08 22:08:00 +03:00 |
overlapped.c
|
GH-131296: Remove unused variable from overlapped.c (GH-131590)
|
2025-04-16 22:44:57 +01:00 |
posixmodule.c
|
gh-133562: Skip security descriptors on unsupported Windows API partitions (GH-133563)
|
2025-05-14 11:34:41 +00:00 |
posixmodule.h
|
|
|
pwdmodule.c
|
|
|
pyexpat.c
|
|
|
readline.c
|
GH-115322: Add missing audit hooks (GH-115624)
|
2025-04-13 21:46:20 +00:00 |
README
|
|
|
resource.c
|
|
|
rotatingtree.c
|
|
|
rotatingtree.h
|
|
|
selectmodule.c
|
gh-132987: Support __index__() in the select.kqueue_event constructor (GH-133094)
|
2025-04-29 13:55:14 +00:00 |
Setup
|
GH-132983: Build `_zstd ` on Windows (#133366)
|
2025-05-06 00:58:47 +01:00 |
Setup.bootstrap.in
|
|
|
Setup.stdlib.in
|
GH-132983: Build `_zstd ` on Windows (#133366)
|
2025-05-06 00:58:47 +01:00 |
sha1module.c
|
gh-132993: expose HASHLIB_GIL_MINSIZE to private extension modules (#132999)
|
2025-04-27 22:20:15 +00:00 |
sha2module.c
|
gh-132993: expose HASHLIB_GIL_MINSIZE to private extension modules (#132999)
|
2025-04-27 22:20:15 +00:00 |
sha3module.c
|
gh-132993: expose HASHLIB_GIL_MINSIZE to private extension modules (#132999)
|
2025-04-27 22:20:15 +00:00 |
signalmodule.c
|
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
|
2025-04-23 20:59:41 +01:00 |
socketmodule.c
|
gh-132886: use relaxed atomics for sock_fd in gil builds in socket module (#133208)
|
2025-05-08 22:33:41 +05:30 |
socketmodule.h
|
gh-133568: Only set HAVE_AF_HYPERV on supported WinAPI partitions (GH-133569)
|
2025-05-14 11:42:33 +00:00 |
symtablemodule.c
|
|
|
syslogmodule.c
|
|
|
termios.c
|
|
|
timemodule.c
|
|
|
tkappinit.c
|
|
|
tkinter.h
|
|
|
unicodedata.c
|
|
|
unicodedata_db.h
|
|
|
unicodename_db.h
|
|
|
winreparse.h
|
|
|
xxlimited.c
|
|
|
xxlimited_35.c
|
|
|
xxmodule.c
|
gh-122040: reword Modules/xxmodule.c module-level comment (#132201)
|
2025-04-07 08:03:03 +00:00 |
xxsubtype.c
|
|
|
zlibmodule.c
|
|
|