• 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_random _randommodule.c
10_bisect _bisectmodule.c
11_heapq _heapqmodule.c
12_pickle _pickle.c
13atexit atexitmodule.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
26parser parsermodule.c
27mmap mmapmodule.c
28syslog syslogmodule.c
29_xxsubinterpreters _xxsubinterpretersmodule.c
30_csv _csv.c
31_posixsubprocess _posixsubprocess.c
32_socket socketmodule.c
33termios termios.c
34resource resource.c
35zlib zlibmodule.c
36binascii binascii.c
37pyexpat pyexpat.c
38_multibytecodec cjkcodecs/multibytecodec.c
39_codecs_kr cjkcodecs/_codecs_kr.c
40_codecs_jp cjkcodecs/_codecs_jp.c
41_codecs_cn cjkcodecs/_codecs_cn.c
42_codecs_tw cjkcodecs/_codecs_tw.c
43_codecs_hk cjkcodecs/_codecs_hk.c
44_codecs_iso2022 cjkcodecs/_codecs_iso2022.c
45
46_multiprocessing _multiprocessing/multiprocessing.c _multiprocessing/semaphore.c
47
48_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c
49
50# TODO: get this working with boringssl
51#_ssl _ssl.c _ssl/debughelpers.c
52#_hashlib _hashopenssl.c
53
54_sha256 sha256module.c
55_sha512 sha512module.c
56_md5 md5module.c
57_sha1 sha1module.c
58
59# TODO: _blake2
60# TODO: _sha3
61
62_struct _struct.c
63