py27.py 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. """
  2. File contains the standard library of Python 2.7.
  3. DO NOT EDIT. If the standard library changes, a new list should be created
  4. using the mkstdlibs.py script.
  5. """
  6. stdlib = {
  7. "AL",
  8. "BaseHTTPServer",
  9. "Bastion",
  10. "CGIHTTPServer",
  11. "Carbon",
  12. "ColorPicker",
  13. "ConfigParser",
  14. "Cookie",
  15. "DEVICE",
  16. "DocXMLRPCServer",
  17. "EasyDialogs",
  18. "FL",
  19. "FrameWork",
  20. "GL",
  21. "HTMLParser",
  22. "MacOS",
  23. "MimeWriter",
  24. "MiniAEFrame",
  25. "Nav",
  26. "PixMapWrapper",
  27. "Queue",
  28. "SUNAUDIODEV",
  29. "ScrolledText",
  30. "SimpleHTTPServer",
  31. "SimpleXMLRPCServer",
  32. "SocketServer",
  33. "StringIO",
  34. "Tix",
  35. "Tkinter",
  36. "UserDict",
  37. "UserList",
  38. "UserString",
  39. "W",
  40. "__builtin__",
  41. "_ast",
  42. "_winreg",
  43. "abc",
  44. "aepack",
  45. "aetools",
  46. "aetypes",
  47. "aifc",
  48. "al",
  49. "anydbm",
  50. "applesingle",
  51. "argparse",
  52. "array",
  53. "ast",
  54. "asynchat",
  55. "asyncore",
  56. "atexit",
  57. "audioop",
  58. "autoGIL",
  59. "base64",
  60. "bdb",
  61. "binascii",
  62. "binhex",
  63. "bisect",
  64. "bsddb",
  65. "buildtools",
  66. "bz2",
  67. "cPickle",
  68. "cProfile",
  69. "cStringIO",
  70. "calendar",
  71. "cd",
  72. "cfmfile",
  73. "cgi",
  74. "cgitb",
  75. "chunk",
  76. "cmath",
  77. "cmd",
  78. "code",
  79. "codecs",
  80. "codeop",
  81. "collections",
  82. "colorsys",
  83. "commands",
  84. "compileall",
  85. "compiler",
  86. "contextlib",
  87. "cookielib",
  88. "copy",
  89. "copy_reg",
  90. "crypt",
  91. "csv",
  92. "ctypes",
  93. "curses",
  94. "datetime",
  95. "dbhash",
  96. "dbm",
  97. "decimal",
  98. "difflib",
  99. "dircache",
  100. "dis",
  101. "distutils",
  102. "dl",
  103. "doctest",
  104. "dumbdbm",
  105. "dummy_thread",
  106. "dummy_threading",
  107. "email",
  108. "encodings",
  109. "ensurepip",
  110. "errno",
  111. "exceptions",
  112. "fcntl",
  113. "filecmp",
  114. "fileinput",
  115. "findertools",
  116. "fl",
  117. "flp",
  118. "fm",
  119. "fnmatch",
  120. "formatter",
  121. "fpectl",
  122. "fpformat",
  123. "fractions",
  124. "ftplib",
  125. "functools",
  126. "future_builtins",
  127. "gc",
  128. "gdbm",
  129. "gensuitemodule",
  130. "getopt",
  131. "getpass",
  132. "gettext",
  133. "gl",
  134. "glob",
  135. "grp",
  136. "gzip",
  137. "hashlib",
  138. "heapq",
  139. "hmac",
  140. "hotshot",
  141. "htmlentitydefs",
  142. "htmllib",
  143. "httplib",
  144. "ic",
  145. "icopen",
  146. "imageop",
  147. "imaplib",
  148. "imgfile",
  149. "imghdr",
  150. "imp",
  151. "importlib",
  152. "imputil",
  153. "inspect",
  154. "io",
  155. "itertools",
  156. "jpeg",
  157. "json",
  158. "keyword",
  159. "lib2to3",
  160. "linecache",
  161. "locale",
  162. "logging",
  163. "macerrors",
  164. "macostools",
  165. "macpath",
  166. "macresource",
  167. "mailbox",
  168. "mailcap",
  169. "marshal",
  170. "math",
  171. "md5",
  172. "mhlib",
  173. "mimetools",
  174. "mimetypes",
  175. "mimify",
  176. "mmap",
  177. "modulefinder",
  178. "msilib",
  179. "msvcrt",
  180. "multifile",
  181. "multiprocessing",
  182. "mutex",
  183. "netrc",
  184. "new",
  185. "nis",
  186. "nntplib",
  187. "ntpath",
  188. "numbers",
  189. "operator",
  190. "optparse",
  191. "os",
  192. "ossaudiodev",
  193. "parser",
  194. "pdb",
  195. "pickle",
  196. "pickletools",
  197. "pipes",
  198. "pkgutil",
  199. "platform",
  200. "plistlib",
  201. "popen2",
  202. "poplib",
  203. "posix",
  204. "posixfile",
  205. "posixpath",
  206. "pprint",
  207. "profile",
  208. "pstats",
  209. "pty",
  210. "pwd",
  211. "py_compile",
  212. "pyclbr",
  213. "pydoc",
  214. "quopri",
  215. "random",
  216. "re",
  217. "readline",
  218. "resource",
  219. "rexec",
  220. "rfc822",
  221. "rlcompleter",
  222. "robotparser",
  223. "runpy",
  224. "sched",
  225. "select",
  226. "sets",
  227. "sgmllib",
  228. "sha",
  229. "shelve",
  230. "shlex",
  231. "shutil",
  232. "signal",
  233. "site",
  234. "smtpd",
  235. "smtplib",
  236. "sndhdr",
  237. "socket",
  238. "spwd",
  239. "sqlite3",
  240. "sre",
  241. "sre_compile",
  242. "sre_constants",
  243. "sre_parse",
  244. "ssl",
  245. "stat",
  246. "statvfs",
  247. "string",
  248. "stringprep",
  249. "struct",
  250. "subprocess",
  251. "sunau",
  252. "sunaudiodev",
  253. "symbol",
  254. "symtable",
  255. "sys",
  256. "sysconfig",
  257. "syslog",
  258. "tabnanny",
  259. "tarfile",
  260. "telnetlib",
  261. "tempfile",
  262. "termios",
  263. "test",
  264. "textwrap",
  265. "thread",
  266. "threading",
  267. "time",
  268. "timeit",
  269. "token",
  270. "tokenize",
  271. "trace",
  272. "traceback",
  273. "ttk",
  274. "tty",
  275. "turtle",
  276. "types",
  277. "unicodedata",
  278. "unittest",
  279. "urllib",
  280. "urllib2",
  281. "urlparse",
  282. "user",
  283. "uu",
  284. "uuid",
  285. "videoreader",
  286. "warnings",
  287. "wave",
  288. "weakref",
  289. "webbrowser",
  290. "whichdb",
  291. "winsound",
  292. "wsgiref",
  293. "xdrlib",
  294. "xml",
  295. "xmlrpclib",
  296. "zipfile",
  297. "zipimport",
  298. "zlib",
  299. }