在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python-3.5.1.tgz

Python-3.5.1.tgz

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:19.21M
  • 下载次数:1
  • 浏览次数:28
  • 发布时间:2023-06-30
  • 实例类别:Python语言基础
  • 发 布 人:js2021
  • 文件格式:.tgz
  • 所需积分:2
 相关标签: python 5.1 3.5 gz py

实例介绍

【实例简介】Python-3.5.1.tgz

【实例截图】

from clipboard

【核心代码】

.
├── Python-3.5.1
│   ├── 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
│   │   │   ├── 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
│   │   ├── 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-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-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
│   │   │   ├── 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
│   │   │   │   ├── c_annotations.py
│   │   │   │   ├── patchlevel.py
│   │   │   │   ├── pyspecific.py
│   │   │   │   └── suspicious.py
│   │   │   ├── pydoctheme
│   │   │   │   ├── static
│   │   │   │   │   └── pydoctheme.css
│   │   │   │   └── theme.conf
│   │   │   ├── rstlint.py
│   │   │   ├── static
│   │   │   │   ├── copybutton.js
│   │   │   │   ├── py.png
│   │   │   │   ├── sidebar.js
│   │   │   │   └── version_switch.js
│   │   │   ├── susp-ignored.csv
│   │   │   └── templates
│   │   │       ├── download.html
│   │   │       ├── indexcontent.html
│   │   │       ├── indexsidebar.html
│   │   │       ├── layout.html
│   │   │       └── opensearch.xml
│   │   ├── tutorial
│   │   │   ├── appendix.rst
│   │   │   ├── appetite.rst
│   │   │   ├── classes.rst
│   │   │   ├── controlflow.rst
│   │   │   ├── datastructures.rst
│   │   │   ├── errors.rst
│   │   │   ├── floatingpoint.rst
│   │   │   ├── index.rst
│   │   │   ├── inputoutput.rst
│   │   │   ├── interactive.rst
│   │   │   ├── interpreter.rst
│   │   │   ├── introduction.rst
│   │   │   ├── modules.rst
│   │   │   ├── stdlib.rst
│   │   │   ├── stdlib2.rst
│   │   │   ├── venv.rst
│   │   │   └── whatnow.rst
│   │   ├── using
│   │   │   ├── cmdline.rst
│   │   │   ├── index.rst
│   │   │   ├── mac.rst
│   │   │   ├── scripts.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
│   │       ├── changelog.rst
│   │       └── index.rst
│   ├── LICENSE
│   ├── Lib
│   │   ├── _pydecimal.py
│   │   ├── _sitebuiltins.py
│   │   ├── cgitb.py
│   │   ├── concurrent
│   │   │   ├── __init__.py
│   │   │   └── futures
│   │   │       ├── __init__.py
│   │   │       ├── _base.py
│   │   │       ├── process.py
│   │   │       └── thread.py
│   │   ├── contextlib.py
│   │   ├── copy.py
│   │   ├── datetime.py
│   │   ├── functools.py
│   │   ├── html
│   │   │   ├── __init__.py
│   │   │   ├── entities.py
│   │   │   └── parser.py
│   │   ├── imaplib.py
│   │   ├── io.py
│   │   ├── json
│   │   │   ├── __init__.py
│   │   │   ├── decoder.py
│   │   │   ├── encoder.py
│   │   │   ├── scanner.py
│   │   │   └── tool.py
│   │   ├── logging
│   │   │   ├── __init__.py
│   │   │   ├── config.py
│   │   │   └── handlers.py
│   │   ├── opcode.py
│   │   ├── pkgutil.py
│   │   ├── plat-linux
│   │   │   ├── CDROM.py
│   │   │   ├── DLFCN.py
│   │   │   ├── IN.py
│   │   │   ├── TYPES.py
│   │   │   └── regen
│   │   ├── signal.py
│   │   ├── socketserver.py
│   │   ├── subprocess.py
│   │   ├── sunau.py
│   │   ├── tkinter
│   │   │   ├── __main__.py
│   │   │   ├── colorchooser.py
│   │   │   ├── commondialog.py
│   │   │   ├── constants.py
│   │   │   ├── dialog.py
│   │   │   ├── dnd.py
│   │   │   ├── filedialog.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_misc.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
│   │   ├── zipapp.py
│   │   └── zipfile.py
│   ├── Mac
│   │   ├── BuildScript
│   │   │   ├── README.txt
│   │   │   ├── build-installer.py
│   │   │   ├── issue19373_tk_8_5_15_source.patch
│   │   │   ├── openssl_sdk_makedepend.patch
│   │   │   ├── resources
│   │   │   │   ├── License.rtf
│   │   │   │   ├── ReadMe.rtf
│   │   │   │   ├── Welcome.rtf
│   │   │   │   └── background.jpg
│   │   │   ├── 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
│   │       ├── plistlib_generate_testdata.py
│   │       └── pythonw.c
│   ├── Modules
│   │   ├── README
│   │   ├── 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
│   │   ├── _functoolsmodule.c
│   │   ├── _gdbmmodule.c
│   │   ├── _hashopenssl.c
│   │   ├── _heapqmodule.c
│   │   ├── _io
│   │   │   ├── _iomodule.c
│   │   │   ├── _iomodule.h
│   │   │   ├── bufferedio.c
│   │   │   ├── bytesio.c
│   │   │   ├── clinic
│   │   │   │   ├── _iomodule.c.h
│   │   │   │   ├── bufferedio.c.h
│   │   │   │   ├── bytesio.c.h
│   │   │   │   ├── fileio.c.h
│   │   │   │   ├── iobase.c.h
│   │   │   │   ├── stringio.c.h
│   │   │   │   └── textio.c.h
│   │   │   ├── 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
│   │   ├── _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
│   │   │   │   └── multibytecodec.c.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
│   │   │   ├── _codecsmodule.c.h
│   │   │   ├── _cryptmodule.c.h
│   │   │   ├── _cursesmodule.c.h
│   │   │   ├── _datetimemodule.c.h
│   │   │   ├── _dbmmodule.c.h
│   │   │   ├── _elementtree.c.h
│   │   │   ├── _gdbmmodule.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
│   │   │   ├── 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
│   │   ├── 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
│   ├── 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
│   ├── README
│   ├── aclocal.m4
│   ├── config.guess
│   ├── config.sub
│   ├── configure
│   ├── configure.ac
│   ├── install-sh
│   ├── pyconfig.h.in
│   └── setup.py
└── 好例子网_Python-3.5.1.tgz

120 directories, 1488 files


标签: python 5.1 3.5 gz py

实例下载地址

Python-3.5.1.tgz

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警