cpython/Modules
nkinnan b5aa271f86
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
2024-09-05 22:59:48 +02:00
..
_ctypes gh-97588: Move ctypes struct/union layout logic to Python (GH-123352) 2024-09-05 11:20:07 +02:00
_decimal
_hacl
_io gh-121645: Add PyBytes_Join() function (#121646) 2024-08-30 12:57:33 +00:00
_multiprocessing
_sqlite
_sre gh-122854: Add Py_HashBuffer() function (#122855) 2024-08-30 15:42:27 +00:00
_ssl
_testcapi gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472) 2024-09-02 23:25:08 +02:00
_testinternalcapi
_testlimitedcapi gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474) 2024-09-05 14:14:05 +02:00
_xxtestfuzz gh-122854: Add Py_HashBuffer() function (#122855) 2024-08-30 15:42:27 +00:00
cjkcodecs
clinic
expat gh-123678: Upgrade libexpat 2.6.3 (#123689) 2024-09-04 12:57:16 -07:00
_abc.c
_asynciomodule.c gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) 2024-09-02 18:17:48 +02:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_complex.h
_contextvarsmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c gh-122854: Add Py_HashBuffer() function (#122855) 2024-08-30 15:42:27 +00:00
_dbmmodule.c
_elementtree.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c gh-122854: Add Py_HashBuffer() function (#122855) 2024-08-30 15:42:27 +00:00
_heapqmodule.c
_interpchannelsmodule.c
_interpqueuesmodule.c
_interpreters_common.h
_interpretersmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c
_queuemodule.c
_randommodule.c
_scproxy.c
_ssl.c
_ssl.h
_ssl_data_31.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c
_suggestions.c
_sysconfig.c
_testbuffer.c
_testcapi_feature_macros.inc
_testcapimodule.c gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472) 2024-09-02 23:25:08 +02:00
_testclinic.c
_testclinic_limited.c
_testexternalinspection.c
_testimportmultiple.c
_testinternalcapi.c
_testlimitedcapi.c
_testmultiphase.c
_testsinglephase.c
_threadmodule.c
_tkinter.c gh-123504: Fix regression in _tkinter initializer (#123662) 2024-09-04 13:43:50 +02:00
_tracemalloc.c
_typingmodule.c
_uuidmodule.c
_weakref.c
_winapi.c
_zoneinfo.c
addrinfo.h
arraymodule.c
atexitmodule.c
binascii.c
blake2module.c gh-123189: [Modules/blake2module.c]: Move function definitions and their usage under the macros (#123190) 2024-08-30 13:28:32 +03:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
getpath.py
getpath_noop.c
grpmodule.c
hashlib.h
itertoolsmodule.c
ld_so_aix.in
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
overlapped.c
posixmodule.c
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup
Setup.bootstrap.in
Setup.stdlib.in gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472) 2024-09-02 23:25:08 +02:00
sha1module.c
sha2module.c
sha3module.c
signalmodule.c
socketmodule.c gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478) 2024-09-05 22:59:48 +02:00
socketmodule.h gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478) 2024-09-05 22:59:48 +02: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
xxsubtype.c
zlibmodule.c

Source files for standard library extension modules,
and former extension modules that are now builtin modules.