在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → linux python3.6.0.tgz 安装包

linux python3.6.0.tgz 安装包

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:21.23M
  • 下载次数:1
  • 浏览次数:41
  • 发布时间:2021-11-05
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.tgz
  • 所需积分:2
 

实例介绍

【实例简介】
Python 是一种解释型、面向对象、动态数据类型的高级程序设计语言。linux下python3.6.0安装包,适合python3.X学习的同学。
【实例截图】
【核心代码】
4744302543422600358.tgz
└── Python-3.6.0
├── aclocal.m4
├── config.guess
├── config.sub
├── configure
├── configure.ac
├── Doc
│   ├── about.rst
│   ├── bugs.rst
│   ├── c-api
│   │   ├── abstract.rst
│   │   ├── allocation.rst
│   │   ├── apiabiversion.rst
│   │   ├── arg.rst
│   │   ├── bool.rst
│   │   ├── buffer.rst
│   │   ├── bytearray.rst
│   │   ├── bytes.rst
│   │   ├── capsule.rst
│   │   ├── cell.rst
│   │   ├── codec.rst
│   │   ├── code.rst
│   │   ├── complex.rst
│   │   ├── concrete.rst
│   │   ├── conversion.rst
│   │   ├── coro.rst
│   │   ├── datetime.rst
│   │   ├── descriptor.rst
│   │   ├── dict.rst
│   │   ├── exceptions.rst
│   │   ├── file.rst
│   │   ├── float.rst
│   │   ├── function.rst
│   │   ├── gcsupport.rst
│   │   ├── gen.rst
│   │   ├── import.rst
│   │   ├── index.rst
│   │   ├── init.rst
│   │   ├── intro.rst
│   │   ├── iterator.rst
│   │   ├── iter.rst
│   │   ├── list.rst
│   │   ├── long.rst
│   │   ├── mapping.rst
│   │   ├── marshal.rst
│   │   ├── memory.rst
│   │   ├── memoryview.rst
│   │   ├── method.rst
│   │   ├── module.rst
│   │   ├── none.rst
│   │   ├── number.rst
│   │   ├── objbuffer.rst
│   │   ├── object.rst
│   │   ├── objimpl.rst
│   │   ├── refcounting.rst
│   │   ├── reflection.rst
│   │   ├── sequence.rst
│   │   ├── set.rst
│   │   ├── slice.rst
│   │   ├── stable.rst
│   │   ├── structures.rst
│   │   ├── sys.rst
│   │   ├── tuple.rst
│   │   ├── typeobj.rst
│   │   ├── type.rst
│   │   ├── unicode.rst
│   │   ├── utilities.rst
│   │   ├── veryhigh.rst
│   │   └── weakref.rst
│   ├── conf.py
│   ├── contents.rst
│   ├── copyright.rst
│   ├── data
│   │   └── refcounts.dat
│   ├── distributing
│   │   └── index.rst
│   ├── distutils
│   │   ├── apiref.rst
│   │   ├── builtdist.rst
│   │   ├── commandref.rst
│   │   ├── configfile.rst
│   │   ├── examples.rst
│   │   ├── extending.rst
│   │   ├── index.rst
│   │   ├── introduction.rst
│   │   ├── packageindex.rst
│   │   ├── setupscript.rst
│   │   ├── sourcedist.rst
│   │   └── uploading.rst
│   ├── extending
│   │   ├── building.rst
│   │   ├── embedding.rst
│   │   ├── extending.rst
│   │   ├── index.rst
│   │   ├── newtypes.rst
│   │   └── windows.rst
│   ├── faq
│   │   ├── design.rst
│   │   ├── extending.rst
│   │   ├── general.rst
│   │   ├── gui.rst
│   │   ├── index.rst
│   │   ├── installed.rst
│   │   ├── library.rst
│   │   ├── programming.rst
│   │   ├── python-video-icon.png
│   │   └── windows.rst
│   ├── glossary.rst
│   ├── howto
│   │   ├── argparse.rst
│   │   ├── clinic.rst
│   │   ├── cporting.rst
│   │   ├── curses.rst
│   │   ├── descriptor.rst
│   │   ├── functional.rst
│   │   ├── index.rst
│   │   ├── instrumentation.rst
│   │   ├── ipaddress.rst
│   │   ├── logging-cookbook.rst
│   │   ├── logging_flow.png
│   │   ├── logging.rst
│   │   ├── pyporting.rst
│   │   ├── regex.rst
│   │   ├── sockets.rst
│   │   ├── sorting.rst
│   │   ├── unicode.rst
│   │   └── urllib2.rst
│   ├── includes
│   │   ├── capsulethunk.h
│   │   ├── dbpickle.py
│   │   ├── email-alternative.py
│   │   ├── email-dir.py
│   │   ├── email-headers.py
│   │   ├── email-mime.py
│   │   ├── email-read-alternative.py
│   │   ├── email-simple.py
│   │   ├── email-unpack.py
│   │   ├── minidom-example.py
│   │   ├── mp_newtype.py
│   │   ├── mp_pool.py
│   │   ├── mp_workers.py
│   │   ├── noddy2.c
│   │   ├── noddy3.c
│   │   ├── noddy4.c
│   │   ├── noddy.c
│   │   ├── run-func.c
│   │   ├── setup.py
│   │   ├── shoddy.c
│   │   ├── sqlite3
│   │   │   ├── adapter_datetime.py
│   │   │   ├── adapter_point_1.py
│   │   │   ├── adapter_point_2.py
│   │   │   ├── collation_reverse.py
│   │   │   ├── complete_statement.py
│   │   │   ├── connect_db_1.py
│   │   │   ├── connect_db_2.py
│   │   │   ├── converter_point.py
│   │   │   ├── countcursors.py
│   │   │   ├── createdb.py
│   │   │   ├── ctx_manager.py
│   │   │   ├── execsql_fetchonerow.py
│   │   │   ├── execsql_printall_1.py
│   │   │   ├── execute_1.py
│   │   │   ├── execute_3.py
│   │   │   ├── executemany_1.py
│   │   │   ├── executemany_2.py
│   │   │   ├── executescript.py
│   │   │   ├── insert_more_people.py
│   │   │   ├── load_extension.py
│   │   │   ├── md5func.py
│   │   │   ├── mysumaggr.py
│   │   │   ├── parse_colnames.py
│   │   │   ├── pysqlite_datetime.py
│   │   │   ├── rowclass.py
│   │   │   ├── row_factory.py
│   │   │   ├── shared_cache.py
│   │   │   ├── shortcut_methods.py
│   │   │   ├── simple_tableprinter.py
│   │   │   └── text_factory.py
│   │   ├── test.py
│   │   ├── turtle-star.py
│   │   ├── typestruct.h
│   │   └── tzinfo-examples.py
│   ├── install
│   │   └── index.rst
│   ├── installing
│   │   └── index.rst
│   ├── library
│   │   ├── 2to3.rst
│   │   ├── abc.rst
│   │   ├── aifc.rst
│   │   ├── allos.rst
│   │   ├── archiving.rst
│   │   ├── argparse.rst
│   │   ├── array.rst
│   │   ├── ast.rst
│   │   ├── asynchat.rst
│   │   ├── asyncio-dev.rst
│   │   ├── asyncio-eventloop.rst
│   │   ├── asyncio-eventloops.rst
│   │   ├── asyncio-protocol.rst
│   │   ├── asyncio-queue.rst
│   │   ├── asyncio.rst
│   │   ├── asyncio-stream.rst
│   │   ├── asyncio-subprocess.rst
│   │   ├── asyncio-sync.rst
│   │   ├── asyncio-task.rst
│   │   ├── asyncore.rst
│   │   ├── atexit.rst
│   │   ├── audioop.rst
│   │   ├── base64.rst
│   │   ├── bdb.rst
│   │   ├── binary.rst
│   │   ├── binascii.rst
│   │   ├── binhex.rst
│   │   ├── bisect.rst
│   │   ├── builtins.rst
│   │   ├── bz2.rst
│   │   ├── calendar.rst
│   │   ├── cgi.rst
│   │   ├── cgitb.rst
│   │   ├── chunk.rst
│   │   ├── cmath.rst
│   │   ├── cmd.rst
│   │   ├── codecs.rst
│   │   ├── codeop.rst
│   │   ├── code.rst
│   │   ├── collections.abc.rst
│   │   ├── collections.rst
│   │   ├── colorsys.rst
│   │   ├── compileall.rst
│   │   ├── concurrency.rst
│   │   ├── concurrent.futures.rst
│   │   ├── concurrent.rst
│   │   ├── configparser.rst
│   │   ├── constants.rst
│   │   ├── contextlib.rst
│   │   ├── copyreg.rst
│   │   ├── copy.rst
│   │   ├── crypto.rst
│   │   ├── crypt.rst
│   │   ├── csv.rst
│   │   ├── ctypes.rst
│   │   ├── curses.ascii.rst
│   │   ├── curses.panel.rst
│   │   ├── curses.rst
│   │   ├── custominterp.rst
│   │   ├── datatypes.rst
│   │   ├── datetime.rst
│   │   ├── dbm.rst
│   │   ├── debug.rst
│   │   ├── decimal.rst
│   │   ├── depgraph-output.png
│   │   ├── development.rst
│   │   ├── difflib.rst
│   │   ├── dis.rst
│   │   ├── distribution.rst
│   │   ├── distutils.rst
│   │   ├── doctest.rst
│   │   ├── dummy_threading.rst
│   │   ├── _dummy_thread.rst
│   │   ├── email.charset.rst
│   │   ├── email.compat32-message.rst
│   │   ├── email.contentmanager.rst
│   │   ├── email.encoders.rst
│   │   ├── email.errors.rst
│   │   ├── email.examples.rst
│   │   ├── email.generator.rst
│   │   ├── email.headerregistry.rst
│   │   ├── email.header.rst
│   │   ├── email.iterators.rst
│   │   ├── email.message.rst
│   │   ├── email.mime.rst
│   │   ├── email.parser.rst
│   │   ├── email.policy.rst
│   │   ├── email.rst
│   │   ├── email.util.rst
│   │   ├── ensurepip.rst
│   │   ├── enum.rst
│   │   ├── errno.rst
│   │   ├── exceptions.rst
│   │   ├── faulthandler.rst
│   │   ├── fcntl.rst
│   │   ├── filecmp.rst
│   │   ├── fileformats.rst
│   │   ├── fileinput.rst
│   │   ├── filesys.rst
│   │   ├── fnmatch.rst
│   │   ├── formatter.rst
│   │   ├── fpectl.rst
│   │   ├── fractions.rst
│   │   ├── frameworks.rst
│   │   ├── ftplib.rst
│   │   ├── functional.rst
│   │   ├── functions.rst
│   │   ├── functools.rst
│   │   ├── __future__.rst
│   │   ├── gc.rst
│   │   ├── getopt.rst
│   │   ├── getpass.rst
│   │   ├── gettext.rst
│   │   ├── glob.rst
│   │   ├── grp.rst
│   │   ├── gzip.rst
│   │   ├── hashlib-blake2.rst
│   │   ├── hashlib-blake2-tree.png
│   │   ├── hashlib.rst
│   │   ├── heapq.rst
│   │   ├── hmac.rst
│   │   ├── html.entities.rst
│   │   ├── html.parser.rst
│   │   ├── html.rst
│   │   ├── http.client.rst
│   │   ├── http.cookiejar.rst
│   │   ├── http.cookies.rst
│   │   ├── http.rst
│   │   ├── http.server.rst
│   │   ├── i18n.rst
│   │   ├── idle.rst
│   │   ├── imaplib.rst
│   │   ├── imghdr.rst
│   │   ├── importlib.rst
│   │   ├── imp.rst
│   │   ├── index.rst
│   │   ├── inspect.rst
│   │   ├── internet.rst
│   │   ├── intro.rst
│   │   ├── io.rst
│   │   ├── ipaddress.rst
│   │   ├── ipc.rst
│   │   ├── itertools.rst
│   │   ├── json.rst
│   │   ├── keyword.rst
│   │   ├── language.rst
│   │   ├── linecache.rst
│   │   ├── locale.rst
│   │   ├── logging.config.rst
│   │   ├── logging.handlers.rst
│   │   ├── logging.rst
│   │   ├── lzma.rst
│   │   ├── macpath.rst
│   │   ├── mailbox.rst
│   │   ├── mailcap.rst
│   │   ├── __main__.rst
│   │   ├── markup.rst
│   │   ├── marshal.rst
│   │   ├── math.rst
│   │   ├── mimetypes.rst
│   │   ├── misc.rst
│   │   ├── mmap.rst
│   │   ├── mm.rst
│   │   ├── modulefinder.rst
│   │   ├── modules.rst
│   │   ├── msilib.rst
│   │   ├── msvcrt.rst
│   │   ├── multiprocessing.rst
│   │   ├── netdata.rst
│   │   ├── netrc.rst
│   │   ├── nis.rst
│   │   ├── nntplib.rst
│   │   ├── numbers.rst
│   │   ├── numeric.rst
│   │   ├── operator.rst
│   │   ├── optparse.rst
│   │   ├── os.path.rst
│   │   ├── os.rst
│   │   ├── ossaudiodev.rst
│   │   ├── othergui.rst
│   │   ├── parser.rst
│   │   ├── pathlib-inheritance.png
│   │   ├── pathlib-inheritance.svg
│   │   ├── pathlib.rst
│   │   ├── pdb.rst
│   │   ├── persistence.rst
│   │   ├── pickle.rst
│   │   ├── pickletools.rst
│   │   ├── pipes.rst
│   │   ├── pkgutil.rst
│   │   ├── platform.rst
│   │   ├── plistlib.rst
│   │   ├── poplib.rst
│   │   ├── posix.rst
│   │   ├── pprint.rst
│   │   ├── profile.rst
│   │   ├── pty.rst
│   │   ├── pwd.rst
│   │   ├── pyclbr.rst
│   │   ├── py_compile.rst
│   │   ├── pydoc.rst
│   │   ├── pyexpat.rst
│   │   ├── python.rst
│   │   ├── queue.rst
│   │   ├── quopri.rst
│   │   ├── random.rst
│   │   ├── readline.rst
│   │   ├── reprlib.rst
│   │   ├── re.rst
│   │   ├── resource.rst
│   │   ├── rlcompleter.rst
│   │   ├── runpy.rst
│   │   ├── sched.rst
│   │   ├── secrets.rst
│   │   ├── selectors.rst
│   │   ├── select.rst
│   │   ├── shelve.rst
│   │   ├── shlex.rst
│   │   ├── shutil.rst
│   │   ├── signal.rst
│   │   ├── site.rst
│   │   ├── smtpd.rst
│   │   ├── smtplib.rst
│   │   ├── sndhdr.rst
│   │   ├── socket.rst
│   │   ├── socketserver.rst
│   │   ├── spwd.rst
│   │   ├── sqlite3.rst
│   │   ├── ssl.rst
│   │   ├── statistics.rst
│   │   ├── stat.rst
│   │   ├── stdtypes.rst
│   │   ├── stringprep.rst
│   │   ├── string.rst
│   │   ├── struct.rst
│   │   ├── subprocess.rst
│   │   ├── sunau.rst
│   │   ├── superseded.rst
│   │   ├── symbol.rst
│   │   ├── symtable.rst
│   │   ├── sysconfig.rst
│   │   ├── syslog.rst
│   │   ├── sys.rst
│   │   ├── tabnanny.rst
│   │   ├── tarfile.rst
│   │   ├── telnetlib.rst
│   │   ├── tempfile.rst
│   │   ├── termios.rst
│   │   ├── test.rst
│   │   ├── text.rst
│   │   ├── textwrap.rst
│   │   ├── threading.rst
│   │   ├── _thread.rst
│   │   ├── timeit.rst
│   │   ├── time.rst
│   │   ├── tkinter.rst
│   │   ├── tkinter.scrolledtext.rst
│   │   ├── tkinter.tix.rst
│   │   ├── tkinter.ttk.rst
│   │   ├── tk.rst
│   │   ├── tokenize.rst
│   │   ├── token.rst
│   │   ├── traceback.rst
│   │   ├── tracemalloc.rst
│   │   ├── trace.rst
│   │   ├── tty.rst
│   │   ├── tulip_coro.dia
│   │   ├── tulip_coro.png
│   │   ├── turtle.rst
│   │   ├── turtle-star.pdf
│   │   ├── turtle-star.png
│   │   ├── turtle-star.ps
│   │   ├── types.rst
│   │   ├── typing.rst
│   │   ├── undoc.rst
│   │   ├── unicodedata.rst
│   │   ├── unittest.mock-examples.rst
│   │   ├── unittest.mock.rst
│   │   ├── unittest.rst
│   │   ├── unix.rst
│   │   ├── urllib.error.rst
│   │   ├── urllib.parse.rst
│   │   ├── urllib.request.rst
│   │   ├── urllib.robotparser.rst
│   │   ├── urllib.rst
│   │   ├── uuid.rst
│   │   ├── uu.rst
│   │   ├── venv.rst
│   │   ├── warnings.rst
│   │   ├── wave.rst
│   │   ├── weakref.rst
│   │   ├── webbrowser.rst
│   │   ├── windows.rst
│   │   ├── winreg.rst
│   │   ├── winsound.rst
│   │   ├── wsgiref.rst
│   │   ├── xdrlib.rst
│   │   ├── xml.dom.minidom.rst
│   │   ├── xml.dom.pulldom.rst
│   │   ├── xml.dom.rst
│   │   ├── xml.etree.elementtree.rst
│   │   ├── xmlrpc.client.rst
│   │   ├── xmlrpc.rst
│   │   ├── xmlrpc.server.rst
│   │   ├── xml.rst
│   │   ├── xml.sax.handler.rst
│   │   ├── xml.sax.reader.rst
│   │   ├── xml.sax.rst
│   │   ├── xml.sax.utils.rst
│   │   ├── zipapp.rst
│   │   ├── zipfile.rst
│   │   ├── zipimport.rst
│   │   └── zlib.rst
│   ├── license.rst
│   ├── make.bat
│   ├── Makefile
│   ├── README.txt
│   ├── reference
│   │   ├── compound_stmts.rst
│   │   ├── datamodel.rst
│   │   ├── executionmodel.rst
│   │   ├── expressions.rst
│   │   ├── grammar.rst
│   │   ├── import.rst
│   │   ├── index.rst
│   │   ├── introduction.rst
│   │   ├── lexical_analysis.rst
│   │   ├── simple_stmts.rst
│   │   └── toplevel_components.rst
│   ├── tools
│   │   ├── extensions
│   │   │   ├── c_annotations.py
│   │   │   ├── patchlevel.py
│   │   │   ├── pyspecific.py
│   │   │   └── suspicious.py
│   │   ├── pydoctheme
│   │   │   ├── static
│   │   │   │   └── pydoctheme.css
│   │   │   └── theme.conf
│   │   ├── rstlint.py
│   │   ├── static
│   │   │   ├── copybutton.js
│   │   │   ├── py.png
│   │   │   ├── sidebar.js
│   │   │   └── version_switch.js
│   │   ├── susp-ignored.csv
│   │   └── templates
│   │   ├── customsourcelink.html
│   │   ├── download.html
│   │   ├── indexcontent.html
│   │   ├── indexsidebar.html
│   │   ├── layout.html
│   │   └── opensearch.xml
│   ├── tutorial
│   │   ├── appendix.rst
│   │   ├── appetite.rst
│   │   ├── classes.rst
│   │   ├── controlflow.rst
│   │   ├── datastructures.rst
│   │   ├── errors.rst
│   │   ├── floatingpoint.rst
│   │   ├── index.rst
│   │   ├── inputoutput.rst
│   │   ├── interactive.rst
│   │   ├── interpreter.rst
│   │   ├── introduction.rst
│   │   ├── modules.rst
│   │   ├── stdlib2.rst
│   │   ├── stdlib.rst
│   │   ├── venv.rst
│   │   └── whatnow.rst
│   ├── using
│   │   ├── cmdline.rst
│   │   ├── index.rst
│   │   ├── mac.rst
│   │   ├── unix.rst
│   │   ├── venv-create.inc
│   │   ├── windows.rst
│   │   └── win_installer.png
│   └── whatsnew
│   ├── 2.0.rst
│   ├── 2.1.rst
│   ├── 2.2.rst
│   ├── 2.3.rst
│   ├── 2.4.rst
│   ├── 2.5.rst
│   ├── 2.6.rst
│   ├── 2.7.rst
│   ├── 3.0.rst
│   ├── 3.1.rst
│   ├── 3.2.rst
│   ├── 3.3.rst
│   ├── 3.4.rst
│   ├── 3.5.rst
│   ├── 3.6.rst
│   ├── changelog.rst
│   └── index.rst
├── Grammar
│   └── Grammar
├── Include
│   ├── abstract.h
│   ├── accu.h
│   ├── asdl.h
│   ├── ast.h
│   ├── bitset.h
│   ├── bltinmodule.h
│   ├── boolobject.h
│   ├── bytearrayobject.h
│   ├── bytes_methods.h
│   ├── bytesobject.h
│   ├── cellobject.h
│   ├── ceval.h
│   ├── classobject.h
│   ├── codecs.h
│   ├── code.h
│   ├── compile.h
│   ├── complexobject.h
│   ├── datetime.h
│   ├── descrobject.h
│   ├── dictobject.h
│   ├── dtoa.h
│   ├── dynamic_annotations.h
│   ├── enumobject.h
│   ├── errcode.h
│   ├── eval.h
│   ├── fileobject.h
│   ├── fileutils.h
│   ├── floatobject.h
│   ├── frameobject.h
│   ├── funcobject.h
│   ├── genobject.h
│   ├── graminit.h
│   ├── grammar.h
│   ├── import.h
│   ├── intrcheck.h
│   ├── iterobject.h
│   ├── listobject.h
│   ├── longintrepr.h
│   ├── longobject.h
│   ├── marshal.h
│   ├── memoryobject.h
│   ├── metagrammar.h
│   ├── methodobject.h
│   ├── modsupport.h
│   ├── moduleobject.h
│   ├── namespaceobject.h
│   ├── node.h
│   ├── object.h
│   ├── objimpl.h
│   ├── odictobject.h
│   ├── opcode.h
│   ├── osdefs.h
│   ├── osmodule.h
│   ├── parsetok.h
│   ├── patchlevel.h
│   ├── pgen.h
│   ├── pgenheaders.h
│   ├── pyarena.h
│   ├── pyatomic.h
│   ├── pycapsule.h
│   ├── pyctype.h
│   ├── py_curses.h
│   ├── pydebug.h
│   ├── pydtrace.d
│   ├── pydtrace.h
│   ├── pyerrors.h
│   ├── pyexpat.h
│   ├── pyfpe.h
│   ├── pygetopt.h
│   ├── pyhash.h
│   ├── pylifecycle.h
│   ├── pymacconfig.h
│   ├── pymacro.h
│   ├── pymath.h
│   ├── pymem.h
│   ├── pyport.h
│   ├── pystate.h
│   ├── pystrcmp.h
│   ├── pystrhex.h
│   ├── pystrtod.h
│   ├── Python-ast.h
│   ├── Python.h
│   ├── pythonrun.h
│   ├── pythread.h
│   ├── pytime.h
│   ├── rangeobject.h
│   ├── setobject.h
│   ├── sliceobject.h
│   ├── structmember.h
│   ├── structseq.h
│   ├── symtable.h
│   ├── sysmodule.h
│   ├── token.h
│   ├── traceback.h
│   ├── tupleobject.h
│   ├── typeslots.h
│   ├── ucnhash.h
│   ├── unicodeobject.h
│   ├── warnings.h
│   └── weakrefobject.h
├── install-sh
├── Lib
│   ├── abc.py
│   ├── aifc.py
│   ├── antigravity.py
│   ├── argparse.py
│   ├── ast.py
│   ├── asynchat.py
│   ├── asyncio
│   │   ├── base_events.py
│   │   ├── base_futures.py
│   │   ├── base_subprocess.py
│   │   ├── base_tasks.py
│   │   ├── compat.py
│   │   ├── constants.py
│   │   ├── coroutines.py
│   │   ├── events.py
│   │   ├── futures.py
│   │   ├── __init__.py
│   │   ├── locks.py
│   │   ├── log.py
│   │   ├── proactor_events.py
│   │   ├── protocols.py
│   │   ├── queues.py
│   │   ├── selector_events.py
│   │   ├── sslproto.py
│   │   ├── streams.py
│   │   ├── subprocess.py
│   │   ├── tasks.py
│   │   ├── test_utils.py
│   │   ├── transports.py
│   │   ├── unix_events.py
│   │   ├── windows_events.py
│   │   └── windows_utils.py
│   ├── asyncore.py
│   ├── base64.py
│   ├── bdb.py
│   ├── binhex.py
│   ├── bisect.py
│   ├── _bootlocale.py
│   ├── bz2.py
│   ├── calendar.py
│   ├── cgi.py
│   ├── cgitb.py
│   ├── chunk.py
│   ├── cmd.py
│   ├── codecs.py
│   ├── codeop.py
│   ├── code.py
│   ├── collections
│   │   ├── abc.py
│   │   └── __init__.py
│   ├── _collections_abc.py
│   ├── colorsys.py
│   ├── _compat_pickle.py
│   ├── compileall.py
│   ├── _compression.py
│   ├── concurrent
│   │   ├── futures
│   │   │   ├── _base.py
│   │   │   ├── __init__.py
│   │   │   ├── process.py
│   │   │   └── thread.py
│   │   └── __init__.py
│   ├── configparser.py
│   ├── contextlib.py
│   ├── copy.py
│   ├── copyreg.py
│   ├── cProfile.py
│   ├── crypt.py
│   ├── csv.py
│   ├── ctypes
│   │   ├── _endian.py
│   │   ├── __init__.py
│   │   ├── macholib
│   │   │   ├── dyld.py
│   │   │   ├── dylib.py
│   │   │   ├── fetch_macholib
│   │   │   ├── fetch_macholib.bat
│   │   │   ├── framework.py
│   │   │   ├── __init__.py
│   │   │   └── README.ctypes
│   │   ├── test
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── test_anon.py
│   │   │   ├── test_array_in_pointer.py
│   │   │   ├── test_arrays.py
│   │   │   ├── test_as_parameter.py
│   │   │   ├── test_bitfields.py
│   │   │   ├── test_buffers.py
│   │   │   ├── test_bytes.py
│   │   │   ├── test_byteswap.py
│   │   │   ├── test_callbacks.py
│   │   │   ├── test_cast.py
│   │   │   ├── test_cfuncs.py
│   │   │   ├── test_checkretval.py
│   │   │   ├── test_delattr.py
│   │   │   ├── test_errno.py
│   │   │   ├── test_find.py
│   │   │   ├── test_frombuffer.py
│   │   │   ├── test_funcptr.py
│   │   │   ├── test_functions.py
│   │   │   ├── test_incomplete.py
│   │   │   ├── test_init.py
│   │   │   ├── test_internals.py
│   │   │   ├── test_keeprefs.py
│   │   │   ├── test_libc.py
│   │   │   ├── test_loading.py
│   │   │   ├── test_macholib.py
│   │   │   ├── test_memfunctions.py
│   │   │   ├── test_numbers.py
│   │   │   ├── test_objects.py
│   │   │   ├── test_parameters.py
│   │   │   ├── test_pep3118.py
│   │   │   ├── test_pickling.py
│   │   │   ├── test_pointers.py
│   │   │   ├── test_prototypes.py
│   │   │   ├── test_python_api.py
│   │   │   ├── test_random_things.py
│   │   │   ├── test_refcounts.py
│   │   │   ├── test_repr.py
│   │   │   ├── test_returnfuncptrs.py
│   │   │   ├── test_simplesubclasses.py
│   │   │   ├── test_sizes.py
│   │   │   ├── test_slicing.py
│   │   │   ├── test_stringptr.py
│   │   │   ├── test_strings.py
│   │   │   ├── test_struct_fields.py
│   │   │   ├── test_structures.py
│   │   │   ├── test_unaligned_structures.py
│   │   │   ├── test_unicode.py
│   │   │   ├── test_values.py
│   │   │   ├── test_varsize_struct.py
│   │   │   ├── test_win32.py
│   │   │   └── test_wintypes.py
│   │   ├── util.py
│   │   └── wintypes.py
│   ├── curses
│   │   ├── ascii.py
│   │   ├── has_key.py
│   │   ├── __init__.py
│   │   ├── panel.py
│   │   └── textpad.py
│   ├── datetime.py
│   ├── dbm
│   │   ├── dumb.py
│   │   ├── gnu.py
│   │   ├── __init__.py
│   │   └── ndbm.py
│   ├── decimal.py
│   ├── difflib.py
│   ├── dis.py
│   ├── distutils
│   │   ├── archive_util.py
│   │   ├── bcppcompiler.py
│   │   ├── ccompiler.py
│   │   ├── cmd.py
│   │   ├── command
│   │   │   ├── bdist_dumb.py
│   │   │   ├── bdist_msi.py
│   │   │   ├── bdist.py
│   │   │   ├── bdist_rpm.py
│   │   │   ├── bdist_wininst.py
│   │   │   ├── build_clib.py
│   │   │   ├── build_ext.py
│   │   │   ├── build.py
│   │   │   ├── build_py.py
│   │   │   ├── build_scripts.py
│   │   │   ├── check.py
│   │   │   ├── clean.py
│   │   │   ├── command_template
│   │   │   ├── config.py
│   │   │   ├── __init__.py
│   │   │   ├── install_data.py
│   │   │   ├── install_egg_info.py
│   │   │   ├── install_headers.py
│   │   │   ├── install_lib.py
│   │   │   ├── install.py
│   │   │   ├── install_scripts.py
│   │   │   ├── register.py
│   │   │   ├── sdist.py
│   │   │   ├── upload.py
│   │   │   ├── wininst-10.0-amd64.exe
│   │   │   ├── wininst-10.0.exe
│   │   │   ├── wininst-14.0-amd64.exe
│   │   │   ├── wininst-14.0.exe
│   │   │   ├── wininst-6.0.exe
│   │   │   ├── wininst-7.1.exe
│   │   │   ├── wininst-8.0.exe
│   │   │   ├── wininst-9.0-amd64.exe
│   │   │   └── wininst-9.0.exe
│   │   ├── config.py
│   │   ├── core.py
│   │   ├── cygwinccompiler.py
│   │   ├── debug.py
│   │   ├── dep_util.py
│   │   ├── dir_util.py
│   │   ├── dist.py
│   │   ├── errors.py
│   │   ├── extension.py
│   │   ├── fancy_getopt.py
│   │   ├── filelist.py
│   │   ├── file_util.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── msvc9compiler.py
│   │   ├── _msvccompiler.py
│   │   ├── msvccompiler.py
│   │   ├── README
│   │   ├── spawn.py
│   │   ├── sysconfig.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── Setup.sample
│   │   │   ├── support.py
│   │   │   ├── test_archive_util.py
│   │   │   ├── test_bdist_dumb.py
│   │   │   ├── test_bdist_msi.py
│   │   │   ├── test_bdist.py
│   │   │   ├── test_bdist_rpm.py
│   │   │   ├── test_bdist_wininst.py
│   │   │   ├── test_build_clib.py
│   │   │   ├── test_build_ext.py
│   │   │   ├── test_build.py
│   │   │   ├── test_build_py.py
│   │   │   ├── test_build_scripts.py
│   │   │   ├── test_check.py
│   │   │   ├── test_clean.py
│   │   │   ├── test_cmd.py
│   │   │   ├── test_config_cmd.py
│   │   │   ├── test_config.py
│   │   │   ├── test_core.py
│   │   │   ├── test_cygwinccompiler.py
│   │   │   ├── test_dep_util.py
│   │   │   ├── test_dir_util.py
│   │   │   ├── test_dist.py
│   │   │   ├── test_extension.py
│   │   │   ├── test_filelist.py
│   │   │   ├── test_file_util.py
│   │   │   ├── test_install_data.py
│   │   │   ├── test_install_headers.py
│   │   │   ├── test_install_lib.py
│   │   │   ├── test_install.py
│   │   │   ├── test_install_scripts.py
│   │   │   ├── test_log.py
│   │   │   ├── test_msvc9compiler.py
│   │   │   ├── test_msvccompiler.py
│   │   │   ├── test_register.py
│   │   │   ├── test_sdist.py
│   │   │   ├── test_spawn.py
│   │   │   ├── test_sysconfig.py
│   │   │   ├── test_text_file.py
│   │   │   ├── test_unixccompiler.py
│   │   │   ├── test_upload.py
│   │   │   ├── test_util.py
│   │   │   ├── test_versionpredicate.py
│   │   │   └── test_version.py
│   │   ├── text_file.py
│   │   ├── unixccompiler.py
│   │   ├── util.py
│   │   ├── versionpredicate.py
│   │   └── version.py
│   ├── doctest.py
│   ├── dummy_threading.py
│   ├── _dummy_thread.py
│   ├── email
│   │   ├── architecture.rst
│   │   ├── base64mime.py
│   │   ├── charset.py
│   │   ├── contentmanager.py
│   │   ├── _encoded_words.py
│   │   ├── encoders.py
│   │   ├── errors.py
│   │   ├── feedparser.py
│   │   ├── generator.py
│   │   ├── header.py
│   │   ├── headerregistry.py
│   │   ├── _header_value_parser.py
│   │   ├── __init__.py
│   │   ├── iterators.py
│   │   ├── message.py
│   │   ├── mime
│   │   │   ├── application.py
│   │   │   ├── audio.py
│   │   │   ├── base.py
│   │   │   ├── image.py
│   │   │   ├── __init__.py
│   │   │   ├── message.py
│   │   │   ├── multipart.py
│   │   │   ├── nonmultipart.py
│   │   │   └── text.py
│   │   ├── _parseaddr.py
│   │   ├── parser.py
│   │   ├── _policybase.py
│   │   ├── policy.py
│   │   ├── quoprimime.py
│   │   └── utils.py
│   ├── encodings
│   │   ├── aliases.py
│   │   ├── ascii.py
│   │   ├── base64_codec.py
│   │   ├── big5hkscs.py
│   │   ├── big5.py
│   │   ├── bz2_codec.py
│   │   ├── charmap.py
│   │   ├── cp037.py
│   │   ├── cp1006.py
│   │   ├── cp1026.py
│   │   ├── cp1125.py
│   │   ├── cp1140.py
│   │   ├── cp1250.py
│   │   ├── cp1251.py
│   │   ├── cp1252.py
│   │   ├── cp1253.py
│   │   ├── cp1254.py
│   │   ├── cp1255.py
│   │   ├── cp1256.py
│   │   ├── cp1257.py
│   │   ├── cp1258.py
│   │   ├── cp273.py
│   │   ├── cp424.py
│   │   ├── cp437.py
│   │   ├── cp500.py
│   │   ├── cp65001.py
│   │   ├── cp720.py
│   │   ├── cp737.py
│   │   ├── cp775.py
│   │   ├── cp850.py
│   │   ├── cp852.py
│   │   ├── cp855.py
│   │   ├── cp856.py
│   │   ├── cp857.py
│   │   ├── cp858.py
│   │   ├── cp860.py
│   │   ├── cp861.py
│   │   ├── cp862.py
│   │   ├── cp863.py
│   │   ├── cp864.py
│   │   ├── cp865.py
│   │   ├── cp866.py
│   │   ├── cp869.py
│   │   ├── cp874.py
│   │   ├── cp875.py
│   │   ├── cp932.py
│   │   ├── cp949.py
│   │   ├── cp950.py
│   │   ├── euc_jis_2004.py
│   │   ├── euc_jisx0213.py
│   │   ├── euc_jp.py
│   │   ├── euc_kr.py
│   │   ├── gb18030.py
│   │   ├── gb2312.py
│   │   ├── gbk.py
│   │   ├── hex_codec.py
│   │   ├── hp_roman8.py
│   │   ├── hz.py
│   │   ├── idna.py
│   │   ├── __init__.py
│   │   ├── iso2022_jp_1.py
│   │   ├── iso2022_jp_2004.py
│   │   ├── iso2022_jp_2.py
│   │   ├── iso2022_jp_3.py
│   │   ├── iso2022_jp_ext.py
│   │   ├── iso2022_jp.py
│   │   ├── iso2022_kr.py
│   │   ├── iso8859_10.py
│   │   ├── iso8859_11.py
│   │   ├── iso8859_13.py
│   │   ├── iso8859_14.py
│   │   ├── iso8859_15.py
│   │   ├── iso8859_16.py
│   │   ├── iso8859_1.py
│   │   ├── iso8859_2.py
│   │   ├── iso8859_3.py
│   │   ├── iso8859_4.py
│   │   ├── iso8859_5.py
│   │   ├── iso8859_6.py
│   │   ├── iso8859_7.py
│   │   ├── iso8859_8.py
│   │   ├── iso8859_9.py
│   │   ├── johab.py
│   │   ├── koi8_r.py
│   │   ├── koi8_t.py
│   │   ├── koi8_u.py
│   │   ├── kz1048.py
│   │   ├── latin_1.py
│   │   ├── mac_arabic.py
│   │   ├── mac_centeuro.py
│   │   ├── mac_croatian.py
│   │   ├── mac_cyrillic.py
│   │   ├── mac_farsi.py
│   │   ├── mac_greek.py
│   │   ├── mac_iceland.py
│   │   ├── mac_latin2.py
│   │   ├── mac_romanian.py
│   │   ├── mac_roman.py
│   │   ├── mac_turkish.py
│   │   ├── mbcs.py
│   │   ├── oem.py
│   │   ├── palmos.py
│   │   ├── ptcp154.py
│   │   ├── punycode.py
│   │   ├── quopri_codec.py
│   │   ├── raw_unicode_escape.py
│   │   ├── rot_13.py
│   │   ├── shift_jis_2004.py
│   │   ├── shift_jis.py
│   │   ├── shift_jisx0213.py
│   │   ├── tis_620.py
│   │   ├── undefined.py
│   │   ├── unicode_escape.py
│   │   ├── unicode_internal.py
│   │   ├── utf_16_be.py
│   │   ├── utf_16_le.py
│   │   ├── utf_16.py
│   │   ├── utf_32_be.py
│   │   ├── utf_32_le.py
│   │   ├── utf_32.py
│   │   ├── utf_7.py
│   │   ├── utf_8.py
│   │   ├── utf_8_sig.py
│   │   ├── uu_codec.py
│   │   └── zlib_codec.py
│   ├── ensurepip
│   │   ├── _bundled
│   │   │   ├── pip-9.0.1-py2.py3-none-any.whl
│   │   │   └── setuptools-28.8.0-py2.py3-none-any.whl
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   └── _uninstall.py
│   ├── enum.py
│   ├── filecmp.py
│   ├── fileinput.py
│   ├── fnmatch.py
│   ├── formatter.py
│   ├── fractions.py
│   ├── ftplib.py
│   ├── functools.py
│   ├── __future__.py
│   ├── genericpath.py
│   ├── getopt.py
│   ├── getpass.py
│   ├── gettext.py
│   ├── glob.py
│   ├── gzip.py
│   ├── hashlib.py
│   ├── heapq.py
│   ├── hmac.py
│   ├── html
│   │   ├── entities.py
│   │   ├── __init__.py
│   │   └── parser.py
│   ├── http
│   │   ├── client.py
│   │   ├── cookiejar.py
│   │   ├── cookies.py
│   │   ├── __init__.py
│   │   └── server.py
│   ├── idlelib
│   │   ├── autocomplete.py
│   │   ├── autocomplete_w.py
│   │   ├── autoexpand.py
│   │   ├── browser.py
│   │   ├── calltips.py
│   │   ├── calltip_w.py
│   │   ├── ChangeLog
│   │   ├── codecontext.py
│   │   ├── colorizer.py
│   │   ├── configdialog.py
│   │   ├── config-extensions.def
│   │   ├── config-highlight.def
│   │   ├── config_key.py
│   │   ├── config-keys.def
│   │   ├── config-main.def
│   │   ├── config.py
│   │   ├── CREDITS.txt
│   │   ├── debugger.py
│   │   ├── debugger_r.py
│   │   ├── debugobj.py
│   │   ├── debugobj_r.py
│   │   ├── delegator.py
│   │   ├── dynoption.py
│   │   ├── editor.py
│   │   ├── extend.txt
│   │   ├── filelist.py
│   │   ├── grep.py
│   │   ├── help_about.py
│   │   ├── help.html
│   │   ├── help.py
│   │   ├── history.py
│   │   ├── HISTORY.txt
│   │   ├── hyperparser.py
│   │   ├── Icons
│   │   │   ├── folder.gif
│   │   │   ├── idle_16.gif
│   │   │   ├── idle_16.png
│   │   │   ├── idle_32.gif
│   │   │   ├── idle_32.png
│   │   │   ├── idle_48.gif
│   │   │   ├── idle_48.png
│   │   │   ├── idle.icns
│   │   │   ├── idle.ico
│   │   │   ├── minusnode.gif
│   │   │   ├── openfolder.gif
│   │   │   ├── plusnode.gif
│   │   │   ├── python.gif
│   │   │   └── tk.gif
│   │   ├── idle.bat
│   │   ├── idle.py
│   │   ├── idle.pyw
│   │   ├── idle_test
│   │   │   ├── htest.py
│   │   │   ├── __init__.py
│   │   │   ├── mock_idle.py
│   │   │   ├── mock_tk.py
│   │   │   ├── README.txt
│   │   │   ├── test_autocomplete.py
│   │   │   ├── test_autoexpand.py
│   │   │   ├── test_calltips.py
│   │   │   ├── test_colorizer.py
│   │   │   ├── test_configdialog.py
│   │   │   ├── test_config_key.py
│   │   │   ├── test_config.py
│   │   │   ├── test_debugger.py
│   │   │   ├── test_delegator.py
│   │   │   ├── test_editmenu.py
│   │   │   ├── test_editor.py
│   │   │   ├── test_grep.py
│   │   │   ├── test_help_about.py
│   │   │   ├── test_help.py
│   │   │   ├── test_history.py
│   │   │   ├── test_hyperparser.py
│   │   │   ├── test_iomenu.py
│   │   │   ├── test_macosx.py
│   │   │   ├── test_paragraph.py
│   │   │   ├── test_parenmatch.py
│   │   │   ├── test_pathbrowser.py
│   │   │   ├── test_percolator.py
│   │   │   ├── test_query.py
│   │   │   ├── test_redirector.py
│   │   │   ├── test_replace.py
│   │   │   ├── test_rstrip.py
│   │   │   ├── test_scrolledlist.py
│   │   │   ├── test_searchbase.py
│   │   │   ├── test_searchengine.py
│   │   │   ├── test_search.py
│   │   │   ├── test_text.py
│   │   │   ├── test_textview.py
│   │   │   ├── test_tree.py
│   │   │   ├── test_undo.py
│   │   │   └── test_warning.py
│   │   ├── __init__.py
│   │   ├── iomenu.py
│   │   ├── macosx.py
│   │   ├── mainmenu.py
│   │   ├── __main__.py
│   │   ├── multicall.py
│   │   ├── NEWS2x.txt
│   │   ├── NEWS.txt
│   │   ├── outwin.py
│   │   ├── paragraph.py
│   │   ├── parenmatch.py
│   │   ├── pathbrowser.py
│   │   ├── percolator.py
│   │   ├── pyparse.py
│   │   ├── pyshell.py
│   │   ├── query.py
│   │   ├── README.txt
│   │   ├── redirector.py
│   │   ├── replace.py
│   │   ├── rpc.py
│   │   ├── rstrip.py
│   │   ├── run.py
│   │   ├── runscript.py
│   │   ├── scrolledlist.py
│   │   ├── searchbase.py
│   │   ├── searchengine.py
│   │   ├── search.py
│   │   ├── stackviewer.py
│   │   ├── statusbar.py
│   │   ├── tabbedpages.py
│   │   ├── textview.py
│   │   ├── TODO.txt
│   │   ├── tooltip.py
│   │   ├── tree.py
│   │   ├── undo.py
│   │   ├── windows.py
│   │   └── zoomheight.py
│   ├── imaplib.py
│   ├── imghdr.py
│   ├── importlib
│   │   ├── abc.py
│   │   ├── _bootstrap_external.py
│   │   ├── _bootstrap.py
│   │   ├── __init__.py
│   │   ├── machinery.py
│   │   └── util.py
│   ├── imp.py
│   ├── inspect.py
│   ├── io.py
│   ├── ipaddress.py
│   ├── json
│   │   ├── decoder.py
│   │   ├── encoder.py
│   │   ├── __init__.py
│   │   ├── scanner.py
│   │   └── tool.py
│   ├── keyword.py
│   ├── lib2to3
│   │   ├── btm_matcher.py
│   │   ├── btm_utils.py
│   │   ├── fixer_base.py
│   │   ├── fixer_util.py
│   │   ├── fixes
│   │   │   ├── fix_apply.py
│   │   │   ├── fix_asserts.py
│   │   │   ├── fix_basestring.py
│   │   │   ├── fix_buffer.py
│   │   │   ├── fix_dict.py
│   │   │   ├── fix_except.py
│   │   │   ├── fix_execfile.py
│   │   │   ├── fix_exec.py
│   │   │   ├── fix_exitfunc.py
│   │   │   ├── fix_filter.py
│   │   │   ├── fix_funcattrs.py
│   │   │   ├── fix_future.py
│   │   │   ├── fix_getcwdu.py
│   │   │   ├── fix_has_key.py
│   │   │   ├── fix_idioms.py
│   │   │   ├── fix_import.py
│   │   │   ├── fix_imports2.py
│   │   │   ├── fix_imports.py
│   │   │   ├── fix_input.py
│   │   │   ├── fix_intern.py
│   │   │   ├── fix_isinstance.py
│   │   │   ├── fix_itertools_imports.py
│   │   │   ├── fix_itertools.py
│   │   │   ├── fix_long.py
│   │   │   ├── fix_map.py
│   │   │   ├── fix_metaclass.py
│   │   │   ├── fix_methodattrs.py
│   │   │   ├── fix_ne.py
│   │   │   ├── fix_next.py
│   │   │   ├── fix_nonzero.py
│   │   │   ├── fix_numliterals.py
│   │   │   ├── fix_operator.py
│   │   │   ├── fix_paren.py
│   │   │   ├── fix_print.py
│   │   │   ├── fix_raise.py
│   │   │   ├── fix_raw_input.py
│   │   │   ├── fix_reduce.py
│   │   │   ├── fix_reload.py
│   │   │   ├── fix_renames.py
│   │   │   ├── fix_repr.py
│   │   │   ├── fix_set_literal.py
│   │   │   ├── fix_standarderror.py
│   │   │   ├── fix_sys_exc.py
│   │   │   ├── fix_throw.py
│   │   │   ├── fix_tuple_params.py
│   │   │   ├── fix_types.py
│   │   │   ├── fix_unicode.py
│   │   │   ├── fix_urllib.py
│   │   │   ├── fix_ws_comma.py
│   │   │   ├── fix_xrange.py
│   │   │   ├── fix_xreadlines.py
│   │   │   ├── fix_zip.py
│   │   │   └── __init__.py
│   │   ├── Grammar.txt
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── patcomp.py
│   │   ├── PatternGrammar.txt
│   │   ├── pgen2
│   │   │   ├── conv.py
│   │   │   ├── driver.py
│   │   │   ├── grammar.py
│   │   │   ├── __init__.py
│   │   │   ├── literals.py
│   │   │   ├── parse.py
│   │   │   ├── pgen.py
│   │   │   ├── tokenize.py
│   │   │   └── token.py
│   │   ├── pygram.py
│   │   ├── pytree.py
│   │   ├── refactor.py
│   │   └── tests
│   │   ├── data
│   │   │   ├── bom.py
│   │   │   ├── crlf.py
│   │   │   ├── different_encoding.py
│   │   │   ├── false_encoding.py
│   │   │   ├── fixers
│   │   │   │   ├── bad_order.py
│   │   │   │   ├── myfixes
│   │   │   │   │   ├── fix_explicit.py
│   │   │   │   │   ├── fix_first.py
│   │   │   │   │   ├── fix_last.py
│   │   │   │   │   ├── fix_parrot.py
│   │   │   │   │   ├── fix_preorder.py
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── no_fixer_cls.py
│   │   │   │   └── parrot_example.py
│   │   │   ├── infinite_recursion.py
│   │   │   ├── py2_test_grammar.py
│   │   │   ├── py3_test_grammar.py
│   │   │   └── README
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── pytree_idempotency.py
│   │   ├── support.py
│   │   ├── test_all_fixers.py
│   │   ├── test_fixers.py
│   │   ├── test_main.py
│   │   ├── test_parser.py
│   │   ├── test_pytree.py
│   │   ├── test_refactor.py
│   │   └── test_util.py
│   ├── linecache.py
│   ├── locale.py
│   ├── logging
│   │   ├── config.py
│   │   ├── handlers.py
│   │   └── __init__.py
│   ├── lzma.py
│   ├── macpath.py
│   ├── macurl2path.py
│   ├── mailbox.py
│   ├── mailcap.py
│   ├── _markupbase.py
│   ├── mimetypes.py
│   ├── modulefinder.py
│   ├── msilib
│   │   ├── __init__.py
│   │   ├── schema.py
│   │   ├── sequence.py
│   │   └── text.py
│   ├── multiprocessing
│   │   ├── connection.py
│   │   ├── context.py
│   │   ├── dummy
│   │   │   ├── connection.py
│   │   │   └── __init__.py
│   │   ├── forkserver.py
│   │   ├── heap.py
│   │   ├── __init__.py
│   │   ├── managers.py
│   │   ├── pool.py
│   │   ├── popen_fork.py
│   │   ├── popen_forkserver.py
│   │   ├── popen_spawn_posix.py
│   │   ├── popen_spawn_win32.py
│   │   ├── process.py
│   │   ├── queues.py
│   │   ├── reduction.py
│   │   ├── resource_sharer.py
│   │   ├── semaphore_tracker.py
│   │   ├── sharedctypes.py
│   │   ├── spawn.py
│   │   ├── synchronize.py
│   │   └── util.py
│   ├── netrc.py
│   ├── nntplib.py
│   ├── ntpath.py
│   ├── nturl2path.py
│   ├── numbers.py
│   ├── opcode.py
│   ├── operator.py
│   ├── optparse.py
│   ├── os.py
│   ├── _osx_support.py
│   ├── pathlib.py
│   ├── pdb.py
│   ├── __phello__.foo.py
│   ├── pickle.py
│   ├── pickletools.py
│   ├── pipes.py
│   ├── pkgutil.py
│   ├── platform.py
│   ├── plistlib.py
│   ├── poplib.py
│   ├── posixpath.py
│   ├── pprint.py
│   ├── profile.py
│   ├── pstats.py
│   ├── pty.py
│   ├── pyclbr.py
│   ├── py_compile.py
│   ├── _pydecimal.py
│   ├── pydoc_data
│   │   ├── __init__.py
│   │   ├── _pydoc.css
│   │   └── topics.py
│   ├── pydoc.py
│   ├── _pyio.py
│   ├── queue.py
│   ├── quopri.py
│   ├── random.py
│   ├── reprlib.py
│   ├── re.py
│   ├── rlcompleter.py
│   ├── runpy.py
│   ├── sched.py
│   ├── secrets.py
│   ├── selectors.py
│   ├── shelve.py
│   ├── shlex.py
│   ├── shutil.py
│   ├── signal.py
│   ├── _sitebuiltins.py
│   ├── site-packages
│   │   ├── README
│   │   └── README.txt
│   ├── site.py
│   ├── smtpd.py
│   ├── smtplib.py
│   ├── sndhdr.py
│   ├── socket.py
│   ├── socketserver.py
│   ├── sqlite3
│   │   ├── dbapi2.py
│   │   ├── dump.py
│   │   ├── __init__.py
│   │   └── test
│   │   ├── dbapi.py
│   │   ├── dump.py
│   │   ├── factory.py
│   │   ├── hooks.py
│   │   ├── __init__.py
│   │   ├── regression.py
│   │   ├── transactions.py
│   │   ├── types.py
│   │   └── userfunctions.py
│   ├── sre_compile.py
│   ├── sre_constants.py
│   ├── sre_parse.py
│   ├── ssl.py
│   ├── statistics.py
│   ├── stat.py
│   ├── stringprep.py
│   ├── string.py
│   ├── _strptime.py
│   ├── struct.py
│   ├── subprocess.py
│   ├── sunau.py
│   ├── symbol.py
│   ├── symtable.py
│   ├── sysconfig.py
│   ├── tabnanny.py
│   ├── tarfile.py
│   ├── telnetlib.py
│   ├── tempfile.py
│   ├── test
│   │   ├── 185test.db
│   │   ├── allsans.pem
│   │   ├── ann_module2.py
│   │   ├── ann_module3.py
│   │   ├── ann_module.py
│   │   ├── audiodata
│   │   │   ├── pluck-alaw.aifc
│   │   │   ├── pluck-pcm16.aiff
│   │   │   ├── pluck-pcm16.au
│   │   │   ├── pluck-pcm16.wav
│   │   │   ├── pluck-pcm24.aiff
│   │   │   ├── pluck-pcm24.au
│   │   │   ├── pluck-pcm24.wav
│   │   │   ├── pluck-pcm32.aiff
│   │   │   ├── pluck-pcm32.au
│   │   │   ├── pluck-pcm32.wav
│   │   │   ├── pluck-pcm8.aiff
│   │   │   ├── pluck-pcm8.au
│   │   │   ├── pluck-pcm8.wav
│   │   │   ├── pluck-ulaw.aifc
│   │   │   └── pluck-ulaw.au
│   │   ├── audiotest.au
│   │   ├── audiotests.py
│   │   ├── autotest.py
│   │   ├── badcert.pem
│   │   ├── bad_coding2.py
│   │   ├── bad_coding.py
│   │   ├── badkey.pem
│   │   ├── badsyntax_3131.py
│   │   ├── badsyntax_future10.py
│   │   ├── badsyntax_future3.py
│   │   ├── badsyntax_future4.py
│   │   ├── badsyntax_future5.py
│   │   ├── badsyntax_future6.py
│   │   ├── badsyntax_future7.py
│   │   ├── badsyntax_future8.py
│   │   ├── badsyntax_future9.py
│   │   ├── badsyntax_pep3120.py
│   │   ├── bytecode_helper.py
│   │   ├── capath
│   │   │   ├── 4e1295a3.0
│   │   │   ├── 5ed36f99.0
│   │   │   ├── 6e88d7b8.0
│   │   │   ├── 99d0fa06.0
│   │   │   ├── b1930218.0
│   │   │   └── ceff1710.0
│   │   ├── cfgparser.1
│   │   ├── cfgparser.2
│   │   ├── cfgparser.3
│   │   ├── cjkencodings
│   │   │   ├── big5hkscs.txt
│   │   │   ├── big5hkscs-utf8.txt
│   │   │   ├── big5.txt
│   │   │   ├── big5-utf8.txt
│   │   │   ├── cp949.txt
│   │   │   ├── cp949-utf8.txt
│   │   │   ├── euc_jisx0213.txt
│   │   │   ├── euc_jisx0213-utf8.txt
│   │   │   ├── euc_jp.txt
│   │   │   ├── euc_jp-utf8.txt
│   │   │   ├── euc_kr.txt
│   │   │   ├── euc_kr-utf8.txt
│   │   │   ├── gb18030.txt
│   │   │   ├── gb18030-utf8.txt
│   │   │   ├── gb2312.txt
│   │   │   ├── gb2312-utf8.txt
│   │   │   ├── gbk.txt
│   │   │   ├── gbk-utf8.txt
│   │   │   ├── hz.txt
│   │   │   ├── hz-utf8.txt
│   │   │   ├── iso2022_jp.txt
│   │   │   ├── iso2022_jp-utf8.txt
│   │   │   ├── iso2022_kr.txt
│   │   │   ├── iso2022_kr-utf8.txt
│   │   │   ├── johab.txt
│   │   │   ├── johab-utf8.txt
│   │   │   ├── shift_jis.txt
│   │   │   ├── shift_jis-utf8.txt
│   │   │   ├── shift_jisx0213.txt
│   │   │   └── shift_jisx0213-utf8.txt
│   │   ├── cmath_testcases.txt
│   │   ├── coding20731.py
│   │   ├── crashers
│   │   │   ├── bogus_code_obj.py
│   │   │   ├── gc_inspection.py
│   │   │   ├── infinite_loop_re.py
│   │   │   ├── mutation_inside_cyclegc.py
│   │   │   ├── README
│   │   │   ├── recursive_call.py
│   │   │   ├── trace_at_recursion_limit.py
│   │   │   └── underlying_dict.py
│   │   ├── curses_tests.py
│   │   ├── data
│   │   │   └── README
│   │   ├── datetimetester.py
│   │   ├── decimaltestdata
│   │   │   ├── abs.decTest
│   │   │   ├── add.decTest
│   │   │   ├── and.decTest
│   │   │   ├── base.decTest
│   │   │   ├── clamp.decTest
│   │   │   ├── class.decTest
│   │   │   ├── compare.decTest
│   │   │   ├── comparetotal.decTest
│   │   │   ├── comparetotmag.decTest
│   │   │   ├── copyabs.decTest
│   │   │   ├── copy.decTest
│   │   │   ├── copynegate.decTest
│   │   │   ├── copysign.decTest
│   │   │   ├── ddAbs.decTest
│   │   │   ├── ddAdd.decTest
│   │   │   ├── ddAnd.decTest
│   │   │   ├── ddBase.decTest
│   │   │   ├── ddCanonical.decTest
│   │   │   ├── ddClass.decTest
│   │   │   ├── ddCompare.decTest
│   │   │   ├── ddCompareSig.decTest
│   │   │   ├── ddCompareTotal.decTest
│   │   │   ├── ddCompareTotalMag.decTest
│   │   │   ├── ddCopyAbs.decTest
│   │   │   ├── ddCopy.decTest
│   │   │   ├── ddCopyNegate.decTest
│   │   │   ├── ddCopySign.decTest
│   │   │   ├── ddDivide.decTest
│   │   │   ├── ddDivideInt.decTest
│   │   │   ├── ddEncode.decTest
│   │   │   ├── ddFMA.decTest
│   │   │   ├── ddInvert.decTest
│   │   │   ├── ddLogB.decTest
│   │   │   ├── ddMax.decTest
│   │   │   ├── ddMaxMag.decTest
│   │   │   ├── ddMin.decTest
│   │   │   ├── ddMinMag.decTest
│   │   │   ├── ddMinus.decTest
│   │   │   ├── ddMultiply.decTest
│   │   │   ├── ddNextMinus.decTest
│   │   │   ├── ddNextPlus.decTest
│   │   │   ├── ddNextToward.decTest
│   │   │   ├── ddOr.decTest
│   │   │   ├── ddPlus.decTest
│   │   │   ├── ddQuantize.decTest
│   │   │   ├── ddReduce.decTest
│   │   │   ├── ddRemainder.decTest
│   │   │   ├── ddRemainderNear.decTest
│   │   │   ├── ddRotate.decTest
│   │   │   ├── ddSameQuantum.decTest
│   │   │   ├── ddScaleB.decTest
│   │   │   ├── ddShift.decTest
│   │   │   ├── ddSubtract.decTest
│   │   │   ├── ddToIntegral.decTest
│   │   │   ├── ddXor.decTest
│   │   │   ├── decDouble.decTest
│   │   │   ├── decQuad.decTest
│   │   │   ├── decSingle.decTest
│   │   │   ├── divide.decTest
│   │   │   ├── divideint.decTest
│   │   │   ├── dqAbs.decTest
│   │   │   ├── dqAdd.decTest
│   │   │   ├── dqAnd.decTest
│   │   │   ├── dqBase.decTest
│   │   │   ├── dqCanonical.decTest
│   │   │   ├── dqClass.decTest
│   │   │   ├── dqCompare.decTest
│   │   │   ├── dqCompareSig.decTest
│   │   │   ├── dqCompareTotal.decTest
│   │   │   ├── dqCompareTotalMag.decTest
│   │   │   ├── dqCopyAbs.decTest
│   │   │   ├── dqCopy.decTest
│   │   │   ├── dqCopyNegate.decTest
│   │   │   ├── dqCopySign.decTest
│   │   │   ├── dqDivide.decTest
│   │   │   ├── dqDivideInt.decTest
│   │   │   ├── dqEncode.decTest
│   │   │   ├── dqFMA.decTest
│   │   │   ├── dqInvert.decTest
│   │   │   ├── dqLogB.decTest
│   │   │   ├── dqMax.decTest
│   │   │   ├── dqMaxMag.decTest
│   │   │   ├── dqMin.decTest
│   │   │   ├── dqMinMag.decTest
│   │   │   ├── dqMinus.decTest
│   │   │   ├── dqMultiply.decTest
│   │   │   ├── dqNextMinus.decTest
│   │   │   ├── dqNextPlus.decTest
│   │   │   ├── dqNextToward.decTest
│   │   │   ├── dqOr.decTest
│   │   │   ├── dqPlus.decTest
│   │   │   ├── dqQuantize.decTest
│   │   │   ├── dqReduce.decTest
│   │   │   ├── dqRemainder.decTest
│   │   │   ├── dqRemainderNear.decTest
│   │   │   ├── dqRotate.decTest
│   │   │   ├── dqSameQuantum.decTest
│   │   │   ├── dqScaleB.decTest
│   │   │   ├── dqShift.decTest
│   │   │   ├── dqSubtract.decTest
│   │   │   ├── dqToIntegral.decTest
│   │   │   ├── dqXor.decTest
│   │   │   ├── dsBase.decTest
│   │   │   ├── dsEncode.decTest
│   │   │   ├── exp.decTest
│   │   │   ├── extra.decTest
│   │   │   ├── fma.decTest
│   │   │   ├── inexact.decTest
│   │   │   ├── invert.decTest
│   │   │   ├── ln.decTest
│   │   │   ├── log10.decTest
│   │   │   ├── logb.decTest
│   │   │   ├── max.decTest
│   │   │   ├── maxmag.decTest
│   │   │   ├── min.decTest
│   │   │   ├── minmag.decTest
│   │   │   ├── minus.decTest
│   │   │   ├── multiply.decTest
│   │   │   ├── nextminus.decTest
│   │   │   ├── nextplus.decTest
│   │   │   ├── nexttoward.decTest
│   │   │   ├── or.decTest
│   │   │   ├── plus.decTest
│   │   │   ├── power.decTest
│   │   │   ├── powersqrt.decTest
│   │   │   ├── quantize.decTest
│   │   │   ├── randomBound32.decTest
│   │   │   ├── randoms.decTest
│   │   │   ├── reduce.decTest
│   │   │   ├── remainder.decTest
│   │   │   ├── remainderNear.decTest
│   │   │   ├── rescale.decTest
│   │   │   ├── rotate.decTest
│   │   │   ├── rounding.decTest
│   │   │   ├── samequantum.decTest
│   │   │   ├── scaleb.decTest
│   │   │   ├── shift.decTest
│   │   │   ├── squareroot.decTest
│   │   │   ├── subtract.decTest
│   │   │   ├── testall.decTest
│   │   │   ├── tointegral.decTest
│   │   │   ├── tointegralx.decTest
│   │   │   └── xor.decTest
│   │   ├── dh1024.pem
│   │   ├── dis_module.py
│   │   ├── doctest_aliases.py
│   │   ├── double_const.py
│   │   ├── dtracedata
│   │   │   ├── assert_usable.d
│   │   │   ├── assert_usable.stp
│   │   │   ├── call_stack.d
│   │   │   ├── call_stack.d.expected
│   │   │   ├── call_stack.py
│   │   │   ├── call_stack.stp
│   │   │   ├── call_stack.stp.expected
│   │   │   ├── gc.d
│   │   │   ├── gc.d.expected
│   │   │   ├── gc.py
│   │   │   ├── gc.stp
│   │   │   ├── gc.stp.expected
│   │   │   ├── instance.py
│   │   │   ├── line.d
│   │   │   ├── line.d.expected
│   │   │   └── line.py
│   │   ├── eintrdata
│   │   │   └── eintr_tester.py
│   │   ├── empty.vbs
│   │   ├── encoded_modules
│   │   │   ├── __init__.py
│   │   │   ├── module_iso_8859_1.py
│   │   │   └── module_koi8_r.py
│   │   ├── exception_hierarchy.txt
│   │   ├── final_a.py
│   │   ├── final_b.py
│   │   ├── floating_points.txt
│   │   ├── fork_wait.py
│   │   ├── formatfloat_testcases.txt
│   │   ├── future_test1.py
│   │   ├── future_test2.py
│   │   ├── gdb_sample.py
│   │   ├── ieee754.txt
│   │   ├── imghdrdata
│   │   │   ├── python.bmp
│   │   │   ├── python.exr
│   │   │   ├── python.gif
│   │   │   ├── python.jpg
│   │   │   ├── python.pbm
│   │   │   ├── python.pgm
│   │   │   ├── python.png
│   │   │   ├── python.ppm
│   │   │   ├── python.ras
│   │   │   ├── python.sgi
│   │   │   ├── python.tiff
│   │   │   ├── python.webp
│   │   │   └── python.xbm
│   │   ├── imp_dummy.py
│   │   ├── __init__.py
│   │   ├── inspect_fodder2.py
│   │   ├── inspect_fodder.py
│   │   ├── keycert2.pem
│   │   ├── keycert3.pem
│   │   ├── keycert4.pem
│   │   ├── keycert.passwd.pem
│   │   ├── keycert.pem
│   │   ├── leakers
│   │   │   ├── __init__.py
│   │   │   ├── README.txt
│   │   │   ├── test_ctypes.py
│   │   │   └── test_selftype.py
│   │   ├── libregrtest
│   │   │   ├── cmdline.py
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   ├── refleak.py
│   │   │   ├── runtest_mp.py
│   │   │   ├── runtest.py
│   │   │   ├── save_env.py
│   │   │   └── setup.py
│   │   ├── list_tests.py
│   │   ├── lock_tests.py
│   │   ├── mailcap.txt
│   │   ├── __main__.py
│   │   ├── make_ssl_certs.py
│   │   ├── mapping_tests.py
│   │   ├── math_testcases.txt
│   │   ├── memory_watchdog.py
│   │   ├── mime.types
│   │   ├── mock_socket.py
│   │   ├── mp_fork_bomb.py
│   │   ├── multibytecodec_support.py
│   │   ├── nokia.pem
│   │   ├── nullbytecert.pem
│   │   ├── nullcert.pem
│   │   ├── outstanding_bugs.py
│   │   ├── pickletester.py
│   │   ├── profilee.py
│   │   ├── pstats.pck
│   │   ├── pycacert.pem
│   │   ├── pycakey.pem
│   │   ├── pyclbr_input.py
│   │   ├── pydocfodder.py
│   │   ├── pydoc_mod.py
│   │   ├── pystone.py
│   │   ├── randv2_32.pck
│   │   ├── randv2_64.pck
│   │   ├── randv3.pck
│   │   ├── regrtest.py
│   │   ├── relimport.py
│   │   ├── reperf.py
│   │   ├── re_tests.py
│   │   ├── revocation.crl
│   │   ├── sample_doctest_no_docstrings.py
│   │   ├── sample_doctest_no_doctests.py
│   │   ├── sample_doctest.py
│   │   ├── selfsigned_pythontestdotnet.pem
│   │   ├── seq_tests.py
│   │   ├── sgml_input.html
│   │   ├── sha256.pem
│   │   ├── signalinterproctester.py
│   │   ├── Sine-1000Hz-300ms.aif
│   │   ├── sndhdrdata
│   │   │   ├── README
│   │   │   ├── sndhdr.8svx
│   │   │   ├── sndhdr.aifc
│   │   │   ├── sndhdr.aiff
│   │   │   ├── sndhdr.au
│   │   │   ├── sndhdr.hcom
│   │   │   ├── sndhdr.sndt
│   │   │   ├── sndhdr.voc
│   │   │   └── sndhdr.wav
│   │   ├── sortperf.py
│   │   ├── ssl_cert.pem
│   │   ├── ssl_key.passwd.pem
│   │   ├── ssl_key.pem
│   │   ├── ssl_servers.py
│   │   ├── ssltests.py
│   │   ├── string_tests.py
│   │   ├── subprocessdata
│   │   │   ├── fd_status.py
│   │   │   ├── input_reader.py
│   │   │   ├── qcat.py
│   │   │   ├── qgrep.py
│   │   │   └── sigchild_ignore.py
│   │   ├── support
│   │   │   ├── __init__.py
│   │   │   └── script_helper.py
│   │   ├── test_abc.py
│   │   ├── test_abstract_numbers.py
│   │   ├── test_aifc.py
│   │   ├── test___all__.py
│   │   ├── test_argparse.py
│   │   ├── test_array.py
│   │   ├── test_asdl_parser.py
│   │   ├── test_ast.py
│   │   ├── test_asyncgen.py
│   │   ├── test_asynchat.py
│   │   ├── test_asyncio
│   │   │   ├── echo2.py
│   │   │   ├── echo3.py
│   │   │   ├── echo.py
│   │   │   ├── __init__.py
│   │   │   ├── keycert3.pem
│   │   │   ├── __main__.py
│   │   │   ├── pycacert.pem
│   │   │   ├── ssl_cert.pem
│   │   │   ├── ssl_key.pem
│   │   │   ├── test_base_events.py
│   │   │   ├── test_events.py
│   │   │   ├── test_futures.py
│   │   │   ├── test_locks.py
│   │   │   ├── test_pep492.py
│   │   │   ├── test_proactor_events.py
│   │   │   ├── test_queues.py
│   │   │   ├── test_selector_events.py
│   │   │   ├── test_sslproto.py
│   │   │   ├── test_streams.py
│   │   │   ├── test_subprocess.py
│   │   │   ├── test_tasks.py
│   │   │   ├── test_transports.py
│   │   │   ├── test_unix_events.py
│   │   │   ├── test_windows_events.py
│   │   │   └── test_windows_utils.py
│   │   ├── test_asyncore.py
│   │   ├── test_atexit.py
│   │   ├── test_audioop.py
│   │   ├── test_augassign.py
│   │   ├── test_base64.py
│   │   ├── test_baseexception.py
│   │   ├── test_bigaddrspace.py
│   │   ├── test_bigmem.py
│   │   ├── test_binascii.py
│   │   ├── test_binhex.py
│   │   ├── test_binop.py
│   │   ├── test_bisect.py
│   │   ├── test_bool.py
│   │   ├── test_buffer.py
│   │   ├── test_bufio.py
│   │   ├── test_builtin.py
│   │   ├── test_bytes.py
│   │   ├── test_bz2.py
│   │   ├── test_calendar.py
│   │   ├── test_call.py
│   │   ├── test_capi.py
│   │   ├── test_cgi.py
│   │   ├── test_cgitb.py
│   │   ├── test_charmapcodec.py
│   │   ├── test_class.py
│   │   ├── test_cmath.py
│   │   ├── test_cmd_line.py
│   │   ├── test_cmd_line_script.py
│   │   ├── test_cmd.py
│   │   ├── test_codeccallbacks.py
│   │   ├── test_codecencodings_cn.py
│   │   ├── test_codecencodings_hk.py
│   │   ├── test_codecencodings_iso2022.py
│   │   ├── test_codecencodings_jp.py
│   │   ├── test_codecencodings_kr.py
│   │   ├── test_codecencodings_tw.py
│   │   ├── test_codecmaps_cn.py
│   │   ├── test_codecmaps_hk.py
│   │   ├── test_codecmaps_jp.py
│   │   ├── test_codecmaps_kr.py
│   │   ├── test_codecmaps_tw.py
│   │   ├── testcodec.py
│   │   ├── test_codecs.py
│   │   ├── test_code_module.py
│   │   ├── test_codeop.py
│   │   ├── test_code.py
│   │   ├── test_collections.py
│   │   ├── test_colorsys.py
│   │   ├── test_compare.py
│   │   ├── test_compileall.py
│   │   ├── test_compile.py
│   │   ├── test_complex.py
│   │   ├── test_concurrent_futures.py
│   │   ├── test_configparser.py
│   │   ├── test_contains.py
│   │   ├── test_contextlib.py
│   │   ├── test_copy.py
│   │   ├── test_copyreg.py
│   │   ├── test_coroutines.py
│   │   ├── test_cprofile.py
│   │   ├── test_crashers.py
│   │   ├── test_crypt.py
│   │   ├── test_csv.py
│   │   ├── test_ctypes.py
│   │   ├── test_curses.py
│   │   ├── test_datetime.py
│   │   ├── test_dbm_dumb.py
│   │   ├── test_dbm_gnu.py
│   │   ├── test_dbm_ndbm.py
│   │   ├── test_dbm.py
│   │   ├── test_decimal.py
│   │   ├── test_decorators.py
│   │   ├── test_defaultdict.py
│   │   ├── test_deque.py
│   │   ├── test_descr.py
│   │   ├── test_descrtut.py
│   │   ├── test_devpoll.py
│   │   ├── test_dictcomps.py
│   │   ├── test_dict.py
│   │   ├── test_dict_version.py
│   │   ├── test_dictviews.py
│   │   ├── test_difflib_expect.html
│   │   ├── test_difflib.py
│   │   ├── test_dis.py
│   │   ├── test_distutils.py
│   │   ├── test_doctest2.py
│   │   ├── test_doctest2.txt
│   │   ├── test_doctest3.txt
│   │   ├── test_doctest4.txt
│   │   ├── test_doctest.py
│   │   ├── test_doctest.txt
│   │   ├── test_docxmlrpc.py
│   │   ├── test_dtrace.py
│   │   ├── test_dummy_threading.py
│   │   ├── test_dummy_thread.py
│   │   ├── test_dynamicclassattribute.py
│   │   ├── test_dynamic.py
│   │   ├── test_eintr.py
│   │   ├── test_email
│   │   │   ├── data
│   │   │   │   ├── audiotest.au
│   │   │   │   ├── msg_01.txt
│   │   │   │   ├── msg_02.txt
│   │   │   │   ├── msg_03.txt
│   │   │   │   ├── msg_04.txt
│   │   │   │   ├── msg_05.txt
│   │   │   │   ├── msg_06.txt
│   │   │   │   ├── msg_07.txt
│   │   │   │   ├── msg_08.txt
│   │   │   │   ├── msg_09.txt
│   │   │   │   ├── msg_10.txt
│   │   │   │   ├── msg_11.txt
│   │   │   │   ├── msg_12a.txt
│   │   │   │   ├── msg_12.txt
│   │   │   │   ├── msg_13.txt
│   │   │   │   ├── msg_14.txt
│   │   │   │   ├── msg_15.txt
│   │   │   │   ├── msg_16.txt
│   │   │   │   ├── msg_17.txt
│   │   │   │   ├── msg_18.txt
│   │   │   │   ├── msg_19.txt
│   │   │   │   ├── msg_20.txt
│   │   │   │   ├── msg_21.txt
│   │   │   │   ├── msg_22.txt
│   │   │   │   ├── msg_23.txt
│   │   │   │   ├── msg_24.txt
│   │   │   │   ├── msg_25.txt
│   │   │   │   ├── msg_26.txt
│   │   │   │   ├── msg_27.txt
│   │   │   │   ├── msg_28.txt
│   │   │   │   ├── msg_29.txt
│   │   │   │   ├── msg_30.txt
│   │   │   │   ├── msg_31.txt
│   │   │   │   ├── msg_32.txt
│   │   │   │   ├── msg_33.txt
│   │   │   │   ├── msg_34.txt
│   │   │   │   ├── msg_35.txt
│   │   │   │   ├── msg_36.txt
│   │   │   │   ├── msg_37.txt
│   │   │   │   ├── msg_38.txt
│   │   │   │   ├── msg_39.txt
│   │   │   │   ├── msg_40.txt
│   │   │   │   ├── msg_41.txt
│   │   │   │   ├── msg_42.txt
│   │   │   │   ├── msg_43.txt
│   │   │   │   ├── msg_44.txt
│   │   │   │   ├── msg_45.txt
│   │   │   │   ├── msg_46.txt
│   │   │   │   └── PyBanner048.gif
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── test_asian_codecs.py
│   │   │   ├── test_contentmanager.py
│   │   │   ├── test_defect_handling.py
│   │   │   ├── test_email.py
│   │   │   ├── test__encoded_words.py
│   │   │   ├── test_generator.py
│   │   │   ├── test_headerregistry.py
│   │   │   ├── test__header_value_parser.py
│   │   │   ├── test_inversion.py
│   │   │   ├── test_message.py
│   │   │   ├── test_parser.py
│   │   │   ├── test_pickleable.py
│   │   │   ├── test_policy.py
│   │   │   ├── test_utils.py
│   │   │   └── torture_test.py
│   │   ├── test_ensurepip.py
│   │   ├── test_enumerate.py
│   │   ├── test_enum.py
│   │   ├── test_eof.py
│   │   ├── test_epoll.py
│   │   ├── test_errno.py
│   │   ├── test_exception_hierarchy.py
│   │   ├── test_exceptions.py
│   │   ├── test_exception_variations.py
│   │   ├── test_extcall.py
│   │   ├── test_faulthandler.py
│   │   ├── test_fcntl.py
│   │   ├── test_filecmp.py
│   │   ├── test_file_eintr.py
│   │   ├── test_fileinput.py
│   │   ├── test_fileio.py
│   │   ├── test_file.py
│   │   ├── test_finalization.py
│   │   ├── test_float.py
│   │   ├── test_flufl.py
│   │   ├── test_fnmatch.py
│   │   ├── test_fork1.py
│   │   ├── test_format.py
│   │   ├── test_fractions.py
│   │   ├── test_frame.py
│   │   ├── test_fstring.py
│   │   ├── test_ftplib.py
│   │   ├── test_funcattrs.py
│   │   ├── test_functools.py
│   │   ├── test_future3.py
│   │   ├── test_future4.py
│   │   ├── test_future5.py
│   │   ├── test___future__.py
│   │   ├── test_future.py
│   │   ├── test_gc.py
│   │   ├── test_gdb.py
│   │   ├── test_generators.py
│   │   ├── test_generator_stop.py
│   │   ├── test_genericpath.py
│   │   ├── test_genexps.py
│   │   ├── test_getargs2.py
│   │   ├── test_getopt.py
│   │   ├── test_getpass.py
│   │   ├── test_gettext.py
│   │   ├── test_global.py
│   │   ├── test_glob.py
│   │   ├── test_grammar.py
│   │   ├── test_grp.py
│   │   ├── test_gzip.py
│   │   ├── test_hashlib.py
│   │   ├── test_hash.py
│   │   ├── test_heapq.py
│   │   ├── test_hmac.py
│   │   ├── test_htmlparser.py
│   │   ├── test_html.py
│   │   ├── test_http_cookiejar.py
│   │   ├── test_http_cookies.py
│   │   ├── test_httplib.py
│   │   ├── test_httpservers.py
│   │   ├── test_idle.py
│   │   ├── test_imaplib.py
│   │   ├── test_imghdr.py
│   │   ├── test_import
│   │   │   ├── data
│   │   │   │   └── circular_imports
│   │   │   │   ├── basic2.py
│   │   │   │   ├── basic.py
│   │   │   │   ├── indirect.py
│   │   │   │   ├── rebinding2.py
│   │   │   │   ├── rebinding.py
│   │   │   │   ├── subpackage.py
│   │   │   │   ├── subpkg
│   │   │   │   │   ├── subpackage2.py
│   │   │   │   │   └── util.py
│   │   │   │   └── util.py
│   │   │   ├── __init__.py
│   │   │   └── __main__.py
│   │   ├── test_importlib
│   │   │   ├── abc.py
│   │   │   ├── builtin
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── test_finder.py
│   │   │   │   └── test_loader.py
│   │   │   ├── extension
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── test_case_sensitivity.py
│   │   │   │   ├── test_finder.py
│   │   │   │   ├── test_loader.py
│   │   │   │   └── test_path_hook.py
│   │   │   ├── frozen
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── test_finder.py
│   │   │   │   └── test_loader.py
│   │   │   ├── import_
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── test_api.py
│   │   │   │   ├── test_caching.py
│   │   │   │   ├── test_fromlist.py
│   │   │   │   ├── test___loader__.py
│   │   │   │   ├── test_meta_path.py
│   │   │   │   ├── test___package__.py
│   │   │   │   ├── test_packages.py
│   │   │   │   ├── test_path.py
│   │   │   │   └── test_relative_imports.py
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── namespace_pkgs
│   │   │   │   ├── both_portions
│   │   │   │   │   └── foo
│   │   │   │   │   ├── one.py
│   │   │   │   │   └── two.py
│   │   │   │   ├── missing_directory.zip
│   │   │   │   ├── module_and_namespace_package
│   │   │   │   │   ├── a_test
│   │   │   │   │   │   └── empty
│   │   │   │   │   └── a_test.py
│   │   │   │   ├── nested_portion1.zip
│   │   │   │   ├── not_a_namespace_pkg
│   │   │   │   │   └── foo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── one.py
│   │   │   │   ├── portion1
│   │   │   │   │   └── foo
│   │   │   │   │   └── one.py
│   │   │   │   ├── portion2
│   │   │   │   │   └── foo
│   │   │   │   │   └── two.py
│   │   │   │   ├── project1
│   │   │   │   │   └── parent
│   │   │   │   │   └── child
│   │   │   │   │   └── one.py
│   │   │   │   ├── project2
│   │   │   │   │   └── parent
│   │   │   │   │   └── child
│   │   │   │   │   └── two.py
│   │   │   │   ├── project3
│   │   │   │   │   └── parent
│   │   │   │   │   └── child
│   │   │   │   │   └── three.py
│   │   │   │   └── top_level_portion1.zip
│   │   │   ├── source
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── test_case_sensitivity.py
│   │   │   │   ├── test_file_loader.py
│   │   │   │   ├── test_finder.py
│   │   │   │   ├── test_path_hook.py
│   │   │   │   └── test_source_encoding.py
│   │   │   ├── test_abc.py
│   │   │   ├── test_api.py
│   │   │   ├── test_lazy.py
│   │   │   ├── test_locks.py
│   │   │   ├── test_namespace_pkgs.py
│   │   │   ├── test_spec.py
│   │   │   ├── test_util.py
│   │   │   ├── test_windows.py
│   │   │   └── util.py
│   │   ├── test_imp.py
│   │   ├── test_index.py
│   │   ├── test_inspect.py
│   │   ├── test_int_literal.py
│   │   ├── test_int.py
│   │   ├── test_ioctl.py
│   │   ├── test_io.py
│   │   ├── test_ipaddress.py
│   │   ├── test_isinstance.py
│   │   ├── test_iterlen.py
│   │   ├── test_iter.py
│   │   ├── test_itertools.py
│   │   ├── test_json
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── test_decode.py
│   │   │   ├── test_default.py
│   │   │   ├── test_dump.py
│   │   │   ├── test_encode_basestring_ascii.py
│   │   │   ├── test_enum.py
│   │   │   ├── test_fail.py
│   │   │   ├── test_float.py
│   │   │   ├── test_indent.py
│   │   │   ├── test_pass1.py
│   │   │   ├── test_pass2.py
│   │   │   ├── test_pass3.py
│   │   │   ├── test_recursion.py
│   │   │   ├── test_scanstring.py
│   │   │   ├── test_separators.py
│   │   │   ├── test_speedups.py
│   │   │   ├── test_tool.py
│   │   │   └── test_unicode.py
│   │   ├── test_keywordonlyarg.py
│   │   ├── test_keyword.py
│   │   ├── test_kqueue.py
│   │   ├── test_largefile.py
│   │   ├── test_lib2to3.py
│   │   ├── test_linecache.py
│   │   ├── test_listcomps.py
│   │   ├── test_list.py
│   │   ├── test__locale.py
│   │   ├── test_locale.py
│   │   ├── test_logging.py
│   │   ├── test_longexp.py
│   │   ├── test_long.py
│   │   ├── test_lzma.py
│   │   ├── test_macpath.py
│   │   ├── test_macurl2path.py
│   │   ├── test_mailbox.py
│   │   ├── test_mailcap.py
│   │   ├── test_marshal.py
│   │   ├── test_math.py
│   │   ├── test_memoryio.py
│   │   ├── test_memoryview.py
│   │   ├── test_metaclass.py
│   │   ├── test_mimetypes.py
│   │   ├── test_minidom.py
│   │   ├── test_mmap.py
│   │   ├── test_modulefinder.py
│   │   ├── test_module.py
│   │   ├── test_msilib.py
│   │   ├── test_multibytecodec.py
│   │   ├── test_multiprocessing_fork.py
│   │   ├── test_multiprocessing_forkserver.py
│   │   ├── test_multiprocessing_main_handling.py
│   │   ├── _test_multiprocessing.py
│   │   ├── test_multiprocessing_spawn.py
│   │   ├── test_netrc.py
│   │   ├── test_nis.py
│   │   ├── test_nntplib.py
│   │   ├── test_normalization.py
│   │   ├── test_ntpath.py
│   │   ├── test_numeric_tower.py
│   │   ├── test__opcode.py
│   │   ├── test_opcodes.py
│   │   ├── test_openpty.py
│   │   ├── test_operator.py
│   │   ├── test_optparse.py
│   │   ├── test_ordered_dict.py
│   │   ├── test_os.py
│   │   ├── test_ossaudiodev.py
│   │   ├── test_osx_env.py
│   │   ├── test__osx_support.py
│   │   ├── test_parser.py
│   │   ├── test_pathlib.py
│   │   ├── test_pdb.py
│   │   ├── test_peepholer.py
│   │   ├── test_pickle.py
│   │   ├── test_pickletools.py
│   │   ├── test_pipes.py
│   │   ├── test_pkgimport.py
│   │   ├── test_pkg.py
│   │   ├── test_pkgutil.py
│   │   ├── test_platform.py
│   │   ├── test_plistlib.py
│   │   ├── test_poll.py
│   │   ├── test_popen.py
│   │   ├── test_poplib.py
│   │   ├── test_posixpath.py
│   │   ├── test_posix.py
│   │   ├── test_pow.py
│   │   ├── test_pprint.py
│   │   ├── test_print.py
│   │   ├── test_profile.py
│   │   ├── test_property.py
│   │   ├── test_pstats.py
│   │   ├── test_pty.py
│   │   ├── test_pulldom.py
│   │   ├── test_pwd.py
│   │   ├── test_pyclbr.py
│   │   ├── test_py_compile.py
│   │   ├── test_pydoc.py
│   │   ├── test_pyexpat.py
│   │   ├── test_queue.py
│   │   ├── test_quopri.py
│   │   ├── test_raise.py
│   │   ├── test_random.py
│   │   ├── test_range.py
│   │   ├── test_readline.py
│   │   ├── test_regrtest.py
│   │   ├── test_reprlib.py
│   │   ├── test_re.py
│   │   ├── test_resource.py
│   │   ├── test_richcmp.py
│   │   ├── test_rlcompleter.py
│   │   ├── test_robotparser.py
│   │   ├── test_runpy.py
│   │   ├── test_sax.py
│   │   ├── test_sched.py
│   │   ├── test_scope.py
│   │   ├── test_script_helper.py
│   │   ├── test_secrets.py
│   │   ├── test_selectors.py
│   │   ├── test_select.py
│   │   ├── test_setcomps.py
│   │   ├── test_set.py
│   │   ├── test_shelve.py
│   │   ├── test_shlex.py
│   │   ├── test_shutil.py
│   │   ├── test_signal.py
│   │   ├── test_site.py
│   │   ├── test_slice.py
│   │   ├── test_smtpd.py
│   │   ├── test_smtplib.py
│   │   ├── test_smtpnet.py
│   │   ├── test_sndhdr.py
│   │   ├── test_socket.py
│   │   ├── test_socketserver.py
│   │   ├── test_sort.py
│   │   ├── test_source_encoding.py
│   │   ├── test_spwd.py
│   │   ├── test_sqlite.py
│   │   ├── test_ssl.py
│   │   ├── test_startfile.py
│   │   ├── test_statistics.py
│   │   ├── test_stat.py
│   │   ├── test_strftime.py
│   │   ├── test_string_literals.py
│   │   ├── test_stringprep.py
│   │   ├── test_string.py
│   │   ├── test_strptime.py
│   │   ├── test_strtod.py
│   │   ├── test_structmembers.py
│   │   ├── test_struct.py
│   │   ├── test_structseq.py
│   │   ├── test_subclassinit.py
│   │   ├── test_subprocess.py
│   │   ├── test_sunau.py
│   │   ├── test_sundry.py
│   │   ├── test_super.py
│   │   ├── test_support.py
│   │   ├── test_symbol.py
│   │   ├── test_symtable.py
│   │   ├── test_syntax.py
│   │   ├── test_sysconfig.py
│   │   ├── test_syslog.py
│   │   ├── test_sys.py
│   │   ├── test_sys_setprofile.py
│   │   ├── test_sys_settrace.py
│   │   ├── test_tarfile.py
│   │   ├── testtar.tar
│   │   ├── test_tcl.py
│   │   ├── test_telnetlib.py
│   │   ├── test_tempfile.py
│   │   ├── test_textwrap.py
│   │   ├── test_threaded_import.py
│   │   ├── test_threadedtempfile.py
│   │   ├── test_threading_local.py
│   │   ├── test_threading.py
│   │   ├── test_thread.py
│   │   ├── test_threadsignals.py
│   │   ├── test_timeit.py
│   │   ├── test_timeout.py
│   │   ├── test_time.py
│   │   ├── test_tix.py
│   │   ├── test_tk.py
│   │   ├── test_tokenize.py
│   │   ├── test_tools
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── test_fixcid.py
│   │   │   ├── test_gprof2html.py
│   │   │   ├── test_i18n.py
│   │   │   ├── test_md5sum.py
│   │   │   ├── test_pdeps.py
│   │   │   ├── test_pindent.py
│   │   │   ├── test_reindent.py
│   │   │   ├── test_sundry.py
│   │   │   └── test_unparse.py
│   │   ├── test_traceback.py
│   │   ├── test_tracemalloc.py
│   │   ├── test_trace.py
│   │   ├── test_ttk_guionly.py
│   │   ├── test_ttk_textonly.py
│   │   ├── test_tuple.py
│   │   ├── test_turtle.py
│   │   ├── test_typechecks.py
│   │   ├── test_types.py
│   │   ├── test_typing.py
│   │   ├── test_ucn.py
│   │   ├── test_unary.py
│   │   ├── test_unicodedata.py
│   │   ├── test_unicode_file_functions.py
│   │   ├── test_unicode_file.py
│   │   ├── test_unicode_identifiers.py
│   │   ├── test_unicode.py
│   │   ├── test_unittest.py
│   │   ├── test_univnewlines.py
│   │   ├── test_unpack_ex.py
│   │   ├── test_unpack.py
│   │   ├── test_urllib2_localnet.py
│   │   ├── test_urllib2net.py
│   │   ├── test_urllib2.py
│   │   ├── test_urllibnet.py
│   │   ├── test_urllib.py
│   │   ├── test_urllib_response.py
│   │   ├── test_urlparse.py
│   │   ├── test_userdict.py
│   │   ├── test_userlist.py
│   │   ├── test_userstring.py
│   │   ├── test_utf8source.py
│   │   ├── test_uuid.py
│   │   ├── test_uu.py
│   │   ├── test_venv.py
│   │   ├── test_wait3.py
│   │   ├── test_wait4.py
│   │   ├── test_warnings
│   │   │   ├── data
│   │   │   │   ├── import_warning.py
│   │   │   │   └── stacklevel.py
│   │   │   ├── __init__.py
│   │   │   └── __main__.py
│   │   ├── test_wave.py
│   │   ├── test_weakref.py
│   │   ├── test_weakset.py
│   │   ├── test_webbrowser.py
│   │   ├── test_winconsoleio.py
│   │   ├── test_winreg.py
│   │   ├── test_winsound.py
│   │   ├── test_with.py
│   │   ├── test_wsgiref.py
│   │   ├── test_xdrlib.py
│   │   ├── test_xml_dom_minicompat.py
│   │   ├── test_xml_etree_c.py
│   │   ├── test_xml_etree.py
│   │   ├── test_xmlrpc_net.py
│   │   ├── test_xmlrpc.py
│   │   ├── test_yield_from.py
│   │   ├── test_zipapp.py
│   │   ├── test_zipfile64.py
│   │   ├── test_zipfile.py
│   │   ├── test_zipimport.py
│   │   ├── test_zipimport_support.py
│   │   ├── test_zlib.py
│   │   ├── tf_inherit_check.py
│   │   ├── threaded_import_hangers.py
│   │   ├── time_hashlib.py
│   │   ├── tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
│   │   ├── tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt
│   │   ├── tokenize_tests.txt
│   │   ├── tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
│   │   ├── tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
│   │   ├── tracedmodules
│   │   │   ├── __init__.py
│   │   │   └── testmod.py
│   │   ├── win_console_handler.py
│   │   ├── wrongcert.pem
│   │   ├── xmltestdata
│   │   │   ├── simple-ns.xml
│   │   │   ├── simple.xml
│   │   │   ├── test.xml
│   │   │   └── test.xml.out
│   │   ├── xmltests.py
│   │   ├── zip_cp437_header.zip
│   │   └── zipdir.zip
│   ├── textwrap.py
│   ├── this.py
│   ├── _threading_local.py
│   ├── threading.py
│   ├── timeit.py
│   ├── tkinter
│   │   ├── colorchooser.py
│   │   ├── commondialog.py
│   │   ├── constants.py
│   │   ├── dialog.py
│   │   ├── dnd.py
│   │   ├── filedialog.py
│   │   ├── font.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── messagebox.py
│   │   ├── scrolledtext.py
│   │   ├── simpledialog.py
│   │   ├── test
│   │   │   ├── __init__.py
│   │   │   ├── README
│   │   │   ├── runtktests.py
│   │   │   ├── support.py
│   │   │   ├── test_tkinter
│   │   │   │   ├── __init__.py
│   │   │   │   ├── test_font.py
│   │   │   │   ├── test_geometry_managers.py
│   │   │   │   ├── test_images.py
│   │   │   │   ├── test_loadtk.py
│   │   │   │   ├── test_misc.py
│   │   │   │   ├── test_text.py
│   │   │   │   ├── test_variables.py
│   │   │   │   └── test_widgets.py
│   │   │   ├── test_ttk
│   │   │   │   ├── __init__.py
│   │   │   │   ├── test_extensions.py
│   │   │   │   ├── test_functions.py
│   │   │   │   ├── test_style.py
│   │   │   │   └── test_widgets.py
│   │   │   └── widget_tests.py
│   │   ├── tix.py
│   │   └── ttk.py
│   ├── tokenize.py
│   ├── token.py
│   ├── traceback.py
│   ├── tracemalloc.py
│   ├── trace.py
│   ├── tty.py
│   ├── turtledemo
│   │   ├── bytedesign.py
│   │   ├── chaos.py
│   │   ├── clock.py
│   │   ├── colormixer.py
│   │   ├── forest.py
│   │   ├── fractalcurves.py
│   │   ├── __init__.py
│   │   ├── lindenmayer.py
│   │   ├── __main__.py
│   │   ├── minimal_hanoi.py
│   │   ├── nim.py
│   │   ├── paint.py
│   │   ├── peace.py
│   │   ├── penrose.py
│   │   ├── planet_and_moon.py
│   │   ├── round_dance.py
│   │   ├── sorting_animate.py
│   │   ├── tree.py
│   │   ├── turtle.cfg
│   │   ├── two_canvases.py
│   │   ├── wikipedia.py
│   │   └── yinyang.py
│   ├── turtle.py
│   ├── types.py
│   ├── typing.py
│   ├── unittest
│   │   ├── case.py
│   │   ├── __init__.py
│   │   ├── loader.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── mock.py
│   │   ├── result.py
│   │   ├── runner.py
│   │   ├── signals.py
│   │   ├── suite.py
│   │   ├── test
│   │   │   ├── dummy.py
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── support.py
│   │   │   ├── test_assertions.py
│   │   │   ├── test_break.py
│   │   │   ├── test_case.py
│   │   │   ├── test_discovery.py
│   │   │   ├── test_functiontestcase.py
│   │   │   ├── test_loader.py
│   │   │   ├── testmock
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── support.py
│   │   │   │   ├── testcallable.py
│   │   │   │   ├── testhelpers.py
│   │   │   │   ├── testmagicmethods.py
│   │   │   │   ├── testmock.py
│   │   │   │   ├── testpatch.py
│   │   │   │   ├── testsentinel.py
│   │   │   │   └── testwith.py
│   │   │   ├── test_program.py
│   │   │   ├── test_result.py
│   │   │   ├── test_runner.py
│   │   │   ├── test_setups.py
│   │   │   ├── test_skipping.py
│   │   │   ├── test_suite.py
│   │   │   └── _test_warnings.py
│   │   └── util.py
│   ├── urllib
│   │   ├── error.py
│   │   ├── __init__.py
│   │   ├── parse.py
│   │   ├── request.py
│   │   ├── response.py
│   │   └── robotparser.py
│   ├── uuid.py
│   ├── uu.py
│   ├── venv
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   └── scripts
│   │   ├── nt
│   │   │   ├── activate.bat
│   │   │   ├── Activate.ps1
│   │   │   └── deactivate.bat
│   │   └── posix
│   │   ├── activate
│   │   ├── activate.csh
│   │   └── activate.fish
│   ├── warnings.py
│   ├── wave.py
│   ├── weakref.py
│   ├── _weakrefset.py
│   ├── webbrowser.py
│   ├── wsgiref
│   │   ├── handlers.py
│   │   ├── headers.py
│   │   ├── __init__.py
│   │   ├── simple_server.py
│   │   ├── util.py
│   │   └── validate.py
│   ├── xdrlib.py
│   ├── xml
│   │   ├── dom
│   │   │   ├── domreg.py
│   │   │   ├── expatbuilder.py
│   │   │   ├── __init__.py
│   │   │   ├── minicompat.py
│   │   │   ├── minidom.py
│   │   │   ├── NodeFilter.py
│   │   │   ├── pulldom.py
│   │   │   └── xmlbuilder.py
│   │   ├── etree
│   │   │   ├── cElementTree.py
│   │   │   ├── ElementInclude.py
│   │   │   ├── ElementPath.py
│   │   │   ├── ElementTree.py
│   │   │   └── __init__.py
│   │   ├── __init__.py
│   │   ├── parsers
│   │   │   ├── expat.py
│   │   │   └── __init__.py
│   │   └── sax
│   │   ├── _exceptions.py
│   │   ├── expatreader.py
│   │   ├── handler.py
│   │   ├── __init__.py
│   │   ├── saxutils.py
│   │   └── xmlreader.py
│   ├── xmlrpc
│   │   ├── client.py
│   │   ├── __init__.py
│   │   └── server.py
│   ├── zipapp.py
│   └── zipfile.py
├── LICENSE
├── Mac
│   ├── BuildScript
│   │   ├── build-installer.py
│   │   ├── issue19373_tk_8_5_15_source.patch
│   │   ├── openssl_sdk_makedepend.patch
│   │   ├── README.txt
│   │   ├── resources
│   │   │   ├── background.jpg
│   │   │   ├── install_certificates.command
│   │   │   ├── License.rtf
│   │   │   ├── ReadMe.rtf
│   │   │   └── Welcome.rtf
│   │   ├── scripts
│   │   │   ├── postflight.documentation
│   │   │   ├── postflight.ensurepip
│   │   │   ├── postflight.framework
│   │   │   └── postflight.patch-profile
│   │   └── seticon.m
│   ├── Extras.install.py
│   ├── Icons
│   │   ├── Disk Image.icns
│   │   ├── IDLE.icns
│   │   ├── PythonCompiled.icns
│   │   ├── Python Folder.icns
│   │   ├── PythonLauncher.icns
│   │   ├── PythonSource.icns
│   │   └── ReadMe.txt
│   ├── IDLE
│   │   └── IDLE.app
│   │   └── Contents
│   │   ├── Info.plist
│   │   ├── MacOS
│   │   │   └── IDLE
│   │   ├── PkgInfo
│   │   └── Resources
│   │   ├── IDLE.icns
│   │   ├── idlemain.py
│   │   ├── PythonCompiled.icns
│   │   └── PythonSource.icns
│   ├── Makefile.in
│   ├── PythonLauncher
│   │   ├── doscript.h
│   │   ├── doscript.m
│   │   ├── English.lproj
│   │   │   ├── Credits.rtf
│   │   │   ├── MainMenu.nib
│   │   │   │   ├── classes.nib
│   │   │   │   ├── info.nib
│   │   │   │   └── objects.nib
│   │   │   ├── MyDocument.nib
│   │   │   │   ├── classes.nib
│   │   │   │   ├── info.nib
│   │   │   │   └── objects.nib
│   │   │   └── PreferenceWindow.nib
│   │   │   ├── classes.nib
│   │   │   ├── info.nib
│   │   │   └── objects.nib
│   │   ├── factorySettings.plist
│   │   ├── FileSettings.h
│   │   ├── FileSettings.m
│   │   ├── Info.plist.in
│   │   ├── main.m
│   │   ├── Makefile.in
│   │   ├── MyAppDelegate.h
│   │   ├── MyAppDelegate.m
│   │   ├── MyDocument.h
│   │   ├── MyDocument.m
│   │   ├── PreferencesWindowController.h
│   │   └── PreferencesWindowController.m
│   ├── README
│   ├── Resources
│   │   ├── app
│   │   │   ├── Info.plist.in
│   │   │   ├── PkgInfo
│   │   │   └── Resources
│   │   │   ├── PythonApplet.icns
│   │   │   └── PythonInterpreter.icns
│   │   ├── framework
│   │   │   └── Info.plist.in
│   │   └── iconsrc
│   │   ├── IDE.psd
│   │   ├── PackageManager.psd
│   │   ├── PythonApplet.psd
│   │   ├── PythonCompiled.psd
│   │   ├── PythonIcon.psd
│   │   ├── PythonSource.psd
│   │   └── PythonWSource.psd
│   └── Tools
│   ├── plistlib_generate_testdata.py
│   └── pythonw.c
├── Makefile.pre.in
├── Misc
│   ├── ACKS
│   ├── coverity_model.c
│   ├── gdbinit
│   ├── HISTORY
│   ├── indent.pro
│   ├── NEWS
│   ├── Porting
│   ├── python-config.in
│   ├── python-config.sh.in
│   ├── python.man
│   ├── python.pc.in
│   ├── python-wing3.wpr
│   ├── python-wing4.wpr
│   ├── python-wing5.wpr
│   ├── README
│   ├── README.AIX
│   ├── README.coverity
│   ├── README.valgrind
│   ├── SpecialBuilds.txt
│   ├── svnmap.txt
│   ├── valgrind-python.supp
│   └── vgrindefs
├── Modules
│   ├── addrinfo.h
│   ├── ar_beos
│   ├── arraymodule.c
│   ├── _asynciomodule.c
│   ├── atexitmodule.c
│   ├── audioop.c
│   ├── binascii.c
│   ├── _bisectmodule.c
│   ├── _blake2
│   │   ├── blake2b2s.py
│   │   ├── blake2b_impl.c
│   │   ├── blake2module.c
│   │   ├── blake2ns.h
│   │   ├── blake2s_impl.c
│   │   ├── clinic
│   │   │   ├── blake2b_impl.c.h
│   │   │   └── blake2s_impl.c.h
│   │   └── impl
│   │   ├── blake2b.c
│   │   ├── blake2b-load-sse2.h
│   │   ├── blake2b-load-sse41.h
│   │   ├── blake2b-ref.c
│   │   ├── blake2b-round.h
│   │   ├── blake2-config.h
│   │   ├── blake2.h
│   │   ├── blake2-impl.h
│   │   ├── blake2s.c
│   │   ├── blake2s-load-sse2.h
│   │   ├── blake2s-load-sse41.h
│   │   ├── blake2s-load-xop.h
│   │   ├── blake2s-ref.c
│   │   └── blake2s-round.h
│   ├── _bz2module.c
│   ├── cjkcodecs
│   │   ├── alg_jisx0201.h
│   │   ├── cjkcodecs.h
│   │   ├── clinic
│   │   │   └── multibytecodec.c.h
│   │   ├── _codecs_cn.c
│   │   ├── _codecs_hk.c
│   │   ├── _codecs_iso2022.c
│   │   ├── _codecs_jp.c
│   │   ├── _codecs_kr.c
│   │   ├── _codecs_tw.c
│   │   ├── emu_jisx0213_2000.h
│   │   ├── mappings_cn.h
│   │   ├── mappings_hk.h
│   │   ├── mappings_jisx0213_pair.h
│   │   ├── mappings_jp.h
│   │   ├── mappings_kr.h
│   │   ├── mappings_tw.h
│   │   ├── multibytecodec.c
│   │   ├── multibytecodec.h
│   │   └── README
│   ├── clinic
│   │   ├── arraymodule.c.h
│   │   ├── _asynciomodule.c.h
│   │   ├── audioop.c.h
│   │   ├── binascii.c.h
│   │   ├── _bz2module.c.h
│   │   ├── cmathmodule.c.h
│   │   ├── _codecsmodule.c.h
│   │   ├── _cryptmodule.c.h
│   │   ├── _cursesmodule.c.h
│   │   ├── _datetimemodule.c.h
│   │   ├── _dbmmodule.c.h
│   │   ├── _elementtree.c.h
│   │   ├── fcntlmodule.c.h
│   │   ├── _gdbmmodule.c.h
│   │   ├── grpmodule.c.h
│   │   ├── _hashopenssl.c.h
│   │   ├── _lzmamodule.c.h
│   │   ├── md5module.c.h
│   │   ├── _opcode.c.h
│   │   ├── _pickle.c.h
│   │   ├── posixmodule.c.h
│   │   ├── pwdmodule.c.h
│   │   ├── pyexpat.c.h
│   │   ├── sha1module.c.h
│   │   ├── sha256module.c.h
│   │   ├── sha512module.c.h
│   │   ├── signalmodule.c.h
│   │   ├── spwdmodule.c.h
│   │   ├── _sre.c.h
│   │   ├── _ssl.c.h
│   │   ├── _tkinter.c.h
│   │   ├── unicodedata.c.h
│   │   ├── _weakref.c.h
│   │   ├── _winapi.c.h
│   │   └── zlibmodule.c.h
│   ├── cmathmodule.c
│   ├── _codecsmodule.c
│   ├── _collectionsmodule.c
│   ├── config.c.in
│   ├── _cryptmodule.c
│   ├── _csv.c
│   ├── _ctypes
│   │   ├── callbacks.c
│   │   ├── callproc.c
│   │   ├── cfield.c
│   │   ├── _ctypes.c
│   │   ├── ctypes_dlfcn.h
│   │   ├── ctypes.h
│   │   ├── _ctypes_test.c
│   │   ├── _ctypes_test.h
│   │   ├── darwin
│   │   │   ├── dlfcn.h
│   │   │   ├── dlfcn_simple.c
│   │   │   ├── LICENSE
│   │   │   ├── README
│   │   │   └── README.ctypes
│   │   ├── libffi
│   │   │   ├── acinclude.m4
│   │   │   ├── aclocal.m4
│   │   │   ├── ChangeLog
│   │   │   ├── ChangeLog.libffi
│   │   │   ├── ChangeLog.libffi-3.1
│   │   │   ├── ChangeLog.libgcj
│   │   │   ├── ChangeLog.v1
│   │   │   ├── compile
│   │   │   ├── config.guess
│   │   │   ├── config.sub
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── depcomp
│   │   │   ├── doc
│   │   │   │   ├── libffi.info
│   │   │   │   ├── libffi.texi
│   │   │   │   ├── stamp-vti
│   │   │   │   └── version.texi
│   │   │   ├── fficonfig.h.in
│   │   │   ├── fficonfig.py.in
│   │   │   ├── generate-darwin-source-and-headers.py
│   │   │   ├── include
│   │   │   │   ├── ffi_common.h
│   │   │   │   ├── ffi.h.in
│   │   │   │   ├── Makefile.am
│   │   │   │   └── Makefile.in
│   │   │   ├── install-sh
│   │   │   ├── libffi.pc.in
│   │   │   ├── libffi.xcodeproj
│   │   │   │   └── project.pbxproj
│   │   │   ├── libtool-ldflags
│   │   │   ├── libtool-version
│   │   │   ├── LICENSE
│   │   │   ├── ltmain.sh
│   │   │   ├── m4
│   │   │   │   ├── asmcfi.m4
│   │   │   │   ├── ax_append_flag.m4
│   │   │   │   ├── ax_cc_maxopt.m4
│   │   │   │   ├── ax_cflags_warn_all.m4
│   │   │   │   ├── ax_check_compile_flag.m4
│   │   │   │   ├── ax_compiler_vendor.m4
│   │   │   │   ├── ax_configure_args.m4
│   │   │   │   ├── ax_enable_builddir.m4
│   │   │   │   ├── ax_gcc_archflag.m4
│   │   │   │   ├── ax_gcc_x86_cpuid.m4
│   │   │   │   ├── libtool.m4
│   │   │   │   ├── lt~obsolete.m4
│   │   │   │   ├── ltoptions.m4
│   │   │   │   ├── ltsugar.m4
│   │   │   │   └── ltversion.m4
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── man
│   │   │   │   ├── ffi.3
│   │   │   │   ├── ffi_call.3
│   │   │   │   ├── ffi_prep_cif.3
│   │   │   │   ├── ffi_prep_cif_var.3
│   │   │   │   ├── Makefile.am
│   │   │   │   └── Makefile.in
│   │   │   ├── mdate-sh
│   │   │   ├── missing
│   │   │   ├── msvcc.sh
│   │   │   ├── README
│   │   │   ├── src
│   │   │   │   ├── aarch64
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── alpha
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── osf.S
│   │   │   │   ├── arc
│   │   │   │   │   ├── arcompact.S
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   └── ffitarget.h
│   │   │   │   ├── arm
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   ├── gentramp.sh
│   │   │   │   │   ├── sysv.S
│   │   │   │   │   └── trampoline.S
│   │   │   │   ├── avr32
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── bfin
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── closures.c
│   │   │   │   ├── cris
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── debug.c
│   │   │   │   ├── dlmalloc.c
│   │   │   │   ├── frv
│   │   │   │   │   ├── eabi.S
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   └── ffitarget.h
│   │   │   │   ├── ia64
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   ├── ia64_flags.h
│   │   │   │   │   └── unix.S
│   │   │   │   ├── java_raw_api.c
│   │   │   │   ├── m32r
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── m68k
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── m88k
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── obsd.S
│   │   │   │   ├── metag
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── microblaze
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── mips
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   ├── n32.S
│   │   │   │   │   └── o32.S
│   │   │   │   ├── moxie
│   │   │   │   │   ├── eabi.S
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   └── ffitarget.h
│   │   │   │   ├── nios2
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── pa
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   ├── hpux32.S
│   │   │   │   │   └── linux.S
│   │   │   │   ├── powerpc
│   │   │   │   │   ├── aix_closure.S
│   │   │   │   │   ├── aix.S
│   │   │   │   │   ├── asm.h
│   │   │   │   │   ├── darwin_closure.S
│   │   │   │   │   ├── darwin.S
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffi_darwin.c
│   │   │   │   │   ├── ffi_linux64.c
│   │   │   │   │   ├── ffi_powerpc.h
│   │   │   │   │   ├── ffi_sysv.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   ├── linux64_closure.S
│   │   │   │   │   ├── linux64.S
│   │   │   │   │   ├── ppc_closure.S
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── prep_cif.c
│   │   │   │   ├── raw_api.c
│   │   │   │   ├── s390
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── sh
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── sh64
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── sysv.S
│   │   │   │   ├── sparc
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   ├── v8.S
│   │   │   │   │   └── v9.S
│   │   │   │   ├── tile
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   └── tile.S
│   │   │   │   ├── types.c
│   │   │   │   ├── vax
│   │   │   │   │   ├── elfbsd.S
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   └── ffitarget.h
│   │   │   │   ├── x86
│   │   │   │   │   ├── darwin64.S
│   │   │   │   │   ├── darwin.S
│   │   │   │   │   ├── ffi64.c
│   │   │   │   │   ├── ffi.c
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   ├── freebsd.S
│   │   │   │   │   ├── sysv.S
│   │   │   │   │   ├── unix64.S
│   │   │   │   │   ├── win32.S
│   │   │   │   │   └── win64.S
│   │   │   │   └── xtensa
│   │   │   │   ├── ffi.c
│   │   │   │   ├── ffitarget.h
│   │   │   │   └── sysv.S
│   │   │   ├── testsuite
│   │   │   │   ├── config
│   │   │   │   │   └── default.exp
│   │   │   │   ├── lib
│   │   │   │   │   ├── libffi.exp
│   │   │   │   │   ├── target-libpath.exp
│   │   │   │   │   └── wrapper.exp
│   │   │   │   ├── libffi.call
│   │   │   │   │   ├── call.exp
│   │   │   │   │   ├── closure_fn0.c
│   │   │   │   │   ├── closure_fn1.c
│   │   │   │   │   ├── closure_fn2.c
│   │   │   │   │   ├── closure_fn3.c
│   │   │   │   │   ├── closure_fn4.c
│   │   │   │   │   ├── closure_fn5.c
│   │   │   │   │   ├── closure_fn6.c
│   │   │   │   │   ├── closure_loc_fn0.c
│   │   │   │   │   ├── closure_simple.c
│   │   │   │   │   ├── cls_1_1byte.c
│   │   │   │   │   ├── cls_12byte.c
│   │   │   │   │   ├── cls_16byte.c
│   │   │   │   │   ├── cls_18byte.c
│   │   │   │   │   ├── cls_19byte.c
│   │   │   │   │   ├── cls_20byte1.c
│   │   │   │   │   ├── cls_20byte.c
│   │   │   │   │   ├── cls_24byte.c
│   │   │   │   │   ├── cls_2byte.c
│   │   │   │   │   ├── cls_3_1byte.c
│   │   │   │   │   ├── cls_3byte1.c
│   │   │   │   │   ├── cls_3byte2.c
│   │   │   │   │   ├── cls_4_1byte.c
│   │   │   │   │   ├── cls_4byte.c
│   │   │   │   │   ├── cls_5_1_byte.c
│   │   │   │   │   ├── cls_5byte.c
│   │   │   │   │   ├── cls_6_1_byte.c
│   │   │   │   │   ├── cls_64byte.c
│   │   │   │   │   ├── cls_6byte.c
│   │   │   │   │   ├── cls_7_1_byte.c
│   │   │   │   │   ├── cls_7byte.c
│   │   │   │   │   ├── cls_8byte.c
│   │   │   │   │   ├── cls_9byte1.c
│   │   │   │   │   ├── cls_9byte2.c
│   │   │   │   │   ├── cls_align_double.c
│   │   │   │   │   ├── cls_align_float.c
│   │   │   │   │   ├── cls_align_longdouble.c
│   │   │   │   │   ├── cls_align_longdouble_split2.c
│   │   │   │   │   ├── cls_align_longdouble_split.c
│   │   │   │   │   ├── cls_align_pointer.c
│   │   │   │   │   ├── cls_align_sint16.c
│   │   │   │   │   ├── cls_align_sint32.c
│   │   │   │   │   ├── cls_align_sint64.c
│   │   │   │   │   ├── cls_align_uint16.c
│   │   │   │   │   ├── cls_align_uint32.c
│   │   │   │   │   ├── cls_align_uint64.c
│   │   │   │   │   ├── cls_dbls_struct.c
│   │   │   │   │   ├── cls_double.c
│   │   │   │   │   ├── cls_double_va.c
│   │   │   │   │   ├── cls_float.c
│   │   │   │   │   ├── cls_longdouble.c
│   │   │   │   │   ├── cls_longdouble_va.c
│   │   │   │   │   ├── cls_multi_schar.c
│   │   │   │   │   ├── cls_multi_sshort.c
│   │   │   │   │   ├── cls_multi_sshortchar.c
│   │   │   │   │   ├── cls_multi_uchar.c
│   │   │   │   │   ├── cls_multi_ushort.c
│   │   │   │   │   ├── cls_multi_ushortchar.c
│   │   │   │   │   ├── cls_pointer.c
│   │   │   │   │   ├── cls_pointer_stack.c
│   │   │   │   │   ├── cls_schar.c
│   │   │   │   │   ├── cls_sint.c
│   │   │   │   │   ├── cls_sshort.c
│   │   │   │   │   ├── cls_struct_va1.c
│   │   │   │   │   ├── cls_uchar.c
│   │   │   │   │   ├── cls_uchar_va.c
│   │   │   │   │   ├── cls_uint.c
│   │   │   │   │   ├── cls_uint_va.c
│   │   │   │   │   ├── cls_ulonglong.c
│   │   │   │   │   ├── cls_ulong_va.c
│   │   │   │   │   ├── cls_ushort.c
│   │   │   │   │   ├── cls_ushort_va.c
│   │   │   │   │   ├── err_bad_abi.c
│   │   │   │   │   ├── err_bad_typedef.c
│   │   │   │   │   ├── ffitest.h
│   │   │   │   │   ├── float1.c
│   │   │   │   │   ├── float2.c
│   │   │   │   │   ├── float3.c
│   │   │   │   │   ├── float4.c
│   │   │   │   │   ├── float.c
│   │   │   │   │   ├── float_va.c
│   │   │   │   │   ├── huge_struct.c
│   │   │   │   │   ├── many2.c
│   │   │   │   │   ├── many.c
│   │   │   │   │   ├── negint.c
│   │   │   │   │   ├── nested_struct10.c
│   │   │   │   │   ├── nested_struct11.c
│   │   │   │   │   ├── nested_struct1.c
│   │   │   │   │   ├── nested_struct2.c
│   │   │   │   │   ├── nested_struct3.c
│   │   │   │   │   ├── nested_struct4.c
│   │   │   │   │   ├── nested_struct5.c
│   │   │   │   │   ├── nested_struct6.c
│   │   │   │   │   ├── nested_struct7.c
│   │   │   │   │   ├── nested_struct8.c
│   │   │   │   │   ├── nested_struct9.c
│   │   │   │   │   ├── nested_struct.c
│   │   │   │   │   ├── problem1.c
│   │   │   │   │   ├── promotion.c
│   │   │   │   │   ├── pyobjc-tc.c
│   │   │   │   │   ├── return_dbl1.c
│   │   │   │   │   ├── return_dbl2.c
│   │   │   │   │   ├── return_dbl.c
│   │   │   │   │   ├── return_fl1.c
│   │   │   │   │   ├── return_fl2.c
│   │   │   │   │   ├── return_fl3.c
│   │   │   │   │   ├── return_fl.c
│   │   │   │   │   ├── return_ldl.c
│   │   │   │   │   ├── return_ll1.c
│   │   │   │   │   ├── return_ll.c
│   │   │   │   │   ├── return_sc.c
│   │   │   │   │   ├── return_sl.c
│   │   │   │   │   ├── return_uc.c
│   │   │   │   │   ├── return_ul.c
│   │   │   │   │   ├── stret_large2.c
│   │   │   │   │   ├── stret_large.c
│   │   │   │   │   ├── stret_medium2.c
│   │   │   │   │   ├── stret_medium.c
│   │   │   │   │   ├── strlen2.c
│   │   │   │   │   ├── strlen3.c
│   │   │   │   │   ├── strlen4.c
│   │   │   │   │   ├── strlen.c
│   │   │   │   │   ├── struct1.c
│   │   │   │   │   ├── struct2.c
│   │   │   │   │   ├── struct3.c
│   │   │   │   │   ├── struct4.c
│   │   │   │   │   ├── struct5.c
│   │   │   │   │   ├── struct6.c
│   │   │   │   │   ├── struct7.c
│   │   │   │   │   ├── struct8.c
│   │   │   │   │   ├── struct9.c
│   │   │   │   │   ├── testclosure.c
│   │   │   │   │   ├── uninitialized.c
│   │   │   │   │   ├── unwindtest.cc
│   │   │   │   │   ├── unwindtest_ffi_call.cc
│   │   │   │   │   ├── va_1.c
│   │   │   │   │   ├── va_struct1.c
│   │   │   │   │   ├── va_struct2.c
│   │   │   │   │   └── va_struct3.c
│   │   │   │   ├── Makefile.am
│   │   │   │   └── Makefile.in
│   │   │   └── texinfo.tex
│   │   ├── libffi.diff
│   │   ├── libffi_msvc
│   │   │   ├── ffi.c
│   │   │   ├── ffi_common.h
│   │   │   ├── fficonfig.h
│   │   │   ├── ffi.h
│   │   │   ├── ffitarget.h
│   │   │   ├── LICENSE
│   │   │   ├── prep_cif.c
│   │   │   ├── README
│   │   │   ├── README.ctypes
│   │   │   ├── types.c
│   │   │   ├── win32.c
│   │   │   └── win64.asm
│   │   ├── libffi_osx
│   │   │   ├── ffi.c
│   │   │   ├── include
│   │   │   │   ├── ffi_common.h
│   │   │   │   ├── fficonfig.h
│   │   │   │   ├── ffi.h
│   │   │   │   ├── ffitarget.h
│   │   │   │   ├── ppc-ffitarget.h
│   │   │   │   └── x86-ffitarget.h
│   │   │   ├── LICENSE
│   │   │   ├── powerpc
│   │   │   │   ├── ppc64-darwin_closure.S
│   │   │   │   ├── ppc-darwin_closure.S
│   │   │   │   ├── ppc-darwin.h
│   │   │   │   ├── ppc-darwin.S
│   │   │   │   └── ppc-ffi_darwin.c
│   │   │   ├── README
│   │   │   ├── README.pyobjc
│   │   │   ├── types.c
│   │   │   └── x86
│   │   │   ├── darwin64.S
│   │   │   ├── x86-darwin.S
│   │   │   ├── x86-ffi64.c
│   │   │   └── x86-ffi_darwin.c
│   │   ├── malloc_closure.c
│   │   └── stgdict.c
│   ├── _cursesmodule.c
│   ├── _curses_panel.c
│   ├── _datetimemodule.c
│   ├── _dbmmodule.c
│   ├── _decimal
│   │   ├── _decimal.c
│   │   ├── docstrings.h
│   │   ├── libmpdec
│   │   │   ├── basearith.c
│   │   │   ├── basearith.h
│   │   │   ├── bits.h
│   │   │   ├── constants.c
│   │   │   ├── constants.h
│   │   │   ├── context.c
│   │   │   ├── convolute.c
│   │   │   ├── convolute.h
│   │   │   ├── crt.c
│   │   │   ├── crt.h
│   │   │   ├── difradix2.c
│   │   │   ├── difradix2.h
│   │   │   ├── fnt.c
│   │   │   ├── fnt.h
│   │   │   ├── fourstep.c
│   │   │   ├── fourstep.h
│   │   │   ├── io.c
│   │   │   ├── io.h
│   │   │   ├── literature
│   │   │   │   ├── bignum.txt
│   │   │   │   ├── fnt.py
│   │   │   │   ├── matrix-transform.txt
│   │   │   │   ├── mulmod-64.txt
│   │   │   │   ├── mulmod-ppro.txt
│   │   │   │   ├── REFERENCES.txt
│   │   │   │   ├── six-step.txt
│   │   │   │   └── umodarith.lisp
│   │   │   ├── memory.c
│   │   │   ├── mpalloc.h
│   │   │   ├── mpdecimal.c
│   │   │   ├── mpdecimal.h
│   │   │   ├── numbertheory.c
│   │   │   ├── numbertheory.h
│   │   │   ├── README.txt
│   │   │   ├── sixstep.c
│   │   │   ├── sixstep.h
│   │   │   ├── transpose.c
│   │   │   ├── transpose.h
│   │   │   ├── typearith.h
│   │   │   ├── umodarith.h
│   │   │   ├── vccompat.h
│   │   │   ├── vcdiv64.asm
│   │   │   └── vcstdint.h
│   │   ├── README.txt
│   │   └── tests
│   │   ├── bench.py
│   │   ├── bignum.py
│   │   ├── deccheck.py
│   │   ├── formathelper.py
│   │   ├── randdec.py
│   │   ├── randfloat.py
│   │   ├── README.txt
│   │   ├── runall.bat
│   │   └── runall-memorydebugger.sh
│   ├── _elementtree.c
│   ├── errnomodule.c
│   ├── expat
│   │   ├── amigaconfig.h
│   │   ├── ascii.h
│   │   ├── asciitab.h
│   │   ├── COPYING
│   │   ├── expat_config.h
│   │   ├── expat_external.h
│   │   ├── expat.h
│   │   ├── iasciitab.h
│   │   ├── internal.h
│   │   ├── latin1tab.h
│   │   ├── macconfig.h
│   │   ├── nametab.h
│   │   ├── pyexpatns.h
│   │   ├── utf8tab.h
│   │   ├── watcomconfig.h
│   │   ├── winconfig.h
│   │   ├── xmlparse.c
│   │   ├── xmlrole.c
│   │   ├── xmlrole.h
│   │   ├── xmltok.c
│   │   ├── xmltok.h
│   │   ├── xmltok_impl.c
│   │   ├── xmltok_impl.h
│   │   └── xmltok_ns.c
│   ├── faulthandler.c
│   ├── fcntlmodule.c
│   ├── fpectlmodule.c
│   ├── fpetestmodule.c
│   ├── _functoolsmodule.c
│   ├── gcmodule.c
│   ├── gc_weakref.txt
│   ├── _gdbmmodule.c
│   ├── getaddrinfo.c
│   ├── getbuildinfo.c
│   ├── getnameinfo.c
│   ├── getpath.c
│   ├── grpmodule.c
│   ├── hashlib.h
│   ├── _hashopenssl.c
│   ├── hashtable.c
│   ├── hashtable.h
│   ├── _heapqmodule.c
│   ├── _io
│   │   ├── bufferedio.c
│   │   ├── bytesio.c
│   │   ├── clinic
│   │   │   ├── bufferedio.c.h
│   │   │   ├── bytesio.c.h
│   │   │   ├── fileio.c.h
│   │   │   ├── iobase.c.h
│   │   │   ├── _iomodule.c.h
│   │   │   ├── stringio.c.h
│   │   │   ├── textio.c.h
│   │   │   └── winconsoleio.c.h
│   │   ├── fileio.c
│   │   ├── iobase.c
│   │   ├── _iomodule.c
│   │   ├── _iomodule.h
│   │   ├── stringio.c
│   │   ├── textio.c
│   │   └── winconsoleio.c
│   ├── itertoolsmodule.c
│   ├── _json.c
│   ├── ld_so_aix.in
│   ├── ld_so_beos
│   ├── _localemodule.c
│   ├── _lsprof.c
│   ├── _lzmamodule.c
│   ├── main.c
│   ├── makesetup
│   ├── makexp_aix
│   ├── _math.c
│   ├── _math.h
│   ├── mathmodule.c
│   ├── md5module.c
│   ├── mmapmodule.c
│   ├── _multiprocessing
│   │   ├── multiprocessing.c
│   │   ├── multiprocessing.h
│   │   └── semaphore.c
│   ├── nismodule.c
│   ├── _opcode.c
│   ├── _operator.c
│   ├── ossaudiodev.c
│   ├── overlapped.c
│   ├── parsermodule.c
│   ├── _pickle.c
│   ├── posixmodule.c
│   ├── posixmodule.h
│   ├── _posixsubprocess.c
│   ├── pwdmodule.c
│   ├── pyexpat.c
│   ├── _randommodule.c
│   ├── readline.c
│   ├── README
│   ├── resource.c
│   ├── rotatingtree.c
│   ├── rotatingtree.h
│   ├── _scproxy.c
│   ├── selectmodule.c
│   ├── Setup.config.in
│   ├── Setup.dist
│   ├── sha1module.c
│   ├── sha256module.c
│   ├── _sha3
│   │   ├── cleanup.py
│   │   ├── clinic
│   │   │   └── sha3module.c.h
│   │   ├── kcp
│   │   │   ├── align.h
│   │   │   ├── KeccakHash.c
│   │   │   ├── KeccakHash.h
│   │   │   ├── KeccakP-1600-64.macros
│   │   │   ├── KeccakP-1600-inplace32BI.c
│   │   │   ├── KeccakP-1600-opt64.c
│   │   │   ├── KeccakP-1600-opt64-config.h
│   │   │   ├── KeccakP-1600-SnP.h
│   │   │   ├── KeccakP-1600-SnP-opt32.h
│   │   │   ├── KeccakP-1600-SnP-opt64.h
│   │   │   ├── KeccakP-1600-unrolling.macros
│   │   │   ├── KeccakSponge.c
│   │   │   ├── KeccakSponge.h
│   │   │   ├── KeccakSponge.inc
│   │   │   ├── PlSnP-Fallback.inc
│   │   │   └── SnP-Relaned.h
│   │   ├── README.txt
│   │   └── sha3module.c
│   ├── sha512module.c
│   ├── signalmodule.c
│   ├── socketmodule.c
│   ├── socketmodule.h
│   ├── spwdmodule.c
│   ├── _sqlite
│   │   ├── cache.c
│   │   ├── cache.h
│   │   ├── connection.c
│   │   ├── connection.h
│   │   ├── cursor.c
│   │   ├── cursor.h
│   │   ├── microprotocols.c
│   │   ├── microprotocols.h
│   │   ├── module.c
│   │   ├── module.h
│   │   ├── prepare_protocol.c
│   │   ├── prepare_protocol.h
│   │   ├── row.c
│   │   ├── row.h
│   │   ├── statement.c
│   │   ├── statement.h
│   │   ├── util.c
│   │   └── util.h
│   ├── _sre.c
│   ├── sre_constants.h
│   ├── sre.h
│   ├── sre_lib.h
│   ├── _ssl.c
│   ├── _ssl_data.h
│   ├── _stat.c
│   ├── _struct.c
│   ├── symtablemodule.c
│   ├── syslogmodule.c
│   ├── termios.c
│   ├── _testbuffer.c
│   ├── testcapi_long.h
│   ├── _testcapimodule.c
│   ├── _testimportmultiple.c
│   ├── _testmultiphase.c
│   ├── _threadmodule.c
│   ├── timemodule.c
│   ├── tkappinit.c
│   ├── _tkinter.c
│   ├── tkinter.h
│   ├── _tracemalloc.c
│   ├── unicodedata.c
│   ├── unicodedata_db.h
│   ├── unicodename_db.h
│   ├── _weakref.c
│   ├── _winapi.c
│   ├── winreparse.h
│   ├── xxlimited.c
│   ├── xxmodule.c
│   ├── xxsubtype.c
│   ├── zipimport.c
│   ├── zlib
│   │   ├── adler32.c
│   │   ├── algorithm.txt
│   │   ├── ChangeLog
│   │   ├── compress.c
│   │   ├── configure
│   │   ├── crc32.c
│   │   ├── crc32.h
│   │   ├── deflate.c
│   │   ├── deflate.h
│   │   ├── example.c
│   │   ├── FAQ
│   │   ├── gzclose.c
│   │   ├── gzguts.h
│   │   ├── gzlib.c
│   │   ├── gzread.c
│   │   ├── gzwrite.c
│   │   ├── INDEX
│   │   ├── infback.c
│   │   ├── inffast.c
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.c
│   │   ├── inflate.h
│   │   ├── inftrees.c
│   │   ├── inftrees.h
│   │   ├── Makefile
│   │   ├── Makefile.in
│   │   ├── make_vms.com
│   │   ├── minigzip.c
│   │   ├── README
│   │   ├── trees.c
│   │   ├── trees.h
│   │   ├── uncompr.c
│   │   ├── zconf.h
│   │   ├── zconf.h.cmakein
│   │   ├── zconf.h.in
│   │   ├── zlib.3
│   │   ├── zlib.h
│   │   ├── zlib.map
│   │   ├── zlib.pc.in
│   │   ├── zutil.c
│   │   └── zutil.h
│   └── zlibmodule.c
├── Objects
│   ├── abstract.c
│   ├── accu.c
│   ├── boolobject.c
│   ├── bytearrayobject.c
│   ├── bytes_methods.c
│   ├── bytesobject.c
│   ├── capsule.c
│   ├── cellobject.c
│   ├── classobject.c
│   ├── clinic
│   │   ├── bytearrayobject.c.h
│   │   ├── bytesobject.c.h
│   │   ├── dictobject.c.h
│   │   └── unicodeobject.c.h
│   ├── codeobject.c
│   ├── complexobject.c
│   ├── descrobject.c
│   ├── dict-common.h
│   ├── dictnotes.txt
│   ├── dictobject.c
│   ├── enumobject.c
│   ├── exceptions.c
│   ├── fileobject.c
│   ├── floatobject.c
│   ├── frameobject.c
│   ├── funcobject.c
│   ├── genobject.c
│   ├── iterobject.c
│   ├── listobject.c
│   ├── listsort.txt
│   ├── lnotab_notes.txt
│   ├── longobject.c
│   ├── memoryobject.c
│   ├── methodobject.c
│   ├── moduleobject.c
│   ├── namespaceobject.c
│   ├── object.c
│   ├── obmalloc.c
│   ├── odictobject.c
│   ├── rangeobject.c
│   ├── README
│   ├── setobject.c
│   ├── sliceobject.c
│   ├── stringlib
│   │   ├── asciilib.h
│   │   ├── codecs.h
│   │   ├── count.h
│   │   ├── ctype.h
│   │   ├── eq.h
│   │   ├── fastsearch.h
│   │   ├── find.h
│   │   ├── find_max_char.h
│   │   ├── join.h
│   │   ├── localeutil.h
│   │   ├── partition.h
│   │   ├── README.txt
│   │   ├── replace.h
│   │   ├── split.h
│   │   ├── stringdefs.h
│   │   ├── transmogrify.h
│   │   ├── ucs1lib.h
│   │   ├── ucs2lib.h
│   │   ├── ucs4lib.h
│   │   ├── undef.h
│   │   ├── unicodedefs.h
│   │   └── unicode_format.h
│   ├── structseq.c
│   ├── tupleobject.c
│   ├── typeobject.c
│   ├── typeslots.inc
│   ├── typeslots.py
│   ├── unicodectype.c
│   ├── unicodeobject.c
│   ├── unicodetype_db.h
│   └── weakrefobject.c
├── Parser
│   ├── acceler.c
│   ├── asdl_c.py
│   ├── asdl.py
│   ├── bitset.c
│   ├── firstsets.c
│   ├── grammar1.c
│   ├── grammar.c
│   ├── listnode.c
│   ├── metagrammar.c
│   ├── myreadline.c
│   ├── node.c
│   ├── parser.c
│   ├── parser.h
│   ├── parsetok.c
│   ├── parsetok_pgen.c
│   ├── pgen.c
│   ├── pgenmain.c
│   ├── printgrammar.c
│   ├── Python.asdl
│   ├── tokenizer.c
│   ├── tokenizer.h
│   └── tokenizer_pgen.c
├── PC
│   ├── bdist_wininst
│   │   ├── archive.h
│   │   ├── bdist_wininst.vcxproj
│   │   ├── bdist_wininst.vcxproj.filters
│   │   ├── build.bat
│   │   ├── extract.c
│   │   ├── install.c
│   │   ├── install.rc
│   │   ├── PythonPowered.bmp
│   │   ├── README.txt
│   │   └── resource.h
│   ├── clinic
│   │   ├── msvcrtmodule.c.h
│   │   ├── _testconsole.c.h
│   │   ├── winreg.c.h
│   │   └── winsound.c.h
│   ├── config.c
│   ├── dllbase_nt.txt
│   ├── dl_nt.c
│   ├── empty.c
│   ├── errmap.h
│   ├── errmap.mak
│   ├── frozen_dllmain.c
│   ├── generrmap.c
│   ├── getpathp.c
│   ├── icons
│   │   ├── launcher.icns
│   │   ├── launcher.ico
│   │   ├── launcher.svg
│   │   ├── pyc.icns
│   │   ├── pyc.ico
│   │   ├── pyc.svg
│   │   ├── pyd.icns
│   │   ├── pyd.ico
│   │   ├── pyd.svg
│   │   ├── py.icns
│   │   ├── py.ico
│   │   ├── py.svg
│   │   ├── python.icns
│   │   ├── python.ico
│   │   ├── python.svg
│   │   ├── pythonw.icns
│   │   ├── pythonw.ico
│   │   ├── pythonw.svg
│   │   ├── setup.icns
│   │   ├── setup.ico
│   │   └── setup.svg
│   ├── invalid_parameter_handler.c
│   ├── launcher.c
│   ├── _msi.c
│   ├── msvcrtmodule.c
│   ├── pyconfig.h
│   ├── pylauncher.rc
│   ├── pyshellext.cpp
│   ├── pyshellext_d.def
│   ├── pyshellext.def
│   ├── pyshellext.idl
│   ├── pyshellext.rc
│   ├── python3.def
│   ├── python3dll.c
│   ├── python_exe.rc
│   ├── python.manifest
│   ├── python_nt.rc
│   ├── python_ver_rc.h
│   ├── pythonw_exe.rc
│   ├── readme.txt
│   ├── sqlite3.rc
│   ├── _testconsole.c
│   ├── testpy.py
│   ├── validate_ucrtbase.py
│   ├── WinMain.c
│   ├── winreg.c
│   └── winsound.c
├── PCbuild
│   ├── _asyncio.vcxproj
│   ├── _asyncio.vcxproj.filters
│   ├── build.bat
│   ├── build_env.bat
│   ├── _bz2.vcxproj
│   ├── _bz2.vcxproj.filters
│   ├── clean.bat
│   ├── _ctypes_test.vcxproj
│   ├── _ctypes_test.vcxproj.filters
│   ├── _ctypes.vcxproj
│   ├── _ctypes.vcxproj.filters
│   ├── _decimal.vcxproj
│   ├── _decimal.vcxproj.filters
│   ├── _elementtree.vcxproj
│   ├── _elementtree.vcxproj.filters
│   ├── env.bat
│   ├── field3.py
│   ├── _freeze_importlib.vcxproj
│   ├── _freeze_importlib.vcxproj.filters
│   ├── get_externals.bat
│   ├── _hashlib.vcxproj
│   ├── _hashlib.vcxproj.filters
│   ├── idle.bat
│   ├── libeay.vcxproj
│   ├── liblzma.vcxproj
│   ├── _lzma.vcxproj
│   ├── _lzma.vcxproj.filters
│   ├── _msi.vcxproj
│   ├── _msi.vcxproj.filters
│   ├── _multiprocessing.vcxproj
│   ├── _multiprocessing.vcxproj.filters
│   ├── openssl.props
│   ├── _overlapped.vcxproj
│   ├── _overlapped.vcxproj.filters
│   ├── pcbuild.proj
│   ├── pcbuild.sln
│   ├── prepare_ssl.bat
│   ├── prepare_ssl.py
│   ├── pyexpat.vcxproj
│   ├── pyexpat.vcxproj.filters
│   ├── pylauncher.vcxproj
│   ├── pylauncher.vcxproj.filters
│   ├── pyproject.props
│   ├── pyshellext.vcxproj
│   ├── pyshellext.vcxproj.filters
│   ├── python3dll.vcxproj
│   ├── python3dll.vcxproj.filters
│   ├── pythoncore.vcxproj
│   ├── pythoncore.vcxproj.filters
│   ├── python.props
│   ├── python.vcxproj
│   ├── python.vcxproj.filters
│   ├── pythonw.vcxproj
│   ├── pythonw.vcxproj.filters
│   ├── pywlauncher.vcxproj
│   ├── pywlauncher.vcxproj.filters
│   ├── readme.txt
│   ├── rmpyc.py
│   ├── rt.bat
│   ├── select.vcxproj
│   ├── select.vcxproj.filters
│   ├── _socket.vcxproj
│   ├── _socket.vcxproj.filters
│   ├── _sqlite3.vcxproj
│   ├── sqlite3.vcxproj
│   ├── _sqlite3.vcxproj.filters
│   ├── sqlite3.vcxproj.filters
│   ├── ssleay.vcxproj
│   ├── _ssl.vcxproj
│   ├── _ssl.vcxproj.filters
│   ├── tcltk.props
│   ├── tcl.vcxproj
│   ├── _testbuffer.vcxproj
│   ├── _testbuffer.vcxproj.filters
│   ├── _testcapi.vcxproj
│   ├── _testcapi.vcxproj.filters
│   ├── _testconsole.vcxproj
│   ├── _testconsole.vcxproj.filters
│   ├── _testembed.vcxproj
│   ├── _testembed.vcxproj.filters
│   ├── _testimportmultiple.vcxproj
│   ├── _testimportmultiple.vcxproj.filters
│   ├── _testmultiphase.vcxproj
│   ├── _testmultiphase.vcxproj.filters
│   ├── tix.vcxproj
│   ├── _tkinter.vcxproj
│   ├── _tkinter.vcxproj.filters
│   ├── tk.vcxproj
│   ├── unicodedata.vcxproj
│   ├── unicodedata.vcxproj.filters
│   ├── winsound.vcxproj
│   ├── winsound.vcxproj.filters
│   ├── xxlimited.vcxproj
│   └── xxlimited.vcxproj.filters
├── Programs
│   ├── _freeze_importlib.c
│   ├── python.c
│   ├── README
│   └── _testembed.c
├── pyconfig.h.in
├── Python
│   ├── asdl.c
│   ├── ast.c
│   ├── bltinmodule.c
│   ├── ceval.c
│   ├── ceval_gil.h
│   ├── clinic
│   │   ├── bltinmodule.c.h
│   │   └── import.c.h
│   ├── codecs.c
│   ├── compile.c
│   ├── condvar.h
│   ├── dtoa.c
│   ├── dup2.c
│   ├── dynamic_annotations.c
│   ├── dynload_aix.c
│   ├── dynload_dl.c
│   ├── dynload_hpux.c
│   ├── dynload_next.c
│   ├── dynload_shlib.c
│   ├── dynload_stub.c
│   ├── dynload_win.c
│   ├── errors.c
│   ├── fileutils.c
│   ├── formatter_unicode.c
│   ├── frozen.c
│   ├── frozenmain.c
│   ├── future.c
│   ├── getargs.c
│   ├── getcompiler.c
│   ├── getcopyright.c
│   ├── getopt.c
│   ├── getplatform.c
│   ├── getversion.c
│   ├── graminit.c
│   ├── import.c
│   ├── importdl.c
│   ├── importdl.h
│   ├── importlib_external.h
│   ├── importlib.h
│   ├── makeopcodetargets.py
│   ├── marshal.c
│   ├── modsupport.c
│   ├── mysnprintf.c
│   ├── mystrtoul.c
│   ├── opcode_targets.h
│   ├── peephole.c
│   ├── pyarena.c
│   ├── pyctype.c
│   ├── pyfpe.c
│   ├── pyhash.c
│   ├── pylifecycle.c
│   ├── pymath.c
│   ├── pystate.c
│   ├── pystrcmp.c
│   ├── pystrhex.c
│   ├── pystrtod.c
│   ├── Python-ast.c
│   ├── pythonrun.c
│   ├── pytime.c
│   ├── random.c
│   ├── README
│   ├── sigcheck.c
│   ├── strdup.c
│   ├── structmember.c
│   ├── symtable.c
│   ├── sysmodule.c
│   ├── thread.c
│   ├── thread_foobar.h
│   ├── thread_nt.h
│   ├── thread_pthread.h
│   ├── traceback.c
│   ├── _warnings.c
│   └── wordcode_helpers.h
├── README
├── setup.py
└── Tools
├── buildbot
│   ├── build.bat
│   ├── buildmsi.bat
│   ├── clean.bat
│   └── test.bat
├── ccbench
│   └── ccbench.py
├── clinic
│   ├── clinic.py
│   ├── clinic_test.py
│   └── cpp.py
├── demo
│   ├── beer.py
│   ├── eiffel.py
│   ├── hanoi.py
│   ├── life.py
│   ├── markov.py
│   ├── mcast.py
│   ├── queens.py
│   ├── README
│   ├── redemo.py
│   ├── rpythond.py
│   ├── rpython.py
│   ├── sortvisu.py
│   ├── ss1.py
│   └── vector.py
├── freeze
│   ├── bkfile.py
│   ├── checkextensions.py
│   ├── checkextensions_win32.py
│   ├── extensions_win32.ini
│   ├── flag.py
│   ├── freeze.py
│   ├── hello.py
│   ├── makeconfig.py
│   ├── makefreeze.py
│   ├── makemakefile.py
│   ├── parsesetup.py
│   ├── README
│   ├── test
│   │   ├── Makefile
│   │   └── ok.py
│   ├── win32.html
│   └── winmakemakefile.py
├── gdb
│   └── libpython.py
├── hg
│   └── hgtouch.py
├── i18n
│   ├── makelocalealias.py
│   ├── msgfmt.py
│   └── pygettext.py
├── importbench
│   ├── importbench.py
│   └── README
├── iobench
│   └── iobench.py
├── msi
│   ├── build.bat
│   ├── buildrelease.bat
│   ├── bundle
│   │   ├── bootstrap
│   │   │   ├── LICENSE.txt
│   │   │   ├── pch.cpp
│   │   │   ├── pch.h
│   │   │   ├── pythonba.cpp
│   │   │   ├── pythonba.def
│   │   │   ├── pythonba.sln
│   │   │   ├── pythonba.vcxproj
│   │   │   ├── PythonBootstrapperApplication.cpp
│   │   │   └── resource.h
│   │   ├── bundle.targets
│   │   ├── bundle.wxl
│   │   ├── bundle.wxs
│   │   ├── Default.thm
│   │   ├── Default.wxl
│   │   ├── full.wixproj
│   │   ├── packagegroups
│   │   │   ├── core.wxs
│   │   │   ├── crt.wxs
│   │   │   ├── dev.wxs
│   │   │   ├── doc.wxs
│   │   │   ├── exe.wxs
│   │   │   ├── launcher.wxs
│   │   │   ├── lib.wxs
│   │   │   ├── packageinstall.wxs
│   │   │   ├── pip.wxs
│   │   │   ├── postinstall.wxs
│   │   │   ├── tcltk.wxs
│   │   │   ├── test.wxs
│   │   │   └── tools.wxs
│   │   ├── releaselocal.wixproj
│   │   ├── releaseweb.wixproj
│   │   ├── SideBar.png
│   │   └── snapshot.wixproj
│   ├── common_en-US.wxl_template
│   ├── common.wxs
│   ├── core
│   │   ├── core_d.wixproj
│   │   ├── core_d.wxs
│   │   ├── core_en-US.wxl
│   │   ├── core_files.wxs
│   │   ├── core_pdb.wixproj
│   │   ├── core_pdb.wxs
│   │   ├── core.wixproj
│   │   └── core.wxs
│   ├── csv_to_wxs.py
│   ├── dev
│   │   ├── dev_d.wixproj
│   │   ├── dev_d.wxs
│   │   ├── dev_en-US.wxl
│   │   ├── dev_files.wxs
│   │   ├── dev.wixproj
│   │   └── dev.wxs
│   ├── distutils.command.bdist_wininst.py
│   ├── doc
│   │   ├── doc_en-US.wxl_template
│   │   ├── doc_files.wxs
│   │   ├── doc_no_files.wxs
│   │   ├── doc.wixproj
│   │   └── doc.wxs
│   ├── exe
│   │   ├── crtlicense.txt
│   │   ├── exe_d.wixproj
│   │   ├── exe_d.wxs
│   │   ├── exe_en-US.wxl_template
│   │   ├── exe_files.wxs
│   │   ├── exe_pdb.wixproj
│   │   ├── exe_pdb.wxs
│   │   ├── exe_reg.wxs
│   │   ├── exe.wixproj
│   │   └── exe.wxs
│   ├── generate_md5.py
│   ├── get_externals.bat
│   ├── launcher
│   │   ├── launcher_en-US.wxl
│   │   ├── launcher_files.wxs
│   │   ├── launcher_reg.wxs
│   │   ├── launcher.wixproj
│   │   └── launcher.wxs
│   ├── lib
│   │   ├── lib_d.wixproj
│   │   ├── lib_d.wxs
│   │   ├── lib_en-US.wxl
│   │   ├── lib_files.wxs
│   │   ├── lib_pdb.wixproj
│   │   ├── lib_pdb.wxs
│   │   ├── lib.wixproj
│   │   └── lib.wxs
│   ├── make_zip.proj
│   ├── make_zip.py
│   ├── msi.props
│   ├── msi.targets
│   ├── path
│   │   ├── path_en-US.wxl
│   │   ├── path.wixproj
│   │   └── path.wxs
│   ├── pip
│   │   ├── pip_en-US.wxl
│   │   ├── pip.wixproj
│   │   └── pip.wxs
│   ├── purge.py
│   ├── README.txt
│   ├── tcltk
│   │   ├── tcltk_d.wixproj
│   │   ├── tcltk_d.wxs
│   │   ├── tcltk_en-US.wxl_template
│   │   ├── tcltk_files.wxs
│   │   ├── tcltk_pdb.wixproj
│   │   ├── tcltk_pdb.wxs
│   │   ├── tcltk_reg.wxs
│   │   ├── tcltk.wixproj
│   │   └── tcltk.wxs
│   ├── test
│   │   ├── test_d.wixproj
│   │   ├── test_d.wxs
│   │   ├── test_en-US.wxl
│   │   ├── test_files.wxs
│   │   ├── test_pdb.wixproj
│   │   ├── test_pdb.wxs
│   │   ├── test.wixproj
│   │   └── test.wxs
│   ├── testrelease.bat
│   ├── tools
│   │   ├── tools_en-US.wxl
│   │   ├── tools_files.wxs
│   │   ├── tools.wixproj
│   │   └── tools.wxs
│   ├── uploadrelease.bat
│   ├── uploadrelease.proj
│   └── wix.props
├── nuget
│   ├── build.bat
│   ├── make_pkg.proj
│   ├── python.nuspec
│   └── pythonx86.nuspec
├── parser
│   └── unparse.py
├── pybench
│   ├── Arithmetic.py
│   ├── Calls.py
│   ├── clockres.py
│   ├── CommandLine.py
│   ├── Constructs.py
│   ├── Dict.py
│   ├── Exceptions.py
│   ├── Imports.py
│   ├── Instances.py
│   ├── LICENSE
│   ├── Lists.py
│   ├── Lookups.py
│   ├── NewInstances.py
│   ├── Numbers.py
│   ├── package
│   │   ├── __init__.py
│   │   └── submodule.py
│   ├── pybench.py
│   ├── README
│   ├── Setup.py
│   ├── Strings.py
│   ├── systimes.py
│   ├── Tuples.py
│   ├── Unicode.py
│   └── With.py
├── pynche
│   ├── ChipViewer.py
│   ├── ColorDB.py
│   ├── DetailsViewer.py
│   ├── html40colors.txt
│   ├── __init__.py
│   ├── ListViewer.py
│   ├── Main.py
│   ├── namedcolors.txt
│   ├── pyColorChooser.py
│   ├── pynche
│   ├── pynche.pyw
│   ├── PyncheWidget.py
│   ├── README
│   ├── StripViewer.py
│   ├── Switchboard.py
│   ├── TextViewer.py
│   ├── TypeinViewer.py
│   ├── webcolors.txt
│   ├── websafe.txt
│   └── X
│   ├── rgb.txt
│   └── xlicense.txt
├── README
├── scripts
│   ├── 2to3
│   ├── abitype.py
│   ├── analyze_dxp.py
│   ├── byext.py
│   ├── byteyears.py
│   ├── checkpip.py
│   ├── checkpyc.py
│   ├── cleanfuture.py
│   ├── combinerefs.py
│   ├── copytime.py
│   ├── crlf.py
│   ├── db2pickle.py
│   ├── diff.py
│   ├── dutree.doc
│   ├── dutree.py
│   ├── eptags.py
│   ├── finddiv.py
│   ├── findlinksto.py
│   ├── findnocoding.py
│   ├── find_recursionlimit.py
│   ├── find-uname.py
│   ├── fixcid.py
│   ├── fixdiv.py
│   ├── fixheader.py
│   ├── fixnotice.py
│   ├── fixps.py
│   ├── generate_opcode_h.py
│   ├── get-remote-certificate.py
│   ├── google.py
│   ├── gprof2html.py
│   ├── h2py.py
│   ├── highlight.py
│   ├── idle3
│   ├── ifdef.py
│   ├── import_diagnostics.py
│   ├── lfcr.py
│   ├── linktree.py
│   ├── lll.py
│   ├── mailerdaemon.py
│   ├── make_ctype.py
│   ├── md5sum.py
│   ├── mkreal.py
│   ├── ndiff.py
│   ├── nm2def.py
│   ├── objgraph.py
│   ├── parseentities.py
│   ├── parse_html5_entities.py
│   ├── patchcheck.py
│   ├── pathfix.py
│   ├── pdeps.py
│   ├── pickle2db.py
│   ├── pindent.py
│   ├── ptags.py
│   ├── pydoc3
│   ├── pysource.py
│   ├── pyvenv
│   ├── README
│   ├── reindent.py
│   ├── reindent-rst.py
│   ├── rgrep.py
│   ├── run_tests.py
│   ├── serve.py
│   ├── suff.py
│   ├── svneol.py
│   ├── texi2html.py
│   ├── treesync.py
│   ├── untabify.py
│   ├── which.py
│   └── win_add2path.py
├── ssl
│   ├── make_ssl_data.py
│   ├── sslspeed.vcxproj
│   └── test_multiple_versions.py
├── stringbench
│   ├── README
│   └── stringbench.py
├── test2to3
│   ├── maintest.py
│   ├── README
│   ├── setup.py
│   ├── test
│   │   ├── runtests.py
│   │   └── test_foo.py
│   └── test2to3
│   ├── hello.py
│   └── __init__.py
├── tz
│   └── zdump.py
├── unicode
│   ├── comparecodecs.py
│   ├── gencjkcodecs.py
│   ├── gencodec.py
│   ├── genwincodec.py
│   ├── genwincodecs.bat
│   ├── listcodecs.py
│   ├── Makefile
│   ├── makeunicodedata.py
│   ├── mkstringprep.py
│   └── python-mappings
│   ├── CP1140.TXT
│   ├── CP273.TXT
│   ├── KOI8-U.TXT
│   └── TIS-620.TXT
└── unittestgui
├── README.txt
└── unittestgui.py

283 directories, 4101 files

标签:

实例下载地址

linux python3.6.0.tgz 安装包

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警