在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → python3.4.2 Linux安装程序

python3.4.2 Linux安装程序

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:18.37M
  • 下载次数:3
  • 浏览次数:8
  • 发布时间:2023-11-17
  • 实例类别:Python语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.tgz
  • 所需积分:2
 相关标签: Python3 linux python linux 3.4.2

实例介绍

【实例简介】python3.4.2,Linux下安装程序。

【实例截图】

from clipboard

【核心代码】

.
├── Python-3.4.2
│   ├── Doc
│   │   ├── Makefile
│   │   ├── README.txt
│   │   ├── 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
│   │   │   ├── code.rst
│   │   │   ├── codec.rst
│   │   │   ├── complex.rst
│   │   │   ├── concrete.rst
│   │   │   ├── conversion.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
│   │   │   ├── iter.rst
│   │   │   ├── iterator.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
│   │   │   ├── type.rst
│   │   │   ├── typeobj.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
│   │   │   ├── ipaddress.rst
│   │   │   ├── logging-cookbook.rst
│   │   │   ├── logging.rst
│   │   │   ├── logging_flow.png
│   │   │   ├── pyporting.rst
│   │   │   ├── regex.rst
│   │   │   ├── sockets.rst
│   │   │   ├── sorting.rst
│   │   │   ├── unicode.rst
│   │   │   ├── urllib2.rst
│   │   │   └── webservers.rst
│   │   ├── includes
│   │   │   ├── capsulethunk.h
│   │   │   ├── dbpickle.py
│   │   │   ├── email-alternative-new-api.py
│   │   │   ├── email-alternative.py
│   │   │   ├── email-dir.py
│   │   │   ├── email-headers.py
│   │   │   ├── email-mime.py
│   │   │   ├── email-read-alternative-new-api.py
│   │   │   ├── email-simple.py
│   │   │   ├── email-unpack.py
│   │   │   ├── minidom-example.py
│   │   │   ├── mp_newtype.py
│   │   │   ├── mp_pool.py
│   │   │   ├── mp_workers.py
│   │   │   ├── noddy.c
│   │   │   ├── noddy2.c
│   │   │   ├── noddy3.c
│   │   │   ├── noddy4.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
│   │   │   │   ├── row_factory.py
│   │   │   │   ├── rowclass.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
│   │   │   ├── __future__.rst
│   │   │   ├── __main__.rst
│   │   │   ├── _dummy_thread.rst
│   │   │   ├── _thread.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-stream.rst
│   │   │   ├── asyncio-subprocess.rst
│   │   │   ├── asyncio-sync.rst
│   │   │   ├── asyncio-task.rst
│   │   │   ├── asyncio.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
│   │   │   ├── code.rst
│   │   │   ├── codecs.rst
│   │   │   ├── codeop.rst
│   │   │   ├── collections.abc.rst
│   │   │   ├── collections.rst
│   │   │   ├── colorsys.rst
│   │   │   ├── compileall.rst
│   │   │   ├── concurrency.rst
│   │   │   ├── concurrent.futures.rst
│   │   │   ├── concurrent.rst
│   │   │   ├── configparser.rst
│   │   │   ├── constants.rst
│   │   │   ├── contextlib.rst
│   │   │   ├── copy.rst
│   │   │   ├── copyreg.rst
│   │   │   ├── crypt.rst
│   │   │   ├── crypto.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
│   │   │   ├── email-examples.rst
│   │   │   ├── email.charset.rst
│   │   │   ├── email.contentmanager.rst
│   │   │   ├── email.encoders.rst
│   │   │   ├── email.errors.rst
│   │   │   ├── email.generator.rst
│   │   │   ├── email.header.rst
│   │   │   ├── email.headerregistry.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
│   │   │   ├── gc.rst
│   │   │   ├── getopt.rst
│   │   │   ├── getpass.rst
│   │   │   ├── gettext.rst
│   │   │   ├── glob.rst
│   │   │   ├── grp.rst
│   │   │   ├── gzip.rst
│   │   │   ├── 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
│   │   │   ├── imp.rst
│   │   │   ├── importlib.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
│   │   │   ├── markup.rst
│   │   │   ├── marshal.rst
│   │   │   ├── math.rst
│   │   │   ├── mimetypes.rst
│   │   │   ├── misc.rst
│   │   │   ├── mm.rst
│   │   │   ├── mmap.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
│   │   │   ├── py_compile.rst
│   │   │   ├── pyclbr.rst
│   │   │   ├── pydoc.rst
│   │   │   ├── pyexpat.rst
│   │   │   ├── python.rst
│   │   │   ├── queue.rst
│   │   │   ├── quopri.rst
│   │   │   ├── random.rst
│   │   │   ├── re.rst
│   │   │   ├── readline.rst
│   │   │   ├── reprlib.rst
│   │   │   ├── resource.rst
│   │   │   ├── rlcompleter.rst
│   │   │   ├── runpy.rst
│   │   │   ├── sched.rst
│   │   │   ├── select.rst
│   │   │   ├── selectors.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
│   │   │   ├── stat.rst
│   │   │   ├── statistics.rst
│   │   │   ├── stdtypes.rst
│   │   │   ├── string.rst
│   │   │   ├── stringprep.rst
│   │   │   ├── struct.rst
│   │   │   ├── subprocess.rst
│   │   │   ├── sunau.rst
│   │   │   ├── symbol.rst
│   │   │   ├── symtable.rst
│   │   │   ├── sys.rst
│   │   │   ├── sysconfig.rst
│   │   │   ├── syslog.rst
│   │   │   ├── tabnanny.rst
│   │   │   ├── tarfile.rst
│   │   │   ├── telnetlib.rst
│   │   │   ├── tempfile.rst
│   │   │   ├── termios.rst
│   │   │   ├── test.rst
│   │   │   ├── text.rst
│   │   │   ├── textwrap.rst
│   │   │   ├── threading.rst
│   │   │   ├── time.rst
│   │   │   ├── timeit.rst
│   │   │   ├── tk.rst
│   │   │   ├── tkinter.rst
│   │   │   ├── tkinter.scrolledtext.rst
│   │   │   ├── tkinter.tix.rst
│   │   │   ├── tkinter.ttk.rst
│   │   │   ├── token.rst
│   │   │   ├── tokenize.rst
│   │   │   ├── trace.rst
│   │   │   ├── traceback.rst
│   │   │   ├── tracemalloc.rst
│   │   │   ├── tty.rst
│   │   │   ├── tulip_coro.dia
│   │   │   ├── tulip_coro.png
│   │   │   ├── turtle-star.pdf
│   │   │   ├── turtle-star.png
│   │   │   ├── turtle-star.ps
│   │   │   ├── turtle.rst
│   │   │   ├── types.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
│   │   │   ├── uu.rst
│   │   │   ├── uuid.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
│   │   │   ├── xml.rst
│   │   │   ├── xml.sax.handler.rst
│   │   │   ├── xml.sax.reader.rst
│   │   │   ├── xml.sax.rst
│   │   │   ├── xml.sax.utils.rst
│   │   │   ├── xmlrpc.client.rst
│   │   │   ├── xmlrpc.rst
│   │   │   ├── xmlrpc.server.rst
│   │   │   ├── zipfile.rst
│   │   │   ├── zipimport.rst
│   │   │   └── zlib.rst
│   │   ├── license.rst
│   │   ├── make.bat
│   │   ├── 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
│   │   │   ├── roman.py
│   │   │   ├── rstlint.py
│   │   │   └── sphinxext
│   │   │       ├── c_annotations.py
│   │   │       ├── download.html
│   │   │       ├── indexcontent.html
│   │   │       ├── indexsidebar.html
│   │   │       ├── layout.html
│   │   │       ├── opensearch.xml
│   │   │       ├── patchlevel.py
│   │   │       ├── pydoctheme
│   │   │       │   ├── static
│   │   │       │   │   └── pydoctheme.css
│   │   │       │   └── theme.conf
│   │   │       ├── pyspecific.py
│   │   │       ├── static
│   │   │       │   ├── basic.css
│   │   │       │   ├── copybutton.js
│   │   │       │   ├── py.png
│   │   │       │   ├── sidebar.js
│   │   │       │   └── version_switch.js
│   │   │       ├── susp-ignored.csv
│   │   │       └── suspicious.py
│   │   ├── 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
│   │   │   ├── stdlib.rst
│   │   │   ├── stdlib2.rst
│   │   │   └── whatnow.rst
│   │   ├── using
│   │   │   ├── cmdline.rst
│   │   │   ├── index.rst
│   │   │   ├── mac.rst
│   │   │   ├── scripts.rst
│   │   │   ├── unix.rst
│   │   │   ├── venv-create.inc
│   │   │   └── windows.rst
│   │   └── 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
│   │       ├── changelog.rst
│   │       └── index.rst
│   ├── Grammar
│   │   └── Grammar
│   ├── Include
│   │   ├── Python-ast.h
│   │   ├── Python.h
│   │   ├── 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
│   │   ├── code.h
│   │   ├── codecs.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
│   │   ├── opcode.h
│   │   ├── osdefs.h
│   │   ├── parsetok.h
│   │   ├── patchlevel.h
│   │   ├── pgen.h
│   │   ├── pgenheaders.h
│   │   ├── py_curses.h
│   │   ├── pyarena.h
│   │   ├── pyatomic.h
│   │   ├── pycapsule.h
│   │   ├── pyctype.h
│   │   ├── pydebug.h
│   │   ├── pyerrors.h
│   │   ├── pyexpat.h
│   │   ├── pyfpe.h
│   │   ├── pygetopt.h
│   │   ├── pyhash.h
│   │   ├── pymacconfig.h
│   │   ├── pymacro.h
│   │   ├── pymath.h
│   │   ├── pymem.h
│   │   ├── pyport.h
│   │   ├── pystate.h
│   │   ├── pystrcmp.h
│   │   ├── pystrtod.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
│   ├── LICENSE
│   ├── Lib
│   │   ├── __future__.py
│   │   ├── __phello__.foo.py
│   │   ├── _bootlocale.py
│   │   ├── _collections_abc.py
│   │   ├── _compat_pickle.py
│   │   ├── _dummy_thread.py
│   │   ├── _markupbase.py
│   │   ├── _osx_support.py
│   │   ├── _pyio.py
│   │   ├── _sitebuiltins.py
│   │   ├── _strptime.py
│   │   ├── _threading_local.py
│   │   ├── _weakrefset.py
│   │   ├── abc.py
│   │   ├── aifc.py
│   │   ├── antigravity.py
│   │   ├── argparse.py
│   │   ├── ast.py
│   │   ├── asynchat.py
│   │   ├── asyncio
│   │   │   ├── __init__.py
│   │   │   ├── base_events.py
│   │   │   ├── base_subprocess.py
│   │   │   ├── constants.py
│   │   │   ├── coroutines.py
│   │   │   ├── events.py
│   │   │   ├── futures.py
│   │   │   ├── locks.py
│   │   │   ├── log.py
│   │   │   ├── proactor_events.py
│   │   │   ├── protocols.py
│   │   │   ├── queues.py
│   │   │   ├── selector_events.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
│   │   ├── bz2.py
│   │   ├── cProfile.py
│   │   ├── calendar.py
│   │   ├── cgi.py
│   │   ├── cgitb.py
│   │   ├── chunk.py
│   │   ├── cmd.py
│   │   ├── code.py
│   │   ├── codecs.py
│   │   ├── codeop.py
│   │   ├── collections
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   └── abc.py
│   │   ├── colorsys.py
│   │   ├── compileall.py
│   │   ├── concurrent
│   │   │   ├── __init__.py
│   │   │   └── futures
│   │   │       ├── __init__.py
│   │   │       ├── _base.py
│   │   │       ├── process.py
│   │   │       └── thread.py
│   │   ├── configparser.py
│   │   ├── contextlib.py
│   │   ├── copy.py
│   │   ├── copyreg.py
│   │   ├── crypt.py
│   │   ├── csv.py
│   │   ├── ctypes
│   │   │   ├── __init__.py
│   │   │   ├── _endian.py
│   │   │   ├── macholib
│   │   │   │   ├── README.ctypes
│   │   │   │   ├── __init__.py
│   │   │   │   ├── dyld.py
│   │   │   │   ├── dylib.py
│   │   │   │   ├── fetch_macholib
│   │   │   │   ├── fetch_macholib.bat
│   │   │   │   └── framework.py
│   │   │   ├── 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
│   │   │   ├── __init__.py
│   │   │   ├── ascii.py
│   │   │   ├── has_key.py
│   │   │   ├── panel.py
│   │   │   └── textpad.py
│   │   ├── datetime.py
│   │   ├── dbm
│   │   │   ├── __init__.py
│   │   │   ├── dumb.py
│   │   │   ├── gnu.py
│   │   │   └── ndbm.py
│   │   ├── decimal.py
│   │   ├── difflib.py
│   │   ├── dis.py
│   │   ├── distutils
│   │   │   ├── README
│   │   │   ├── __init__.py
│   │   │   ├── archive_util.py
│   │   │   ├── bcppcompiler.py
│   │   │   ├── ccompiler.py
│   │   │   ├── cmd.py
│   │   │   ├── command
│   │   │   │   ├── __init__.py
│   │   │   │   ├── bdist.py
│   │   │   │   ├── bdist_dumb.py
│   │   │   │   ├── bdist_msi.py
│   │   │   │   ├── bdist_rpm.py
│   │   │   │   ├── bdist_wininst.py
│   │   │   │   ├── build.py
│   │   │   │   ├── build_clib.py
│   │   │   │   ├── build_ext.py
│   │   │   │   ├── build_py.py
│   │   │   │   ├── build_scripts.py
│   │   │   │   ├── check.py
│   │   │   │   ├── clean.py
│   │   │   │   ├── command_template
│   │   │   │   ├── config.py
│   │   │   │   ├── install.py
│   │   │   │   ├── install_data.py
│   │   │   │   ├── install_egg_info.py
│   │   │   │   ├── install_headers.py
│   │   │   │   ├── install_lib.py
│   │   │   │   ├── install_scripts.py
│   │   │   │   ├── register.py
│   │   │   │   ├── sdist.py
│   │   │   │   ├── upload.py
│   │   │   │   ├── wininst-10.0-amd64.exe
│   │   │   │   ├── wininst-10.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
│   │   │   ├── file_util.py
│   │   │   ├── filelist.py
│   │   │   ├── log.py
│   │   │   ├── msvc9compiler.py
│   │   │   ├── msvccompiler.py
│   │   │   ├── spawn.py
│   │   │   ├── sysconfig.py
│   │   │   ├── tests
│   │   │   │   ├── Setup.sample
│   │   │   │   ├── __init__.py
│   │   │   │   ├── support.py
│   │   │   │   ├── test_archive_util.py
│   │   │   │   ├── test_bdist.py
│   │   │   │   ├── test_bdist_dumb.py
│   │   │   │   ├── test_bdist_msi.py
│   │   │   │   ├── test_bdist_rpm.py
│   │   │   │   ├── test_bdist_wininst.py
│   │   │   │   ├── test_build.py
│   │   │   │   ├── test_build_clib.py
│   │   │   │   ├── test_build_ext.py
│   │   │   │   ├── test_build_py.py
│   │   │   │   ├── test_build_scripts.py
│   │   │   │   ├── test_check.py
│   │   │   │   ├── test_clean.py
│   │   │   │   ├── test_cmd.py
│   │   │   │   ├── test_config.py
│   │   │   │   ├── test_config_cmd.py
│   │   │   │   ├── test_core.py
│   │   │   │   ├── test_cygwinccompiler.py
│   │   │   │   ├── test_dep_util.py
│   │   │   │   ├── test_dir_util.py
│   │   │   │   ├── test_dist.py
│   │   │   │   ├── test_extension.py
│   │   │   │   ├── test_file_util.py
│   │   │   │   ├── test_filelist.py
│   │   │   │   ├── test_install.py
│   │   │   │   ├── test_install_data.py
│   │   │   │   ├── test_install_headers.py
│   │   │   │   ├── test_install_lib.py
│   │   │   │   ├── test_install_scripts.py
│   │   │   │   ├── test_log.py
│   │   │   │   ├── test_msvc9compiler.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_version.py
│   │   │   │   └── test_versionpredicate.py
│   │   │   ├── text_file.py
│   │   │   ├── unixccompiler.py
│   │   │   ├── util.py
│   │   │   ├── version.py
│   │   │   └── versionpredicate.py
│   │   ├── doctest.py
│   │   ├── dummy_threading.py
│   │   ├── email
│   │   │   ├── __init__.py
│   │   │   ├── _encoded_words.py
│   │   │   ├── _header_value_parser.py
│   │   │   ├── _parseaddr.py
│   │   │   ├── _policybase.py
│   │   │   ├── architecture.rst
│   │   │   ├── base64mime.py
│   │   │   ├── charset.py
│   │   │   ├── contentmanager.py
│   │   │   ├── encoders.py
│   │   │   ├── errors.py
│   │   │   ├── feedparser.py
│   │   │   ├── generator.py
│   │   │   ├── header.py
│   │   │   ├── headerregistry.py
│   │   │   ├── iterators.py
│   │   │   ├── message.py
│   │   │   ├── mime
│   │   │   │   ├── __init__.py
│   │   │   │   ├── application.py
│   │   │   │   ├── audio.py
│   │   │   │   ├── base.py
│   │   │   │   ├── image.py
│   │   │   │   ├── message.py
│   │   │   │   ├── multipart.py
│   │   │   │   ├── nonmultipart.py
│   │   │   │   └── text.py
│   │   │   ├── parser.py
│   │   │   ├── policy.py
│   │   │   ├── quoprimime.py
│   │   │   └── utils.py
│   │   ├── encodings
│   │   │   ├── __init__.py
│   │   │   ├── aliases.py
│   │   │   ├── ascii.py
│   │   │   ├── base64_codec.py
│   │   │   ├── big5.py
│   │   │   ├── big5hkscs.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
│   │   │   ├── iso2022_jp.py
│   │   │   ├── iso2022_jp_1.py
│   │   │   ├── iso2022_jp_2.py
│   │   │   ├── iso2022_jp_2004.py
│   │   │   ├── iso2022_jp_3.py
│   │   │   ├── iso2022_jp_ext.py
│   │   │   ├── iso2022_kr.py
│   │   │   ├── iso8859_1.py
│   │   │   ├── iso8859_10.py
│   │   │   ├── iso8859_11.py
│   │   │   ├── iso8859_13.py
│   │   │   ├── iso8859_14.py
│   │   │   ├── iso8859_15.py
│   │   │   ├── iso8859_16.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_u.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_roman.py
│   │   │   ├── mac_romanian.py
│   │   │   ├── mac_turkish.py
│   │   │   ├── mbcs.py
│   │   │   ├── palmos.py
│   │   │   ├── ptcp154.py
│   │   │   ├── punycode.py
│   │   │   ├── quopri_codec.py
│   │   │   ├── raw_unicode_escape.py
│   │   │   ├── rot_13.py
│   │   │   ├── shift_jis.py
│   │   │   ├── shift_jis_2004.py
│   │   │   ├── shift_jisx0213.py
│   │   │   ├── tis_620.py
│   │   │   ├── undefined.py
│   │   │   ├── unicode_escape.py
│   │   │   ├── unicode_internal.py
│   │   │   ├── utf_16.py
│   │   │   ├── utf_16_be.py
│   │   │   ├── utf_16_le.py
│   │   │   ├── utf_32.py
│   │   │   ├── utf_32_be.py
│   │   │   ├── utf_32_le.py
│   │   │   ├── utf_7.py
│   │   │   ├── utf_8.py
│   │   │   ├── utf_8_sig.py
│   │   │   ├── uu_codec.py
│   │   │   └── zlib_codec.py
│   │   ├── ensurepip
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── _bundled
│   │   │   │   ├── pip-1.5.6-py2.py3-none-any.whl
│   │   │   │   └── setuptools-2.1-py2.py3-none-any.whl
│   │   │   └── _uninstall.py
│   │   ├── enum.py
│   │   ├── filecmp.py
│   │   ├── fileinput.py
│   │   ├── fnmatch.py
│   │   ├── formatter.py
│   │   ├── fractions.py
│   │   ├── ftplib.py
│   │   ├── functools.py
│   │   ├── genericpath.py
│   │   ├── getopt.py
│   │   ├── getpass.py
│   │   ├── gettext.py
│   │   ├── glob.py
│   │   ├── gzip.py
│   │   ├── hashlib.py
│   │   ├── heapq.py
│   │   ├── hmac.py
│   │   ├── html
│   │   │   ├── __init__.py
│   │   │   ├── entities.py
│   │   │   └── parser.py
│   │   ├── http
│   │   │   ├── __init__.py
│   │   │   ├── client.py
│   │   │   ├── cookiejar.py
│   │   │   ├── cookies.py
│   │   │   └── server.py
│   │   ├── idlelib
│   │   │   ├── AutoComplete.py
│   │   │   ├── AutoCompleteWindow.py
│   │   │   ├── AutoExpand.py
│   │   │   ├── Bindings.py
│   │   │   ├── CREDITS.txt
│   │   │   ├── CallTipWindow.py
│   │   │   ├── CallTips.py
│   │   │   ├── ChangeLog
│   │   │   ├── ClassBrowser.py
│   │   │   ├── CodeContext.py
│   │   │   ├── ColorDelegator.py
│   │   │   ├── Debugger.py
│   │   │   ├── Delegator.py
│   │   │   ├── EditorWindow.py
│   │   │   ├── FileList.py
│   │   │   ├── FormatParagraph.py
│   │   │   ├── GrepDialog.py
│   │   │   ├── HISTORY.txt
│   │   │   ├── HyperParser.py
│   │   │   ├── IOBinding.py
│   │   │   ├── Icons
│   │   │   │   ├── folder.gif
│   │   │   │   ├── idle.icns
│   │   │   │   ├── idle.ico
│   │   │   │   ├── idle_16.gif
│   │   │   │   ├── idle_16.png
│   │   │   │   ├── idle_32.gif
│   │   │   │   ├── idle_32.png
│   │   │   │   ├── idle_48.gif
│   │   │   │   ├── idle_48.png
│   │   │   │   ├── minusnode.gif
│   │   │   │   ├── openfolder.gif
│   │   │   │   ├── plusnode.gif
│   │   │   │   ├── python.gif
│   │   │   │   └── tk.gif
│   │   │   ├── IdleHistory.py
│   │   │   ├── MultiCall.py
│   │   │   ├── MultiStatusBar.py
│   │   │   ├── NEWS.txt
│   │   │   ├── ObjectBrowser.py
│   │   │   ├── OutputWindow.py
│   │   │   ├── ParenMatch.py
│   │   │   ├── PathBrowser.py
│   │   │   ├── Percolator.py
│   │   │   ├── PyParse.py
│   │   │   ├── PyShell.py
│   │   │   ├── README.txt
│   │   │   ├── RemoteDebugger.py
│   │   │   ├── RemoteObjectBrowser.py
│   │   │   ├── ReplaceDialog.py
│   │   │   ├── RstripExtension.py
│   │   │   ├── ScriptBinding.py
│   │   │   ├── ScrolledList.py
│   │   │   ├── SearchDialog.py
│   │   │   ├── SearchDialogBase.py
│   │   │   ├── SearchEngine.py
│   │   │   ├── StackViewer.py
│   │   │   ├── TODO.txt
│   │   │   ├── ToolTip.py
│   │   │   ├── TreeWidget.py
│   │   │   ├── UndoDelegator.py
│   │   │   ├── WidgetRedirector.py
│   │   │   ├── WindowList.py
│   │   │   ├── ZoomHeight.py
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── aboutDialog.py
│   │   │   ├── config-extensions.def
│   │   │   ├── config-highlight.def
│   │   │   ├── config-keys.def
│   │   │   ├── config-main.def
│   │   │   ├── configDialog.py
│   │   │   ├── configHandler.py
│   │   │   ├── configHelpSourceEdit.py
│   │   │   ├── configSectionNameDialog.py
│   │   │   ├── dynOptionMenuWidget.py
│   │   │   ├── extend.txt
│   │   │   ├── help.txt
│   │   │   ├── idle.bat
│   │   │   ├── idle.py
│   │   │   ├── idle.pyw
│   │   │   ├── idle_test
│   │   │   │   ├── README.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── htest.py
│   │   │   │   ├── mock_idle.py
│   │   │   │   ├── mock_tk.py
│   │   │   │   ├── test_autocomplete.py
│   │   │   │   ├── test_autoexpand.py
│   │   │   │   ├── test_calltips.py
│   │   │   │   ├── test_config_name.py
│   │   │   │   ├── test_configdialog.py
│   │   │   │   ├── test_delegator.py
│   │   │   │   ├── test_formatparagraph.py
│   │   │   │   ├── test_grep.py
│   │   │   │   ├── test_hyperparser.py
│   │   │   │   ├── test_idlehistory.py
│   │   │   │   ├── test_parenmatch.py
│   │   │   │   ├── test_pathbrowser.py
│   │   │   │   ├── test_rstrip.py
│   │   │   │   ├── test_searchdialogbase.py
│   │   │   │   ├── test_searchengine.py
│   │   │   │   ├── test_text.py
│   │   │   │   ├── test_textview.py
│   │   │   │   ├── test_warning.py
│   │   │   │   └── test_widgetredir.py
│   │   │   ├── idlever.py
│   │   │   ├── keybindingDialog.py
│   │   │   ├── macosxSupport.py
│   │   │   ├── rpc.py
│   │   │   ├── run.py
│   │   │   ├── tabbedpages.py
│   │   │   ├── testcode.py
│   │   │   └── textView.py
│   │   ├── imaplib.py
│   │   ├── imghdr.py
│   │   ├── imp.py
│   │   ├── importlib
│   │   │   ├── __init__.py
│   │   │   ├── _bootstrap.py
│   │   │   ├── abc.py
│   │   │   ├── machinery.py
│   │   │   └── util.py
│   │   ├── inspect.py
│   │   ├── io.py
│   │   ├── ipaddress.py
│   │   ├── json
│   │   │   ├── __init__.py
│   │   │   ├── decoder.py
│   │   │   ├── encoder.py
│   │   │   ├── scanner.py
│   │   │   └── tool.py
│   │   ├── keyword.py
│   │   ├── lib2to3
│   │   │   ├── Grammar.txt
│   │   │   ├── PatternGrammar.txt
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── btm_matcher.py
│   │   │   ├── btm_utils.py
│   │   │   ├── fixer_base.py
│   │   │   ├── fixer_util.py
│   │   │   ├── fixes
│   │   │   │   ├── __init__.py
│   │   │   │   ├── fix_apply.py
│   │   │   │   ├── fix_asserts.py
│   │   │   │   ├── fix_basestring.py
│   │   │   │   ├── fix_buffer.py
│   │   │   │   ├── fix_callable.py
│   │   │   │   ├── fix_dict.py
│   │   │   │   ├── fix_except.py
│   │   │   │   ├── fix_exec.py
│   │   │   │   ├── fix_execfile.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_imports.py
│   │   │   │   ├── fix_imports2.py
│   │   │   │   ├── fix_input.py
│   │   │   │   ├── fix_intern.py
│   │   │   │   ├── fix_isinstance.py
│   │   │   │   ├── fix_itertools.py
│   │   │   │   ├── fix_itertools_imports.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
│   │   │   ├── main.py
│   │   │   ├── patcomp.py
│   │   │   ├── pgen2
│   │   │   │   ├── __init__.py
│   │   │   │   ├── conv.py
│   │   │   │   ├── driver.py
│   │   │   │   ├── grammar.py
│   │   │   │   ├── literals.py
│   │   │   │   ├── parse.py
│   │   │   │   ├── pgen.py
│   │   │   │   ├── token.py
│   │   │   │   └── tokenize.py
│   │   │   ├── pygram.py
│   │   │   ├── pytree.py
│   │   │   ├── refactor.py
│   │   │   └── tests
│   │   │       ├── __init__.py
│   │   │       ├── data
│   │   │       │   ├── README
│   │   │       │   ├── bom.py
│   │   │       │   ├── crlf.py
│   │   │       │   ├── different_encoding.py
│   │   │       │   ├── false_encoding.py
│   │   │       │   ├── fixers
│   │   │       │   │   ├── bad_order.py
│   │   │       │   │   ├── myfixes
│   │   │       │   │   │   ├── __init__.py
│   │   │       │   │   │   ├── fix_explicit.py
│   │   │       │   │   │   ├── fix_first.py
│   │   │       │   │   │   ├── fix_last.py
│   │   │       │   │   │   ├── fix_parrot.py
│   │   │       │   │   │   └── fix_preorder.py
│   │   │       │   │   ├── no_fixer_cls.py
│   │   │       │   │   └── parrot_example.py
│   │   │       │   ├── infinite_recursion.py
│   │   │       │   ├── py2_test_grammar.py
│   │   │       │   └── py3_test_grammar.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
│   │   │   ├── __init__.py
│   │   │   ├── config.py
│   │   │   └── handlers.py
│   │   ├── lzma.py
│   │   ├── macpath.py
│   │   ├── macurl2path.py
│   │   ├── mailbox.py
│   │   ├── mailcap.py
│   │   ├── mimetypes.py
│   │   ├── modulefinder.py
│   │   ├── msilib
│   │   │   ├── __init__.py
│   │   │   ├── schema.py
│   │   │   ├── sequence.py
│   │   │   └── text.py
│   │   ├── multiprocessing
│   │   │   ├── __init__.py
│   │   │   ├── connection.py
│   │   │   ├── context.py
│   │   │   ├── dummy
│   │   │   │   ├── __init__.py
│   │   │   │   └── connection.py
│   │   │   ├── forkserver.py
│   │   │   ├── heap.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
│   │   ├── pathlib.py
│   │   ├── pdb.py
│   │   ├── pickle.py
│   │   ├── pickletools.py
│   │   ├── pipes.py
│   │   ├── pkgutil.py
│   │   ├── plat-aix4
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-darwin
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd4
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd5
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd6
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd7
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd8
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-generic
│   │   │   └── regen
│   │   ├── plat-linux
│   │   │   ├── CDROM.py
│   │   │   ├── DLFCN.py
│   │   │   ├── IN.py
│   │   │   ├── TYPES.py
│   │   │   └── regen
│   │   ├── plat-netbsd1
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-next3
│   │   │   └── regen
│   │   ├── plat-sunos5
│   │   │   ├── CDIO.py
│   │   │   ├── DLFCN.py
│   │   │   ├── IN.py
│   │   │   ├── STROPTS.py
│   │   │   ├── TYPES.py
│   │   │   └── regen
│   │   ├── plat-unixware7
│   │   │   ├── IN.py
│   │   │   ├── STROPTS.py
│   │   │   └── regen
│   │   ├── platform.py
│   │   ├── plistlib.py
│   │   ├── poplib.py
│   │   ├── posixpath.py
│   │   ├── pprint.py
│   │   ├── profile.py
│   │   ├── pstats.py
│   │   ├── pty.py
│   │   ├── py_compile.py
│   │   ├── pyclbr.py
│   │   ├── pydoc.py
│   │   ├── pydoc_data
│   │   │   ├── __init__.py
│   │   │   ├── _pydoc.css
│   │   │   └── topics.py
│   │   ├── queue.py
│   │   ├── quopri.py
│   │   ├── random.py
│   │   ├── re.py
│   │   ├── reprlib.py
│   │   ├── rlcompleter.py
│   │   ├── runpy.py
│   │   ├── sched.py
│   │   ├── selectors.py
│   │   ├── shelve.py
│   │   ├── shlex.py
│   │   ├── shutil.py
│   │   ├── site-packages
│   │   │   └── README
│   │   ├── site.py
│   │   ├── smtpd.py
│   │   ├── smtplib.py
│   │   ├── sndhdr.py
│   │   ├── socket.py
│   │   ├── socketserver.py
│   │   ├── sqlite3
│   │   │   ├── __init__.py
│   │   │   ├── dbapi2.py
│   │   │   ├── dump.py
│   │   │   └── test
│   │   │       ├── __init__.py
│   │   │       ├── dbapi.py
│   │   │       ├── dump.py
│   │   │       ├── factory.py
│   │   │       ├── hooks.py
│   │   │       ├── regression.py
│   │   │       ├── transactions.py
│   │   │       ├── types.py
│   │   │       └── userfunctions.py
│   │   ├── sre_compile.py
│   │   ├── sre_constants.py
│   │   ├── sre_parse.py
│   │   ├── ssl.py
│   │   ├── stat.py
│   │   ├── statistics.py
│   │   ├── string.py
│   │   ├── stringprep.py
│   │   ├── struct.py
│   │   ├── subprocess.py
│   │   ├── sunau.py
│   │   ├── symbol.py
│   │   ├── symtable.py
│   │   ├── sysconfig.py
│   │   ├── tabnanny.py
│   │   ├── tarfile.py
│   │   ├── telnetlib.py
│   │   ├── tempfile.py
│   │   ├── test
│   │   │   ├── 185test.db
│   │   │   ├── Sine-1000Hz-300ms.aif
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── _test_multiprocessing.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
│   │   │   ├── bad_coding.py
│   │   │   ├── bad_coding2.py
│   │   │   ├── badcert.pem
│   │   │   ├── 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
│   │   │   ├── buffer_tests.py
│   │   │   ├── bytecode_helper.py
│   │   │   ├── capath
│   │   │   │   ├── 4e1295a3.0
│   │   │   │   ├── 5ed36f99.0
│   │   │   │   ├── 6e88d7b8.0
│   │   │   │   └── 99d0fa06.0
│   │   │   ├── cfgparser.1
│   │   │   ├── cfgparser.2
│   │   │   ├── cfgparser.3
│   │   │   ├── check_soundcard.vbs
│   │   │   ├── cjkencodings
│   │   │   │   ├── big5-utf8.txt
│   │   │   │   ├── big5.txt
│   │   │   │   ├── big5hkscs-utf8.txt
│   │   │   │   ├── big5hkscs.txt
│   │   │   │   ├── cp949-utf8.txt
│   │   │   │   ├── cp949.txt
│   │   │   │   ├── euc_jisx0213-utf8.txt
│   │   │   │   ├── euc_jisx0213.txt
│   │   │   │   ├── euc_jp-utf8.txt
│   │   │   │   ├── euc_jp.txt
│   │   │   │   ├── euc_kr-utf8.txt
│   │   │   │   ├── euc_kr.txt
│   │   │   │   ├── gb18030-utf8.txt
│   │   │   │   ├── gb18030.txt
│   │   │   │   ├── gb2312-utf8.txt
│   │   │   │   ├── gb2312.txt
│   │   │   │   ├── gbk-utf8.txt
│   │   │   │   ├── gbk.txt
│   │   │   │   ├── hz-utf8.txt
│   │   │   │   ├── hz.txt
│   │   │   │   ├── iso2022_jp-utf8.txt
│   │   │   │   ├── iso2022_jp.txt
│   │   │   │   ├── iso2022_kr-utf8.txt
│   │   │   │   ├── iso2022_kr.txt
│   │   │   │   ├── johab-utf8.txt
│   │   │   │   ├── johab.txt
│   │   │   │   ├── shift_jis-utf8.txt
│   │   │   │   ├── shift_jis.txt
│   │   │   │   ├── shift_jisx0213-utf8.txt
│   │   │   │   └── shift_jisx0213.txt
│   │   │   ├── cmath_testcases.txt
│   │   │   ├── coding20731.py
│   │   │   ├── crashers
│   │   │   │   ├── README
│   │   │   │   ├── bogus_code_obj.py
│   │   │   │   ├── gc_inspection.py
│   │   │   │   ├── infinite_loop_re.py
│   │   │   │   ├── mutation_inside_cyclegc.py
│   │   │   │   ├── 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
│   │   │   │   ├── copy.decTest
│   │   │   │   ├── copyabs.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
│   │   │   │   ├── ddCopy.decTest
│   │   │   │   ├── ddCopyAbs.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
│   │   │   │   ├── dqCopy.decTest
│   │   │   │   ├── dqCopyAbs.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
│   │   │   ├── dh512.pem
│   │   │   ├── dis_module.py
│   │   │   ├── doctest_aliases.py
│   │   │   ├── double_const.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
│   │   │   ├── https_svn_python_org_root.pem
│   │   │   ├── ieee754.txt
│   │   │   ├── imghdrdata
│   │   │   │   ├── python.bmp
│   │   │   │   ├── python.gif
│   │   │   │   ├── python.jpg
│   │   │   │   ├── python.pbm
│   │   │   │   ├── python.pgm
│   │   │   │   ├── python.png
│   │   │   │   ├── python.ppm
│   │   │   │   ├── python.ras
│   │   │   │   ├── python.sgi
│   │   │   │   ├── python.tiff
│   │   │   │   └── python.xbm
│   │   │   ├── inspect_fodder.py
│   │   │   ├── inspect_fodder2.py
│   │   │   ├── keycert.passwd.pem
│   │   │   ├── keycert.pem
│   │   │   ├── keycert2.pem
│   │   │   ├── keycert3.pem
│   │   │   ├── keycert4.pem
│   │   │   ├── leakers
│   │   │   │   ├── README.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── test_ctypes.py
│   │   │   │   └── test_selftype.py
│   │   │   ├── list_tests.py
│   │   │   ├── lock_tests.py
│   │   │   ├── mailcap.txt
│   │   │   ├── 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
│   │   │   ├── pydoc_mod.py
│   │   │   ├── pydocfodder.py
│   │   │   ├── pystone.py
│   │   │   ├── randv2_32.pck
│   │   │   ├── randv2_64.pck
│   │   │   ├── randv3.pck
│   │   │   ├── re_tests.py
│   │   │   ├── regrtest.py
│   │   │   ├── relimport.py
│   │   │   ├── reperf.py
│   │   │   ├── revocation.crl
│   │   │   ├── sample_doctest.py
│   │   │   ├── sample_doctest_no_docstrings.py
│   │   │   ├── sample_doctest_no_doctests.py
│   │   │   ├── script_helper.py
│   │   │   ├── seq_tests.py
│   │   │   ├── sgml_input.html
│   │   │   ├── sha256.pem
│   │   │   ├── 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
│   │   │   ├── test___all__.py
│   │   │   ├── test___future__.py
│   │   │   ├── test__locale.py
│   │   │   ├── test__opcode.py
│   │   │   ├── test__osx_support.py
│   │   │   ├── test_abc.py
│   │   │   ├── test_abstract_numbers.py
│   │   │   ├── test_aifc.py
│   │   │   ├── test_argparse.py
│   │   │   ├── test_array.py
│   │   │   ├── test_ast.py
│   │   │   ├── test_asynchat.py
│   │   │   ├── test_asyncio
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── echo.py
│   │   │   │   ├── echo2.py
│   │   │   │   ├── echo3.py
│   │   │   │   ├── keycert3.pem
│   │   │   │   ├── pycacert.pem
│   │   │   │   ├── ssl_cert.pem
│   │   │   │   ├── ssl_key.pem
│   │   │   │   ├── test_base_events.py
│   │   │   │   ├── test_events.py
│   │   │   │   ├── test_futures.py
│   │   │   │   ├── test_locks.py
│   │   │   │   ├── test_proactor_events.py
│   │   │   │   ├── test_queues.py
│   │   │   │   ├── test_selector_events.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_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.py
│   │   │   ├── test_cmd_line.py
│   │   │   ├── test_cmd_line_script.py
│   │   │   ├── test_code.py
│   │   │   ├── test_code_module.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
│   │   │   ├── test_codecs.py
│   │   │   ├── test_codeop.py
│   │   │   ├── test_collections.py
│   │   │   ├── test_colorsys.py
│   │   │   ├── test_compare.py
│   │   │   ├── test_compile.py
│   │   │   ├── test_compileall.py
│   │   │   ├── test_complex.py
│   │   │   ├── test_concurrent_futures.py
│   │   │   ├── test_configparser.py
│   │   │   ├── test_contains.py
│   │   │   ├── test_contextlib.py
│   │   │   ├── test_copy.py
│   │   │   ├── test_copyreg.py
│   │   │   ├── test_cprofile.py
│   │   │   ├── test_crashers.py
│   │   │   ├── test_crypt.py
│   │   │   ├── test_csv.py
│   │   │   ├── test_ctypes.py
│   │   │   ├── test_curses.py
│   │   │   ├── test_datetime.py
│   │   │   ├── test_dbm.py
│   │   │   ├── test_dbm_dumb.py
│   │   │   ├── test_dbm_gnu.py
│   │   │   ├── test_dbm_ndbm.py
│   │   │   ├── test_decimal.py
│   │   │   ├── test_decorators.py
│   │   │   ├── test_defaultdict.py
│   │   │   ├── test_deque.py
│   │   │   ├── test_descr.py
│   │   │   ├── test_descrtut.py
│   │   │   ├── test_devpoll.py
│   │   │   ├── test_dict.py
│   │   │   ├── test_dictcomps.py
│   │   │   ├── test_dictviews.py
│   │   │   ├── test_difflib.py
│   │   │   ├── test_difflib_expect.html
│   │   │   ├── test_dis.py
│   │   │   ├── test_distutils.py
│   │   │   ├── test_doctest.py
│   │   │   ├── test_doctest.txt
│   │   │   ├── test_doctest2.py
│   │   │   ├── test_doctest2.txt
│   │   │   ├── test_doctest3.txt
│   │   │   ├── test_doctest4.txt
│   │   │   ├── test_docxmlrpc.py
│   │   │   ├── test_dummy_thread.py
│   │   │   ├── test_dummy_threading.py
│   │   │   ├── test_dynamic.py
│   │   │   ├── test_dynamicclassattribute.py
│   │   │   ├── test_email
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── data
│   │   │   │   │   ├── PyBanner048.gif
│   │   │   │   │   ├── 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_12.txt
│   │   │   │   │   ├── msg_12a.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
│   │   │   │   ├── test__encoded_words.py
│   │   │   │   ├── test__header_value_parser.py
│   │   │   │   ├── test_asian_codecs.py
│   │   │   │   ├── test_contentmanager.py
│   │   │   │   ├── test_defect_handling.py
│   │   │   │   ├── test_email.py
│   │   │   │   ├── test_generator.py
│   │   │   │   ├── test_headerregistry.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_enum.py
│   │   │   ├── test_enumerate.py
│   │   │   ├── test_eof.py
│   │   │   ├── test_epoll.py
│   │   │   ├── test_errno.py
│   │   │   ├── test_exception_variations.py
│   │   │   ├── test_exceptions.py
│   │   │   ├── test_extcall.py
│   │   │   ├── test_faulthandler.py
│   │   │   ├── test_fcntl.py
│   │   │   ├── test_file.py
│   │   │   ├── test_file_eintr.py
│   │   │   ├── test_filecmp.py
│   │   │   ├── test_fileinput.py
│   │   │   ├── test_fileio.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_ftplib.py
│   │   │   ├── test_funcattrs.py
│   │   │   ├── test_functools.py
│   │   │   ├── test_future.py
│   │   │   ├── test_future3.py
│   │   │   ├── test_future4.py
│   │   │   ├── test_future5.py
│   │   │   ├── test_gc.py
│   │   │   ├── test_gdb.py
│   │   │   ├── test_generators.py
│   │   │   ├── test_genericpath.py
│   │   │   ├── test_genexps.py
│   │   │   ├── test_getargs2.py
│   │   │   ├── test_getopt.py
│   │   │   ├── test_getpass.py
│   │   │   ├── test_gettext.py
│   │   │   ├── test_glob.py
│   │   │   ├── test_global.py
│   │   │   ├── test_grammar.py
│   │   │   ├── test_grp.py
│   │   │   ├── test_gzip.py
│   │   │   ├── test_hash.py
│   │   │   ├── test_hashlib.py
│   │   │   ├── test_heapq.py
│   │   │   ├── test_hmac.py
│   │   │   ├── test_html.py
│   │   │   ├── test_htmlparser.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_imp.py
│   │   │   ├── test_import.py
│   │   │   ├── test_importlib
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── abc.py
│   │   │   │   ├── builtin
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── test_finder.py
│   │   │   │   │   ├── test_loader.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── extension
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── test_case_sensitivity.py
│   │   │   │   │   ├── test_finder.py
│   │   │   │   │   ├── test_loader.py
│   │   │   │   │   ├── test_path_hook.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── frozen
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── test_finder.py
│   │   │   │   │   └── test_loader.py
│   │   │   │   ├── import_
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── test___loader__.py
│   │   │   │   │   ├── test___package__.py
│   │   │   │   │   ├── test_api.py
│   │   │   │   │   ├── test_caching.py
│   │   │   │   │   ├── test_fromlist.py
│   │   │   │   │   ├── test_meta_path.py
│   │   │   │   │   ├── test_packages.py
│   │   │   │   │   ├── test_path.py
│   │   │   │   │   ├── test_relative_imports.py
│   │   │   │   │   └── util.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
│   │   │   │   ├── regrtest.py
│   │   │   │   ├── source
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── test_case_sensitivity.py
│   │   │   │   │   ├── test_file_loader.py
│   │   │   │   │   ├── test_finder.py
│   │   │   │   │   ├── test_path_hook.py
│   │   │   │   │   ├── test_source_encoding.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── test_abc.py
│   │   │   │   ├── test_api.py
│   │   │   │   ├── test_locks.py
│   │   │   │   ├── test_namespace_pkgs.py
│   │   │   │   ├── test_spec.py
│   │   │   │   ├── test_util.py
│   │   │   │   ├── test_windows.py
│   │   │   │   └── util.py
│   │   │   ├── test_index.py
│   │   │   ├── test_inspect.py
│   │   │   ├── test_int.py
│   │   │   ├── test_int_literal.py
│   │   │   ├── test_io.py
│   │   │   ├── test_ioctl.py
│   │   │   ├── test_ipaddress.py
│   │   │   ├── test_isinstance.py
│   │   │   ├── test_iter.py
│   │   │   ├── test_iterlen.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_keyword.py
│   │   │   ├── test_keywordonlyarg.py
│   │   │   ├── test_kqueue.py
│   │   │   ├── test_largefile.py
│   │   │   ├── test_lib2to3.py
│   │   │   ├── test_linecache.py
│   │   │   ├── test_list.py
│   │   │   ├── test_listcomps.py
│   │   │   ├── test_locale.py
│   │   │   ├── test_logging.py
│   │   │   ├── test_long.py
│   │   │   ├── test_longexp.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_module.py
│   │   │   ├── test_modulefinder.py
│   │   │   ├── test_msilib.py
│   │   │   ├── test_multibytecodec.py
│   │   │   ├── test_multiprocessing_fork.py
│   │   │   ├── test_multiprocessing_forkserver.py
│   │   │   ├── test_multiprocessing_main_handling.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_opcodes.py
│   │   │   ├── test_openpty.py
│   │   │   ├── test_operator.py
│   │   │   ├── test_optparse.py
│   │   │   ├── test_os.py
│   │   │   ├── test_ossaudiodev.py
│   │   │   ├── test_osx_env.py
│   │   │   ├── test_parser.py
│   │   │   ├── test_pathlib.py
│   │   │   ├── test_pdb.py
│   │   │   ├── test_peepholer.py
│   │   │   ├── test_pep247.py
│   │   │   ├── test_pep277.py
│   │   │   ├── test_pep292.py
│   │   │   ├── test_pep3120.py
│   │   │   ├── test_pep3131.py
│   │   │   ├── test_pep3151.py
│   │   │   ├── test_pep352.py
│   │   │   ├── test_pep380.py
│   │   │   ├── test_pickle.py
│   │   │   ├── test_pickletools.py
│   │   │   ├── test_pipes.py
│   │   │   ├── test_pkg.py
│   │   │   ├── test_pkgimport.py
│   │   │   ├── test_pkgutil.py
│   │   │   ├── test_platform.py
│   │   │   ├── test_plistlib.py
│   │   │   ├── test_poll.py
│   │   │   ├── test_popen.py
│   │   │   ├── test_poplib.py
│   │   │   ├── test_posix.py
│   │   │   ├── test_posixpath.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_py_compile.py
│   │   │   ├── test_pyclbr.py
│   │   │   ├── test_pydoc.py
│   │   │   ├── test_pyexpat.py
│   │   │   ├── test_queue.py
│   │   │   ├── test_quopri.py
│   │   │   ├── test_raise.py
│   │   │   ├── test_random.py
│   │   │   ├── test_range.py
│   │   │   ├── test_re.py
│   │   │   ├── test_readline.py
│   │   │   ├── test_regrtest.py
│   │   │   ├── test_reprlib.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_select.py
│   │   │   ├── test_selectors.py
│   │   │   ├── test_set.py
│   │   │   ├── test_setcomps.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_stat.py
│   │   │   ├── test_statistics.py
│   │   │   ├── test_strftime.py
│   │   │   ├── test_string.py
│   │   │   ├── test_stringprep.py
│   │   │   ├── test_strlit.py
│   │   │   ├── test_strptime.py
│   │   │   ├── test_strtod.py
│   │   │   ├── test_struct.py
│   │   │   ├── test_structmembers.py
│   │   │   ├── test_structseq.py
│   │   │   ├── test_subprocess.py
│   │   │   ├── test_sunau.py
│   │   │   ├── test_sundry.py
│   │   │   ├── test_super.py
│   │   │   ├── test_support.py
│   │   │   ├── test_symtable.py
│   │   │   ├── test_syntax.py
│   │   │   ├── test_sys.py
│   │   │   ├── test_sys_setprofile.py
│   │   │   ├── test_sys_settrace.py
│   │   │   ├── test_sysconfig.py
│   │   │   ├── test_syslog.py
│   │   │   ├── test_tarfile.py
│   │   │   ├── test_tcl.py
│   │   │   ├── test_telnetlib.py
│   │   │   ├── test_tempfile.py
│   │   │   ├── test_textwrap.py
│   │   │   ├── test_thread.py
│   │   │   ├── test_threaded_import.py
│   │   │   ├── test_threadedtempfile.py
│   │   │   ├── test_threading.py
│   │   │   ├── test_threading_local.py
│   │   │   ├── test_threadsignals.py
│   │   │   ├── test_time.py
│   │   │   ├── test_timeit.py
│   │   │   ├── test_timeout.py
│   │   │   ├── test_tk.py
│   │   │   ├── test_tokenize.py
│   │   │   ├── test_tools
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── test_gprof2html.py
│   │   │   │   ├── test_md5sum.py
│   │   │   │   ├── test_pdeps.py
│   │   │   │   ├── test_pindent.py
│   │   │   │   ├── test_reindent.py
│   │   │   │   ├── test_sundry.py
│   │   │   │   └── test_unparse.py
│   │   │   ├── test_trace.py
│   │   │   ├── test_traceback.py
│   │   │   ├── test_tracemalloc.py
│   │   │   ├── test_ttk_guionly.py
│   │   │   ├── test_ttk_textonly.py
│   │   │   ├── test_tuple.py
│   │   │   ├── test_typechecks.py
│   │   │   ├── test_types.py
│   │   │   ├── test_ucn.py
│   │   │   ├── test_unary.py
│   │   │   ├── test_unicode.py
│   │   │   ├── test_unicode_file.py
│   │   │   ├── test_unicodedata.py
│   │   │   ├── test_unittest.py
│   │   │   ├── test_univnewlines.py
│   │   │   ├── test_unpack.py
│   │   │   ├── test_unpack_ex.py
│   │   │   ├── test_urllib.py
│   │   │   ├── test_urllib2.py
│   │   │   ├── test_urllib2_localnet.py
│   │   │   ├── test_urllib2net.py
│   │   │   ├── test_urllib_response.py
│   │   │   ├── test_urllibnet.py
│   │   │   ├── test_urlparse.py
│   │   │   ├── test_userdict.py
│   │   │   ├── test_userlist.py
│   │   │   ├── test_userstring.py
│   │   │   ├── test_uu.py
│   │   │   ├── test_uuid.py
│   │   │   ├── test_venv.py
│   │   │   ├── test_wait3.py
│   │   │   ├── test_wait4.py
│   │   │   ├── test_warnings.py
│   │   │   ├── test_wave.py
│   │   │   ├── test_weakref.py
│   │   │   ├── test_weakset.py
│   │   │   ├── test_webbrowser.py
│   │   │   ├── test_winreg.py
│   │   │   ├── test_winsound.py
│   │   │   ├── test_with.py
│   │   │   ├── test_wsgiref.py
│   │   │   ├── test_xdrlib.py
│   │   │   ├── test_xml_dom_minicompat.py
│   │   │   ├── test_xml_etree.py
│   │   │   ├── test_xml_etree_c.py
│   │   │   ├── test_xmlrpc.py
│   │   │   ├── test_xmlrpc_net.py
│   │   │   ├── test_zipfile.py
│   │   │   ├── test_zipfile64.py
│   │   │   ├── test_zipimport.py
│   │   │   ├── test_zipimport_support.py
│   │   │   ├── test_zlib.py
│   │   │   ├── testcodec.py
│   │   │   ├── testtar.tar
│   │   │   ├── 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-utf8-coding-cookie-and-no-utf8-bom-sig.txt
│   │   │   ├── tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
│   │   │   ├── tokenize_tests.txt
│   │   │   ├── tracedmodules
│   │   │   │   ├── __init__.py
│   │   │   │   └── testmod.py
│   │   │   ├── warning_tests.py
│   │   │   ├── win_console_handler.py
│   │   │   ├── xmltestdata
│   │   │   │   ├── simple-ns.xml
│   │   │   │   ├── simple.xml
│   │   │   │   ├── test.xml
│   │   │   │   └── test.xml.out
│   │   │   ├── xmltests.py
│   │   │   ├── zip_cp437_header.zip
│   │   │   └── zipdir.zip
│   │   ├── textwrap.py
│   │   ├── this.py
│   │   ├── threading.py
│   │   ├── timeit.py
│   │   ├── tkinter
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── _fix.py
│   │   │   ├── colorchooser.py
│   │   │   ├── commondialog.py
│   │   │   ├── constants.py
│   │   │   ├── dialog.py
│   │   │   ├── dnd.py
│   │   │   ├── filedialog.py
│   │   │   ├── font.py
│   │   │   ├── messagebox.py
│   │   │   ├── scrolledtext.py
│   │   │   ├── simpledialog.py
│   │   │   ├── test
│   │   │   │   ├── README
│   │   │   │   ├── __init__.py
│   │   │   │   ├── 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
│   │   ├── token.py
│   │   ├── tokenize.py
│   │   ├── trace.py
│   │   ├── traceback.py
│   │   ├── tracemalloc.py
│   │   ├── tty.py
│   │   ├── turtle.py
│   │   ├── turtledemo
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── bytedesign.py
│   │   │   ├── chaos.py
│   │   │   ├── clock.py
│   │   │   ├── colormixer.py
│   │   │   ├── forest.py
│   │   │   ├── fractalcurves.py
│   │   │   ├── lindenmayer.py
│   │   │   ├── minimal_hanoi.py
│   │   │   ├── nim.py
│   │   │   ├── paint.py
│   │   │   ├── peace.py
│   │   │   ├── penrose.py
│   │   │   ├── planet_and_moon.py
│   │   │   ├── round_dance.py
│   │   │   ├── tree.py
│   │   │   ├── turtle.cfg
│   │   │   ├── two_canvases.py
│   │   │   ├── wikipedia.py
│   │   │   └── yinyang.py
│   │   ├── types.py
│   │   ├── unittest
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── case.py
│   │   │   ├── loader.py
│   │   │   ├── main.py
│   │   │   ├── mock.py
│   │   │   ├── result.py
│   │   │   ├── runner.py
│   │   │   ├── signals.py
│   │   │   ├── suite.py
│   │   │   ├── test
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── _test_warnings.py
│   │   │   │   ├── dummy.py
│   │   │   │   ├── support.py
│   │   │   │   ├── test_assertions.py
│   │   │   │   ├── test_break.py
│   │   │   │   ├── test_case.py
│   │   │   │   ├── test_discovery.py
│   │   │   │   ├── test_functiontestcase.py
│   │   │   │   ├── test_loader.py
│   │   │   │   ├── test_program.py
│   │   │   │   ├── test_result.py
│   │   │   │   ├── test_runner.py
│   │   │   │   ├── test_setups.py
│   │   │   │   ├── test_skipping.py
│   │   │   │   ├── test_suite.py
│   │   │   │   └── testmock
│   │   │   │       ├── __init__.py
│   │   │   │       ├── __main__.py
│   │   │   │       ├── support.py
│   │   │   │       ├── testcallable.py
│   │   │   │       ├── testhelpers.py
│   │   │   │       ├── testmagicmethods.py
│   │   │   │       ├── testmock.py
│   │   │   │       ├── testpatch.py
│   │   │   │       ├── testsentinel.py
│   │   │   │       └── testwith.py
│   │   │   └── util.py
│   │   ├── urllib
│   │   │   ├── __init__.py
│   │   │   ├── error.py
│   │   │   ├── parse.py
│   │   │   ├── request.py
│   │   │   ├── response.py
│   │   │   └── robotparser.py
│   │   ├── uu.py
│   │   ├── uuid.py
│   │   ├── venv
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   └── scripts
│   │   │       ├── nt
│   │   │       │   ├── Activate.ps1
│   │   │       │   ├── activate.bat
│   │   │       │   └── deactivate.bat
│   │   │       └── posix
│   │   │           ├── activate
│   │   │           ├── activate.csh
│   │   │           └── activate.fish
│   │   ├── warnings.py
│   │   ├── wave.py
│   │   ├── weakref.py
│   │   ├── webbrowser.py
│   │   ├── wsgiref
│   │   │   ├── __init__.py
│   │   │   ├── handlers.py
│   │   │   ├── headers.py
│   │   │   ├── simple_server.py
│   │   │   ├── util.py
│   │   │   └── validate.py
│   │   ├── xdrlib.py
│   │   ├── xml
│   │   │   ├── __init__.py
│   │   │   ├── dom
│   │   │   │   ├── NodeFilter.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── domreg.py
│   │   │   │   ├── expatbuilder.py
│   │   │   │   ├── minicompat.py
│   │   │   │   ├── minidom.py
│   │   │   │   ├── pulldom.py
│   │   │   │   └── xmlbuilder.py
│   │   │   ├── etree
│   │   │   │   ├── ElementInclude.py
│   │   │   │   ├── ElementPath.py
│   │   │   │   ├── ElementTree.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── cElementTree.py
│   │   │   ├── parsers
│   │   │   │   ├── __init__.py
│   │   │   │   └── expat.py
│   │   │   └── sax
│   │   │       ├── __init__.py
│   │   │       ├── _exceptions.py
│   │   │       ├── expatreader.py
│   │   │       ├── handler.py
│   │   │       ├── saxutils.py
│   │   │       └── xmlreader.py
│   │   ├── xmlrpc
│   │   │   ├── __init__.py
│   │   │   ├── client.py
│   │   │   └── server.py
│   │   └── zipfile.py
│   ├── Mac
│   │   ├── BuildScript
│   │   │   ├── README.txt
│   │   │   ├── build-installer.py
│   │   │   ├── issue19373_tk_8_5_15_source.patch
│   │   │   ├── resources
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Welcome.rtf
│   │   │   │   ├── background.jpg
│   │   │   │   └── readme.rtf
│   │   │   ├── scripts
│   │   │   │   ├── postflight.documentation
│   │   │   │   ├── postflight.ensurepip
│   │   │   │   ├── postflight.framework
│   │   │   │   └── postflight.patch-profile
│   │   │   └── seticon.m
│   │   ├── Extras.install.py
│   │   ├── IDLE
│   │   │   └── IDLE.app
│   │   │       └── Contents
│   │   │           ├── Info.plist
│   │   │           ├── MacOS
│   │   │           │   └── IDLE
│   │   │           ├── PkgInfo
│   │   │           └── Resources
│   │   │               ├── IDLE.icns
│   │   │               ├── PythonCompiled.icns
│   │   │               ├── PythonSource.icns
│   │   │               └── idlemain.py
│   │   ├── Icons
│   │   │   ├── Disk Image.icns
│   │   │   ├── IDLE.icns
│   │   │   ├── Python Folder.icns
│   │   │   ├── PythonCompiled.icns
│   │   │   ├── PythonLauncher.icns
│   │   │   ├── PythonSource.icns
│   │   │   └── ReadMe.txt
│   │   ├── Makefile.in
│   │   ├── PythonLauncher
│   │   │   ├── 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
│   │   │   ├── FileSettings.h
│   │   │   ├── FileSettings.m
│   │   │   ├── Info.plist.in
│   │   │   ├── Makefile.in
│   │   │   ├── MyAppDelegate.h
│   │   │   ├── MyAppDelegate.m
│   │   │   ├── MyDocument.h
│   │   │   ├── MyDocument.m
│   │   │   ├── PreferencesWindowController.h
│   │   │   ├── PreferencesWindowController.m
│   │   │   ├── doscript.h
│   │   │   ├── doscript.m
│   │   │   ├── factorySettings.plist
│   │   │   └── main.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
│   │       ├── bundlebuilder.py
│   │       ├── plistlib_generate_testdata.py
│   │       └── pythonw.c
│   ├── Makefile.pre.in
│   ├── Misc
│   │   ├── ACKS
│   │   ├── HISTORY
│   │   ├── NEWS
│   │   ├── Porting
│   │   ├── README
│   │   ├── README.AIX
│   │   ├── README.coverity
│   │   ├── README.valgrind
│   │   ├── RPM
│   │   │   ├── README
│   │   │   └── python-3.4.spec
│   │   ├── SpecialBuilds.txt
│   │   ├── coverity_model.c
│   │   ├── gdbinit
│   │   ├── indent.pro
│   │   ├── python-config.in
│   │   ├── python-config.sh.in
│   │   ├── python-wing3.wpr
│   │   ├── python-wing4.wpr
│   │   ├── python-wing5.wpr
│   │   ├── python.man
│   │   ├── python.pc.in
│   │   ├── svnmap.txt
│   │   ├── valgrind-python.supp
│   │   └── vgrindefs
│   ├── Modules
│   │   ├── Setup.config.in
│   │   ├── Setup.dist
│   │   ├── _bisectmodule.c
│   │   ├── _bz2module.c
│   │   ├── _codecsmodule.c
│   │   ├── _collectionsmodule.c
│   │   ├── _cryptmodule.c
│   │   ├── _csv.c
│   │   ├── _ctypes
│   │   │   ├── _ctypes.c
│   │   │   ├── _ctypes_test.c
│   │   │   ├── _ctypes_test.h
│   │   │   ├── callbacks.c
│   │   │   ├── callproc.c
│   │   │   ├── cfield.c
│   │   │   ├── ctypes.h
│   │   │   ├── ctypes_dlfcn.h
│   │   │   ├── darwin
│   │   │   │   ├── LICENSE
│   │   │   │   ├── README
│   │   │   │   ├── README.ctypes
│   │   │   │   ├── dlfcn.h
│   │   │   │   └── dlfcn_simple.c
│   │   │   ├── libffi
│   │   │   │   ├── ChangeLog
│   │   │   │   ├── ChangeLog.libffi
│   │   │   │   ├── ChangeLog.libffi-3.1
│   │   │   │   ├── ChangeLog.libgcj
│   │   │   │   ├── ChangeLog.v1
│   │   │   │   ├── LICENSE
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── README
│   │   │   │   ├── acinclude.m4
│   │   │   │   ├── aclocal.m4
│   │   │   │   ├── 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
│   │   │   │   │   ├── Makefile.am
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   ├── ffi.h.in
│   │   │   │   │   └── ffi_common.h
│   │   │   │   ├── install-sh
│   │   │   │   ├── libffi.pc.in
│   │   │   │   ├── libffi.xcodeproj
│   │   │   │   │   └── project.pbxproj
│   │   │   │   ├── libtool-ldflags
│   │   │   │   ├── libtool-version
│   │   │   │   ├── 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
│   │   │   │   │   ├── ltoptions.m4
│   │   │   │   │   ├── ltsugar.m4
│   │   │   │   │   ├── ltversion.m4
│   │   │   │   │   └── lt~obsolete.m4
│   │   │   │   ├── man
│   │   │   │   │   ├── Makefile.am
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   ├── ffi.3
│   │   │   │   │   ├── ffi_call.3
│   │   │   │   │   ├── ffi_prep_cif.3
│   │   │   │   │   └── ffi_prep_cif_var.3
│   │   │   │   ├── mdate-sh
│   │   │   │   ├── missing
│   │   │   │   ├── msvcc.sh
│   │   │   │   ├── 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.S
│   │   │   │   │   │   ├── aix_closure.S
│   │   │   │   │   │   ├── asm.h
│   │   │   │   │   │   ├── darwin.S
│   │   │   │   │   │   ├── darwin_closure.S
│   │   │   │   │   │   ├── ffi.c
│   │   │   │   │   │   ├── ffi_darwin.c
│   │   │   │   │   │   ├── ffi_linux64.c
│   │   │   │   │   │   ├── ffi_powerpc.h
│   │   │   │   │   │   ├── ffi_sysv.c
│   │   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   │   ├── linux64.S
│   │   │   │   │   │   ├── linux64_closure.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
│   │   │   │   │   │   ├── darwin.S
│   │   │   │   │   │   ├── darwin64.S
│   │   │   │   │   │   ├── ffi.c
│   │   │   │   │   │   ├── ffi64.c
│   │   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   │   ├── freebsd.S
│   │   │   │   │   │   ├── sysv.S
│   │   │   │   │   │   ├── unix64.S
│   │   │   │   │   │   ├── win32.S
│   │   │   │   │   │   └── win64.S
│   │   │   │   │   └── xtensa
│   │   │   │   │       ├── ffi.c
│   │   │   │   │       ├── ffitarget.h
│   │   │   │   │       └── sysv.S
│   │   │   │   ├── testsuite
│   │   │   │   │   ├── Makefile.am
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   ├── 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_12byte.c
│   │   │   │   │       ├── cls_16byte.c
│   │   │   │   │       ├── cls_18byte.c
│   │   │   │   │       ├── cls_19byte.c
│   │   │   │   │       ├── cls_1_1byte.c
│   │   │   │   │       ├── cls_20byte.c
│   │   │   │   │       ├── cls_20byte1.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_64byte.c
│   │   │   │   │       ├── cls_6_1_byte.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_split.c
│   │   │   │   │       ├── cls_align_longdouble_split2.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_ulong_va.c
│   │   │   │   │       ├── cls_ulonglong.c
│   │   │   │   │       ├── cls_ushort.c
│   │   │   │   │       ├── cls_ushort_va.c
│   │   │   │   │       ├── err_bad_abi.c
│   │   │   │   │       ├── err_bad_typedef.c
│   │   │   │   │       ├── ffitest.h
│   │   │   │   │       ├── float.c
│   │   │   │   │       ├── float1.c
│   │   │   │   │       ├── float2.c
│   │   │   │   │       ├── float3.c
│   │   │   │   │       ├── float4.c
│   │   │   │   │       ├── float_va.c
│   │   │   │   │       ├── huge_struct.c
│   │   │   │   │       ├── many.c
│   │   │   │   │       ├── many2.c
│   │   │   │   │       ├── negint.c
│   │   │   │   │       ├── nested_struct.c
│   │   │   │   │       ├── nested_struct1.c
│   │   │   │   │       ├── nested_struct10.c
│   │   │   │   │       ├── nested_struct11.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
│   │   │   │   │       ├── problem1.c
│   │   │   │   │       ├── promotion.c
│   │   │   │   │       ├── pyobjc-tc.c
│   │   │   │   │       ├── return_dbl.c
│   │   │   │   │       ├── return_dbl1.c
│   │   │   │   │       ├── return_dbl2.c
│   │   │   │   │       ├── return_fl.c
│   │   │   │   │       ├── return_fl1.c
│   │   │   │   │       ├── return_fl2.c
│   │   │   │   │       ├── return_fl3.c
│   │   │   │   │       ├── return_ldl.c
│   │   │   │   │       ├── return_ll.c
│   │   │   │   │       ├── return_ll1.c
│   │   │   │   │       ├── return_sc.c
│   │   │   │   │       ├── return_sl.c
│   │   │   │   │       ├── return_uc.c
│   │   │   │   │       ├── return_ul.c
│   │   │   │   │       ├── stret_large.c
│   │   │   │   │       ├── stret_large2.c
│   │   │   │   │       ├── stret_medium.c
│   │   │   │   │       ├── stret_medium2.c
│   │   │   │   │       ├── strlen.c
│   │   │   │   │       ├── strlen2.c
│   │   │   │   │       ├── strlen3.c
│   │   │   │   │       ├── strlen4.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
│   │   │   │   └── texinfo.tex
│   │   │   ├── libffi.diff
│   │   │   ├── libffi_arm_wince
│   │   │   │   ├── debug.c
│   │   │   │   ├── ffi.c
│   │   │   │   ├── ffi.h
│   │   │   │   ├── ffi_common.h
│   │   │   │   ├── fficonfig.h
│   │   │   │   ├── ffitarget.h
│   │   │   │   ├── prep_cif.c
│   │   │   │   └── sysv.asm
│   │   │   ├── libffi_msvc
│   │   │   │   ├── LICENSE
│   │   │   │   ├── README
│   │   │   │   ├── README.ctypes
│   │   │   │   ├── ffi.c
│   │   │   │   ├── ffi.h
│   │   │   │   ├── ffi_common.h
│   │   │   │   ├── fficonfig.h
│   │   │   │   ├── ffitarget.h
│   │   │   │   ├── prep_cif.c
│   │   │   │   ├── types.c
│   │   │   │   ├── win32.c
│   │   │   │   └── win64.asm
│   │   │   ├── libffi_osx
│   │   │   │   ├── LICENSE
│   │   │   │   ├── README
│   │   │   │   ├── README.pyobjc
│   │   │   │   ├── ffi.c
│   │   │   │   ├── include
│   │   │   │   │   ├── ffi.h
│   │   │   │   │   ├── ffi_common.h
│   │   │   │   │   ├── fficonfig.h
│   │   │   │   │   ├── ffitarget.h
│   │   │   │   │   ├── ppc-ffitarget.h
│   │   │   │   │   └── x86-ffitarget.h
│   │   │   │   ├── powerpc
│   │   │   │   │   ├── ppc-darwin.S
│   │   │   │   │   ├── ppc-darwin.h
│   │   │   │   │   ├── ppc-darwin_closure.S
│   │   │   │   │   ├── ppc-ffi_darwin.c
│   │   │   │   │   └── ppc64-darwin_closure.S
│   │   │   │   ├── types.c
│   │   │   │   └── x86
│   │   │   │       ├── darwin64.S
│   │   │   │       ├── x86-darwin.S
│   │   │   │       ├── x86-ffi64.c
│   │   │   │       └── x86-ffi_darwin.c
│   │   │   ├── malloc_closure.c
│   │   │   └── stgdict.c
│   │   ├── _curses_panel.c
│   │   ├── _cursesmodule.c
│   │   ├── _datetimemodule.c
│   │   ├── _dbmmodule.c
│   │   ├── _decimal
│   │   │   ├── README.txt
│   │   │   ├── _decimal.c
│   │   │   ├── docstrings.h
│   │   │   ├── libmpdec
│   │   │   │   ├── README.txt
│   │   │   │   ├── 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
│   │   │   │   │   ├── REFERENCES.txt
│   │   │   │   │   ├── bignum.txt
│   │   │   │   │   ├── fnt.py
│   │   │   │   │   ├── matrix-transform.txt
│   │   │   │   │   ├── mulmod-64.txt
│   │   │   │   │   ├── mulmod-ppro.txt
│   │   │   │   │   ├── six-step.txt
│   │   │   │   │   └── umodarith.lisp
│   │   │   │   ├── memory.c
│   │   │   │   ├── memory.h
│   │   │   │   ├── mpdecimal.c
│   │   │   │   ├── mpdecimal.h
│   │   │   │   ├── numbertheory.c
│   │   │   │   ├── numbertheory.h
│   │   │   │   ├── sixstep.c
│   │   │   │   ├── sixstep.h
│   │   │   │   ├── transpose.c
│   │   │   │   ├── transpose.h
│   │   │   │   ├── typearith.h
│   │   │   │   ├── umodarith.h
│   │   │   │   ├── vccompat.h
│   │   │   │   ├── vcdiv64.asm
│   │   │   │   └── vcstdint.h
│   │   │   └── tests
│   │   │       ├── README.txt
│   │   │       ├── bench.py
│   │   │       ├── bignum.py
│   │   │       ├── deccheck.py
│   │   │       ├── formathelper.py
│   │   │       ├── randdec.py
│   │   │       ├── randfloat.py
│   │   │       ├── runall-memorydebugger.sh
│   │   │       └── runall.bat
│   │   ├── _elementtree.c
│   │   ├── _freeze_importlib.c
│   │   ├── _functoolsmodule.c
│   │   ├── _gdbmmodule.c
│   │   ├── _hashopenssl.c
│   │   ├── _heapqmodule.c
│   │   ├── _io
│   │   │   ├── _iomodule.c
│   │   │   ├── _iomodule.h
│   │   │   ├── bufferedio.c
│   │   │   ├── bytesio.c
│   │   │   ├── fileio.c
│   │   │   ├── iobase.c
│   │   │   ├── stringio.c
│   │   │   └── textio.c
│   │   ├── _json.c
│   │   ├── _localemodule.c
│   │   ├── _lsprof.c
│   │   ├── _lzmamodule.c
│   │   ├── _math.c
│   │   ├── _math.h
│   │   ├── _multiprocessing
│   │   │   ├── multiprocessing.c
│   │   │   ├── multiprocessing.h
│   │   │   └── semaphore.c
│   │   ├── _opcode.c
│   │   ├── _operator.c
│   │   ├── _pickle.c
│   │   ├── _posixsubprocess.c
│   │   ├── _randommodule.c
│   │   ├── _scproxy.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
│   │   ├── _ssl.c
│   │   ├── _ssl_data.h
│   │   ├── _stat.c
│   │   ├── _struct.c
│   │   ├── _testbuffer.c
│   │   ├── _testcapimodule.c
│   │   ├── _testembed.c
│   │   ├── _testimportmultiple.c
│   │   ├── _threadmodule.c
│   │   ├── _tkinter.c
│   │   ├── _tracemalloc.c
│   │   ├── _weakref.c
│   │   ├── _winapi.c
│   │   ├── addrinfo.h
│   │   ├── ar_beos
│   │   ├── arraymodule.c
│   │   ├── atexitmodule.c
│   │   ├── audioop.c
│   │   ├── binascii.c
│   │   ├── cjkcodecs
│   │   │   ├── README
│   │   │   ├── _codecs_cn.c
│   │   │   ├── _codecs_hk.c
│   │   │   ├── _codecs_iso2022.c
│   │   │   ├── _codecs_jp.c
│   │   │   ├── _codecs_kr.c
│   │   │   ├── _codecs_tw.c
│   │   │   ├── alg_jisx0201.h
│   │   │   ├── cjkcodecs.h
│   │   │   ├── 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
│   │   ├── clinic
│   │   │   ├── _bz2module.c.h
│   │   │   ├── _lzmamodule.c.h
│   │   │   ├── _pickle.c.h
│   │   │   ├── audioop.c.h
│   │   │   ├── binascii.c.h
│   │   │   └── zlibmodule.c.h
│   │   ├── cmathmodule.c
│   │   ├── config.c.in
│   │   ├── errnomodule.c
│   │   ├── expat
│   │   │   ├── COPYING
│   │   │   ├── amigaconfig.h
│   │   │   ├── ascii.h
│   │   │   ├── asciitab.h
│   │   │   ├── expat.h
│   │   │   ├── expat_config.h
│   │   │   ├── expat_external.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
│   │   ├── gc_weakref.txt
│   │   ├── gcmodule.c
│   │   ├── getaddrinfo.c
│   │   ├── getbuildinfo.c
│   │   ├── getnameinfo.c
│   │   ├── getpath.c
│   │   ├── grpmodule.c
│   │   ├── hashlib.h
│   │   ├── hashtable.c
│   │   ├── hashtable.h
│   │   ├── itertoolsmodule.c
│   │   ├── ld_so_aix.in
│   │   ├── ld_so_beos
│   │   ├── main.c
│   │   ├── makesetup
│   │   ├── makexp_aix
│   │   ├── mathmodule.c
│   │   ├── md5module.c
│   │   ├── mmapmodule.c
│   │   ├── nismodule.c
│   │   ├── ossaudiodev.c
│   │   ├── overlapped.c
│   │   ├── parsermodule.c
│   │   ├── posixmodule.c
│   │   ├── posixmodule.h
│   │   ├── pwdmodule.c
│   │   ├── pyexpat.c
│   │   ├── python.c
│   │   ├── readline.c
│   │   ├── resource.c
│   │   ├── rotatingtree.c
│   │   ├── rotatingtree.h
│   │   ├── selectmodule.c
│   │   ├── sha1module.c
│   │   ├── sha256module.c
│   │   ├── sha512module.c
│   │   ├── signalmodule.c
│   │   ├── socketmodule.c
│   │   ├── socketmodule.h
│   │   ├── spwdmodule.c
│   │   ├── sre.h
│   │   ├── sre_constants.h
│   │   ├── sre_lib.h
│   │   ├── symtablemodule.c
│   │   ├── syslogmodule.c
│   │   ├── termios.c
│   │   ├── testcapi_long.h
│   │   ├── timemodule.c
│   │   ├── tkappinit.c
│   │   ├── tkinter.h
│   │   ├── unicodedata.c
│   │   ├── unicodedata_db.h
│   │   ├── unicodename_db.h
│   │   ├── xxlimited.c
│   │   ├── xxmodule.c
│   │   ├── xxsubtype.c
│   │   ├── zipimport.c
│   │   ├── zlib
│   │   │   ├── ChangeLog
│   │   │   ├── FAQ
│   │   │   ├── INDEX
│   │   │   ├── Makefile
│   │   │   ├── Makefile.in
│   │   │   ├── README
│   │   │   ├── adler32.c
│   │   │   ├── algorithm.txt
│   │   │   ├── compress.c
│   │   │   ├── configure
│   │   │   ├── crc32.c
│   │   │   ├── crc32.h
│   │   │   ├── deflate.c
│   │   │   ├── deflate.h
│   │   │   ├── example.c
│   │   │   ├── gzclose.c
│   │   │   ├── gzguts.h
│   │   │   ├── gzlib.c
│   │   │   ├── gzread.c
│   │   │   ├── gzwrite.c
│   │   │   ├── infback.c
│   │   │   ├── inffast.c
│   │   │   ├── inffast.h
│   │   │   ├── inffixed.h
│   │   │   ├── inflate.c
│   │   │   ├── inflate.h
│   │   │   ├── inftrees.c
│   │   │   ├── inftrees.h
│   │   │   ├── make_vms.com
│   │   │   ├── minigzip.c
│   │   │   ├── 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
│   │   ├── codeobject.c
│   │   ├── complexobject.c
│   │   ├── descrobject.c
│   │   ├── 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
│   │   ├── rangeobject.c
│   │   ├── setobject.c
│   │   ├── sliceobject.c
│   │   ├── stringlib
│   │   │   ├── README.txt
│   │   │   ├── asciilib.h
│   │   │   ├── codecs.h
│   │   │   ├── count.h
│   │   │   ├── ctype.h
│   │   │   ├── eq.h
│   │   │   ├── fastsearch.h
│   │   │   ├── find.h
│   │   │   ├── find_max_char.h
│   │   │   ├── join.h
│   │   │   ├── localeutil.h
│   │   │   ├── partition.h
│   │   │   ├── replace.h
│   │   │   ├── split.h
│   │   │   ├── stringdefs.h
│   │   │   ├── transmogrify.h
│   │   │   ├── ucs1lib.h
│   │   │   ├── ucs2lib.h
│   │   │   ├── ucs4lib.h
│   │   │   ├── undef.h
│   │   │   ├── unicode_format.h
│   │   │   └── unicodedefs.h
│   │   ├── structseq.c
│   │   ├── tupleobject.c
│   │   ├── typeobject.c
│   │   ├── typeslots.inc
│   │   ├── typeslots.py
│   │   ├── unicodectype.c
│   │   ├── unicodeobject.c
│   │   ├── unicodetype_db.h
│   │   └── weakrefobject.c
│   ├── PC
│   │   ├── VS9.0
│   │   │   ├── _bz2.vcproj
│   │   │   ├── _ctypes.vcproj
│   │   │   ├── _ctypes_test.vcproj
│   │   │   ├── _decimal.vcproj
│   │   │   ├── _elementtree.vcproj
│   │   │   ├── _hashlib.vcproj
│   │   │   ├── _lzma.vcproj
│   │   │   ├── _msi.vcproj
│   │   │   ├── _multiprocessing.vcproj
│   │   │   ├── _socket.vcproj
│   │   │   ├── _sqlite3.vcproj
│   │   │   ├── _ssl.vcproj
│   │   │   ├── _testbuffer.vcproj
│   │   │   ├── _testcapi.vcproj
│   │   │   ├── _testimportmultiple.vcproj
│   │   │   ├── _tkinter.vcproj
│   │   │   ├── bdist_wininst.vcproj
│   │   │   ├── debug.vsprops
│   │   │   ├── kill_python.c
│   │   │   ├── kill_python.vcproj
│   │   │   ├── make_buildinfo.c
│   │   │   ├── make_buildinfo.vcproj
│   │   │   ├── make_versioninfo.vcproj
│   │   │   ├── pcbuild.sln
│   │   │   ├── pginstrument.vsprops
│   │   │   ├── pgupdate.vsprops
│   │   │   ├── pyd.vsprops
│   │   │   ├── pyd_d.vsprops
│   │   │   ├── pyexpat.vcproj
│   │   │   ├── pyproject.vsprops
│   │   │   ├── python.vcproj
│   │   │   ├── python3dll.vcproj
│   │   │   ├── pythoncore.vcproj
│   │   │   ├── pythonw.vcproj
│   │   │   ├── release.vsprops
│   │   │   ├── select.vcproj
│   │   │   ├── sqlite3.vcproj
│   │   │   ├── sqlite3.vsprops
│   │   │   ├── ssl.vcproj
│   │   │   ├── unicodedata.vcproj
│   │   │   ├── winsound.vcproj
│   │   │   ├── x64.vsprops
│   │   │   └── xxlimited.vcproj
│   │   ├── WinMain.c
│   │   ├── _msi.c
│   │   ├── bdist_wininst
│   │   │   ├── PythonPowered.bmp
│   │   │   ├── README.txt
│   │   │   ├── archive.h
│   │   │   ├── extract.c
│   │   │   ├── install.c
│   │   │   ├── install.rc
│   │   │   ├── resource.h
│   │   │   ├── wininst-7.1.sln
│   │   │   ├── wininst-7.1.vcproj
│   │   │   ├── wininst-8.sln
│   │   │   ├── wininst-8.vcproj
│   │   │   ├── wininst.dsp
│   │   │   └── wininst.dsw
│   │   ├── config.c
│   │   ├── dl_nt.c
│   │   ├── dllbase_nt.txt
│   │   ├── empty.c
│   │   ├── errmap.h
│   │   ├── errmap.mak
│   │   ├── example_nt
│   │   │   ├── example.c
│   │   │   ├── example.sln
│   │   │   ├── example.vcproj
│   │   │   ├── readme.txt
│   │   │   └── setup.py
│   │   ├── frozen_dllmain.c
│   │   ├── generrmap.c
│   │   ├── getpathp.c
│   │   ├── icons
│   │   │   ├── baselogo.svg
│   │   │   └── source.xar
│   │   ├── icons.mak
│   │   ├── icons.rc
│   │   ├── launcher.c
│   │   ├── launcher.ico
│   │   ├── make_versioninfo.c
│   │   ├── msvcrtmodule.c
│   │   ├── py.ico
│   │   ├── pyc.ico
│   │   ├── pycon.ico
│   │   ├── pyconfig.h
│   │   ├── pylauncher.rc
│   │   ├── python3.def
│   │   ├── python3.mak
│   │   ├── python34gen.py
│   │   ├── python34stub.def
│   │   ├── python3dll.c
│   │   ├── python_exe.rc
│   │   ├── python_nt.rc
│   │   ├── readme.txt
│   │   ├── testpy.py
│   │   ├── winreg.c
│   │   └── winsound.c
│   ├── PCbuild
│   │   ├── _bz2.vcxproj
│   │   ├── _bz2.vcxproj.filters
│   │   ├── _ctypes.vcxproj
│   │   ├── _ctypes.vcxproj.filters
│   │   ├── _ctypes_test.vcxproj
│   │   ├── _ctypes_test.vcxproj.filters
│   │   ├── _decimal.vcxproj
│   │   ├── _decimal.vcxproj.filters
│   │   ├── _elementtree.vcxproj
│   │   ├── _elementtree.vcxproj.filters
│   │   ├── _freeze_importlib.vcxproj
│   │   ├── _freeze_importlib.vcxproj.filters
│   │   ├── _hashlib.vcxproj
│   │   ├── _hashlib.vcxproj.filters
│   │   ├── _lzma.vcxproj
│   │   ├── _lzma.vcxproj.filters
│   │   ├── _msi.vcxproj
│   │   ├── _msi.vcxproj.filters
│   │   ├── _multiprocessing.vcxproj
│   │   ├── _multiprocessing.vcxproj.filters
│   │   ├── _overlapped.vcxproj
│   │   ├── _overlapped.vcxproj.filters
│   │   ├── _socket.vcxproj
│   │   ├── _socket.vcxproj.filters
│   │   ├── _sqlite3.vcxproj
│   │   ├── _sqlite3.vcxproj.filters
│   │   ├── _ssl.vcxproj
│   │   ├── _ssl.vcxproj.filters
│   │   ├── _testbuffer.vcxproj
│   │   ├── _testbuffer.vcxproj.filters
│   │   ├── _testcapi.vcxproj
│   │   ├── _testcapi.vcxproj.filters
│   │   ├── _testembed.vcxproj
│   │   ├── _testembed.vcxproj.filters
│   │   ├── _testimportmultiple.vcxproj
│   │   ├── _testimportmultiple.vcxproj.filters
│   │   ├── _tkinter.vcxproj
│   │   ├── _tkinter.vcxproj.filters
│   │   ├── bdist_wininst.vcxproj
│   │   ├── bdist_wininst.vcxproj.filters
│   │   ├── build.bat
│   │   ├── build_env.bat
│   │   ├── build_pgo.bat
│   │   ├── build_ssl.bat
│   │   ├── build_ssl.py
│   │   ├── build_tkinter.py
│   │   ├── debug.props
│   │   ├── env.bat
│   │   ├── field3.py
│   │   ├── idle.bat
│   │   ├── installer.bmp
│   │   ├── kill_python.c
│   │   ├── kill_python.vcxproj
│   │   ├── kill_python.vcxproj.filters
│   │   ├── make_buildinfo.c
│   │   ├── make_buildinfo.vcxproj
│   │   ├── make_buildinfo.vcxproj.filters
│   │   ├── make_versioninfo.vcxproj
│   │   ├── make_versioninfo.vcxproj.filters
│   │   ├── pcbuild.sln
│   │   ├── pginstrument.props
│   │   ├── pgupdate.props
│   │   ├── pyd.props
│   │   ├── pyd_d.props
│   │   ├── pyexpat.vcxproj
│   │   ├── pyexpat.vcxproj.filters
│   │   ├── pylauncher.vcxproj
│   │   ├── pylauncher.vcxproj.filters
│   │   ├── pyproject.props
│   │   ├── python.vcxproj
│   │   ├── python.vcxproj.filters
│   │   ├── python3dll.vcxproj
│   │   ├── python3dll.vcxproj.filters
│   │   ├── pythoncore.vcxproj
│   │   ├── pythoncore.vcxproj.filters
│   │   ├── pythonw.vcxproj
│   │   ├── pythonw.vcxproj.filters
│   │   ├── pywlauncher.vcxproj
│   │   ├── pywlauncher.vcxproj.filters
│   │   ├── readme.txt
│   │   ├── release.props
│   │   ├── rmpyc.py
│   │   ├── rt.bat
│   │   ├── select.vcxproj
│   │   ├── select.vcxproj.filters
│   │   ├── sqlite3.props
│   │   ├── sqlite3.vcxproj
│   │   ├── sqlite3.vcxproj.filters
│   │   ├── ssl.vcxproj
│   │   ├── unicodedata.vcxproj
│   │   ├── unicodedata.vcxproj.filters
│   │   ├── vs9to10.py
│   │   ├── vs9to8.py
│   │   ├── winsound.vcxproj
│   │   ├── winsound.vcxproj.filters
│   │   ├── x64.props
│   │   ├── xxlimited.vcxproj
│   │   └── xxlimited.vcxproj.filters
│   ├── Parser
│   │   ├── Python.asdl
│   │   ├── acceler.c
│   │   ├── asdl.py
│   │   ├── asdl_c.py
│   │   ├── bitset.c
│   │   ├── firstsets.c
│   │   ├── grammar.c
│   │   ├── grammar1.c
│   │   ├── listnode.c
│   │   ├── metagrammar.c
│   │   ├── myreadline.c
│   │   ├── node.c
│   │   ├── parser.c
│   │   ├── parser.h
│   │   ├── parsetok.c
│   │   ├── parsetok_pgen.c
│   │   ├── pgen.c
│   │   ├── pgenmain.c
│   │   ├── printgrammar.c
│   │   ├── spark.py
│   │   ├── tokenizer.c
│   │   ├── tokenizer.h
│   │   └── tokenizer_pgen.c
│   ├── Python
│   │   ├── Python-ast.c
│   │   ├── _warnings.c
│   │   ├── asdl.c
│   │   ├── ast.c
│   │   ├── bltinmodule.c
│   │   ├── ceval.c
│   │   ├── ceval_gil.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.h
│   │   ├── makeopcodetargets.py
│   │   ├── marshal.c
│   │   ├── modsupport.c
│   │   ├── mysnprintf.c
│   │   ├── mystrtoul.c
│   │   ├── opcode_targets.h
│   │   ├── peephole.c
│   │   ├── pyarena.c
│   │   ├── pyctype.c
│   │   ├── pyfpe.c
│   │   ├── pyhash.c
│   │   ├── pymath.c
│   │   ├── pystate.c
│   │   ├── pystrcmp.c
│   │   ├── pystrtod.c
│   │   ├── pythonrun.c
│   │   ├── pytime.c
│   │   ├── random.c
│   │   ├── sigcheck.c
│   │   ├── strdup.c
│   │   ├── structmember.c
│   │   ├── symtable.c
│   │   ├── sysmodule.c
│   │   ├── thread.c
│   │   ├── thread_foobar.h
│   │   ├── thread_nt.h
│   │   ├── thread_pthread.h
│   │   └── traceback.c
│   ├── README
│   ├── Tools
│   │   ├── README
│   │   ├── buildbot
│   │   │   ├── README.tcltk-AMD64
│   │   │   ├── build-amd64.bat
│   │   │   ├── build.bat
│   │   │   ├── buildmsi.bat
│   │   │   ├── clean-amd64.bat
│   │   │   ├── clean.bat
│   │   │   ├── external-amd64.bat
│   │   │   ├── external-common.bat
│   │   │   ├── external.bat
│   │   │   ├── test-amd64.bat
│   │   │   └── test.bat
│   │   ├── ccbench
│   │   │   └── ccbench.py
│   │   ├── clinic
│   │   │   ├── clinic.py
│   │   │   ├── clinic_test.py
│   │   │   └── cpp.py
│   │   ├── demo
│   │   │   ├── README
│   │   │   ├── beer.py
│   │   │   ├── eiffel.py
│   │   │   ├── hanoi.py
│   │   │   ├── life.py
│   │   │   ├── markov.py
│   │   │   ├── mcast.py
│   │   │   ├── queens.py
│   │   │   ├── redemo.py
│   │   │   ├── rpython.py
│   │   │   ├── rpythond.py
│   │   │   ├── sortvisu.py
│   │   │   ├── ss1.py
│   │   │   └── vector.py
│   │   ├── freeze
│   │   │   ├── README
│   │   │   ├── bkfile.py
│   │   │   ├── checkextensions.py
│   │   │   ├── checkextensions_win32.py
│   │   │   ├── extensions_win32.ini
│   │   │   ├── flag.py
│   │   │   ├── freeze.py
│   │   │   ├── hello.py
│   │   │   ├── makeconfig.py
│   │   │   ├── makefreeze.py
│   │   │   ├── makemakefile.py
│   │   │   ├── parsesetup.py
│   │   │   ├── test
│   │   │   │   ├── Makefile
│   │   │   │   └── ok.py
│   │   │   ├── win32.html
│   │   │   └── winmakemakefile.py
│   │   ├── gdb
│   │   │   └── libpython.py
│   │   ├── hg
│   │   │   └── hgtouch.py
│   │   ├── i18n
│   │   │   ├── makelocalealias.py
│   │   │   ├── msgfmt.py
│   │   │   └── pygettext.py
│   │   ├── importbench
│   │   │   ├── README
│   │   │   └── importbench.py
│   │   ├── iobench
│   │   │   └── iobench.py
│   │   ├── msi
│   │   │   ├── README.txt
│   │   │   ├── crtlicense.txt
│   │   │   ├── msi.py
│   │   │   ├── msilib.py
│   │   │   ├── msisupport.c
│   │   │   ├── msisupport.mak
│   │   │   ├── schema.py
│   │   │   ├── sequence.py
│   │   │   └── uisample.py
│   │   ├── parser
│   │   │   └── unparse.py
│   │   ├── pybench
│   │   │   ├── Arithmetic.py
│   │   │   ├── Calls.py
│   │   │   ├── CommandLine.py
│   │   │   ├── Constructs.py
│   │   │   ├── Dict.py
│   │   │   ├── Exceptions.py
│   │   │   ├── Imports.py
│   │   │   ├── Instances.py
│   │   │   ├── LICENSE
│   │   │   ├── Lists.py
│   │   │   ├── Lookups.py
│   │   │   ├── NewInstances.py
│   │   │   ├── Numbers.py
│   │   │   ├── README
│   │   │   ├── Setup.py
│   │   │   ├── Strings.py
│   │   │   ├── Tuples.py
│   │   │   ├── Unicode.py
│   │   │   ├── With.py
│   │   │   ├── clockres.py
│   │   │   ├── package
│   │   │   │   ├── __init__.py
│   │   │   │   └── submodule.py
│   │   │   ├── pybench.py
│   │   │   └── systimes.py
│   │   ├── pynche
│   │   │   ├── ChipViewer.py
│   │   │   ├── ColorDB.py
│   │   │   ├── DetailsViewer.py
│   │   │   ├── ListViewer.py
│   │   │   ├── Main.py
│   │   │   ├── PyncheWidget.py
│   │   │   ├── README
│   │   │   ├── StripViewer.py
│   │   │   ├── Switchboard.py
│   │   │   ├── TextViewer.py
│   │   │   ├── TypeinViewer.py
│   │   │   ├── X
│   │   │   │   ├── rgb.txt
│   │   │   │   └── xlicense.txt
│   │   │   ├── __init__.py
│   │   │   ├── html40colors.txt
│   │   │   ├── namedcolors.txt
│   │   │   ├── pyColorChooser.py
│   │   │   ├── pynche
│   │   │   ├── pynche.pyw
│   │   │   ├── webcolors.txt
│   │   │   └── websafe.txt
│   │   ├── scripts
│   │   │   ├── 2to3
│   │   │   ├── README
│   │   │   ├── 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
│   │   │   ├── find-uname.py
│   │   │   ├── find_recursionlimit.py
│   │   │   ├── finddiv.py
│   │   │   ├── findlinksto.py
│   │   │   ├── findnocoding.py
│   │   │   ├── fixcid.py
│   │   │   ├── fixdiv.py
│   │   │   ├── fixheader.py
│   │   │   ├── fixnotice.py
│   │   │   ├── fixps.py
│   │   │   ├── ftpmirror.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
│   │   │   ├── parse_html5_entities.py
│   │   │   ├── parseentities.py
│   │   │   ├── patchcheck.py
│   │   │   ├── pathfix.py
│   │   │   ├── pdeps.py
│   │   │   ├── pickle2db.py
│   │   │   ├── pindent.py
│   │   │   ├── ptags.py
│   │   │   ├── pydoc3
│   │   │   ├── pysource.py
│   │   │   ├── pyvenv
│   │   │   ├── reindent-rst.py
│   │   │   ├── reindent.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
│   │   │   └── test_multiple_versions.py
│   │   ├── stringbench
│   │   │   ├── README
│   │   │   └── stringbench.py
│   │   ├── test2to3
│   │   │   ├── README
│   │   │   ├── maintest.py
│   │   │   ├── setup.py
│   │   │   ├── test
│   │   │   │   ├── runtests.py
│   │   │   │   └── test_foo.py
│   │   │   └── test2to3
│   │   │       ├── __init__.py
│   │   │       └── hello.py
│   │   ├── unicode
│   │   │   ├── Makefile
│   │   │   ├── comparecodecs.py
│   │   │   ├── gencjkcodecs.py
│   │   │   ├── gencodec.py
│   │   │   ├── genwincodec.py
│   │   │   ├── genwincodecs.bat
│   │   │   ├── listcodecs.py
│   │   │   ├── makeunicodedata.py
│   │   │   ├── mkstringprep.py
│   │   │   └── python-mappings
│   │   │       ├── CP1140.TXT
│   │   │       ├── CP273.TXT
│   │   │       ├── KOI8-U.TXT
│   │   │       └── TIS-620.TXT
│   │   └── unittestgui
│   │       ├── README.txt
│   │       └── unittestgui.py
│   ├── config.guess
│   ├── config.sub
│   ├── configure
│   ├── configure.ac
│   ├── install-sh
│   ├── pyconfig.h.in
│   └── setup.py
└── 好例子网_Python-3.4.2.tgz

262 directories, 3854 files


实例下载地址

python3.4.2 Linux安装程序

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警