在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python 3.6.4版本源码

Python 3.6.4版本源码

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:16.21M
  • 下载次数:6
  • 浏览次数:50
  • 发布时间:2022-04-09
  • 实例类别:Python语言基础
  • 发 布 人:hhtjzzz
  • 文件格式:.xz
  • 所需积分:2

实例介绍

【实例简介】Python 3.6.4版本源码

【实例截图】

from clipboard

【核心代码】

.
├── Python-3.6.4
│   ├── Doc
│   │   ├── Makefile
│   │   ├── README.rst
│   │   ├── 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
│   │   │   ├── coro.rst
│   │   │   ├── datetime.rst
│   │   │   ├── descriptor.rst
│   │   │   ├── dict.rst
│   │   │   ├── exceptions.rst
│   │   │   ├── file.rst
│   │   │   ├── float.rst
│   │   │   ├── function.rst
│   │   │   ├── gcsupport.rst
│   │   │   ├── gen.rst
│   │   │   ├── import.rst
│   │   │   ├── index.rst
│   │   │   ├── init.rst
│   │   │   ├── intro.rst
│   │   │   ├── 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
│   │   ├── docutils.conf
│   │   ├── extending
│   │   │   ├── building.rst
│   │   │   ├── embedding.rst
│   │   │   ├── extending.rst
│   │   │   ├── index.rst
│   │   │   ├── newtypes.rst
│   │   │   └── windows.rst
│   │   ├── faq
│   │   │   ├── design.rst
│   │   │   ├── extending.rst
│   │   │   ├── general.rst
│   │   │   ├── gui.rst
│   │   │   ├── index.rst
│   │   │   ├── installed.rst
│   │   │   ├── library.rst
│   │   │   ├── programming.rst
│   │   │   ├── python-video-icon.png
│   │   │   └── windows.rst
│   │   ├── glossary.rst
│   │   ├── howto
│   │   │   ├── argparse.rst
│   │   │   ├── clinic.rst
│   │   │   ├── cporting.rst
│   │   │   ├── curses.rst
│   │   │   ├── descriptor.rst
│   │   │   ├── functional.rst
│   │   │   ├── index.rst
│   │   │   ├── instrumentation.rst
│   │   │   ├── ipaddress.rst
│   │   │   ├── logging-cookbook.rst
│   │   │   ├── logging.rst
│   │   │   ├── logging_flow.png
│   │   │   ├── pyporting.rst
│   │   │   ├── regex.rst
│   │   │   ├── sockets.rst
│   │   │   ├── sorting.rst
│   │   │   ├── unicode.rst
│   │   │   └── urllib2.rst
│   │   ├── includes
│   │   │   ├── capsulethunk.h
│   │   │   ├── dbpickle.py
│   │   │   ├── email-alternative.py
│   │   │   ├── email-dir.py
│   │   │   ├── email-headers.py
│   │   │   ├── email-mime.py
│   │   │   ├── email-read-alternative.py
│   │   │   ├── email-simple.py
│   │   │   ├── email-unpack.py
│   │   │   ├── minidom-example.py
│   │   │   ├── mp_newtype.py
│   │   │   ├── mp_pool.py
│   │   │   ├── mp_workers.py
│   │   │   ├── noddy.c
│   │   │   ├── noddy2.c
│   │   │   ├── noddy3.c
│   │   │   ├── noddy4.c
│   │   │   ├── run-func.c
│   │   │   ├── setup.py
│   │   │   ├── shoddy.c
│   │   │   ├── sqlite3
│   │   │   ├── 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-queue.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.charset.rst
│   │   │   ├── email.compat32-message.rst
│   │   │   ├── email.contentmanager.rst
│   │   │   ├── email.encoders.rst
│   │   │   ├── email.errors.rst
│   │   │   ├── email.examples.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-blake2-tree.png
│   │   │   ├── hashlib.rst
│   │   │   ├── heapq.rst
│   │   │   ├── hmac.rst
│   │   │   ├── html.entities.rst
│   │   │   ├── html.parser.rst
│   │   │   ├── html.rst
│   │   │   ├── http.client.rst
│   │   │   ├── http.cookiejar.rst
│   │   │   ├── http.cookies.rst
│   │   │   ├── http.rst
│   │   │   ├── http.server.rst
│   │   │   ├── i18n.rst
│   │   │   ├── idle.rst
│   │   │   ├── imaplib.rst
│   │   │   ├── imghdr.rst
│   │   │   ├── 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
│   │   │   ├── secrets.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
│   │   │   ├── superseded.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
│   │   │   ├── typing.rst
│   │   │   ├── undoc.rst
│   │   │   ├── unicodedata.rst
│   │   │   ├── unittest.mock-examples.rst
│   │   │   ├── unittest.mock.rst
│   │   │   ├── unittest.rst
│   │   │   ├── unix.rst
│   │   │   ├── urllib.error.rst
│   │   │   ├── urllib.parse.rst
│   │   │   ├── urllib.request.rst
│   │   │   ├── urllib.robotparser.rst
│   │   │   ├── urllib.rst
│   │   │   ├── 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
│   │   │   ├── zipapp.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
│   │   │   ├── extensions
│   │   │   ├── pydoctheme
│   │   │   ├── rstlint.py
│   │   │   ├── static
│   │   │   ├── susp-ignored.csv
│   │   │   └── templates
│   │   ├── 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
│   │   │   ├── venv.rst
│   │   │   └── whatnow.rst
│   │   ├── using
│   │   │   ├── cmdline.rst
│   │   │   ├── index.rst
│   │   │   ├── mac.rst
│   │   │   ├── unix.rst
│   │   │   ├── venv-create.inc
│   │   │   ├── win_installer.png
│   │   │   └── 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
│   │       ├── 3.5.rst
│   │       ├── 3.6.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
│   │   ├── odictobject.h
│   │   ├── opcode.h
│   │   ├── osdefs.h
│   │   ├── osmodule.h
│   │   ├── parsetok.h
│   │   ├── patchlevel.h
│   │   ├── pgen.h
│   │   ├── pgenheaders.h
│   │   ├── py_curses.h
│   │   ├── pyarena.h
│   │   ├── pyatomic.h
│   │   ├── pycapsule.h
│   │   ├── pyctype.h
│   │   ├── pydebug.h
│   │   ├── pydtrace.d
│   │   ├── pydtrace.h
│   │   ├── pyerrors.h
│   │   ├── pyexpat.h
│   │   ├── pyfpe.h
│   │   ├── pygetopt.h
│   │   ├── pyhash.h
│   │   ├── pylifecycle.h
│   │   ├── pymacconfig.h
│   │   ├── pymacro.h
│   │   ├── pymath.h
│   │   ├── pymem.h
│   │   ├── pyport.h
│   │   ├── pystate.h
│   │   ├── pystrcmp.h
│   │   ├── pystrhex.h
│   │   ├── pystrtod.h
│   │   ├── 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
│   │   ├── _compression.py
│   │   ├── _dummy_thread.py
│   │   ├── _markupbase.py
│   │   ├── _osx_support.py
│   │   ├── _pydecimal.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_futures.py
│   │   │   ├── base_subprocess.py
│   │   │   ├── base_tasks.py
│   │   │   ├── compat.py
│   │   │   ├── constants.py
│   │   │   ├── coroutines.py
│   │   │   ├── events.py
│   │   │   ├── futures.py
│   │   │   ├── locks.py
│   │   │   ├── log.py
│   │   │   ├── proactor_events.py
│   │   │   ├── protocols.py
│   │   │   ├── queues.py
│   │   │   ├── selector_events.py
│   │   │   ├── sslproto.py
│   │   │   ├── streams.py
│   │   │   ├── subprocess.py
│   │   │   ├── tasks.py
│   │   │   ├── test_utils.py
│   │   │   ├── transports.py
│   │   │   ├── unix_events.py
│   │   │   ├── windows_events.py
│   │   │   └── windows_utils.py
│   │   ├── asyncore.py
│   │   ├── base64.py
│   │   ├── bdb.py
│   │   ├── binhex.py
│   │   ├── bisect.py
│   │   ├── bz2.py
│   │   ├── cProfile.py
│   │   ├── calendar.py
│   │   ├── cgi.py
│   │   ├── cgitb.py
│   │   ├── chunk.py
│   │   ├── cmd.py
│   │   ├── code.py
│   │   ├── codecs.py
│   │   ├── codeop.py
│   │   ├── collections
│   │   │   ├── __init__.py
│   │   │   └── abc.py
│   │   ├── colorsys.py
│   │   ├── compileall.py
│   │   ├── concurrent
│   │   │   ├── __init__.py
│   │   │   └── futures
│   │   ├── configparser.py
│   │   ├── contextlib.py
│   │   ├── copy.py
│   │   ├── copyreg.py
│   │   ├── crypt.py
│   │   ├── csv.py
│   │   ├── ctypes
│   │   │   ├── __init__.py
│   │   │   ├── _endian.py
│   │   │   ├── macholib
│   │   │   ├── test
│   │   │   ├── 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
│   │   │   ├── _msvccompiler.py
│   │   │   ├── archive_util.py
│   │   │   ├── bcppcompiler.py
│   │   │   ├── ccompiler.py
│   │   │   ├── cmd.py
│   │   │   ├── command
│   │   │   ├── 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
│   │   │   ├── 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
│   │   │   ├── 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_t.py
│   │   │   ├── koi8_u.py
│   │   │   ├── kz1048.py
│   │   │   ├── latin_1.py
│   │   │   ├── mac_arabic.py
│   │   │   ├── mac_centeuro.py
│   │   │   ├── mac_croatian.py
│   │   │   ├── mac_cyrillic.py
│   │   │   ├── mac_farsi.py
│   │   │   ├── mac_greek.py
│   │   │   ├── mac_iceland.py
│   │   │   ├── mac_latin2.py
│   │   │   ├── mac_roman.py
│   │   │   ├── mac_romanian.py
│   │   │   ├── mac_turkish.py
│   │   │   ├── mbcs.py
│   │   │   ├── oem.py
│   │   │   ├── palmos.py
│   │   │   ├── ptcp154.py
│   │   │   ├── punycode.py
│   │   │   ├── quopri_codec.py
│   │   │   ├── raw_unicode_escape.py
│   │   │   ├── rot_13.py
│   │   │   ├── shift_jis.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
│   │   │   └── _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
│   │   │   ├── CREDITS.txt
│   │   │   ├── ChangeLog
│   │   │   ├── HISTORY.txt
│   │   │   ├── Icons
│   │   │   ├── NEWS.txt
│   │   │   ├── NEWS2x.txt
│   │   │   ├── README.txt
│   │   │   ├── TODO.txt
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── _pyclbr.py
│   │   │   ├── autocomplete.py
│   │   │   ├── autocomplete_w.py
│   │   │   ├── autoexpand.py
│   │   │   ├── browser.py
│   │   │   ├── calltip_w.py
│   │   │   ├── calltips.py
│   │   │   ├── codecontext.py
│   │   │   ├── colorizer.py
│   │   │   ├── config-extensions.def
│   │   │   ├── config-highlight.def
│   │   │   ├── config-keys.def
│   │   │   ├── config-main.def
│   │   │   ├── config.py
│   │   │   ├── config_key.py
│   │   │   ├── configdialog.py
│   │   │   ├── debugger.py
│   │   │   ├── debugger_r.py
│   │   │   ├── debugobj.py
│   │   │   ├── debugobj_r.py
│   │   │   ├── delegator.py
│   │   │   ├── dynoption.py
│   │   │   ├── editor.py
│   │   │   ├── extend.txt
│   │   │   ├── filelist.py
│   │   │   ├── grep.py
│   │   │   ├── help.html
│   │   │   ├── help.py
│   │   │   ├── help_about.py
│   │   │   ├── history.py
│   │   │   ├── hyperparser.py
│   │   │   ├── idle.bat
│   │   │   ├── idle.py
│   │   │   ├── idle.pyw
│   │   │   ├── idle_test
│   │   │   ├── iomenu.py
│   │   │   ├── macosx.py
│   │   │   ├── mainmenu.py
│   │   │   ├── multicall.py
│   │   │   ├── outwin.py
│   │   │   ├── paragraph.py
│   │   │   ├── parenmatch.py
│   │   │   ├── pathbrowser.py
│   │   │   ├── percolator.py
│   │   │   ├── pyparse.py
│   │   │   ├── pyshell.py
│   │   │   ├── query.py
│   │   │   ├── redirector.py
│   │   │   ├── replace.py
│   │   │   ├── rpc.py
│   │   │   ├── rstrip.py
│   │   │   ├── run.py
│   │   │   ├── runscript.py
│   │   │   ├── scrolledlist.py
│   │   │   ├── search.py
│   │   │   ├── searchbase.py
│   │   │   ├── searchengine.py
│   │   │   ├── stackviewer.py
│   │   │   ├── statusbar.py
│   │   │   ├── textview.py
│   │   │   ├── tooltip.py
│   │   │   ├── tree.py
│   │   │   ├── undo.py
│   │   │   ├── windows.py
│   │   │   ├── zoomheight.py
│   │   │   └── zzdummy.py
│   │   ├── imaplib.py
│   │   ├── imghdr.py
│   │   ├── imp.py
│   │   ├── importlib
│   │   │   ├── __init__.py
│   │   │   ├── _bootstrap.py
│   │   │   ├── _bootstrap_external.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
│   │   │   ├── main.py
│   │   │   ├── patcomp.py
│   │   │   ├── pgen2
│   │   │   ├── pygram.py
│   │   │   ├── pytree.py
│   │   │   ├── refactor.py
│   │   │   └── tests
│   │   ├── 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
│   │   │   ├── 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
│   │   ├── 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
│   │   ├── secrets.py
│   │   ├── selectors.py
│   │   ├── shelve.py
│   │   ├── shlex.py
│   │   ├── shutil.py
│   │   ├── signal.py
│   │   ├── site-packages
│   │   │   └── README.txt
│   │   ├── site.py
│   │   ├── smtpd.py
│   │   ├── smtplib.py
│   │   ├── sndhdr.py
│   │   ├── socket.py
│   │   ├── socketserver.py
│   │   ├── sqlite3
│   │   │   ├── __init__.py
│   │   │   ├── dbapi2.py
│   │   │   ├── dump.py
│   │   │   └── test
│   │   ├── 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
│   │   │   ├── Sine-1000Hz-300ms.aif
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── _test_multiprocessing.py
│   │   │   ├── allsans.pem
│   │   │   ├── ann_module.py
│   │   │   ├── ann_module2.py
│   │   │   ├── ann_module3.py
│   │   │   ├── audiodata
│   │   │   ├── 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
│   │   │   ├── bisect.py
│   │   │   ├── bytecode_helper.py
│   │   │   ├── capath
│   │   │   ├── cfgparser.1
│   │   │   ├── cfgparser.2
│   │   │   ├── cfgparser.3
│   │   │   ├── cjkencodings
│   │   │   ├── cmath_testcases.txt
│   │   │   ├── coding20731.py
│   │   │   ├── crashers
│   │   │   ├── curses_tests.py
│   │   │   ├── data
│   │   │   ├── datetimetester.py
│   │   │   ├── decimaltestdata
│   │   │   ├── dh1024.pem
│   │   │   ├── dis_module.py
│   │   │   ├── doctest_aliases.py
│   │   │   ├── double_const.py
│   │   │   ├── dtracedata
│   │   │   ├── eintrdata
│   │   │   ├── empty.vbs
│   │   │   ├── encoded_modules
│   │   │   ├── exception_hierarchy.txt
│   │   │   ├── final_a.py
│   │   │   ├── final_b.py
│   │   │   ├── floating_points.txt
│   │   │   ├── fork_wait.py
│   │   │   ├── formatfloat_testcases.txt
│   │   │   ├── future_test1.py
│   │   │   ├── future_test2.py
│   │   │   ├── gdb_sample.py
│   │   │   ├── ieee754.txt
│   │   │   ├── imghdrdata
│   │   │   ├── imp_dummy.py
│   │   │   ├── inspect_fodder.py
│   │   │   ├── inspect_fodder2.py
│   │   │   ├── keycert.passwd.pem
│   │   │   ├── keycert.pem
│   │   │   ├── keycert2.pem
│   │   │   ├── keycert3.pem
│   │   │   ├── keycert4.pem
│   │   │   ├── leakers
│   │   │   ├── libregrtest
│   │   │   ├── 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
│   │   │   ├── mod_generics_cache.py
│   │   │   ├── mp_fork_bomb.py
│   │   │   ├── mp_preload.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
│   │   │   ├── pythoninfo.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
│   │   │   ├── selfsigned_pythontestdotnet.pem
│   │   │   ├── seq_tests.py
│   │   │   ├── sgml_input.html
│   │   │   ├── signalinterproctester.py
│   │   │   ├── sndhdrdata
│   │   │   ├── sortperf.py
│   │   │   ├── ssl_cert.pem
│   │   │   ├── ssl_key.passwd.pem
│   │   │   ├── ssl_key.pem
│   │   │   ├── ssl_servers.py
│   │   │   ├── ssltests.py
│   │   │   ├── string_tests.py
│   │   │   ├── subprocessdata
│   │   │   ├── support
│   │   │   ├── 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_asdl_parser.py
│   │   │   ├── test_ast.py
│   │   │   ├── test_asyncgen.py
│   │   │   ├── test_asynchat.py
│   │   │   ├── test_asyncio
│   │   │   ├── test_asyncore.py
│   │   │   ├── test_atexit.py
│   │   │   ├── test_audioop.py
│   │   │   ├── test_augassign.py
│   │   │   ├── test_base64.py
│   │   │   ├── test_baseexception.py
│   │   │   ├── test_bigaddrspace.py
│   │   │   ├── test_bigmem.py
│   │   │   ├── test_binascii.py
│   │   │   ├── test_binhex.py
│   │   │   ├── test_binop.py
│   │   │   ├── test_bisect.py
│   │   │   ├── test_bool.py
│   │   │   ├── test_buffer.py
│   │   │   ├── test_bufio.py
│   │   │   ├── test_builtin.py
│   │   │   ├── test_bytes.py
│   │   │   ├── test_bz2.py
│   │   │   ├── test_calendar.py
│   │   │   ├── test_call.py
│   │   │   ├── test_capi.py
│   │   │   ├── test_cgi.py
│   │   │   ├── test_cgitb.py
│   │   │   ├── test_charmapcodec.py
│   │   │   ├── test_class.py
│   │   │   ├── test_cmath.py
│   │   │   ├── test_cmd.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_coroutines.py
│   │   │   ├── test_cprofile.py
│   │   │   ├── test_crashers.py
│   │   │   ├── test_crypt.py
│   │   │   ├── test_csv.py
│   │   │   ├── test_ctypes.py
│   │   │   ├── test_curses.py
│   │   │   ├── test_datetime.py
│   │   │   ├── test_dbm.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_dict_version.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_dtrace.py
│   │   │   ├── test_dummy_thread.py
│   │   │   ├── test_dummy_threading.py
│   │   │   ├── test_dynamic.py
│   │   │   ├── test_dynamicclassattribute.py
│   │   │   ├── test_eintr.py
│   │   │   ├── test_email
│   │   │   ├── test_ensurepip.py
│   │   │   ├── test_enum.py
│   │   │   ├── test_enumerate.py
│   │   │   ├── test_eof.py
│   │   │   ├── test_epoll.py
│   │   │   ├── test_errno.py
│   │   │   ├── test_exception_hierarchy.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_fstring.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_generator_stop.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
│   │   │   ├── test_importlib
│   │   │   ├── 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
│   │   │   ├── 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_ordered_dict.py
│   │   │   ├── test_os.py
│   │   │   ├── test_ossaudiodev.py
│   │   │   ├── test_osx_env.py
│   │   │   ├── test_parser.py
│   │   │   ├── test_pathlib.py
│   │   │   ├── test_pdb.py
│   │   │   ├── test_peepholer.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_repl.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_script_helper.py
│   │   │   ├── test_secrets.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_string_literals.py
│   │   │   ├── test_stringprep.py
│   │   │   ├── test_strptime.py
│   │   │   ├── test_strtod.py
│   │   │   ├── test_struct.py
│   │   │   ├── test_structmembers.py
│   │   │   ├── test_structseq.py
│   │   │   ├── test_subclassinit.py
│   │   │   ├── test_subprocess.py
│   │   │   ├── test_sunau.py
│   │   │   ├── test_sundry.py
│   │   │   ├── test_super.py
│   │   │   ├── test_support.py
│   │   │   ├── test_symbol.py
│   │   │   ├── test_symtable.py
│   │   │   ├── test_syntax.py
│   │   │   ├── test_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_tix.py
│   │   │   ├── test_tk.py
│   │   │   ├── test_tokenize.py
│   │   │   ├── test_tools
│   │   │   ├── test_trace.py
│   │   │   ├── test_traceback.py
│   │   │   ├── test_tracemalloc.py
│   │   │   ├── test_ttk_guionly.py
│   │   │   ├── test_ttk_textonly.py
│   │   │   ├── test_tuple.py
│   │   │   ├── test_turtle.py
│   │   │   ├── test_typechecks.py
│   │   │   ├── test_types.py
│   │   │   ├── test_typing.py
│   │   │   ├── test_ucn.py
│   │   │   ├── test_unary.py
│   │   │   ├── test_unicode.py
│   │   │   ├── test_unicode_file.py
│   │   │   ├── test_unicode_file_functions.py
│   │   │   ├── test_unicode_identifiers.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_utf8source.py
│   │   │   ├── test_uu.py
│   │   │   ├── test_uuid.py
│   │   │   ├── test_venv.py
│   │   │   ├── test_wait3.py
│   │   │   ├── test_wait4.py
│   │   │   ├── test_warnings
│   │   │   ├── test_wave.py
│   │   │   ├── test_weakref.py
│   │   │   ├── test_weakset.py
│   │   │   ├── test_webbrowser.py
│   │   │   ├── test_winconsoleio.py
│   │   │   ├── test_winreg.py
│   │   │   ├── test_winsound.py
│   │   │   ├── test_with.py
│   │   │   ├── test_wsgiref.py
│   │   │   ├── test_xdrlib.py
│   │   │   ├── test_xml_dom_minicompat.py
│   │   │   ├── test_xml_etree.py
│   │   │   ├── test_xml_etree_c.py
│   │   │   ├── test_xmlrpc.py
│   │   │   ├── test_xmlrpc_net.py
│   │   │   ├── test_yield_from.py
│   │   │   ├── test_zipapp.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
│   │   │   ├── win_console_handler.py
│   │   │   ├── wrongcert.pem
│   │   │   ├── xmltestdata
│   │   │   ├── xmltests.py
│   │   │   ├── zip_cp437_header.zip
│   │   │   └── zipdir.zip
│   │   ├── textwrap.py
│   │   ├── this.py
│   │   ├── threading.py
│   │   ├── timeit.py
│   │   ├── tkinter
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── colorchooser.py
│   │   │   ├── commondialog.py
│   │   │   ├── constants.py
│   │   │   ├── dialog.py
│   │   │   ├── dnd.py
│   │   │   ├── filedialog.py
│   │   │   ├── font.py
│   │   │   ├── messagebox.py
│   │   │   ├── scrolledtext.py
│   │   │   ├── simpledialog.py
│   │   │   ├── test
│   │   │   ├── 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
│   │   │   ├── sorting_animate.py
│   │   │   ├── tree.py
│   │   │   ├── turtle.cfg
│   │   │   ├── two_canvases.py
│   │   │   ├── wikipedia.py
│   │   │   └── yinyang.py
│   │   ├── types.py
│   │   ├── typing.py
│   │   ├── unittest
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── case.py
│   │   │   ├── loader.py
│   │   │   ├── main.py
│   │   │   ├── mock.py
│   │   │   ├── result.py
│   │   │   ├── runner.py
│   │   │   ├── signals.py
│   │   │   ├── suite.py
│   │   │   ├── test
│   │   │   └── 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
│   │   ├── 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
│   │   │   ├── etree
│   │   │   ├── parsers
│   │   │   └── sax
│   │   ├── xmlrpc
│   │   │   ├── __init__.py
│   │   │   ├── client.py
│   │   │   └── server.py
│   │   ├── zipapp.py
│   │   └── zipfile.py
│   ├── Mac
│   │   ├── BuildScript
│   │   │   ├── README.txt
│   │   │   ├── build-installer.py
│   │   │   ├── issue19373_tk_8_5_15_source.patch
│   │   │   ├── openssl_sdk_makedepend.patch
│   │   │   ├── resources
│   │   │   ├── scripts
│   │   │   └── seticon.m
│   │   ├── Extras.install.py
│   │   ├── IDLE
│   │   │   └── IDLE.app
│   │   ├── Icons
│   │   │   ├── Disk Image.icns
│   │   │   ├── IDLE.icns
│   │   │   ├── Python Folder.icns
│   │   │   ├── PythonCompiled.icns
│   │   │   ├── PythonLauncher.icns
│   │   │   ├── PythonSource.icns
│   │   │   └── ReadMe.txt
│   │   ├── Makefile.in
│   │   ├── PythonLauncher
│   │   │   ├── English.lproj
│   │   │   ├── 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
│   │   │   ├── framework
│   │   │   └── iconsrc
│   │   └── Tools
│   │       ├── plistlib_generate_testdata.py
│   │       └── pythonw.c
│   ├── Makefile.pre.in
│   ├── Misc
│   │   ├── ACKS
│   │   ├── HISTORY
│   │   ├── NEWS
│   │   ├── Porting
│   │   ├── README
│   │   ├── README.AIX
│   │   ├── README.coverity
│   │   ├── README.valgrind
│   │   ├── 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
│   │   ├── README
│   │   ├── Setup.config.in
│   │   ├── Setup.dist
│   │   ├── _asynciomodule.c
│   │   ├── _bisectmodule.c
│   │   ├── _blake2
│   │   │   ├── blake2b2s.py
│   │   │   ├── blake2b_impl.c
│   │   │   ├── blake2module.c
│   │   │   ├── blake2ns.h
│   │   │   ├── blake2s_impl.c
│   │   │   ├── clinic
│   │   │   └── impl
│   │   ├── _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
│   │   │   ├── libffi
│   │   │   ├── libffi.diff
│   │   │   ├── libffi_msvc
│   │   │   ├── libffi_osx
│   │   │   ├── malloc_closure.c
│   │   │   └── stgdict.c
│   │   ├── _curses_panel.c
│   │   ├── _cursesmodule.c
│   │   ├── _datetimemodule.c
│   │   ├── _dbmmodule.c
│   │   ├── _decimal
│   │   │   ├── README.txt
│   │   │   ├── _decimal.c
│   │   │   ├── docstrings.h
│   │   │   ├── libmpdec
│   │   │   └── tests
│   │   ├── _elementtree.c
│   │   ├── _functoolsmodule.c
│   │   ├── _gdbmmodule.c
│   │   ├── _hashopenssl.c
│   │   ├── _heapqmodule.c
│   │   ├── _io
│   │   │   ├── _iomodule.c
│   │   │   ├── _iomodule.h
│   │   │   ├── bufferedio.c
│   │   │   ├── bytesio.c
│   │   │   ├── clinic
│   │   │   ├── fileio.c
│   │   │   ├── iobase.c
│   │   │   ├── stringio.c
│   │   │   ├── textio.c
│   │   │   └── winconsoleio.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
│   │   ├── _sha3
│   │   │   ├── README.txt
│   │   │   ├── cleanup.py
│   │   │   ├── clinic
│   │   │   ├── kcp
│   │   │   └── sha3module.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
│   │   ├── _testimportmultiple.c
│   │   ├── _testmultiphase.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
│   │   │   ├── clinic
│   │   │   ├── 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
│   │   │   ├── _asynciomodule.c.h
│   │   │   ├── _bz2module.c.h
│   │   │   ├── _codecsmodule.c.h
│   │   │   ├── _cryptmodule.c.h
│   │   │   ├── _cursesmodule.c.h
│   │   │   ├── _datetimemodule.c.h
│   │   │   ├── _dbmmodule.c.h
│   │   │   ├── _elementtree.c.h
│   │   │   ├── _gdbmmodule.c.h
│   │   │   ├── _hashopenssl.c.h
│   │   │   ├── _lzmamodule.c.h
│   │   │   ├── _opcode.c.h
│   │   │   ├── _pickle.c.h
│   │   │   ├── _sre.c.h
│   │   │   ├── _ssl.c.h
│   │   │   ├── _tkinter.c.h
│   │   │   ├── _weakref.c.h
│   │   │   ├── _winapi.c.h
│   │   │   ├── arraymodule.c.h
│   │   │   ├── audioop.c.h
│   │   │   ├── binascii.c.h
│   │   │   ├── cmathmodule.c.h
│   │   │   ├── fcntlmodule.c.h
│   │   │   ├── grpmodule.c.h
│   │   │   ├── md5module.c.h
│   │   │   ├── posixmodule.c.h
│   │   │   ├── pwdmodule.c.h
│   │   │   ├── pyexpat.c.h
│   │   │   ├── sha1module.c.h
│   │   │   ├── sha256module.c.h
│   │   │   ├── sha512module.c.h
│   │   │   ├── signalmodule.c.h
│   │   │   ├── spwdmodule.c.h
│   │   │   ├── unicodedata.c.h
│   │   │   └── zlibmodule.c.h
│   │   ├── cmathmodule.c
│   │   ├── config.c.in
│   │   ├── errnomodule.c
│   │   ├── expat
│   │   │   ├── COPYING
│   │   │   ├── ascii.h
│   │   │   ├── asciitab.h
│   │   │   ├── expat.h
│   │   │   ├── expat_config.h
│   │   │   ├── expat_external.h
│   │   │   ├── iasciitab.h
│   │   │   ├── internal.h
│   │   │   ├── latin1tab.h
│   │   │   ├── loadlibrary.c
│   │   │   ├── nametab.h
│   │   │   ├── pyexpatns.h
│   │   │   ├── siphash.h
│   │   │   ├── utf8tab.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
│   │   ├── 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
│   │   ├── winreparse.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
│   │   ├── README
│   │   ├── abstract.c
│   │   ├── accu.c
│   │   ├── boolobject.c
│   │   ├── bytearrayobject.c
│   │   ├── bytes_methods.c
│   │   ├── bytesobject.c
│   │   ├── capsule.c
│   │   ├── cellobject.c
│   │   ├── classobject.c
│   │   ├── clinic
│   │   │   ├── bytearrayobject.c.h
│   │   │   ├── bytesobject.c.h
│   │   │   ├── dictobject.c.h
│   │   │   └── unicodeobject.c.h
│   │   ├── codeobject.c
│   │   ├── complexobject.c
│   │   ├── descrobject.c
│   │   ├── dict-common.h
│   │   ├── dictnotes.txt
│   │   ├── dictobject.c
│   │   ├── enumobject.c
│   │   ├── exceptions.c
│   │   ├── fileobject.c
│   │   ├── floatobject.c
│   │   ├── frameobject.c
│   │   ├── funcobject.c
│   │   ├── genobject.c
│   │   ├── iterobject.c
│   │   ├── listobject.c
│   │   ├── listsort.txt
│   │   ├── lnotab_notes.txt
│   │   ├── longobject.c
│   │   ├── memoryobject.c
│   │   ├── methodobject.c
│   │   ├── moduleobject.c
│   │   ├── namespaceobject.c
│   │   ├── object.c
│   │   ├── obmalloc.c
│   │   ├── odictobject.c
│   │   ├── rangeobject.c
│   │   ├── 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
│   │   ├── WinMain.c
│   │   ├── _findvs.cpp
│   │   ├── _msi.c
│   │   ├── _testconsole.c
│   │   ├── bdist_wininst
│   │   │   ├── PythonPowered.bmp
│   │   │   ├── README.txt
│   │   │   ├── archive.h
│   │   │   ├── bdist_wininst.vcxproj
│   │   │   ├── bdist_wininst.vcxproj.filters
│   │   │   ├── build.bat
│   │   │   ├── extract.c
│   │   │   ├── install.c
│   │   │   ├── install.rc
│   │   │   └── resource.h
│   │   ├── clinic
│   │   │   ├── _testconsole.c.h
│   │   │   ├── msvcrtmodule.c.h
│   │   │   ├── winreg.c.h
│   │   │   └── winsound.c.h
│   │   ├── config.c
│   │   ├── dl_nt.c
│   │   ├── dllbase_nt.txt
│   │   ├── empty.c
│   │   ├── errmap.h
│   │   ├── errmap.mak
│   │   ├── external
│   │   │   ├── Externals.txt
│   │   │   ├── include
│   │   │   ├── v140
│   │   │   └── v141
│   │   ├── frozen_dllmain.c
│   │   ├── generrmap.c
│   │   ├── getpathp.c
│   │   ├── icons
│   │   │   ├── launcher.icns
│   │   │   ├── launcher.ico
│   │   │   ├── launcher.svg
│   │   │   ├── py.icns
│   │   │   ├── py.ico
│   │   │   ├── py.svg
│   │   │   ├── pyc.icns
│   │   │   ├── pyc.ico
│   │   │   ├── pyc.svg
│   │   │   ├── pyd.icns
│   │   │   ├── pyd.ico
│   │   │   ├── pyd.svg
│   │   │   ├── python.icns
│   │   │   ├── python.ico
│   │   │   ├── python.svg
│   │   │   ├── pythonw.icns
│   │   │   ├── pythonw.ico
│   │   │   ├── pythonw.svg
│   │   │   ├── setup.icns
│   │   │   ├── setup.ico
│   │   │   └── setup.svg
│   │   ├── invalid_parameter_handler.c
│   │   ├── launcher.c
│   │   ├── msvcrtmodule.c
│   │   ├── pyconfig.h
│   │   ├── pylauncher.rc
│   │   ├── pyshellext.cpp
│   │   ├── pyshellext.def
│   │   ├── pyshellext.idl
│   │   ├── pyshellext.rc
│   │   ├── pyshellext_d.def
│   │   ├── python.manifest
│   │   ├── python3.def
│   │   ├── python3dll.c
│   │   ├── python_exe.rc
│   │   ├── python_nt.rc
│   │   ├── python_ver_rc.h
│   │   ├── pythonw_exe.rc
│   │   ├── readme.txt
│   │   ├── sqlite3.rc
│   │   ├── testpy.py
│   │   ├── validate_ucrtbase.py
│   │   ├── winreg.c
│   │   └── winsound.c
│   ├── PCbuild
│   │   ├── _asyncio.vcxproj
│   │   ├── _asyncio.vcxproj.filters
│   │   ├── _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
│   │   ├── _testconsole.vcxproj
│   │   ├── _testconsole.vcxproj.filters
│   │   ├── _testembed.vcxproj
│   │   ├── _testembed.vcxproj.filters
│   │   ├── _testimportmultiple.vcxproj
│   │   ├── _testimportmultiple.vcxproj.filters
│   │   ├── _testmultiphase.vcxproj
│   │   ├── _testmultiphase.vcxproj.filters
│   │   ├── _tkinter.vcxproj
│   │   ├── _tkinter.vcxproj.filters
│   │   ├── build.bat
│   │   ├── build_env.bat
│   │   ├── clean.bat
│   │   ├── env.bat
│   │   ├── field3.py
│   │   ├── find_msbuild.bat
│   │   ├── find_python.bat
│   │   ├── get_external.py
│   │   ├── get_externals.bat
│   │   ├── idle.bat
│   │   ├── libeay.vcxproj
│   │   ├── liblzma.vcxproj
│   │   ├── openssl.props
│   │   ├── pcbuild.proj
│   │   ├── pcbuild.sln
│   │   ├── prepare_ssl.bat
│   │   ├── prepare_ssl.py
│   │   ├── pyexpat.vcxproj
│   │   ├── pyexpat.vcxproj.filters
│   │   ├── pylauncher.vcxproj
│   │   ├── pylauncher.vcxproj.filters
│   │   ├── pyproject.props
│   │   ├── pyshellext.vcxproj
│   │   ├── pyshellext.vcxproj.filters
│   │   ├── python.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
│   │   ├── rmpyc.py
│   │   ├── rt.bat
│   │   ├── select.vcxproj
│   │   ├── select.vcxproj.filters
│   │   ├── sqlite3.vcxproj
│   │   ├── sqlite3.vcxproj.filters
│   │   ├── ssleay.vcxproj
│   │   ├── tcl.vcxproj
│   │   ├── tcltk.props
│   │   ├── tix.vcxproj
│   │   ├── tk.vcxproj
│   │   ├── unicodedata.vcxproj
│   │   ├── unicodedata.vcxproj.filters
│   │   ├── urlretrieve.py
│   │   ├── winsound.vcxproj
│   │   ├── winsound.vcxproj.filters
│   │   ├── 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
│   │   ├── tokenizer.c
│   │   ├── tokenizer.h
│   │   └── tokenizer_pgen.c
│   ├── Programs
│   │   ├── README
│   │   ├── _freeze_importlib.c
│   │   ├── _testembed.c
│   │   └── python.c
│   ├── Python
│   │   ├── Python-ast.c
│   │   ├── README
│   │   ├── _warnings.c
│   │   ├── asdl.c
│   │   ├── ast.c
│   │   ├── bltinmodule.c
│   │   ├── ceval.c
│   │   ├── ceval_gil.h
│   │   ├── clinic
│   │   │   ├── bltinmodule.c.h
│   │   │   └── import.c.h
│   │   ├── codecs.c
│   │   ├── compile.c
│   │   ├── condvar.h
│   │   ├── dtoa.c
│   │   ├── dup2.c
│   │   ├── dynamic_annotations.c
│   │   ├── dynload_aix.c
│   │   ├── dynload_dl.c
│   │   ├── dynload_hpux.c
│   │   ├── dynload_next.c
│   │   ├── dynload_shlib.c
│   │   ├── dynload_stub.c
│   │   ├── dynload_win.c
│   │   ├── errors.c
│   │   ├── fileutils.c
│   │   ├── formatter_unicode.c
│   │   ├── frozen.c
│   │   ├── frozenmain.c
│   │   ├── future.c
│   │   ├── getargs.c
│   │   ├── getcompiler.c
│   │   ├── getcopyright.c
│   │   ├── getopt.c
│   │   ├── getplatform.c
│   │   ├── getversion.c
│   │   ├── graminit.c
│   │   ├── import.c
│   │   ├── importdl.c
│   │   ├── importdl.h
│   │   ├── importlib.h
│   │   ├── importlib_external.h
│   │   ├── makeopcodetargets.py
│   │   ├── marshal.c
│   │   ├── modsupport.c
│   │   ├── mysnprintf.c
│   │   ├── mystrtoul.c
│   │   ├── opcode_targets.h
│   │   ├── peephole.c
│   │   ├── pyarena.c
│   │   ├── pyctype.c
│   │   ├── pyfpe.c
│   │   ├── pyhash.c
│   │   ├── pylifecycle.c
│   │   ├── pymath.c
│   │   ├── pystate.c
│   │   ├── pystrcmp.c
│   │   ├── pystrhex.c
│   │   ├── pystrtod.c
│   │   ├── 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
│   │   └── wordcode_helpers.h
│   ├── README.rst
│   ├── Tools
│   │   ├── README
│   │   ├── buildbot
│   │   │   ├── build.bat
│   │   │   ├── buildmsi.bat
│   │   │   ├── clean.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
│   │   │   ├── win32.html
│   │   │   └── winmakemakefile.py
│   │   ├── gdb
│   │   │   └── libpython.py
│   │   ├── i18n
│   │   │   ├── makelocalealias.py
│   │   │   ├── msgfmt.py
│   │   │   └── pygettext.py
│   │   ├── importbench
│   │   │   ├── README
│   │   │   └── importbench.py
│   │   ├── iobench
│   │   │   └── iobench.py
│   │   ├── msi
│   │   │   ├── README.txt
│   │   │   ├── build.bat
│   │   │   ├── buildrelease.bat
│   │   │   ├── bundle
│   │   │   ├── common.wxs
│   │   │   ├── common_en-US.wxl_template
│   │   │   ├── core
│   │   │   ├── csv_to_wxs.py
│   │   │   ├── dev
│   │   │   ├── distutils.command.bdist_wininst.py
│   │   │   ├── doc
│   │   │   ├── exe
│   │   │   ├── generate_md5.py
│   │   │   ├── get_externals.bat
│   │   │   ├── launcher
│   │   │   ├── lib
│   │   │   ├── make_zip.proj
│   │   │   ├── make_zip.py
│   │   │   ├── msi.props
│   │   │   ├── msi.targets
│   │   │   ├── path
│   │   │   ├── pip
│   │   │   ├── purge.py
│   │   │   ├── tcltk
│   │   │   ├── test
│   │   │   ├── testrelease.bat
│   │   │   ├── tools
│   │   │   ├── uploadrelease.bat
│   │   │   ├── uploadrelease.proj
│   │   │   └── wix.props
│   │   ├── nuget
│   │   │   ├── build.bat
│   │   │   ├── make_pkg.proj
│   │   │   ├── python.nuspec
│   │   │   ├── python.props
│   │   │   ├── pythondaily.nuspec
│   │   │   └── pythonx86.nuspec
│   │   ├── 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
│   │   │   ├── 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
│   │   │   ├── __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
│   │   │   ├── generate_opcode_h.py
│   │   │   ├── get-remote-certificate.py
│   │   │   ├── google.py
│   │   │   ├── gprof2html.py
│   │   │   ├── h2py.py
│   │   │   ├── highlight.py
│   │   │   ├── idle3
│   │   │   ├── ifdef.py
│   │   │   ├── import_diagnostics.py
│   │   │   ├── lfcr.py
│   │   │   ├── linktree.py
│   │   │   ├── lll.py
│   │   │   ├── mailerdaemon.py
│   │   │   ├── make_ctype.py
│   │   │   ├── md5sum.py
│   │   │   ├── mkreal.py
│   │   │   ├── ndiff.py
│   │   │   ├── nm2def.py
│   │   │   ├── objgraph.py
│   │   │   ├── 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
│   │   │   ├── update_file.py
│   │   │   ├── which.py
│   │   │   └── win_add2path.py
│   │   ├── ssl
│   │   │   ├── make_ssl_data.py
│   │   │   ├── multissltests.py
│   │   │   └── sslspeed.vcxproj
│   │   ├── stringbench
│   │   │   ├── README
│   │   │   └── stringbench.py
│   │   ├── test2to3
│   │   │   ├── README
│   │   │   ├── maintest.py
│   │   │   ├── setup.py
│   │   │   ├── test
│   │   │   └── test2to3
│   │   ├── tz
│   │   │   └── zdump.py
│   │   ├── unicode
│   │   │   ├── Makefile
│   │   │   ├── comparecodecs.py
│   │   │   ├── gencjkcodecs.py
│   │   │   ├── gencodec.py
│   │   │   ├── genwincodec.py
│   │   │   ├── genwincodecs.bat
│   │   │   ├── listcodecs.py
│   │   │   ├── makeunicodedata.py
│   │   │   ├── mkstringprep.py
│   │   │   └── python-mappings
│   │   └── unittestgui
│   │       ├── README.txt
│   │       └── unittestgui.py
│   ├── aclocal.m4
│   ├── config.guess
│   ├── config.sub
│   ├── configure
│   ├── configure.ac
│   ├── install-sh
│   ├── pyconfig.h.in
│   └── setup.py
└── 好例子网_Python-3.6.4.tar.xz

197 directories, 2621 files


实例下载地址

Python 3.6.4版本源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警