1 // Auto-generated by Tools/build/generate_stdlib_module_names.py. 2 // List used to create sys.stdlib_module_names. 3 4 static const char* _Py_stdlib_module_names[] = { 5 "__future__", 6 "_abc", 7 "_aix_support", 8 "_android_support", 9 "_ast", 10 "_asyncio", 11 "_bisect", 12 "_blake2", 13 "_bz2", 14 "_codecs", 15 "_codecs_cn", 16 "_codecs_hk", 17 "_codecs_iso2022", 18 "_codecs_jp", 19 "_codecs_kr", 20 "_codecs_tw", 21 "_collections", 22 "_collections_abc", 23 "_colorize", 24 "_compat_pickle", 25 "_compression", 26 "_contextvars", 27 "_csv", 28 "_ctypes", 29 "_curses", 30 "_curses_panel", 31 "_datetime", 32 "_dbm", 33 "_decimal", 34 "_elementtree", 35 "_frozen_importlib", 36 "_frozen_importlib_external", 37 "_functools", 38 "_gdbm", 39 "_hashlib", 40 "_heapq", 41 "_imp", 42 "_interpchannels", 43 "_interpqueues", 44 "_interpreters", 45 "_io", 46 "_ios_support", 47 "_json", 48 "_locale", 49 "_lsprof", 50 "_lzma", 51 "_markupbase", 52 "_md5", 53 "_multibytecodec", 54 "_multiprocessing", 55 "_opcode", 56 "_opcode_metadata", 57 "_operator", 58 "_osx_support", 59 "_overlapped", 60 "_pickle", 61 "_posixshmem", 62 "_posixsubprocess", 63 "_py_abc", 64 "_pydatetime", 65 "_pydecimal", 66 "_pyio", 67 "_pylong", 68 "_pyrepl", 69 "_queue", 70 "_random", 71 "_scproxy", 72 "_sha1", 73 "_sha2", 74 "_sha3", 75 "_signal", 76 "_sitebuiltins", 77 "_socket", 78 "_sqlite3", 79 "_sre", 80 "_ssl", 81 "_stat", 82 "_statistics", 83 "_string", 84 "_strptime", 85 "_struct", 86 "_suggestions", 87 "_symtable", 88 "_sysconfig", 89 "_thread", 90 "_threading_local", 91 "_tkinter", 92 "_tokenize", 93 "_tracemalloc", 94 "_typing", 95 "_uuid", 96 "_warnings", 97 "_weakref", 98 "_weakrefset", 99 "_winapi", 100 "_wmi", 101 "_zoneinfo", 102 "abc", 103 "antigravity", 104 "argparse", 105 "array", 106 "ast", 107 "asyncio", 108 "atexit", 109 "base64", 110 "bdb", 111 "binascii", 112 "bisect", 113 "builtins", 114 "bz2", 115 "cProfile", 116 "calendar", 117 "cmath", 118 "cmd", 119 "code", 120 "codecs", 121 "codeop", 122 "collections", 123 "colorsys", 124 "compileall", 125 "concurrent", 126 "configparser", 127 "contextlib", 128 "contextvars", 129 "copy", 130 "copyreg", 131 "csv", 132 "ctypes", 133 "curses", 134 "dataclasses", 135 "datetime", 136 "dbm", 137 "decimal", 138 "difflib", 139 "dis", 140 "doctest", 141 "email", 142 "encodings", 143 "ensurepip", 144 "enum", 145 "errno", 146 "faulthandler", 147 "fcntl", 148 "filecmp", 149 "fileinput", 150 "fnmatch", 151 "fractions", 152 "ftplib", 153 "functools", 154 "gc", 155 "genericpath", 156 "getopt", 157 "getpass", 158 "gettext", 159 "glob", 160 "graphlib", 161 "grp", 162 "gzip", 163 "hashlib", 164 "heapq", 165 "hmac", 166 "html", 167 "http", 168 "idlelib", 169 "imaplib", 170 "importlib", 171 "inspect", 172 "io", 173 "ipaddress", 174 "itertools", 175 "json", 176 "keyword", 177 "linecache", 178 "locale", 179 "logging", 180 "lzma", 181 "mailbox", 182 "marshal", 183 "math", 184 "mimetypes", 185 "mmap", 186 "modulefinder", 187 "msvcrt", 188 "multiprocessing", 189 "netrc", 190 "nt", 191 "ntpath", 192 "nturl2path", 193 "numbers", 194 "opcode", 195 "operator", 196 "optparse", 197 "os", 198 "pathlib", 199 "pdb", 200 "pickle", 201 "pickletools", 202 "pkgutil", 203 "platform", 204 "plistlib", 205 "poplib", 206 "posix", 207 "posixpath", 208 "pprint", 209 "profile", 210 "pstats", 211 "pty", 212 "pwd", 213 "py_compile", 214 "pyclbr", 215 "pydoc", 216 "pydoc_data", 217 "pyexpat", 218 "queue", 219 "quopri", 220 "random", 221 "re", 222 "readline", 223 "reprlib", 224 "resource", 225 "rlcompleter", 226 "runpy", 227 "sched", 228 "secrets", 229 "select", 230 "selectors", 231 "shelve", 232 "shlex", 233 "shutil", 234 "signal", 235 "site", 236 "smtplib", 237 "socket", 238 "socketserver", 239 "sqlite3", 240 "sre_compile", 241 "sre_constants", 242 "sre_parse", 243 "ssl", 244 "stat", 245 "statistics", 246 "string", 247 "stringprep", 248 "struct", 249 "subprocess", 250 "symtable", 251 "sys", 252 "sysconfig", 253 "syslog", 254 "tabnanny", 255 "tarfile", 256 "tempfile", 257 "termios", 258 "textwrap", 259 "this", 260 "threading", 261 "time", 262 "timeit", 263 "tkinter", 264 "token", 265 "tokenize", 266 "tomllib", 267 "trace", 268 "traceback", 269 "tracemalloc", 270 "tty", 271 "turtle", 272 "turtledemo", 273 "types", 274 "typing", 275 "unicodedata", 276 "unittest", 277 "urllib", 278 "uuid", 279 "venv", 280 "warnings", 281 "wave", 282 "weakref", 283 "webbrowser", 284 "winreg", 285 "winsound", 286 "wsgiref", 287 "xml", 288 "xmlrpc", 289 "zipapp", 290 "zipfile", 291 "zipimport", 292 "zlib", 293 "zoneinfo", 294 }; 295