Victor Stinner | cad8020 | 2021-01-19 23:04:49 +0100 | [diff] [blame] | 1 | // Auto-generated by Tools/scripts/generate_module_names.py. |
| 2 | |
| 3 | static const char* _Py_module_names[] = { |
| 4 | |
| 5 | // Built-in modules |
| 6 | "_abc", |
| 7 | "_ast", |
| 8 | "_codecs", |
| 9 | "_collections", |
| 10 | "_functools", |
| 11 | "_imp", |
| 12 | "_io", |
| 13 | "_locale", |
| 14 | "_operator", |
| 15 | "_signal", |
| 16 | "_sre", |
| 17 | "_stat", |
| 18 | "_string", |
| 19 | "_symtable", |
| 20 | "_thread", |
| 21 | "_tracemalloc", |
| 22 | "_warnings", |
| 23 | "_weakref", |
| 24 | "atexit", |
| 25 | "builtins", |
| 26 | "errno", |
| 27 | "faulthandler", |
| 28 | "gc", |
| 29 | "itertools", |
| 30 | "marshal", |
| 31 | "posix", |
| 32 | "pwd", |
| 33 | "sys", |
| 34 | "time", |
| 35 | |
| 36 | // Pure Python modules (Lib/*.py) |
| 37 | "__future__", |
| 38 | "abc", |
| 39 | "aifc", |
| 40 | "antigravity", |
| 41 | "argparse", |
| 42 | "ast", |
| 43 | "asynchat", |
| 44 | "asyncore", |
| 45 | "base64", |
| 46 | "bdb", |
| 47 | "binhex", |
| 48 | "bisect", |
| 49 | "bz2", |
| 50 | "cProfile", |
| 51 | "calendar", |
| 52 | "cgi", |
| 53 | "cgitb", |
| 54 | "chunk", |
| 55 | "cmd", |
| 56 | "code", |
| 57 | "codecs", |
| 58 | "codeop", |
| 59 | "colorsys", |
| 60 | "compileall", |
| 61 | "configparser", |
| 62 | "contextlib", |
| 63 | "contextvars", |
| 64 | "copy", |
| 65 | "copyreg", |
| 66 | "crypt", |
| 67 | "csv", |
| 68 | "dataclasses", |
| 69 | "datetime", |
| 70 | "decimal", |
| 71 | "difflib", |
| 72 | "dis", |
| 73 | "doctest", |
| 74 | "enum", |
| 75 | "filecmp", |
| 76 | "fileinput", |
| 77 | "fnmatch", |
| 78 | "fractions", |
| 79 | "ftplib", |
| 80 | "functools", |
| 81 | "genericpath", |
| 82 | "getopt", |
| 83 | "getpass", |
| 84 | "gettext", |
| 85 | "glob", |
| 86 | "graphlib", |
| 87 | "gzip", |
| 88 | "hashlib", |
| 89 | "heapq", |
| 90 | "hmac", |
| 91 | "imaplib", |
| 92 | "imghdr", |
| 93 | "imp", |
| 94 | "inspect", |
| 95 | "io", |
| 96 | "ipaddress", |
| 97 | "keyword", |
| 98 | "linecache", |
| 99 | "locale", |
| 100 | "lzma", |
| 101 | "mailbox", |
| 102 | "mailcap", |
| 103 | "mimetypes", |
| 104 | "modulefinder", |
| 105 | "netrc", |
| 106 | "nntplib", |
| 107 | "ntpath", |
| 108 | "nturl2path", |
| 109 | "numbers", |
| 110 | "opcode", |
| 111 | "operator", |
| 112 | "optparse", |
| 113 | "os", |
| 114 | "pathlib", |
| 115 | "pdb", |
| 116 | "pickle", |
| 117 | "pickletools", |
| 118 | "pipes", |
| 119 | "pkgutil", |
| 120 | "platform", |
| 121 | "plistlib", |
| 122 | "poplib", |
| 123 | "posixpath", |
| 124 | "pprint", |
| 125 | "profile", |
| 126 | "pstats", |
| 127 | "pty", |
| 128 | "py_compile", |
| 129 | "pyclbr", |
| 130 | "pydoc", |
| 131 | "queue", |
| 132 | "quopri", |
| 133 | "random", |
| 134 | "re", |
| 135 | "reprlib", |
| 136 | "rlcompleter", |
| 137 | "runpy", |
| 138 | "sched", |
| 139 | "secrets", |
| 140 | "selectors", |
| 141 | "shelve", |
| 142 | "shlex", |
| 143 | "shutil", |
| 144 | "signal", |
| 145 | "site", |
| 146 | "smtpd", |
| 147 | "smtplib", |
| 148 | "sndhdr", |
| 149 | "socket", |
| 150 | "socketserver", |
| 151 | "sre_compile", |
| 152 | "sre_constants", |
| 153 | "sre_parse", |
| 154 | "ssl", |
| 155 | "stat", |
| 156 | "statistics", |
| 157 | "string", |
| 158 | "stringprep", |
| 159 | "struct", |
| 160 | "subprocess", |
| 161 | "sunau", |
| 162 | "symtable", |
| 163 | "sysconfig", |
| 164 | "tabnanny", |
| 165 | "tarfile", |
| 166 | "telnetlib", |
| 167 | "tempfile", |
| 168 | "textwrap", |
| 169 | "this", |
| 170 | "threading", |
| 171 | "timeit", |
| 172 | "token", |
| 173 | "tokenize", |
| 174 | "trace", |
| 175 | "traceback", |
| 176 | "tracemalloc", |
| 177 | "tty", |
| 178 | "turtle", |
| 179 | "types", |
| 180 | "typing", |
| 181 | "uu", |
| 182 | "uuid", |
| 183 | "warnings", |
| 184 | "wave", |
| 185 | "weakref", |
| 186 | "webbrowser", |
| 187 | "xdrlib", |
| 188 | "zipapp", |
| 189 | "zipfile", |
| 190 | "zipimport", |
| 191 | |
| 192 | // Packages and sub-packages |
| 193 | "asyncio", |
| 194 | "collections", |
| 195 | "concurrent", |
| 196 | "concurrent.futures", |
| 197 | "ctypes", |
| 198 | "ctypes.macholib", |
| 199 | "curses", |
| 200 | "dbm", |
| 201 | "distutils", |
| 202 | "distutils.command", |
| 203 | "email", |
| 204 | "email.mime", |
| 205 | "encodings", |
| 206 | "ensurepip", |
| 207 | "ensurepip._bundled", |
| 208 | "html", |
| 209 | "http", |
| 210 | "idlelib", |
| 211 | "importlib", |
| 212 | "json", |
| 213 | "lib2to3", |
| 214 | "lib2to3.fixes", |
| 215 | "lib2to3.pgen2", |
| 216 | "logging", |
| 217 | "msilib", |
| 218 | "multiprocessing", |
| 219 | "multiprocessing.dummy", |
| 220 | "pydoc_data", |
| 221 | "sqlite3", |
| 222 | "tkinter", |
| 223 | "turtledemo", |
| 224 | "unittest", |
| 225 | "urllib", |
| 226 | "venv", |
| 227 | "wsgiref", |
| 228 | "xml", |
| 229 | "xml.dom", |
| 230 | "xml.etree", |
| 231 | "xml.parsers", |
| 232 | "xml.sax", |
| 233 | "xmlrpc", |
| 234 | "zoneinfo", |
| 235 | |
| 236 | // Extension modules built by setup.py |
| 237 | "_asyncio", |
| 238 | "_bisect", |
| 239 | "_blake2", |
| 240 | "_bz2", |
| 241 | "_codecs_cn", |
| 242 | "_codecs_hk", |
| 243 | "_codecs_iso2022", |
| 244 | "_codecs_jp", |
| 245 | "_codecs_kr", |
| 246 | "_codecs_tw", |
| 247 | "_contextvars", |
| 248 | "_crypt", |
| 249 | "_csv", |
| 250 | "_ctypes", |
| 251 | "_curses", |
| 252 | "_curses_panel", |
| 253 | "_datetime", |
| 254 | "_dbm", |
| 255 | "_decimal", |
| 256 | "_elementtree", |
| 257 | "_gdbm", |
| 258 | "_hashlib", |
| 259 | "_heapq", |
| 260 | "_json", |
| 261 | "_lsprof", |
| 262 | "_lzma", |
| 263 | "_md5", |
| 264 | "_multibytecodec", |
| 265 | "_multiprocessing", |
| 266 | "_opcode", |
| 267 | "_pickle", |
| 268 | "_posixshmem", |
| 269 | "_posixsubprocess", |
| 270 | "_queue", |
| 271 | "_random", |
| 272 | "_sha1", |
| 273 | "_sha256", |
| 274 | "_sha3", |
| 275 | "_sha512", |
| 276 | "_socket", |
| 277 | "_sqlite3", |
| 278 | "_ssl", |
| 279 | "_statistics", |
| 280 | "_struct", |
| 281 | "_tkinter", |
| 282 | "_uuid", |
| 283 | "_xxsubinterpreters", |
| 284 | "_zoneinfo", |
| 285 | "array", |
| 286 | "audioop", |
| 287 | "binascii", |
| 288 | "cmath", |
| 289 | "fcntl", |
| 290 | "grp", |
| 291 | "math", |
| 292 | "mmap", |
| 293 | "nis", |
| 294 | "ossaudiodev", |
| 295 | "pyexpat", |
| 296 | "readline", |
| 297 | "resource", |
| 298 | "select", |
| 299 | "spwd", |
| 300 | "syslog", |
| 301 | "termios", |
| 302 | "unicodedata", |
| 303 | "zlib", |
| 304 | |
| 305 | // Built-in and extension modules built by Modules/Setup |
| 306 | "_abc", |
| 307 | "_codecs", |
| 308 | "_collections", |
| 309 | "_functools", |
| 310 | "_io", |
| 311 | "_locale", |
| 312 | "_operator", |
| 313 | "_signal", |
| 314 | "_sre", |
| 315 | "_stat", |
| 316 | "_symtable", |
| 317 | "_thread", |
| 318 | "_tracemalloc", |
| 319 | "_weakref", |
| 320 | "atexit", |
| 321 | "errno", |
| 322 | "faulthandler", |
| 323 | "itertools", |
| 324 | "posix", |
| 325 | "pwd", |
| 326 | "time", |
| 327 | |
| 328 | // Windows extension modules |
| 329 | "_msi", |
| 330 | "_winapi", |
| 331 | "msvcrt", |
| 332 | "nt", |
| 333 | "winreg", |
| 334 | "winsound", |
| 335 | |
| 336 | }; |