cpython/Modules
2023-07-11 16:36:42 +05:30
..
_blake2
_ctypes
_decimal gh-106078: Move external C-API functions to decimal module global state (#106616) 2023-07-11 16:36:42 +05:30
_hacl
_io gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
_multiprocessing
_sqlite gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
_sre gh-106508: Improve debugging of the _sre module (GH-106509) 2023-07-08 18:00:39 +03:00
_ssl
_testcapi gh-99593: Add tests for Unicode C API (part 3) (GH-104728) 2023-07-10 14:04:34 +03:00
_xxtestfuzz
cjkcodecs gh-106320: Remove private _PyImport C API functions (#106383) 2023-07-03 23:02:07 +00:00
clinic
expat
_abc.c
_asynciomodule.c GH-104787: use managed weakrefs in _asyncio (#106516) 2023-07-10 17:18:03 +05:30
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c gh-106320: Remove private _PyImport C API functions (#106383) 2023-07-03 23:02:07 +00:00
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.h
_opcode.c
_operator.c gh-106320: Create pycore_modsupport.h header file (#106355) 2023-07-03 09:39:11 +00:00
_pickle.c gh-106320: Remove _PyBytesWriter C API (#106399) 2023-07-04 08:27:23 +00:00
_posixsubprocess.c gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
_queuemodule.c
_randommodule.c gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
_scproxy.c
_ssl.c
_ssl.h
_ssl_data.h
_ssl_data_31.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c gh-106320: Remove _PyBytesWriter C API (#106399) 2023-07-04 08:27:23 +00:00
_testbuffer.c
_testcapi_feature_macros.inc
_testcapimodule.c gh-105227: Add PyType_GetDict() (GH-105747) 2023-07-10 18:41:02 +02:00
_testclinic.c
_testimportmultiple.c
_testinternalcapi.c GH-106360: Support very basic superblock introspection (#106422) 2023-07-04 17:23:00 +01:00
_testmultiphase.c
_testsinglephase.c
_threadmodule.c
_tkinter.c
_tracemalloc.c
_typingmodule.c
_uuidmodule.c
_weakref.c
_winapi.c gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408) 2023-07-04 16:19:20 +02:00
_xxinterpchannelsmodule.c gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
_xxsubinterpretersmodule.c gh-105873: Make _xxsubinterpreters use exception type name in shared exception (#105874) 2023-07-08 08:44:50 +00:00
_zoneinfo.c
addrinfo.h
arraymodule.c
atexitmodule.c
binascii.c
cmathmodule.c gh-106320: Add pycore_complexobject.h header file (#106339) 2023-07-02 21:19:59 +00:00
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
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 gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
posixmodule.h
pwdmodule.c
pyexpat.c gh-106320: Remove private _PyImport C API functions (#106383) 2023-07-03 23:02:07 +00:00
readline.c gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup
Setup.bootstrap.in
Setup.stdlib.in
sha1module.c
sha2module.c
sha3module.c
signalmodule.c gh-106320: Remove private pylifecycle.h functions (#106400) 2023-07-04 09:41:43 +00:00
socketmodule.c
socketmodule.h
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.