• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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
9_zoneinfo _zoneinfo.c
10_random _randommodule.c
11_bisect _bisectmodule.c
12_heapq _heapqmodule.c
13_pickle _pickle.c
14_json _json.c
15_lsprof _lsprof.c rotatingtree.c
16unicodedata unicodedata.c
17_opcode _opcode.c
18_asyncio _asynciomodule.c
19_abc _abc.c
20_queue _queuemodule.c
21_statistics _statisticsmodule.c
22fcntl fcntlmodule.c
23pwd pwdmodule.c
24grp grpmodule.c
25select selectmodule.c
26mmap mmapmodule.c
27syslog syslogmodule.c
28_xxsubinterpreters _xxsubinterpretersmodule.c
29_csv _csv.c
30_posixsubprocess _posixsubprocess.c
31_socket socketmodule.c
32termios termios.c
33resource resource.c
34zlib zlibmodule.c
35binascii binascii.c
36pyexpat pyexpat.c
37_multibytecodec cjkcodecs/multibytecodec.c
38_codecs_kr cjkcodecs/_codecs_kr.c
39_codecs_jp cjkcodecs/_codecs_jp.c
40_codecs_cn cjkcodecs/_codecs_cn.c
41_codecs_tw cjkcodecs/_codecs_tw.c
42_codecs_hk cjkcodecs/_codecs_hk.c
43_codecs_iso2022 cjkcodecs/_codecs_iso2022.c
44
45_multiprocessing _multiprocessing/multiprocessing.c _multiprocessing/semaphore.c
46
47_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c
48
49# TODO: get this working with boringssl
50#_ssl _ssl.c _ssl/debughelpers.c
51#_hashlib _hashopenssl.c
52
53_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
54_md5 md5module.c
55_sha1 sha1module.c
56_sha256 sha256module.c
57_sha512 sha512module.c
58_sha3 _sha3/sha3module.c
59
60_struct _struct.c
61