cpython/Modules
2021-05-27 17:53:59 +02:00
..
_blake2
_ctypes
_decimal
_io
_multiprocessing
_sha3
_sqlite bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104) 2021-05-25 18:43:56 +01:00
_ssl
_xxtestfuzz bpo-44113: Update __xxtestfuzz not to use Py_SetProgramName (GH-26083) 2021-05-13 08:22:18 +09:00
cjkcodecs
clinic
expat Fix compiler warning in the xml module (GH-26245) 2021-05-19 19:05:40 +01:00
_abc.c
_asynciomodule.c
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_cryptmodule.c
_csv.c bpo-44116: Add GC support to _csv heap types (GH-26074) 2021-05-12 19:18:58 +01:00
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376) 2021-05-27 17:29:00 +10:00
_elementtree.c
_functoolsmodule.c
_gdbmmodule.c bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376) 2021-05-27 17:29:00 +10:00
_hashopenssl.c bpo-44145: Release the GIL around HMAC_Update. (GH-26157) 2021-05-17 00:35:16 -07:00
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376) 2021-05-27 17:29:00 +10:00
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c
_queuemodule.c bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) 2021-05-27 17:50:12 +02:00
_randommodule.c
_scproxy.c
_sre.c bpo-40736: Improve the error message for re.search() TypeError (GH-23312) 2021-05-21 22:02:42 +01:00
_ssl.c bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) 2021-05-27 09:50:09 +02:00
_ssl.h
_ssl_data.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c
_testbuffer.c
_testcapimodule.c
_testimportmultiple.c
_testinternalcapi.c
_testmultiphase.c
_threadmodule.c bpo-43879: Add native_thread_id field to PyThreadState (GH-25458) 2021-05-26 16:40:14 +02:00
_tkinter.c Fix compiler warning for misleading guarding in the tkinter (GH-26244) 2021-05-19 19:10:23 +01:00
_tracemalloc.c
_uuidmodule.c
_weakref.c
_winapi.c
_xxsubinterpretersmodule.c
_zoneinfo.c
addrinfo.h
arraymodule.c bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114) 2021-05-25 19:26:44 +01:00
atexitmodule.c
audioop.c
binascii.c Use get_binascii_state instead of PyModule_GetState (GH-26069) 2021-05-13 00:09:30 +09: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
grpmodule.c
hashlib.h
itertoolsmodule.c
ld_so_aix.in
main.c
makesetup
makexp_aix
mathmodule.c bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) 2021-05-27 00:51:07 +02:00
md5module.c bpo-42972: Fully support GC for hashlib heap types (GH-26374) 2021-05-27 09:48:19 +02:00
mmapmodule.c bpo-42972: Fully support GC for mmap heap types (GH-26373) 2021-05-27 17:53:59 +02:00
nismodule.c
ossaudiodev.c
overlapped.c
posixmodule.c
posixmodule.h
pwdmodule.c
pyexpat.c bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376) 2021-05-27 17:29:00 +10:00
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup
sha1module.c bpo-42972: Fully support GC for hashlib heap types (GH-26374) 2021-05-27 09:48:19 +02:00
sha256module.c bpo-42972: Fully support GC for hashlib heap types (GH-26374) 2021-05-27 09:48:19 +02:00
sha512module.c bpo-42972: Fully support GC for hashlib heap types (GH-26374) 2021-05-27 09:48:19 +02:00
signalmodule.c
socketmodule.c
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376) 2021-05-27 17:29:00 +10:00
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.