blob: f374c50fd2425c26d6e58cbc9773d862a55dc0ce [file] [log] [blame]
Dan Willemsenb3614d22019-10-07 16:06:34 -07001# These come from looking through setup.py
2
3array arraymodule.c
4cmath cmathmodule.c _math.c
5math mathmodule.c _math.c
6_contextvars _contextvarsmodule.c
7time timemodule.c
8_datetime _datetimemodule.c
Haibo Huang5bb95e92021-01-14 11:35:14 -08009_zoneinfo _zoneinfo.c
Dan Willemsenb3614d22019-10-07 16:06:34 -070010_random _randommodule.c
11_bisect _bisectmodule.c
12_heapq _heapqmodule.c
13_pickle _pickle.c
14atexit atexitmodule.c
15_json _json.c
16_lsprof _lsprof.c rotatingtree.c
17unicodedata unicodedata.c
18_opcode _opcode.c
19_asyncio _asynciomodule.c
20_abc _abc.c
21_queue _queuemodule.c
22_statistics _statisticsmodule.c
23fcntl fcntlmodule.c
24pwd pwdmodule.c
25grp grpmodule.c
26select selectmodule.c
27parser parsermodule.c
28mmap mmapmodule.c
29syslog syslogmodule.c
30_xxsubinterpreters _xxsubinterpretersmodule.c
31_csv _csv.c
32_posixsubprocess _posixsubprocess.c
33_socket socketmodule.c
34termios termios.c
35resource resource.c
36zlib zlibmodule.c
37binascii binascii.c
38pyexpat pyexpat.c
39_multibytecodec cjkcodecs/multibytecodec.c
40_codecs_kr cjkcodecs/_codecs_kr.c
41_codecs_jp cjkcodecs/_codecs_jp.c
42_codecs_cn cjkcodecs/_codecs_cn.c
43_codecs_tw cjkcodecs/_codecs_tw.c
44_codecs_hk cjkcodecs/_codecs_hk.c
45_codecs_iso2022 cjkcodecs/_codecs_iso2022.c
46
47_multiprocessing _multiprocessing/multiprocessing.c _multiprocessing/semaphore.c
48
49_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c
50
51# TODO: get this working with boringssl
52#_ssl _ssl.c _ssl/debughelpers.c
53#_hashlib _hashopenssl.c
54
Jan Monsch418f68d2020-04-15 19:47:09 +020055_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
Dan Willemsenb3614d22019-10-07 16:06:34 -070056_md5 md5module.c
57_sha1 sha1module.c
Jan Monsch418f68d2020-04-15 19:47:09 +020058_sha256 sha256module.c
59_sha512 sha512module.c
60_sha3 _sha3/sha3module.c
Dan Willemsenb3614d22019-10-07 16:06:34 -070061
62_struct _struct.c