python3_7_modules.csv 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. __future__
  2. __main__
  3. _dummy_thread
  4. _thread
  5. abc
  6. aifc
  7. argparse
  8. array
  9. ast
  10. asynchat
  11. asyncio
  12. asyncore
  13. atexit
  14. audioop
  15. base64
  16. bdb
  17. binascii
  18. binhex
  19. bisect
  20. builtins
  21. bz2
  22. cProfile
  23. calendar
  24. cgi
  25. cgitb
  26. chunk
  27. cmath
  28. cmd
  29. code
  30. codecs
  31. codeop
  32. collections
  33. collections.abc
  34. colorsys
  35. compileall
  36. concurrent.futures
  37. configparser
  38. contextlib
  39. contextvars
  40. copy
  41. copyreg
  42. crypt
  43. csv
  44. ctypes
  45. curses
  46. curses.ascii
  47. curses.panel
  48. curses.textpad
  49. dataclasses
  50. datetime
  51. dbm
  52. dbm.dumb
  53. dbm.gnu
  54. dbm.ndbm
  55. decimal
  56. difflib
  57. dis
  58. distutils
  59. distutils.archive_util
  60. distutils.bcppcompiler
  61. distutils.ccompiler
  62. distutils.cmd
  63. distutils.command
  64. distutils.command.bdist
  65. distutils.command.bdist_dumb
  66. distutils.command.bdist_msi
  67. distutils.command.bdist_packager
  68. distutils.command.bdist_rpm
  69. distutils.command.bdist_wininst
  70. distutils.command.build
  71. distutils.command.build_clib
  72. distutils.command.build_ext
  73. distutils.command.build_py
  74. distutils.command.build_scripts
  75. distutils.command.check
  76. distutils.command.clean
  77. distutils.command.config
  78. distutils.command.install
  79. distutils.command.install_data
  80. distutils.command.install_headers
  81. distutils.command.install_lib
  82. distutils.command.install_scripts
  83. distutils.command.register
  84. distutils.command.sdist
  85. distutils.core
  86. distutils.cygwinccompiler
  87. distutils.debug
  88. distutils.dep_util
  89. distutils.dir_util
  90. distutils.dist
  91. distutils.errors
  92. distutils.extension
  93. distutils.fancy_getopt
  94. distutils.file_util
  95. distutils.filelist
  96. distutils.log
  97. distutils.msvccompiler
  98. distutils.spawn
  99. distutils.sysconfig
  100. distutils.text_file
  101. distutils.unixccompiler
  102. distutils.util
  103. distutils.version
  104. doctest
  105. dummy_threading
  106. email
  107. email.charset
  108. email.contentmanager
  109. email.encoders
  110. email.errors
  111. email.generator
  112. email.header
  113. email.headerregistry
  114. email.iterators
  115. email.message
  116. email.mime
  117. email.parser
  118. email.policy
  119. email.utils
  120. encodings.idna
  121. encodings.mbcs
  122. encodings.utf_8_sig
  123. ensurepip
  124. enum
  125. errno
  126. faulthandler
  127. fcntl
  128. filecmp
  129. fileinput
  130. fnmatch
  131. formatter
  132. fractions
  133. ftplib
  134. functools
  135. gc
  136. getopt
  137. getpass
  138. gettext
  139. glob
  140. grp
  141. gzip
  142. hashlib
  143. heapq
  144. hmac
  145. html
  146. html.entities
  147. html.parser
  148. http
  149. http.client
  150. http.cookiejar
  151. http.cookies
  152. http.server
  153. imaplib
  154. imghdr
  155. imp
  156. importlib
  157. importlib.abc
  158. importlib.machinery
  159. importlib.resources
  160. importlib.util
  161. inspect
  162. io
  163. ipaddress
  164. itertools
  165. json
  166. json.tool
  167. keyword
  168. lib2to3
  169. linecache
  170. locale
  171. logging
  172. logging.config
  173. logging.handlers
  174. lzma
  175. macpath
  176. mailbox
  177. mailcap
  178. marshal
  179. math
  180. mimetypes
  181. mmap
  182. modulefinder
  183. msilib
  184. msvcrt
  185. multiprocessing
  186. multiprocessing.connection
  187. multiprocessing.dummy
  188. multiprocessing.managers
  189. multiprocessing.pool
  190. multiprocessing.sharedctypes
  191. netrc
  192. nis
  193. nntplib
  194. numbers
  195. operator
  196. optparse
  197. os
  198. os.path
  199. ossaudiodev
  200. parser
  201. pathlib
  202. pdb
  203. pickle
  204. pickletools
  205. pipes
  206. pkgutil
  207. platform
  208. plistlib
  209. poplib
  210. posix
  211. pprint
  212. profile
  213. pstats
  214. pty
  215. pwd
  216. py_compile
  217. pyclbr
  218. pydoc
  219. queue
  220. quopri
  221. random
  222. re
  223. readline
  224. reprlib
  225. resource
  226. rlcompleter
  227. runpy
  228. sched
  229. secrets
  230. select
  231. selectors
  232. shelve
  233. shlex
  234. shutil
  235. signal
  236. site
  237. smtpd
  238. smtplib
  239. sndhdr
  240. socket
  241. socketserver
  242. spwd
  243. sqlite3
  244. ssl
  245. stat
  246. statistics
  247. string
  248. stringprep
  249. struct
  250. subprocess
  251. sunau
  252. symbol
  253. symtable
  254. sys
  255. sysconfig
  256. syslog
  257. tabnanny
  258. tarfile
  259. telnetlib
  260. tempfile
  261. termios
  262. test
  263. test.support
  264. test.support.script_helper
  265. textwrap
  266. threading
  267. time
  268. timeit
  269. tkinter
  270. tkinter.scrolledtext
  271. tkinter.tix
  272. tkinter.ttk
  273. token
  274. tokenize
  275. trace
  276. traceback
  277. tracemalloc
  278. tty
  279. turtle
  280. turtledemo
  281. types
  282. typing
  283. unicodedata
  284. unittest
  285. unittest.mock
  286. urllib
  287. urllib.error
  288. urllib.parse
  289. urllib.request
  290. urllib.response
  291. urllib.robotparser
  292. uu
  293. uuid
  294. venv
  295. warnings
  296. wave
  297. weakref
  298. webbrowser
  299. winreg
  300. winsound
  301. wsgiref
  302. wsgiref.handlers
  303. wsgiref.headers
  304. wsgiref.simple_server
  305. wsgiref.util
  306. wsgiref.validate
  307. xdrlib
  308. xml
  309. xml.dom
  310. xml.dom.minidom
  311. xml.dom.pulldom
  312. xml.etree.ElementTree
  313. xml.parsers.expat
  314. xml.parsers.expat.errors
  315. xml.parsers.expat.model
  316. xml.sax
  317. xml.sax.handler
  318. xml.sax.saxutils
  319. xml.sax.xmlreader
  320. xmlrpc.client
  321. xmlrpc.server
  322. zipapp
  323. zipfile
  324. zipimport
  325. zlib