在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python2.7.7源码(Linux)

Python2.7.7源码(Linux)

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:10.01M
  • 下载次数:2
  • 浏览次数:8
  • 发布时间:2023-10-27
  • 实例类别:Python语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.xz
  • 所需积分:2
 相关标签: python linux LIN py 源码

实例介绍

【实例简介】Python2.7.7源码(Linux)
众所周知,直接访问python官网非常慢,而且可能有时候根本无法访问。所以,源码直接放在这里...Python 2.7.7的源码,学习Python的参考素材。tar.xz压缩格式。使用下面这个命令解压缩: tar -xvf ./Python-2.7.7.tar.xz

【实例截图】

from clipboard

【核心代码】

.
├── Python-2.7.7
│   ├── Demo
│   │   ├── README
│   │   ├── cgi
│   │   │   ├── README
│   │   │   ├── cgi0.sh
│   │   │   ├── cgi1.py
│   │   │   ├── cgi2.py
│   │   │   ├── cgi3.py
│   │   │   └── wiki.py
│   │   ├── classes
│   │   │   ├── Complex.py
│   │   │   ├── Dates.py
│   │   │   ├── Dbm.py
│   │   │   ├── README
│   │   │   ├── Range.py
│   │   │   ├── Rev.py
│   │   │   ├── Vec.py
│   │   │   └── bitvec.py
│   │   ├── comparisons
│   │   │   ├── README
│   │   │   ├── patterns
│   │   │   ├── regextest.py
│   │   │   ├── sortingtest.py
│   │   │   └── systemtest.py
│   │   ├── curses
│   │   │   ├── README
│   │   │   ├── life.py
│   │   │   ├── ncurses.py
│   │   │   ├── rain.py
│   │   │   ├── repeat.py
│   │   │   ├── tclock.py
│   │   │   └── xmas.py
│   │   ├── embed
│   │   │   ├── Makefile
│   │   │   ├── README
│   │   │   ├── demo.c
│   │   │   ├── importexc.c
│   │   │   └── loop.c
│   │   ├── md5test
│   │   │   ├── README
│   │   │   ├── foo
│   │   │   └── md5driver.py
│   │   ├── metaclasses
│   │   │   ├── Eiffel.py
│   │   │   ├── Enum.py
│   │   │   ├── Meta.py
│   │   │   ├── Simple.py
│   │   │   ├── Synch.py
│   │   │   ├── Trace.py
│   │   │   ├── index.html
│   │   │   └── meta-vladimir.txt
│   │   ├── newmetaclasses
│   │   │   ├── Eiffel.py
│   │   │   └── Enum.py
│   │   ├── parser
│   │   │   ├── FILES
│   │   │   ├── README
│   │   │   ├── docstring.py
│   │   │   ├── example.py
│   │   │   ├── simple.py
│   │   │   ├── source.py
│   │   │   ├── test_parser.py
│   │   │   ├── test_unparse.py
│   │   │   └── unparse.py
│   │   ├── pdist
│   │   │   ├── FSProxy.py
│   │   │   ├── RCSProxy.py
│   │   │   ├── README
│   │   │   ├── client.py
│   │   │   ├── cmdfw.py
│   │   │   ├── cmptree.py
│   │   │   ├── cvslib.py
│   │   │   ├── cvslock.py
│   │   │   ├── mac.py
│   │   │   ├── makechangelog.py
│   │   │   ├── rcsbump
│   │   │   ├── rcsclient.py
│   │   │   ├── rcslib.py
│   │   │   ├── rcvs
│   │   │   ├── rcvs.py
│   │   │   ├── rrcs
│   │   │   ├── rrcs.py
│   │   │   ├── security.py
│   │   │   ├── server.py
│   │   │   └── sumtree.py
│   │   ├── pysvr
│   │   │   ├── Makefile
│   │   │   ├── README
│   │   │   ├── pysvr.c
│   │   │   └── pysvr.py
│   │   ├── rpc
│   │   │   ├── MANIFEST
│   │   │   ├── README
│   │   │   ├── T.py
│   │   │   ├── mountclient.py
│   │   │   ├── nfsclient.py
│   │   │   ├── rnusersclient.py
│   │   │   ├── rpc.py
│   │   │   ├── test
│   │   │   └── xdr.py
│   │   ├── scripts
│   │   │   ├── README
│   │   │   ├── beer.py
│   │   │   ├── eqfix.py
│   │   │   ├── fact.py
│   │   │   ├── find-uname.py
│   │   │   ├── from.py
│   │   │   ├── lpwatch.py
│   │   │   ├── makedir.py
│   │   │   ├── markov.py
│   │   │   ├── mboxconvert.py
│   │   │   ├── morse.py
│   │   │   ├── newslist.doc
│   │   │   ├── newslist.py
│   │   │   ├── pi.py
│   │   │   ├── pp.py
│   │   │   ├── primes.py
│   │   │   ├── queens.py
│   │   │   ├── script.py
│   │   │   ├── unbirthday.py
│   │   │   └── update.py
│   │   ├── sockets
│   │   │   ├── README
│   │   │   ├── broadcast.py
│   │   │   ├── echosvr.py
│   │   │   ├── finger.py
│   │   │   ├── ftp.py
│   │   │   ├── gopher.py
│   │   │   ├── mcast.py
│   │   │   ├── radio.py
│   │   │   ├── rpython.py
│   │   │   ├── rpythond.py
│   │   │   ├── telnet.py
│   │   │   ├── throughput.py
│   │   │   ├── udpecho.py
│   │   │   ├── unicast.py
│   │   │   ├── unixclient.py
│   │   │   └── unixserver.py
│   │   ├── threads
│   │   │   ├── Coroutine.py
│   │   │   ├── Generator.py
│   │   │   ├── README
│   │   │   ├── fcmp.py
│   │   │   ├── find.py
│   │   │   ├── squasher.py
│   │   │   ├── sync.py
│   │   │   └── telnet.py
│   │   ├── tix
│   │   │   ├── INSTALL.txt
│   │   │   ├── README.txt
│   │   │   ├── bitmaps
│   │   │   ├── grid.py
│   │   │   ├── samples
│   │   │   └── tixwidgets.py
│   │   ├── tkinter
│   │   │   ├── README
│   │   │   ├── guido
│   │   │   ├── matt
│   │   │   └── ttk
│   │   ├── turtle
│   │   │   ├── about_turtle.txt
│   │   │   ├── about_turtledemo.txt
│   │   │   ├── demohelp.txt
│   │   │   ├── tdemo_I_dontlike_tiltdemo.py
│   │   │   ├── tdemo_bytedesign.py
│   │   │   ├── tdemo_chaos.py
│   │   │   ├── tdemo_clock.py
│   │   │   ├── tdemo_colormixer.py
│   │   │   ├── tdemo_fractalcurves.py
│   │   │   ├── tdemo_lindenmayer_indian.py
│   │   │   ├── tdemo_minimal_hanoi.py
│   │   │   ├── tdemo_nim.py
│   │   │   ├── tdemo_paint.py
│   │   │   ├── tdemo_peace.py
│   │   │   ├── tdemo_penrose.py
│   │   │   ├── tdemo_planet_and_moon.py
│   │   │   ├── tdemo_tree.py
│   │   │   ├── tdemo_wikipedia.py
│   │   │   ├── tdemo_yinyang.py
│   │   │   ├── turtle.cfg
│   │   │   ├── turtleDemo.py
│   │   │   └── turtledemo_two_canvases.py
│   │   ├── xml
│   │   │   ├── elem_count.py
│   │   │   ├── roundtrip.py
│   │   │   └── rss2html.py
│   │   └── zlib
│   │       ├── minigzip.py
│   │       └── zlibdemo.py
│   ├── Doc
│   │   ├── Makefile
│   │   ├── README.txt
│   │   ├── about.rst
│   │   ├── bugs.rst
│   │   ├── c-api
│   │   │   ├── abstract.rst
│   │   │   ├── allocation.rst
│   │   │   ├── arg.rst
│   │   │   ├── bool.rst
│   │   │   ├── buffer.rst
│   │   │   ├── bytearray.rst
│   │   │   ├── capsule.rst
│   │   │   ├── cell.rst
│   │   │   ├── class.rst
│   │   │   ├── cobject.rst
│   │   │   ├── code.rst
│   │   │   ├── codec.rst
│   │   │   ├── complex.rst
│   │   │   ├── concrete.rst
│   │   │   ├── conversion.rst
│   │   │   ├── datetime.rst
│   │   │   ├── descriptor.rst
│   │   │   ├── dict.rst
│   │   │   ├── exceptions.rst
│   │   │   ├── file.rst
│   │   │   ├── float.rst
│   │   │   ├── function.rst
│   │   │   ├── gcsupport.rst
│   │   │   ├── gen.rst
│   │   │   ├── import.rst
│   │   │   ├── index.rst
│   │   │   ├── init.rst
│   │   │   ├── int.rst
│   │   │   ├── intro.rst
│   │   │   ├── iter.rst
│   │   │   ├── iterator.rst
│   │   │   ├── list.rst
│   │   │   ├── long.rst
│   │   │   ├── mapping.rst
│   │   │   ├── marshal.rst
│   │   │   ├── memory.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
│   │   │   ├── string.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
│   │   ├── 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
│   │   │   ├── cporting.rst
│   │   │   ├── curses.rst
│   │   │   ├── descriptor.rst
│   │   │   ├── doanddont.rst
│   │   │   ├── functional.rst
│   │   │   ├── index.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
│   │   │   ├── email-alternative.py
│   │   │   ├── email-dir.py
│   │   │   ├── email-headers.py
│   │   │   ├── email-mime.py
│   │   │   ├── email-simple.py
│   │   │   ├── email-unpack.py
│   │   │   ├── minidom-example.py
│   │   │   ├── mp_benchmarks.py
│   │   │   ├── mp_newtype.py
│   │   │   ├── mp_pool.py
│   │   │   ├── mp_synchronize.py
│   │   │   ├── mp_webserver.py
│   │   │   ├── mp_workers.py
│   │   │   ├── noddy.c
│   │   │   ├── noddy2.c
│   │   │   ├── noddy3.c
│   │   │   ├── noddy4.c
│   │   │   ├── run-func.c
│   │   │   ├── setup.py
│   │   │   ├── shoddy.c
│   │   │   ├── sqlite3
│   │   │   ├── test.py
│   │   │   ├── typestruct.h
│   │   │   └── tzinfo-examples.py
│   │   ├── install
│   │   │   └── index.rst
│   │   ├── library
│   │   │   ├── 2to3.rst
│   │   │   ├── __builtin__.rst
│   │   │   ├── __future__.rst
│   │   │   ├── __main__.rst
│   │   │   ├── _winreg.rst
│   │   │   ├── abc.rst
│   │   │   ├── aepack.rst
│   │   │   ├── aetools.rst
│   │   │   ├── aetypes.rst
│   │   │   ├── aifc.rst
│   │   │   ├── al.rst
│   │   │   ├── allos.rst
│   │   │   ├── anydbm.rst
│   │   │   ├── archiving.rst
│   │   │   ├── argparse.rst
│   │   │   ├── array.rst
│   │   │   ├── ast.rst
│   │   │   ├── asynchat.rst
│   │   │   ├── asyncore.rst
│   │   │   ├── atexit.rst
│   │   │   ├── audioop.rst
│   │   │   ├── autogil.rst
│   │   │   ├── base64.rst
│   │   │   ├── basehttpserver.rst
│   │   │   ├── bastion.rst
│   │   │   ├── bdb.rst
│   │   │   ├── binascii.rst
│   │   │   ├── binhex.rst
│   │   │   ├── bisect.rst
│   │   │   ├── bsddb.rst
│   │   │   ├── bz2.rst
│   │   │   ├── calendar.rst
│   │   │   ├── carbon.rst
│   │   │   ├── cd.rst
│   │   │   ├── cgi.rst
│   │   │   ├── cgihttpserver.rst
│   │   │   ├── cgitb.rst
│   │   │   ├── chunk.rst
│   │   │   ├── cmath.rst
│   │   │   ├── cmd.rst
│   │   │   ├── code.rst
│   │   │   ├── codecs.rst
│   │   │   ├── codeop.rst
│   │   │   ├── collections.rst
│   │   │   ├── colorpicker.rst
│   │   │   ├── colorsys.rst
│   │   │   ├── commands.rst
│   │   │   ├── compileall.rst
│   │   │   ├── compiler.rst
│   │   │   ├── configparser.rst
│   │   │   ├── constants.rst
│   │   │   ├── contextlib.rst
│   │   │   ├── cookie.rst
│   │   │   ├── cookielib.rst
│   │   │   ├── copy.rst
│   │   │   ├── copy_reg.rst
│   │   │   ├── crypt.rst
│   │   │   ├── crypto.rst
│   │   │   ├── csv.rst
│   │   │   ├── ctypes.rst
│   │   │   ├── curses.ascii.rst
│   │   │   ├── curses.panel.rst
│   │   │   ├── curses.rst
│   │   │   ├── custominterp.rst
│   │   │   ├── datatypes.rst
│   │   │   ├── datetime.rst
│   │   │   ├── dbhash.rst
│   │   │   ├── dbm.rst
│   │   │   ├── debug.rst
│   │   │   ├── decimal.rst
│   │   │   ├── development.rst
│   │   │   ├── difflib.rst
│   │   │   ├── dircache.rst
│   │   │   ├── dis.rst
│   │   │   ├── distutils.rst
│   │   │   ├── dl.rst
│   │   │   ├── doctest.rst
│   │   │   ├── docxmlrpcserver.rst
│   │   │   ├── dumbdbm.rst
│   │   │   ├── dummy_thread.rst
│   │   │   ├── dummy_threading.rst
│   │   │   ├── easydialogs.rst
│   │   │   ├── email-examples.rst
│   │   │   ├── email.charset.rst
│   │   │   ├── email.encoders.rst
│   │   │   ├── email.errors.rst
│   │   │   ├── email.generator.rst
│   │   │   ├── email.header.rst
│   │   │   ├── email.iterators.rst
│   │   │   ├── email.message.rst
│   │   │   ├── email.mime.rst
│   │   │   ├── email.parser.rst
│   │   │   ├── email.rst
│   │   │   ├── email.util.rst
│   │   │   ├── errno.rst
│   │   │   ├── exceptions.rst
│   │   │   ├── fcntl.rst
│   │   │   ├── filecmp.rst
│   │   │   ├── fileformats.rst
│   │   │   ├── fileinput.rst
│   │   │   ├── filesys.rst
│   │   │   ├── fl.rst
│   │   │   ├── fm.rst
│   │   │   ├── fnmatch.rst
│   │   │   ├── formatter.rst
│   │   │   ├── fpectl.rst
│   │   │   ├── fpformat.rst
│   │   │   ├── fractions.rst
│   │   │   ├── framework.rst
│   │   │   ├── frameworks.rst
│   │   │   ├── ftplib.rst
│   │   │   ├── functions.rst
│   │   │   ├── functools.rst
│   │   │   ├── future_builtins.rst
│   │   │   ├── gc.rst
│   │   │   ├── gdbm.rst
│   │   │   ├── gensuitemodule.rst
│   │   │   ├── getopt.rst
│   │   │   ├── getpass.rst
│   │   │   ├── gettext.rst
│   │   │   ├── gl.rst
│   │   │   ├── glob.rst
│   │   │   ├── grp.rst
│   │   │   ├── gzip.rst
│   │   │   ├── hashlib.rst
│   │   │   ├── heapq.rst
│   │   │   ├── hmac.rst
│   │   │   ├── hotshot.rst
│   │   │   ├── htmllib.rst
│   │   │   ├── htmlparser.rst
│   │   │   ├── httplib.rst
│   │   │   ├── i18n.rst
│   │   │   ├── ic.rst
│   │   │   ├── idle.rst
│   │   │   ├── imageop.rst
│   │   │   ├── imaplib.rst
│   │   │   ├── imgfile.rst
│   │   │   ├── imghdr.rst
│   │   │   ├── imp.rst
│   │   │   ├── importlib.rst
│   │   │   ├── imputil.rst
│   │   │   ├── index.rst
│   │   │   ├── inspect.rst
│   │   │   ├── internet.rst
│   │   │   ├── intro.rst
│   │   │   ├── io.rst
│   │   │   ├── ipc.rst
│   │   │   ├── itertools.rst
│   │   │   ├── jpeg.rst
│   │   │   ├── json.rst
│   │   │   ├── keyword.rst
│   │   │   ├── language.rst
│   │   │   ├── linecache.rst
│   │   │   ├── locale.rst
│   │   │   ├── logging.config.rst
│   │   │   ├── logging.handlers.rst
│   │   │   ├── logging.rst
│   │   │   ├── mac.rst
│   │   │   ├── macos.rst
│   │   │   ├── macosa.rst
│   │   │   ├── macostools.rst
│   │   │   ├── macpath.rst
│   │   │   ├── mailbox.rst
│   │   │   ├── mailcap.rst
│   │   │   ├── markup.rst
│   │   │   ├── marshal.rst
│   │   │   ├── math.rst
│   │   │   ├── md5.rst
│   │   │   ├── mhlib.rst
│   │   │   ├── mimetools.rst
│   │   │   ├── mimetypes.rst
│   │   │   ├── mimewriter.rst
│   │   │   ├── mimify.rst
│   │   │   ├── miniaeframe.rst
│   │   │   ├── misc.rst
│   │   │   ├── mm.rst
│   │   │   ├── mmap.rst
│   │   │   ├── modulefinder.rst
│   │   │   ├── modules.rst
│   │   │   ├── msilib.rst
│   │   │   ├── msvcrt.rst
│   │   │   ├── multifile.rst
│   │   │   ├── multiprocessing.rst
│   │   │   ├── mutex.rst
│   │   │   ├── netdata.rst
│   │   │   ├── netrc.rst
│   │   │   ├── new.rst
│   │   │   ├── nis.rst
│   │   │   ├── nntplib.rst
│   │   │   ├── numbers.rst
│   │   │   ├── numeric.rst
│   │   │   ├── operator.rst
│   │   │   ├── optparse.rst
│   │   │   ├── os.path.rst
│   │   │   ├── os.rst
│   │   │   ├── ossaudiodev.rst
│   │   │   ├── othergui.rst
│   │   │   ├── parser.rst
│   │   │   ├── pdb.rst
│   │   │   ├── persistence.rst
│   │   │   ├── pickle.rst
│   │   │   ├── pickletools.rst
│   │   │   ├── pipes.rst
│   │   │   ├── pkgutil.rst
│   │   │   ├── platform.rst
│   │   │   ├── plistlib.rst
│   │   │   ├── popen2.rst
│   │   │   ├── poplib.rst
│   │   │   ├── posix.rst
│   │   │   ├── posixfile.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
│   │   │   ├── repr.rst
│   │   │   ├── resource.rst
│   │   │   ├── restricted.rst
│   │   │   ├── rexec.rst
│   │   │   ├── rfc822.rst
│   │   │   ├── rlcompleter.rst
│   │   │   ├── robotparser.rst
│   │   │   ├── runpy.rst
│   │   │   ├── sched.rst
│   │   │   ├── scrolledtext.rst
│   │   │   ├── select.rst
│   │   │   ├── sets.rst
│   │   │   ├── sgi.rst
│   │   │   ├── sgmllib.rst
│   │   │   ├── sha.rst
│   │   │   ├── shelve.rst
│   │   │   ├── shlex.rst
│   │   │   ├── shutil.rst
│   │   │   ├── signal.rst
│   │   │   ├── simplehttpserver.rst
│   │   │   ├── simplexmlrpcserver.rst
│   │   │   ├── site.rst
│   │   │   ├── smtpd.rst
│   │   │   ├── smtplib.rst
│   │   │   ├── sndhdr.rst
│   │   │   ├── socket.rst
│   │   │   ├── socketserver.rst
│   │   │   ├── someos.rst
│   │   │   ├── spwd.rst
│   │   │   ├── sqlite3.rst
│   │   │   ├── ssl.rst
│   │   │   ├── stat.rst
│   │   │   ├── statvfs.rst
│   │   │   ├── stdtypes.rst
│   │   │   ├── string.rst
│   │   │   ├── stringio.rst
│   │   │   ├── stringprep.rst
│   │   │   ├── strings.rst
│   │   │   ├── struct.rst
│   │   │   ├── subprocess.rst
│   │   │   ├── sun.rst
│   │   │   ├── sunau.rst
│   │   │   ├── sunaudio.rst
│   │   │   ├── symbol.rst
│   │   │   ├── symtable.rst
│   │   │   ├── sys.rst
│   │   │   ├── sysconfig.rst
│   │   │   ├── syslog.rst
│   │   │   ├── tabnanny.rst
│   │   │   ├── tarfile.rst
│   │   │   ├── telnetlib.rst
│   │   │   ├── tempfile.rst
│   │   │   ├── termios.rst
│   │   │   ├── test.rst
│   │   │   ├── textwrap.rst
│   │   │   ├── thread.rst
│   │   │   ├── threading.rst
│   │   │   ├── time.rst
│   │   │   ├── timeit.rst
│   │   │   ├── tix.rst
│   │   │   ├── tk.rst
│   │   │   ├── tkinter.rst
│   │   │   ├── token.rst
│   │   │   ├── tokenize.rst
│   │   │   ├── trace.rst
│   │   │   ├── traceback.rst
│   │   │   ├── ttk.rst
│   │   │   ├── tty.rst
│   │   │   ├── turtle.rst
│   │   │   ├── types.rst
│   │   │   ├── undoc.rst
│   │   │   ├── unicodedata.rst
│   │   │   ├── unittest.rst
│   │   │   ├── unix.rst
│   │   │   ├── urllib.rst
│   │   │   ├── urllib2.rst
│   │   │   ├── urlparse.rst
│   │   │   ├── user.rst
│   │   │   ├── userdict.rst
│   │   │   ├── uu.rst
│   │   │   ├── uuid.rst
│   │   │   ├── warnings.rst
│   │   │   ├── wave.rst
│   │   │   ├── weakref.rst
│   │   │   ├── webbrowser.rst
│   │   │   ├── whichdb.rst
│   │   │   ├── windows.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
│   │   │   ├── xmllib.rst
│   │   │   ├── xmlrpclib.rst
│   │   │   ├── zipfile.rst
│   │   │   ├── zipimport.rst
│   │   │   └── zlib.rst
│   │   ├── license.rst
│   │   ├── make.bat
│   │   ├── reference
│   │   │   ├── compound_stmts.rst
│   │   │   ├── datamodel.rst
│   │   │   ├── executionmodel.rst
│   │   │   ├── expressions.rst
│   │   │   ├── grammar.rst
│   │   │   ├── index.rst
│   │   │   ├── introduction.rst
│   │   │   ├── lexical_analysis.rst
│   │   │   ├── simple_stmts.rst
│   │   │   └── toplevel_components.rst
│   │   ├── tools
│   │   │   ├── dailybuild.py
│   │   │   ├── roman.py
│   │   │   ├── rstlint.py
│   │   │   ├── sphinx-build.py
│   │   │   └── sphinxext
│   │   ├── tutorial
│   │   │   ├── appetite.rst
│   │   │   ├── classes.rst
│   │   │   ├── controlflow.rst
│   │   │   ├── datastructures.rst
│   │   │   ├── errors.rst
│   │   │   ├── floatingpoint.rst
│   │   │   ├── index.rst
│   │   │   ├── inputoutput.rst
│   │   │   ├── interactive.rst
│   │   │   ├── interpreter.rst
│   │   │   ├── introduction.rst
│   │   │   ├── modules.rst
│   │   │   ├── stdlib.rst
│   │   │   ├── stdlib2.rst
│   │   │   └── whatnow.rst
│   │   ├── using
│   │   │   ├── cmdline.rst
│   │   │   ├── index.rst
│   │   │   ├── mac.rst
│   │   │   ├── unix.rst
│   │   │   └── 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
│   │       └── index.rst
│   ├── Grammar
│   │   └── Grammar
│   ├── Include
│   │   ├── Python-ast.h
│   │   ├── Python.h
│   │   ├── abstract.h
│   │   ├── asdl.h
│   │   ├── ast.h
│   │   ├── bitset.h
│   │   ├── boolobject.h
│   │   ├── bufferobject.h
│   │   ├── bytearrayobject.h
│   │   ├── bytes_methods.h
│   │   ├── bytesobject.h
│   │   ├── cStringIO.h
│   │   ├── cellobject.h
│   │   ├── ceval.h
│   │   ├── classobject.h
│   │   ├── cobject.h
│   │   ├── code.h
│   │   ├── codecs.h
│   │   ├── compile.h
│   │   ├── complexobject.h
│   │   ├── datetime.h
│   │   ├── descrobject.h
│   │   ├── dictobject.h
│   │   ├── dtoa.h
│   │   ├── enumobject.h
│   │   ├── errcode.h
│   │   ├── eval.h
│   │   ├── fileobject.h
│   │   ├── floatobject.h
│   │   ├── frameobject.h
│   │   ├── funcobject.h
│   │   ├── genobject.h
│   │   ├── graminit.h
│   │   ├── grammar.h
│   │   ├── import.h
│   │   ├── intobject.h
│   │   ├── intrcheck.h
│   │   ├── iterobject.h
│   │   ├── listobject.h
│   │   ├── longintrepr.h
│   │   ├── longobject.h
│   │   ├── marshal.h
│   │   ├── memoryobject.h
│   │   ├── metagrammar.h
│   │   ├── methodobject.h
│   │   ├── modsupport.h
│   │   ├── moduleobject.h
│   │   ├── node.h
│   │   ├── object.h
│   │   ├── objimpl.h
│   │   ├── opcode.h
│   │   ├── osdefs.h
│   │   ├── parsetok.h
│   │   ├── patchlevel.h
│   │   ├── pgen.h
│   │   ├── pgenheaders.h
│   │   ├── py_curses.h
│   │   ├── pyarena.h
│   │   ├── pycapsule.h
│   │   ├── pyctype.h
│   │   ├── pydebug.h
│   │   ├── pyerrors.h
│   │   ├── pyexpat.h
│   │   ├── pyfpe.h
│   │   ├── pygetopt.h
│   │   ├── pymacconfig.h
│   │   ├── pymactoolbox.h
│   │   ├── pymath.h
│   │   ├── pymem.h
│   │   ├── pyport.h
│   │   ├── pystate.h
│   │   ├── pystrcmp.h
│   │   ├── pystrtod.h
│   │   ├── pythonrun.h
│   │   ├── pythread.h
│   │   ├── rangeobject.h
│   │   ├── setobject.h
│   │   ├── sliceobject.h
│   │   ├── stringobject.h
│   │   ├── structmember.h
│   │   ├── structseq.h
│   │   ├── symtable.h
│   │   ├── sysmodule.h
│   │   ├── timefuncs.h
│   │   ├── token.h
│   │   ├── traceback.h
│   │   ├── tupleobject.h
│   │   ├── ucnhash.h
│   │   ├── unicodeobject.h
│   │   ├── warnings.h
│   │   └── weakrefobject.h
│   ├── LICENSE
│   ├── Lib
│   │   ├── BaseHTTPServer.py
│   │   ├── Bastion.py
│   │   ├── CGIHTTPServer.py
│   │   ├── ConfigParser.py
│   │   ├── Cookie.py
│   │   ├── DocXMLRPCServer.py
│   │   ├── HTMLParser.py
│   │   ├── MimeWriter.py
│   │   ├── Queue.py
│   │   ├── SimpleHTTPServer.py
│   │   ├── SimpleXMLRPCServer.py
│   │   ├── SocketServer.py
│   │   ├── StringIO.py
│   │   ├── UserDict.py
│   │   ├── UserList.py
│   │   ├── UserString.py
│   │   ├── _LWPCookieJar.py
│   │   ├── _MozillaCookieJar.py
│   │   ├── __future__.py
│   │   ├── __phello__.foo.py
│   │   ├── _abcoll.py
│   │   ├── _osx_support.py
│   │   ├── _pyio.py
│   │   ├── _strptime.py
│   │   ├── _threading_local.py
│   │   ├── _weakrefset.py
│   │   ├── abc.py
│   │   ├── aifc.py
│   │   ├── antigravity.py
│   │   ├── anydbm.py
│   │   ├── argparse.py
│   │   ├── ast.py
│   │   ├── asynchat.py
│   │   ├── asyncore.py
│   │   ├── atexit.py
│   │   ├── audiodev.py
│   │   ├── base64.py
│   │   ├── bdb.py
│   │   ├── binhex.py
│   │   ├── bisect.py
│   │   ├── bsddb
│   │   │   ├── __init__.py
│   │   │   ├── db.py
│   │   │   ├── dbobj.py
│   │   │   ├── dbrecio.py
│   │   │   ├── dbshelve.py
│   │   │   ├── dbtables.py
│   │   │   ├── dbutils.py
│   │   │   └── test
│   │   ├── cProfile.py
│   │   ├── calendar.py
│   │   ├── cgi.py
│   │   ├── cgitb.py
│   │   ├── chunk.py
│   │   ├── cmd.py
│   │   ├── code.py
│   │   ├── codecs.py
│   │   ├── codeop.py
│   │   ├── collections.py
│   │   ├── colorsys.py
│   │   ├── commands.py
│   │   ├── compileall.py
│   │   ├── compiler
│   │   │   ├── __init__.py
│   │   │   ├── ast.py
│   │   │   ├── consts.py
│   │   │   ├── future.py
│   │   │   ├── misc.py
│   │   │   ├── pyassem.py
│   │   │   ├── pycodegen.py
│   │   │   ├── symbols.py
│   │   │   ├── syntax.py
│   │   │   ├── transformer.py
│   │   │   └── visitor.py
│   │   ├── contextlib.py
│   │   ├── cookielib.py
│   │   ├── copy.py
│   │   ├── copy_reg.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
│   │   │   └── wrapper.py
│   │   ├── dbhash.py
│   │   ├── decimal.py
│   │   ├── difflib.py
│   │   ├── dircache.py
│   │   ├── dis.py
│   │   ├── distutils
│   │   │   ├── README
│   │   │   ├── __init__.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
│   │   │   ├── emxccompiler.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
│   │   ├── dumbdbm.py
│   │   ├── dummy_thread.py
│   │   ├── dummy_threading.py
│   │   ├── email
│   │   │   ├── __init__.py
│   │   │   ├── _parseaddr.py
│   │   │   ├── base64mime.py
│   │   │   ├── charset.py
│   │   │   ├── encoders.py
│   │   │   ├── errors.py
│   │   │   ├── feedparser.py
│   │   │   ├── generator.py
│   │   │   ├── header.py
│   │   │   ├── iterators.py
│   │   │   ├── message.py
│   │   │   ├── mime
│   │   │   ├── parser.py
│   │   │   ├── quoprimime.py
│   │   │   ├── test
│   │   │   └── 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
│   │   │   ├── cp1140.py
│   │   │   ├── cp1250.py
│   │   │   ├── cp1251.py
│   │   │   ├── cp1252.py
│   │   │   ├── cp1253.py
│   │   │   ├── cp1254.py
│   │   │   ├── cp1255.py
│   │   │   ├── cp1256.py
│   │   │   ├── cp1257.py
│   │   │   ├── cp1258.py
│   │   │   ├── cp424.py
│   │   │   ├── cp437.py
│   │   │   ├── cp500.py
│   │   │   ├── cp720.py
│   │   │   ├── cp737.py
│   │   │   ├── cp775.py
│   │   │   ├── cp850.py
│   │   │   ├── cp852.py
│   │   │   ├── cp855.py
│   │   │   ├── cp856.py
│   │   │   ├── cp857.py
│   │   │   ├── cp858.py
│   │   │   ├── cp860.py
│   │   │   ├── cp861.py
│   │   │   ├── cp862.py
│   │   │   ├── cp863.py
│   │   │   ├── cp864.py
│   │   │   ├── cp865.py
│   │   │   ├── cp866.py
│   │   │   ├── cp869.py
│   │   │   ├── cp874.py
│   │   │   ├── cp875.py
│   │   │   ├── cp932.py
│   │   │   ├── cp949.py
│   │   │   ├── cp950.py
│   │   │   ├── euc_jis_2004.py
│   │   │   ├── euc_jisx0213.py
│   │   │   ├── euc_jp.py
│   │   │   ├── euc_kr.py
│   │   │   ├── gb18030.py
│   │   │   ├── gb2312.py
│   │   │   ├── gbk.py
│   │   │   ├── hex_codec.py
│   │   │   ├── hp_roman8.py
│   │   │   ├── hz.py
│   │   │   ├── idna.py
│   │   │   ├── iso2022_jp.py
│   │   │   ├── iso2022_jp_1.py
│   │   │   ├── iso2022_jp_2.py
│   │   │   ├── iso2022_jp_2004.py
│   │   │   ├── iso2022_jp_3.py
│   │   │   ├── iso2022_jp_ext.py
│   │   │   ├── iso2022_kr.py
│   │   │   ├── iso8859_1.py
│   │   │   ├── iso8859_10.py
│   │   │   ├── iso8859_11.py
│   │   │   ├── iso8859_13.py
│   │   │   ├── iso8859_14.py
│   │   │   ├── iso8859_15.py
│   │   │   ├── iso8859_16.py
│   │   │   ├── iso8859_2.py
│   │   │   ├── iso8859_3.py
│   │   │   ├── iso8859_4.py
│   │   │   ├── iso8859_5.py
│   │   │   ├── iso8859_6.py
│   │   │   ├── iso8859_7.py
│   │   │   ├── iso8859_8.py
│   │   │   ├── iso8859_9.py
│   │   │   ├── johab.py
│   │   │   ├── koi8_r.py
│   │   │   ├── koi8_u.py
│   │   │   ├── latin_1.py
│   │   │   ├── mac_arabic.py
│   │   │   ├── mac_centeuro.py
│   │   │   ├── mac_croatian.py
│   │   │   ├── mac_cyrillic.py
│   │   │   ├── mac_farsi.py
│   │   │   ├── mac_greek.py
│   │   │   ├── mac_iceland.py
│   │   │   ├── mac_latin2.py
│   │   │   ├── mac_roman.py
│   │   │   ├── mac_romanian.py
│   │   │   ├── mac_turkish.py
│   │   │   ├── mbcs.py
│   │   │   ├── palmos.py
│   │   │   ├── ptcp154.py
│   │   │   ├── punycode.py
│   │   │   ├── quopri_codec.py
│   │   │   ├── raw_unicode_escape.py
│   │   │   ├── rot_13.py
│   │   │   ├── shift_jis.py
│   │   │   ├── shift_jis_2004.py
│   │   │   ├── shift_jisx0213.py
│   │   │   ├── string_escape.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
│   │   ├── filecmp.py
│   │   ├── fileinput.py
│   │   ├── fnmatch.py
│   │   ├── formatter.py
│   │   ├── fpformat.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
│   │   ├── hotshot
│   │   │   ├── __init__.py
│   │   │   ├── log.py
│   │   │   ├── stats.py
│   │   │   └── stones.py
│   │   ├── htmlentitydefs.py
│   │   ├── htmllib.py
│   │   ├── httplib.py
│   │   ├── idlelib
│   │   │   ├── AutoComplete.py
│   │   │   ├── AutoCompleteWindow.py
│   │   │   ├── AutoExpand.py
│   │   │   ├── Bindings.py
│   │   │   ├── CREDITS.txt
│   │   │   ├── CallTipWindow.py
│   │   │   ├── CallTips.py
│   │   │   ├── ChangeLog
│   │   │   ├── ClassBrowser.py
│   │   │   ├── CodeContext.py
│   │   │   ├── ColorDelegator.py
│   │   │   ├── Debugger.py
│   │   │   ├── Delegator.py
│   │   │   ├── EditorWindow.py
│   │   │   ├── FileList.py
│   │   │   ├── FormatParagraph.py
│   │   │   ├── GrepDialog.py
│   │   │   ├── HISTORY.txt
│   │   │   ├── HyperParser.py
│   │   │   ├── IOBinding.py
│   │   │   ├── Icons
│   │   │   ├── IdleHistory.py
│   │   │   ├── MultiCall.py
│   │   │   ├── MultiStatusBar.py
│   │   │   ├── NEWS.txt
│   │   │   ├── ObjectBrowser.py
│   │   │   ├── OutputWindow.py
│   │   │   ├── ParenMatch.py
│   │   │   ├── PathBrowser.py
│   │   │   ├── Percolator.py
│   │   │   ├── PyParse.py
│   │   │   ├── PyShell.py
│   │   │   ├── README.txt
│   │   │   ├── RemoteDebugger.py
│   │   │   ├── RemoteObjectBrowser.py
│   │   │   ├── ReplaceDialog.py
│   │   │   ├── RstripExtension.py
│   │   │   ├── ScriptBinding.py
│   │   │   ├── ScrolledList.py
│   │   │   ├── SearchDialog.py
│   │   │   ├── SearchDialogBase.py
│   │   │   ├── SearchEngine.py
│   │   │   ├── StackViewer.py
│   │   │   ├── TODO.txt
│   │   │   ├── ToolTip.py
│   │   │   ├── TreeWidget.py
│   │   │   ├── UndoDelegator.py
│   │   │   ├── WidgetRedirector.py
│   │   │   ├── WindowList.py
│   │   │   ├── ZoomHeight.py
│   │   │   ├── __init__.py
│   │   │   ├── aboutDialog.py
│   │   │   ├── config-extensions.def
│   │   │   ├── config-highlight.def
│   │   │   ├── config-keys.def
│   │   │   ├── config-main.def
│   │   │   ├── configDialog.py
│   │   │   ├── configHandler.py
│   │   │   ├── configHelpSourceEdit.py
│   │   │   ├── configSectionNameDialog.py
│   │   │   ├── dynOptionMenuWidget.py
│   │   │   ├── extend.txt
│   │   │   ├── help.txt
│   │   │   ├── idle.bat
│   │   │   ├── idle.py
│   │   │   ├── idle.pyw
│   │   │   ├── idle_test
│   │   │   ├── idlever.py
│   │   │   ├── keybindingDialog.py
│   │   │   ├── macosxSupport.py
│   │   │   ├── rpc.py
│   │   │   ├── run.py
│   │   │   ├── tabbedpages.py
│   │   │   ├── testcode.py
│   │   │   └── textView.py
│   │   ├── ihooks.py
│   │   ├── imaplib.py
│   │   ├── imghdr.py
│   │   ├── importlib
│   │   │   └── __init__.py
│   │   ├── imputil.py
│   │   ├── inspect.py
│   │   ├── io.py
│   │   ├── json
│   │   │   ├── __init__.py
│   │   │   ├── decoder.py
│   │   │   ├── encoder.py
│   │   │   ├── scanner.py
│   │   │   ├── tests
│   │   │   └── tool.py
│   │   ├── keyword.py
│   │   ├── lib-tk
│   │   │   ├── Canvas.py
│   │   │   ├── Dialog.py
│   │   │   ├── FileDialog.py
│   │   │   ├── FixTk.py
│   │   │   ├── ScrolledText.py
│   │   │   ├── SimpleDialog.py
│   │   │   ├── Tix.py
│   │   │   ├── Tkconstants.py
│   │   │   ├── Tkdnd.py
│   │   │   ├── Tkinter.py
│   │   │   ├── test
│   │   │   ├── tkColorChooser.py
│   │   │   ├── tkCommonDialog.py
│   │   │   ├── tkFileDialog.py
│   │   │   ├── tkFont.py
│   │   │   ├── tkMessageBox.py
│   │   │   ├── tkSimpleDialog.py
│   │   │   ├── ttk.py
│   │   │   └── turtle.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
│   │   ├── macpath.py
│   │   ├── macurl2path.py
│   │   ├── mailbox.py
│   │   ├── mailcap.py
│   │   ├── markupbase.py
│   │   ├── md5.py
│   │   ├── mhlib.py
│   │   ├── mimetools.py
│   │   ├── mimetypes.py
│   │   ├── mimify.py
│   │   ├── modulefinder.py
│   │   ├── msilib
│   │   │   ├── __init__.py
│   │   │   ├── schema.py
│   │   │   ├── sequence.py
│   │   │   └── text.py
│   │   ├── multifile.py
│   │   ├── multiprocessing
│   │   │   ├── __init__.py
│   │   │   ├── connection.py
│   │   │   ├── dummy
│   │   │   ├── forking.py
│   │   │   ├── heap.py
│   │   │   ├── managers.py
│   │   │   ├── pool.py
│   │   │   ├── process.py
│   │   │   ├── queues.py
│   │   │   ├── reduction.py
│   │   │   ├── sharedctypes.py
│   │   │   ├── synchronize.py
│   │   │   └── util.py
│   │   ├── mutex.py
│   │   ├── netrc.py
│   │   ├── new.py
│   │   ├── nntplib.py
│   │   ├── ntpath.py
│   │   ├── nturl2path.py
│   │   ├── numbers.py
│   │   ├── opcode.py
│   │   ├── optparse.py
│   │   ├── os.py
│   │   ├── os2emxpath.py
│   │   ├── pdb.doc
│   │   ├── pdb.py
│   │   ├── pickle.py
│   │   ├── pickletools.py
│   │   ├── pipes.py
│   │   ├── pkgutil.py
│   │   ├── plat-aix3
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-aix4
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-atheos
│   │   │   ├── IN.py
│   │   │   ├── TYPES.py
│   │   │   └── regen
│   │   ├── plat-beos5
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-darwin
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd4
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd5
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd6
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd7
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-freebsd8
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-generic
│   │   │   └── regen
│   │   ├── plat-irix5
│   │   │   ├── AL.py
│   │   │   ├── CD.py
│   │   │   ├── CL.py
│   │   │   ├── CL_old.py
│   │   │   ├── DEVICE.py
│   │   │   ├── ERRNO.py
│   │   │   ├── FILE.py
│   │   │   ├── FL.py
│   │   │   ├── GET.py
│   │   │   ├── GL.py
│   │   │   ├── GLWS.py
│   │   │   ├── IN.py
│   │   │   ├── IOCTL.py
│   │   │   ├── SV.py
│   │   │   ├── WAIT.py
│   │   │   ├── cddb.py
│   │   │   ├── cdplayer.py
│   │   │   ├── flp.doc
│   │   │   ├── flp.py
│   │   │   ├── jpeg.py
│   │   │   ├── panel.py
│   │   │   ├── panelparser.py
│   │   │   ├── readcd.doc
│   │   │   ├── readcd.py
│   │   │   ├── regen
│   │   │   └── torgb.py
│   │   ├── plat-irix6
│   │   │   ├── AL.py
│   │   │   ├── CD.py
│   │   │   ├── CL.py
│   │   │   ├── DEVICE.py
│   │   │   ├── ERRNO.py
│   │   │   ├── FILE.py
│   │   │   ├── FL.py
│   │   │   ├── GET.py
│   │   │   ├── GL.py
│   │   │   ├── GLWS.py
│   │   │   ├── IN.py
│   │   │   ├── IOCTL.py
│   │   │   ├── SV.py
│   │   │   ├── WAIT.py
│   │   │   ├── cddb.py
│   │   │   ├── cdplayer.py
│   │   │   ├── flp.doc
│   │   │   ├── flp.py
│   │   │   ├── jpeg.py
│   │   │   ├── panel.py
│   │   │   ├── panelparser.py
│   │   │   ├── readcd.doc
│   │   │   ├── readcd.py
│   │   │   ├── regen
│   │   │   └── torgb.py
│   │   ├── plat-linux2
│   │   │   ├── CDROM.py
│   │   │   ├── DLFCN.py
│   │   │   ├── IN.py
│   │   │   ├── TYPES.py
│   │   │   └── regen
│   │   ├── plat-mac
│   │   │   ├── Audio_mac.py
│   │   │   ├── Carbon
│   │   │   ├── EasyDialogs.py
│   │   │   ├── FrameWork.py
│   │   │   ├── MiniAEFrame.py
│   │   │   ├── PixMapWrapper.py
│   │   │   ├── aepack.py
│   │   │   ├── aetools.py
│   │   │   ├── aetypes.py
│   │   │   ├── applesingle.py
│   │   │   ├── appletrawmain.py
│   │   │   ├── appletrunner.py
│   │   │   ├── argvemulator.py
│   │   │   ├── bgenlocations.py
│   │   │   ├── buildtools.py
│   │   │   ├── bundlebuilder.py
│   │   │   ├── cfmfile.py
│   │   │   ├── dialogs.rsrc
│   │   │   ├── errors.rsrc
│   │   │   ├── findertools.py
│   │   │   ├── gensuitemodule.py
│   │   │   ├── ic.py
│   │   │   ├── icopen.py
│   │   │   ├── lib-scriptpackages
│   │   │   ├── macerrors.py
│   │   │   ├── macostools.py
│   │   │   ├── macresource.py
│   │   │   ├── pimp.py
│   │   │   ├── terminalcommand.py
│   │   │   └── videoreader.py
│   │   ├── plat-netbsd1
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-next3
│   │   │   └── regen
│   │   ├── plat-os2emx
│   │   │   ├── IN.py
│   │   │   ├── SOCKET.py
│   │   │   ├── _emx_link.py
│   │   │   ├── grp.py
│   │   │   ├── pwd.py
│   │   │   └── regen
│   │   ├── plat-riscos
│   │   │   ├── riscosenviron.py
│   │   │   ├── riscospath.py
│   │   │   └── rourl2path.py
│   │   ├── plat-sunos5
│   │   │   ├── CDIO.py
│   │   │   ├── DLFCN.py
│   │   │   ├── IN.py
│   │   │   ├── STROPTS.py
│   │   │   ├── SUNAUDIODEV.py
│   │   │   ├── TYPES.py
│   │   │   └── regen
│   │   ├── plat-unixware7
│   │   │   ├── IN.py
│   │   │   ├── STROPTS.py
│   │   │   └── regen
│   │   ├── platform.py
│   │   ├── plistlib.py
│   │   ├── popen2.py
│   │   ├── poplib.py
│   │   ├── posixfile.py
│   │   ├── posixpath.py
│   │   ├── pprint.py
│   │   ├── profile.py
│   │   ├── pstats.py
│   │   ├── pty.py
│   │   ├── py_compile.py
│   │   ├── pyclbr.py
│   │   ├── pydoc.py
│   │   ├── pydoc_data
│   │   │   ├── __init__.py
│   │   │   └── topics.py
│   │   ├── quopri.py
│   │   ├── random.py
│   │   ├── re.py
│   │   ├── repr.py
│   │   ├── rexec.py
│   │   ├── rfc822.py
│   │   ├── rlcompleter.py
│   │   ├── robotparser.py
│   │   ├── runpy.py
│   │   ├── sched.py
│   │   ├── sets.py
│   │   ├── sgmllib.py
│   │   ├── sha.py
│   │   ├── shelve.py
│   │   ├── shlex.py
│   │   ├── shutil.py
│   │   ├── site-packages
│   │   │   └── README
│   │   ├── site.py
│   │   ├── smtpd.py
│   │   ├── smtplib.py
│   │   ├── sndhdr.py
│   │   ├── socket.py
│   │   ├── sqlite3
│   │   │   ├── __init__.py
│   │   │   ├── dbapi2.py
│   │   │   ├── dump.py
│   │   │   └── test
│   │   ├── sre.py
│   │   ├── sre_compile.py
│   │   ├── sre_constants.py
│   │   ├── sre_parse.py
│   │   ├── ssl.py
│   │   ├── stat.py
│   │   ├── statvfs.py
│   │   ├── string.py
│   │   ├── stringold.py
│   │   ├── stringprep.py
│   │   ├── struct.py
│   │   ├── subprocess.py
│   │   ├── sunau.py
│   │   ├── sunaudio.py
│   │   ├── symbol.py
│   │   ├── symtable.py
│   │   ├── sysconfig.py
│   │   ├── tabnanny.py
│   │   ├── tarfile.py
│   │   ├── telnetlib.py
│   │   ├── tempfile.py
│   │   ├── test
│   │   │   ├── 185test.db
│   │   │   ├── Sine-1000Hz-300ms.aif
│   │   │   ├── __init__.py
│   │   │   ├── audiodata
│   │   │   ├── audiotest.au
│   │   │   ├── audiotests.py
│   │   │   ├── autotest.py
│   │   │   ├── bad_coding.py
│   │   │   ├── bad_coding2.py
│   │   │   ├── bad_coding3.py
│   │   │   ├── badcert.pem
│   │   │   ├── badkey.pem
│   │   │   ├── badsyntax_future3.py
│   │   │   ├── badsyntax_future4.py
│   │   │   ├── badsyntax_future5.py
│   │   │   ├── badsyntax_future6.py
│   │   │   ├── badsyntax_future7.py
│   │   │   ├── badsyntax_future8.py
│   │   │   ├── badsyntax_future9.py
│   │   │   ├── badsyntax_nocaret.py
│   │   │   ├── buffer_tests.py
│   │   │   ├── cfgparser.1
│   │   │   ├── check_soundcard.vbs
│   │   │   ├── cjkencodings
│   │   │   ├── cmath_testcases.txt
│   │   │   ├── crashers
│   │   │   ├── curses_tests.py
│   │   │   ├── data
│   │   │   ├── decimaltestdata
│   │   │   ├── doctest_aliases.py
│   │   │   ├── double_const.py
│   │   │   ├── empty.vbs
│   │   │   ├── exception_hierarchy.txt
│   │   │   ├── floating_points.txt
│   │   │   ├── fork_wait.py
│   │   │   ├── formatfloat_testcases.txt
│   │   │   ├── gdb_sample.py
│   │   │   ├── greyrgb.uue
│   │   │   ├── https_svn_python_org_root.pem
│   │   │   ├── ieee754.txt
│   │   │   ├── imghdrdata
│   │   │   ├── infinite_reload.py
│   │   │   ├── inspect_fodder.py
│   │   │   ├── inspect_fodder2.py
│   │   │   ├── keycert.pem
│   │   │   ├── leakers
│   │   │   ├── list_tests.py
│   │   │   ├── lock_tests.py
│   │   │   ├── mapping_tests.py
│   │   │   ├── math_testcases.txt
│   │   │   ├── mp_fork_bomb.py
│   │   │   ├── nokia.pem
│   │   │   ├── nullbytecert.pem
│   │   │   ├── nullcert.pem
│   │   │   ├── outstanding_bugs.py
│   │   │   ├── pickletester.py
│   │   │   ├── profilee.py
│   │   │   ├── pyclbr_input.py
│   │   │   ├── pydoc_mod.py
│   │   │   ├── pydocfodder.py
│   │   │   ├── pystone.py
│   │   │   ├── randv2_32.pck
│   │   │   ├── randv2_64.pck
│   │   │   ├── randv3.pck
│   │   │   ├── re_tests.py
│   │   │   ├── regrtest.py
│   │   │   ├── relimport.py
│   │   │   ├── reperf.py
│   │   │   ├── sample_doctest.py
│   │   │   ├── sample_doctest_no_docstrings.py
│   │   │   ├── sample_doctest_no_doctests.py
│   │   │   ├── script_helper.py
│   │   │   ├── seq_tests.py
│   │   │   ├── sgml_input.html
│   │   │   ├── sha256.pem
│   │   │   ├── sortperf.py
│   │   │   ├── string_tests.py
│   │   │   ├── subprocessdata
│   │   │   ├── symlink_support.py
│   │   │   ├── test_MimeWriter.py
│   │   │   ├── test_SimpleHTTPServer.py
│   │   │   ├── test_StringIO.py
│   │   │   ├── test___all__.py
│   │   │   ├── test___future__.py
│   │   │   ├── test__locale.py
│   │   │   ├── test__osx_support.py
│   │   │   ├── test_abc.py
│   │   │   ├── test_abstract_numbers.py
│   │   │   ├── test_aepack.py
│   │   │   ├── test_aifc.py
│   │   │   ├── test_al.py
│   │   │   ├── test_anydbm.py
│   │   │   ├── test_applesingle.py
│   │   │   ├── test_argparse.py
│   │   │   ├── test_array.py
│   │   │   ├── test_ascii_formatd.py
│   │   │   ├── test_ast.py
│   │   │   ├── test_asynchat.py
│   │   │   ├── test_asyncore.py
│   │   │   ├── test_atexit.py
│   │   │   ├── test_audioop.py
│   │   │   ├── test_augassign.py
│   │   │   ├── test_base64.py
│   │   │   ├── test_bastion.py
│   │   │   ├── test_bigaddrspace.py
│   │   │   ├── test_bigmem.py
│   │   │   ├── test_binascii.py
│   │   │   ├── test_binhex.py
│   │   │   ├── test_binop.py
│   │   │   ├── test_bisect.py
│   │   │   ├── test_bool.py
│   │   │   ├── test_bsddb.py
│   │   │   ├── test_bsddb185.py
│   │   │   ├── test_bsddb3.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_cd.py
│   │   │   ├── test_cfgparser.py
│   │   │   ├── test_cgi.py
│   │   │   ├── test_charmapcodec.py
│   │   │   ├── test_cl.py
│   │   │   ├── test_class.py
│   │   │   ├── test_cmath.py
│   │   │   ├── test_cmd.py
│   │   │   ├── test_cmd_line.py
│   │   │   ├── test_cmd_line_script.py
│   │   │   ├── test_code.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_coding.py
│   │   │   ├── test_coercion.py
│   │   │   ├── test_collections.py
│   │   │   ├── test_colorsys.py
│   │   │   ├── test_commands.py
│   │   │   ├── test_compare.py
│   │   │   ├── test_compile.py
│   │   │   ├── test_compileall.py
│   │   │   ├── test_compiler.py
│   │   │   ├── test_complex.py
│   │   │   ├── test_complex_args.py
│   │   │   ├── test_contains.py
│   │   │   ├── test_contextlib.py
│   │   │   ├── test_cookie.py
│   │   │   ├── test_cookielib.py
│   │   │   ├── test_copy.py
│   │   │   ├── test_copy_reg.py
│   │   │   ├── test_cpickle.py
│   │   │   ├── test_cprofile.py
│   │   │   ├── test_crypt.py
│   │   │   ├── test_csv.py
│   │   │   ├── test_ctypes.py
│   │   │   ├── test_curses.py
│   │   │   ├── test_datetime.py
│   │   │   ├── test_dbm.py
│   │   │   ├── test_decimal.py
│   │   │   ├── test_decorators.py
│   │   │   ├── test_defaultdict.py
│   │   │   ├── test_deque.py
│   │   │   ├── test_descr.py
│   │   │   ├── test_descrtut.py
│   │   │   ├── test_dict.py
│   │   │   ├── test_dictcomps.py
│   │   │   ├── test_dictviews.py
│   │   │   ├── test_difflib.py
│   │   │   ├── test_difflib_expect.html
│   │   │   ├── test_dircache.py
│   │   │   ├── test_dis.py
│   │   │   ├── test_distutils.py
│   │   │   ├── test_dl.py
│   │   │   ├── test_doctest.py
│   │   │   ├── test_doctest.txt
│   │   │   ├── test_doctest2.py
│   │   │   ├── test_doctest2.txt
│   │   │   ├── test_doctest3.txt
│   │   │   ├── test_doctest4.txt
│   │   │   ├── test_docxmlrpc.py
│   │   │   ├── test_dumbdbm.py
│   │   │   ├── test_dummy_thread.py
│   │   │   ├── test_dummy_threading.py
│   │   │   ├── test_email.py
│   │   │   ├── test_email_codecs.py
│   │   │   ├── test_email_renamed.py
│   │   │   ├── test_enumerate.py
│   │   │   ├── test_eof.py
│   │   │   ├── test_epoll.py
│   │   │   ├── test_errno.py
│   │   │   ├── test_exception_variations.py
│   │   │   ├── test_exceptions.py
│   │   │   ├── test_extcall.py
│   │   │   ├── test_fcntl.py
│   │   │   ├── test_file.py
│   │   │   ├── test_file2k.py
│   │   │   ├── test_file_eintr.py
│   │   │   ├── test_filecmp.py
│   │   │   ├── test_fileinput.py
│   │   │   ├── test_fileio.py
│   │   │   ├── test_float.py
│   │   │   ├── test_fnmatch.py
│   │   │   ├── test_fork1.py
│   │   │   ├── test_format.py
│   │   │   ├── test_fpformat.py
│   │   │   ├── test_fractions.py
│   │   │   ├── test_frozen.py
│   │   │   ├── test_ftplib.py
│   │   │   ├── test_funcattrs.py
│   │   │   ├── test_functools.py
│   │   │   ├── test_future.py
│   │   │   ├── test_future1.py
│   │   │   ├── test_future2.py
│   │   │   ├── test_future3.py
│   │   │   ├── test_future4.py
│   │   │   ├── test_future5.py
│   │   │   ├── test_future_builtins.py
│   │   │   ├── test_gc.py
│   │   │   ├── test_gdb.py
│   │   │   ├── test_gdbm.py
│   │   │   ├── test_generators.py
│   │   │   ├── test_genericpath.py
│   │   │   ├── test_genexps.py
│   │   │   ├── test_getargs.py
│   │   │   ├── test_getargs2.py
│   │   │   ├── test_getopt.py
│   │   │   ├── test_gettext.py
│   │   │   ├── test_gl.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_hotshot.py
│   │   │   ├── test_htmllib.py
│   │   │   ├── test_htmlparser.py
│   │   │   ├── test_httplib.py
│   │   │   ├── test_httpservers.py
│   │   │   ├── test_idle.py
│   │   │   ├── test_imageop.py
│   │   │   ├── test_imaplib.py
│   │   │   ├── test_imgfile.py
│   │   │   ├── test_imghdr.py
│   │   │   ├── test_imp.py
│   │   │   ├── test_import.py
│   │   │   ├── test_importhooks.py
│   │   │   ├── test_importlib.py
│   │   │   ├── test_index.py
│   │   │   ├── test_inspect.py
│   │   │   ├── test_int.py
│   │   │   ├── test_int_literal.py
│   │   │   ├── test_io.py
│   │   │   ├── test_ioctl.py
│   │   │   ├── test_isinstance.py
│   │   │   ├── test_iter.py
│   │   │   ├── test_iterlen.py
│   │   │   ├── test_itertools.py
│   │   │   ├── test_json.py
│   │   │   ├── test_kqueue.py
│   │   │   ├── test_largefile.py
│   │   │   ├── test_lib2to3.py
│   │   │   ├── test_linecache.py
│   │   │   ├── test_linuxaudiodev.py
│   │   │   ├── test_list.py
│   │   │   ├── test_locale.py
│   │   │   ├── test_logging.py
│   │   │   ├── test_long.py
│   │   │   ├── test_long_future.py
│   │   │   ├── test_longexp.py
│   │   │   ├── test_macos.py
│   │   │   ├── test_macostools.py
│   │   │   ├── test_macpath.py
│   │   │   ├── test_macurl2path.py
│   │   │   ├── test_mailbox.py
│   │   │   ├── test_marshal.py
│   │   │   ├── test_math.py
│   │   │   ├── test_md5.py
│   │   │   ├── test_memoryio.py
│   │   │   ├── test_memoryview.py
│   │   │   ├── test_mhlib.py
│   │   │   ├── test_mimetools.py
│   │   │   ├── test_mimetypes.py
│   │   │   ├── test_minidom.py
│   │   │   ├── test_mmap.py
│   │   │   ├── test_module.py
│   │   │   ├── test_modulefinder.py
│   │   │   ├── test_msilib.py
│   │   │   ├── test_multibytecodec.py
│   │   │   ├── test_multibytecodec_support.py
│   │   │   ├── test_multifile.py
│   │   │   ├── test_multiprocessing.py
│   │   │   ├── test_mutants.py
│   │   │   ├── test_mutex.py
│   │   │   ├── test_netrc.py
│   │   │   ├── test_new.py
│   │   │   ├── test_nis.py
│   │   │   ├── test_nntplib.py
│   │   │   ├── test_normalization.py
│   │   │   ├── test_ntpath.py
│   │   │   ├── test_old_mailbox.py
│   │   │   ├── test_opcodes.py
│   │   │   ├── test_openpty.py
│   │   │   ├── test_operator.py
│   │   │   ├── test_optparse.py
│   │   │   ├── test_os.py
│   │   │   ├── test_ossaudiodev.py
│   │   │   ├── test_parser.py
│   │   │   ├── test_pdb.py
│   │   │   ├── test_peepholer.py
│   │   │   ├── test_pep247.py
│   │   │   ├── test_pep263.py
│   │   │   ├── test_pep277.py
│   │   │   ├── test_pep292.py
│   │   │   ├── test_pep352.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_popen2.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_pwd.py
│   │   │   ├── test_py3kwarn.py
│   │   │   ├── test_py_compile.py
│   │   │   ├── test_pyclbr.py
│   │   │   ├── test_pydoc.py
│   │   │   ├── test_pyexpat.py
│   │   │   ├── test_queue.py
│   │   │   ├── test_quopri.py
│   │   │   ├── test_random.py
│   │   │   ├── test_re.py
│   │   │   ├── test_readline.py
│   │   │   ├── test_repr.py
│   │   │   ├── test_resource.py
│   │   │   ├── test_rfc822.py
│   │   │   ├── test_richcmp.py
│   │   │   ├── test_rlcompleter.py
│   │   │   ├── test_robotparser.py
│   │   │   ├── test_runpy.py
│   │   │   ├── test_sax.py
│   │   │   ├── test_scope.py
│   │   │   ├── test_scriptpackages.py
│   │   │   ├── test_select.py
│   │   │   ├── test_set.py
│   │   │   ├── test_setcomps.py
│   │   │   ├── test_sets.py
│   │   │   ├── test_sgmllib.py
│   │   │   ├── test_sha.py
│   │   │   ├── test_shelve.py
│   │   │   ├── test_shlex.py
│   │   │   ├── test_shutil.py
│   │   │   ├── test_signal.py
│   │   │   ├── test_site.py
│   │   │   ├── test_slice.py
│   │   │   ├── test_smtplib.py
│   │   │   ├── test_smtpnet.py
│   │   │   ├── test_socket.py
│   │   │   ├── test_socketserver.py
│   │   │   ├── test_softspace.py
│   │   │   ├── test_sort.py
│   │   │   ├── test_sqlite.py
│   │   │   ├── test_ssl.py
│   │   │   ├── test_startfile.py
│   │   │   ├── test_stat.py
│   │   │   ├── test_str.py
│   │   │   ├── test_strftime.py
│   │   │   ├── test_string.py
│   │   │   ├── test_stringprep.py
│   │   │   ├── test_strop.py
│   │   │   ├── test_strptime.py
│   │   │   ├── test_strtod.py
│   │   │   ├── test_struct.py
│   │   │   ├── test_structmembers.py
│   │   │   ├── test_structseq.py
│   │   │   ├── test_subprocess.py
│   │   │   ├── test_sunau.py
│   │   │   ├── test_sunaudiodev.py
│   │   │   ├── test_sundry.py
│   │   │   ├── test_support.py
│   │   │   ├── test_symtable.py
│   │   │   ├── test_syntax.py
│   │   │   ├── test_sys.py
│   │   │   ├── test_sys_setprofile.py
│   │   │   ├── test_sys_settrace.py
│   │   │   ├── test_sysconfig.py
│   │   │   ├── test_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_timeout.py
│   │   │   ├── test_tk.py
│   │   │   ├── test_tokenize.py
│   │   │   ├── test_tools.py
│   │   │   ├── test_trace.py
│   │   │   ├── test_traceback.py
│   │   │   ├── test_transformer.py
│   │   │   ├── test_ttk_guionly.py
│   │   │   ├── test_ttk_textonly.py
│   │   │   ├── test_tuple.py
│   │   │   ├── test_typechecks.py
│   │   │   ├── test_types.py
│   │   │   ├── test_ucn.py
│   │   │   ├── test_unary.py
│   │   │   ├── test_undocumented_details.py
│   │   │   ├── test_unicode.py
│   │   │   ├── test_unicode_file.py
│   │   │   ├── test_unicodedata.py
│   │   │   ├── test_unittest.py
│   │   │   ├── test_univnewlines.py
│   │   │   ├── test_univnewlines2k.py
│   │   │   ├── test_unpack.py
│   │   │   ├── test_urllib.py
│   │   │   ├── test_urllib2.py
│   │   │   ├── test_urllib2_localnet.py
│   │   │   ├── test_urllib2net.py
│   │   │   ├── test_urllibnet.py
│   │   │   ├── test_urlparse.py
│   │   │   ├── test_userdict.py
│   │   │   ├── test_userlist.py
│   │   │   ├── test_userstring.py
│   │   │   ├── test_uu.py
│   │   │   ├── test_uuid.py
│   │   │   ├── test_wait3.py
│   │   │   ├── test_wait4.py
│   │   │   ├── test_warnings.py
│   │   │   ├── test_wave.py
│   │   │   ├── test_weakref.py
│   │   │   ├── test_weakset.py
│   │   │   ├── test_whichdb.py
│   │   │   ├── test_winreg.py
│   │   │   ├── test_winsound.py
│   │   │   ├── test_with.py
│   │   │   ├── test_wsgiref.py
│   │   │   ├── test_xdrlib.py
│   │   │   ├── test_xml_etree.py
│   │   │   ├── test_xml_etree_c.py
│   │   │   ├── test_xmllib.py
│   │   │   ├── test_xmlrpc.py
│   │   │   ├── test_xpickle.py
│   │   │   ├── test_xrange.py
│   │   │   ├── test_zipfile.py
│   │   │   ├── test_zipfile64.py
│   │   │   ├── test_zipimport.py
│   │   │   ├── test_zipimport_support.py
│   │   │   ├── test_zlib.py
│   │   │   ├── testall.py
│   │   │   ├── testcodec.py
│   │   │   ├── testimg.uue
│   │   │   ├── testimgr.uue
│   │   │   ├── testrgb.uue
│   │   │   ├── testtar.tar
│   │   │   ├── tf_inherit_check.py
│   │   │   ├── threaded_import_hangers.py
│   │   │   ├── time_hashlib.py
│   │   │   ├── tokenize_tests.txt
│   │   │   ├── tracedmodules
│   │   │   ├── warning_tests.py
│   │   │   ├── win_console_handler.py
│   │   │   ├── wrongcert.pem
│   │   │   ├── xmltestdata
│   │   │   ├── xmltests.py
│   │   │   └── zipdir.zip
│   │   ├── textwrap.py
│   │   ├── this.py
│   │   ├── threading.py
│   │   ├── timeit.py
│   │   ├── toaiff.py
│   │   ├── token.py
│   │   ├── tokenize.py
│   │   ├── trace.py
│   │   ├── traceback.py
│   │   ├── tty.py
│   │   ├── types.py
│   │   ├── unittest
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── case.py
│   │   │   ├── loader.py
│   │   │   ├── main.py
│   │   │   ├── result.py
│   │   │   ├── runner.py
│   │   │   ├── signals.py
│   │   │   ├── suite.py
│   │   │   ├── test
│   │   │   └── util.py
│   │   ├── urllib.py
│   │   ├── urllib2.py
│   │   ├── urlparse.py
│   │   ├── user.py
│   │   ├── uu.py
│   │   ├── uuid.py
│   │   ├── warnings.py
│   │   ├── wave.py
│   │   ├── weakref.py
│   │   ├── webbrowser.py
│   │   ├── whichdb.py
│   │   ├── wsgiref
│   │   │   ├── __init__.py
│   │   │   ├── handlers.py
│   │   │   ├── headers.py
│   │   │   ├── simple_server.py
│   │   │   ├── util.py
│   │   │   └── validate.py
│   │   ├── wsgiref.egg-info
│   │   ├── xdrlib.py
│   │   ├── xml
│   │   │   ├── __init__.py
│   │   │   ├── dom
│   │   │   ├── etree
│   │   │   ├── parsers
│   │   │   └── sax
│   │   ├── xmllib.py
│   │   ├── xmlrpclib.py
│   │   └── zipfile.py
│   ├── Mac
│   │   ├── BuildScript
│   │   │   ├── README.txt
│   │   │   ├── build-installer.py
│   │   │   ├── issue19373_tk_8_5_15_source.patch
│   │   │   ├── resources
│   │   │   ├── scripts
│   │   │   └── seticon.m
│   │   ├── Demo
│   │   │   ├── PICTbrowse
│   │   │   ├── applescript
│   │   │   ├── applescript.html
│   │   │   ├── example0
│   │   │   ├── example0.html
│   │   │   ├── example1
│   │   │   ├── example1.html
│   │   │   ├── example2
│   │   │   ├── example2.html
│   │   │   ├── html.icons
│   │   │   ├── imgbrowse
│   │   │   ├── index.html
│   │   │   ├── mlte
│   │   │   ├── quicktime
│   │   │   ├── resources
│   │   │   ├── sound
│   │   │   ├── textedit
│   │   │   └── textedit.html
│   │   ├── Extras.ReadMe.txt
│   │   ├── Extras.install.py
│   │   ├── IDLE
│   │   │   ├── Info.plist.in
│   │   │   ├── Makefile.in
│   │   │   ├── config-extensions.def
│   │   │   ├── config-main.def
│   │   │   └── idlemain.py
│   │   ├── Icons
│   │   │   ├── Disk Image.icns
│   │   │   ├── IDLE.icns
│   │   │   ├── Python Folder.icns
│   │   │   ├── PythonCompiled.icns
│   │   │   ├── PythonLauncher.icns
│   │   │   ├── PythonSource.icns
│   │   │   └── ReadMe.txt
│   │   ├── Makefile.in
│   │   ├── Modules
│   │   │   ├── ColorPickermodule.c
│   │   │   ├── MacOS.c
│   │   │   ├── Nav.c
│   │   │   ├── OSATerminology.c
│   │   │   ├── _scproxy.c
│   │   │   ├── ae
│   │   │   ├── ah
│   │   │   ├── app
│   │   │   ├── autoGIL.c
│   │   │   ├── carbonevt
│   │   │   ├── cf
│   │   │   ├── cg
│   │   │   ├── cm
│   │   │   ├── ctl
│   │   │   ├── dlg
│   │   │   ├── drag
│   │   │   ├── evt
│   │   │   ├── file
│   │   │   ├── fm
│   │   │   ├── folder
│   │   │   ├── gestaltmodule.c
│   │   │   ├── help
│   │   │   ├── ibcarbon
│   │   │   ├── icgluemodule.c
│   │   │   ├── icn
│   │   │   ├── launch
│   │   │   ├── list
│   │   │   ├── menu
│   │   │   ├── mlte
│   │   │   ├── osa
│   │   │   ├── qd
│   │   │   ├── qdoffs
│   │   │   ├── qt
│   │   │   ├── res
│   │   │   ├── scrap
│   │   │   ├── snd
│   │   │   ├── te
│   │   │   └── win
│   │   ├── 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
│   │   ├── Tools
│   │   │   ├── fixapplepython23.py
│   │   │   └── pythonw.c
│   │   └── scripts
│   │       ├── BuildApplet.icns
│   │       ├── BuildApplet.plist
│   │       ├── BuildApplet.py
│   │       ├── BuildApplet.rsrc
│   │       ├── bgenall.py
│   │       ├── buildpkg.py
│   │       ├── cachersrc.py
│   │       ├── errors.txt
│   │       ├── genallsuites.py
│   │       ├── mkestrres-errno.h
│   │       ├── mkestrres-macerrors.h
│   │       ├── mkestrres.py
│   │       └── zappycfiles.py
│   ├── Makefile.pre.in
│   ├── Misc
│   │   ├── ACKS
│   │   ├── BeOS-NOTES
│   │   ├── BeOS-setup.py
│   │   ├── HISTORY
│   │   ├── NEWS
│   │   ├── Porting
│   │   ├── README
│   │   ├── README.AIX
│   │   ├── README.Emacs
│   │   ├── README.OpenBSD
│   │   ├── README.coverity
│   │   ├── README.klocwork
│   │   ├── README.valgrind
│   │   ├── RFD
│   │   ├── RPM
│   │   │   ├── README
│   │   │   └── python-2.7.spec
│   │   ├── SpecialBuilds.txt
│   │   ├── TextMate
│   │   │   └── Python-Dev.tmbundle
│   │   ├── Vim
│   │   │   ├── python.vim
│   │   │   ├── syntax_test.py
│   │   │   ├── vim_syntax.py
│   │   │   └── vimrc
│   │   ├── cheatsheet
│   │   ├── developers.txt
│   │   ├── gdbinit
│   │   ├── indent.pro
│   │   ├── maintainers.rst
│   │   ├── pymemcompat.h
│   │   ├── python-config.in
│   │   ├── python-wing3.wpr
│   │   ├── python-wing4.wpr
│   │   ├── python.man
│   │   ├── python.pc.in
│   │   ├── setuid-prog.c
│   │   ├── valgrind-python.supp
│   │   └── vgrindefs
│   ├── Modules
│   │   ├── Setup.config.in
│   │   ├── Setup.dist
│   │   ├── _bisectmodule.c
│   │   ├── _bsddb.c
│   │   ├── _codecsmodule.c
│   │   ├── _collectionsmodule.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_arm_wince
│   │   │   ├── libffi_msvc
│   │   │   ├── libffi_osx
│   │   │   ├── malloc_closure.c
│   │   │   └── stgdict.c
│   │   ├── _curses_panel.c
│   │   ├── _cursesmodule.c
│   │   ├── _elementtree.c
│   │   ├── _functoolsmodule.c
│   │   ├── _hashopenssl.c
│   │   ├── _heapqmodule.c
│   │   ├── _hotshot.c
│   │   ├── _io
│   │   │   ├── _iomodule.c
│   │   │   ├── _iomodule.h
│   │   │   ├── bufferedio.c
│   │   │   ├── bytesio.c
│   │   │   ├── fileio.c
│   │   │   ├── iobase.c
│   │   │   ├── stringio.c
│   │   │   └── textio.c
│   │   ├── _json.c
│   │   ├── _localemodule.c
│   │   ├── _lsprof.c
│   │   ├── _math.c
│   │   ├── _math.h
│   │   ├── _multiprocessing
│   │   │   ├── connection.h
│   │   │   ├── multiprocessing.c
│   │   │   ├── multiprocessing.h
│   │   │   ├── pipe_connection.c
│   │   │   ├── semaphore.c
│   │   │   ├── socket_connection.c
│   │   │   └── win32_functions.c
│   │   ├── _randommodule.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
│   │   │   ├── sqlitecompat.h
│   │   │   ├── statement.c
│   │   │   ├── statement.h
│   │   │   ├── util.c
│   │   │   └── util.h
│   │   ├── _sre.c
│   │   ├── _ssl.c
│   │   ├── _struct.c
│   │   ├── _testcapimodule.c
│   │   ├── _tkinter.c
│   │   ├── _weakref.c
│   │   ├── addrinfo.h
│   │   ├── almodule.c
│   │   ├── ar_beos
│   │   ├── arraymodule.c
│   │   ├── audioop.c
│   │   ├── binascii.c
│   │   ├── bsddb.h
│   │   ├── bsddbmodule.c
│   │   ├── bz2module.c
│   │   ├── cPickle.c
│   │   ├── cStringIO.c
│   │   ├── cdmodule.c
│   │   ├── cgen.py
│   │   ├── cgensupport.c
│   │   ├── cgensupport.h
│   │   ├── cjkcodecs
│   │   │   ├── README
│   │   │   ├── _codecs_cn.c
│   │   │   ├── _codecs_hk.c
│   │   │   ├── _codecs_iso2022.c
│   │   │   ├── _codecs_jp.c
│   │   │   ├── _codecs_kr.c
│   │   │   ├── _codecs_tw.c
│   │   │   ├── alg_jisx0201.h
│   │   │   ├── cjkcodecs.h
│   │   │   ├── emu_jisx0213_2000.h
│   │   │   ├── mappings_cn.h
│   │   │   ├── mappings_hk.h
│   │   │   ├── mappings_jisx0213_pair.h
│   │   │   ├── mappings_jp.h
│   │   │   ├── mappings_kr.h
│   │   │   ├── mappings_tw.h
│   │   │   ├── multibytecodec.c
│   │   │   └── multibytecodec.h
│   │   ├── clmodule.c
│   │   ├── cmathmodule.c
│   │   ├── config.c.in
│   │   ├── cryptmodule.c
│   │   ├── cstubs
│   │   ├── datetimemodule.c
│   │   ├── dbmmodule.c
│   │   ├── dlmodule.c
│   │   ├── 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
│   │   ├── fcntlmodule.c
│   │   ├── flmodule.c
│   │   ├── fmmodule.c
│   │   ├── fpectlmodule.c
│   │   ├── fpetestmodule.c
│   │   ├── future_builtins.c
│   │   ├── gc_weakref.txt
│   │   ├── gcmodule.c
│   │   ├── gdbmmodule.c
│   │   ├── getaddrinfo.c
│   │   ├── getbuildinfo.c
│   │   ├── getnameinfo.c
│   │   ├── getpath.c
│   │   ├── glmodule.c
│   │   ├── grpmodule.c
│   │   ├── imageop.c
│   │   ├── imgfile.c
│   │   ├── itertoolsmodule.c
│   │   ├── ld_so_aix.in
│   │   ├── ld_so_beos
│   │   ├── linuxaudiodev.c
│   │   ├── main.c
│   │   ├── makesetup
│   │   ├── makexp_aix
│   │   ├── mathmodule.c
│   │   ├── md5.c
│   │   ├── md5.h
│   │   ├── md5module.c
│   │   ├── mmapmodule.c
│   │   ├── nismodule.c
│   │   ├── operator.c
│   │   ├── ossaudiodev.c
│   │   ├── parsermodule.c
│   │   ├── posixmodule.c
│   │   ├── posixmodule.h
│   │   ├── puremodule.c
│   │   ├── pwdmodule.c
│   │   ├── pyexpat.c
│   │   ├── python.c
│   │   ├── readline.c
│   │   ├── resource.c
│   │   ├── rotatingtree.c
│   │   ├── rotatingtree.h
│   │   ├── selectmodule.c
│   │   ├── sgimodule.c
│   │   ├── sha256module.c
│   │   ├── sha512module.c
│   │   ├── shamodule.c
│   │   ├── signalmodule.c
│   │   ├── socketmodule.c
│   │   ├── socketmodule.h
│   │   ├── spwdmodule.c
│   │   ├── sre.h
│   │   ├── sre_constants.h
│   │   ├── stropmodule.c
│   │   ├── sunaudiodev.c
│   │   ├── svmodule.c
│   │   ├── symtablemodule.c
│   │   ├── syslogmodule.c
│   │   ├── termios.c
│   │   ├── testcapi_long.h
│   │   ├── threadmodule.c
│   │   ├── timemodule.c
│   │   ├── timing.h
│   │   ├── timingmodule.c
│   │   ├── tkappinit.c
│   │   ├── tkinter.h
│   │   ├── unicodedata.c
│   │   ├── unicodedata_db.h
│   │   ├── unicodename_db.h
│   │   ├── xxmodule.c
│   │   ├── xxsubtype.c
│   │   ├── yuv.h
│   │   ├── yuvconvert.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
│   │   │   ├── gzio.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.in.h
│   │   │   ├── zlib.3
│   │   │   ├── zlib.h
│   │   │   ├── zutil.c
│   │   │   └── zutil.h
│   │   └── zlibmodule.c
│   ├── Objects
│   │   ├── abstract.c
│   │   ├── boolobject.c
│   │   ├── bufferobject.c
│   │   ├── bytearrayobject.c
│   │   ├── bytes_methods.c
│   │   ├── capsule.c
│   │   ├── cellobject.c
│   │   ├── classobject.c
│   │   ├── cobject.c
│   │   ├── codeobject.c
│   │   ├── complexobject.c
│   │   ├── descrobject.c
│   │   ├── dictnotes.txt
│   │   ├── dictobject.c
│   │   ├── enumobject.c
│   │   ├── exceptions.c
│   │   ├── fileobject.c
│   │   ├── floatobject.c
│   │   ├── frameobject.c
│   │   ├── funcobject.c
│   │   ├── genobject.c
│   │   ├── intobject.c
│   │   ├── iterobject.c
│   │   ├── listobject.c
│   │   ├── listsort.txt
│   │   ├── lnotab_notes.txt
│   │   ├── longobject.c
│   │   ├── memoryobject.c
│   │   ├── methodobject.c
│   │   ├── moduleobject.c
│   │   ├── object.c
│   │   ├── obmalloc.c
│   │   ├── rangeobject.c
│   │   ├── setobject.c
│   │   ├── sliceobject.c
│   │   ├── stringlib
│   │   │   ├── README.txt
│   │   │   ├── count.h
│   │   │   ├── ctype.h
│   │   │   ├── fastsearch.h
│   │   │   ├── find.h
│   │   │   ├── formatter.h
│   │   │   ├── localeutil.h
│   │   │   ├── partition.h
│   │   │   ├── split.h
│   │   │   ├── string_format.h
│   │   │   ├── stringdefs.h
│   │   │   ├── transmogrify.h
│   │   │   └── unicodedefs.h
│   │   ├── stringobject.c
│   │   ├── structseq.c
│   │   ├── tupleobject.c
│   │   ├── typeobject.c
│   │   ├── unicodectype.c
│   │   ├── unicodeobject.c
│   │   ├── unicodetype_db.h
│   │   └── weakrefobject.c
│   ├── PC
│   │   ├── VC6
│   │   │   ├── _bsddb.dsp
│   │   │   ├── _ctypes.dsp
│   │   │   ├── _ctypes_test.dsp
│   │   │   ├── _elementtree.dsp
│   │   │   ├── _msi.dsp
│   │   │   ├── _multiprocessing.dsp
│   │   │   ├── _socket.dsp
│   │   │   ├── _sqlite3.dsp
│   │   │   ├── _ssl.dsp
│   │   │   ├── _ssl.mak
│   │   │   ├── _testcapi.dsp
│   │   │   ├── _tkinter.dsp
│   │   │   ├── build_ssl.py
│   │   │   ├── build_tkinter.py
│   │   │   ├── bz2.dsp
│   │   │   ├── make_versioninfo.dsp
│   │   │   ├── pcbuild.dsw
│   │   │   ├── pyexpat.dsp
│   │   │   ├── python.dsp
│   │   │   ├── pythoncore.dsp
│   │   │   ├── pythonw.dsp
│   │   │   ├── readme.txt
│   │   │   ├── rmpyc.py
│   │   │   ├── rt.bat
│   │   │   ├── select.dsp
│   │   │   ├── tcl852.patch
│   │   │   ├── unicodedata.dsp
│   │   │   ├── w9xpopen.dsp
│   │   │   └── winsound.dsp
│   │   ├── VS7.1
│   │   │   ├── Uninstal.wse
│   │   │   ├── _bsddb.vcproj
│   │   │   ├── _ctypes.vcproj
│   │   │   ├── _ctypes_test.vcproj
│   │   │   ├── _elementtree.vcproj
│   │   │   ├── _msi.vcproj
│   │   │   ├── _socket.vcproj
│   │   │   ├── _sqlite3.vcproj
│   │   │   ├── _ssl.mak
│   │   │   ├── _ssl.vcproj
│   │   │   ├── _testcapi.vcproj
│   │   │   ├── _tkinter.vcproj
│   │   │   ├── amd64_ml64.bat
│   │   │   ├── build_ssl.bat
│   │   │   ├── build_ssl.py
│   │   │   ├── bz2.vcproj
│   │   │   ├── db.build
│   │   │   ├── field3.py
│   │   │   ├── installer.bmp
│   │   │   ├── make_buildinfo.c
│   │   │   ├── make_buildinfo.vcproj
│   │   │   ├── make_versioninfo.vcproj
│   │   │   ├── pcbuild.sln
│   │   │   ├── pyexpat.vcproj
│   │   │   ├── python.build
│   │   │   ├── python.iss
│   │   │   ├── python.vcproj
│   │   │   ├── python20.wse
│   │   │   ├── pythoncore.vcproj
│   │   │   ├── pythonw.vcproj
│   │   │   ├── readme.txt
│   │   │   ├── rmpyc.py
│   │   │   ├── rt.bat
│   │   │   ├── select.vcproj
│   │   │   ├── unicodedata.vcproj
│   │   │   ├── w9xpopen.vcproj
│   │   │   └── winsound.vcproj
│   │   ├── VS8.0
│   │   │   ├── _bsddb.vcproj
│   │   │   ├── _bsddb44.vcproj
│   │   │   ├── _ctypes.vcproj
│   │   │   ├── _ctypes_test.vcproj
│   │   │   ├── _elementtree.vcproj
│   │   │   ├── _hashlib.vcproj
│   │   │   ├── _msi.vcproj
│   │   │   ├── _multiprocessing.vcproj
│   │   │   ├── _socket.vcproj
│   │   │   ├── _sqlite3.vcproj
│   │   │   ├── _ssl.vcproj
│   │   │   ├── _testcapi.vcproj
│   │   │   ├── _tkinter.vcproj
│   │   │   ├── bdist_wininst.vcproj
│   │   │   ├── build.bat
│   │   │   ├── build_env.bat
│   │   │   ├── build_pgo.bat
│   │   │   ├── build_ssl.bat
│   │   │   ├── build_ssl.py
│   │   │   ├── build_tkinter.py
│   │   │   ├── bz2.vcproj
│   │   │   ├── debug.vsprops
│   │   │   ├── env.bat
│   │   │   ├── field3.py
│   │   │   ├── idle.bat
│   │   │   ├── kill_python.c
│   │   │   ├── kill_python.vcproj
│   │   │   ├── make_buildinfo.c
│   │   │   ├── make_buildinfo.vcproj
│   │   │   ├── make_versioninfo.vcproj
│   │   │   ├── pcbuild.sln
│   │   │   ├── pginstrument.vsprops
│   │   │   ├── pgupdate.vsprops
│   │   │   ├── pyd.vsprops
│   │   │   ├── pyd_d.vsprops
│   │   │   ├── pyexpat.vcproj
│   │   │   ├── pyproject.vsprops
│   │   │   ├── python.vcproj
│   │   │   ├── pythoncore.vcproj
│   │   │   ├── pythonw.vcproj
│   │   │   ├── release.vsprops
│   │   │   ├── rmpyc.py
│   │   │   ├── rt.bat
│   │   │   ├── select.vcproj
│   │   │   ├── sqlite3.vcproj
│   │   │   ├── sqlite3.vsprops
│   │   │   ├── unicodedata.vcproj
│   │   │   ├── w9xpopen.vcproj
│   │   │   ├── winsound.vcproj
│   │   │   └── x64.vsprops
│   │   ├── WinMain.c
│   │   ├── _msi.c
│   │   ├── _subprocess.c
│   │   ├── _winreg.c
│   │   ├── bdist_wininst
│   │   │   ├── PythonPowered.bmp
│   │   │   ├── README.txt
│   │   │   ├── archive.h
│   │   │   ├── extract.c
│   │   │   ├── install.c
│   │   │   ├── install.rc
│   │   │   ├── resource.h
│   │   │   ├── wininst-7.1.sln
│   │   │   ├── wininst-7.1.vcproj
│   │   │   ├── wininst-8.sln
│   │   │   ├── wininst-8.vcproj
│   │   │   ├── wininst.dsp
│   │   │   └── wininst.dsw
│   │   ├── config.c
│   │   ├── dl_nt.c
│   │   ├── dllbase_nt.txt
│   │   ├── empty.c
│   │   ├── errmap.h
│   │   ├── errmap.mak
│   │   ├── example_nt
│   │   │   ├── example.c
│   │   │   ├── example.sln
│   │   │   ├── example.vcproj
│   │   │   ├── readme.txt
│   │   │   └── setup.py
│   │   ├── frozen_dllmain.c
│   │   ├── generrmap.c
│   │   ├── getpathp.c
│   │   ├── icons
│   │   │   ├── baselogo.svg
│   │   │   └── source.xar
│   │   ├── icons.mak
│   │   ├── icons.rc
│   │   ├── import_nt.c
│   │   ├── make_versioninfo.c
│   │   ├── msvcrtmodule.c
│   │   ├── os2emx
│   │   │   ├── Makefile
│   │   │   ├── README.os2emx
│   │   │   ├── config.c
│   │   │   ├── dlfcn.c
│   │   │   ├── dlfcn.h
│   │   │   ├── dllentry.c
│   │   │   ├── getpathp.c
│   │   │   ├── pyconfig.h
│   │   │   ├── python27.def
│   │   │   └── pythonpm.c
│   │   ├── os2vacpp
│   │   │   ├── _tkinter.def
│   │   │   ├── config.c
│   │   │   ├── getpathp.c
│   │   │   ├── makefile
│   │   │   ├── makefile.omk
│   │   │   ├── pyconfig.h
│   │   │   ├── python.def
│   │   │   └── readme.txt
│   │   ├── py.ico
│   │   ├── pyc.ico
│   │   ├── pycon.ico
│   │   ├── pyconfig.h
│   │   ├── python.mk
│   │   ├── python_exe.rc
│   │   ├── python_nt.rc
│   │   ├── readme.txt
│   │   ├── testpy.py
│   │   ├── w9xpopen.c
│   │   └── winsound.c
│   ├── PCbuild
│   │   ├── _bsddb.vcproj
│   │   ├── _ctypes.vcproj
│   │   ├── _ctypes_test.vcproj
│   │   ├── _elementtree.vcproj
│   │   ├── _hashlib.vcproj
│   │   ├── _msi.vcproj
│   │   ├── _multiprocessing.vcproj
│   │   ├── _socket.vcproj
│   │   ├── _sqlite3.vcproj
│   │   ├── _ssl.vcproj
│   │   ├── _testcapi.vcproj
│   │   ├── _tkinter.vcproj
│   │   ├── bdist_wininst.vcproj
│   │   ├── build.bat
│   │   ├── build_env.bat
│   │   ├── build_pgo.bat
│   │   ├── build_ssl.bat
│   │   ├── build_ssl.py
│   │   ├── build_tkinter.py
│   │   ├── bz2.vcproj
│   │   ├── debug.vsprops
│   │   ├── env.bat
│   │   ├── field3.py
│   │   ├── idle.bat
│   │   ├── installer.bmp
│   │   ├── kill_python.c
│   │   ├── kill_python.vcproj
│   │   ├── make_buildinfo.c
│   │   ├── make_buildinfo.vcproj
│   │   ├── make_versioninfo.vcproj
│   │   ├── pcbuild.sln
│   │   ├── pginstrument.vsprops
│   │   ├── pgupdate.vsprops
│   │   ├── pyd.vsprops
│   │   ├── pyd_d.vsprops
│   │   ├── pyexpat.vcproj
│   │   ├── pyproject.vsprops
│   │   ├── python.vcproj
│   │   ├── pythoncore.vcproj
│   │   ├── pythonw.vcproj
│   │   ├── readme.txt
│   │   ├── release.vsprops
│   │   ├── rmpyc.py
│   │   ├── rt.bat
│   │   ├── select.vcproj
│   │   ├── sqlite3.vcproj
│   │   ├── sqlite3.vsprops
│   │   ├── unicodedata.vcproj
│   │   ├── vs9to8.py
│   │   ├── w9xpopen.vcproj
│   │   ├── winsound.vcproj
│   │   └── x64.vsprops
│   ├── Parser
│   │   ├── Python.asdl
│   │   ├── acceler.c
│   │   ├── asdl.py
│   │   ├── asdl_c.py
│   │   ├── bitset.c
│   │   ├── firstsets.c
│   │   ├── grammar.c
│   │   ├── grammar1.c
│   │   ├── intrcheck.c
│   │   ├── listnode.c
│   │   ├── metagrammar.c
│   │   ├── myreadline.c
│   │   ├── node.c
│   │   ├── parser.c
│   │   ├── parser.h
│   │   ├── parsetok.c
│   │   ├── pgen.c
│   │   ├── pgenmain.c
│   │   ├── printgrammar.c
│   │   ├── spark.py
│   │   ├── tokenizer.c
│   │   ├── tokenizer.h
│   │   └── tokenizer_pgen.c
│   ├── Python
│   │   ├── Python-ast.c
│   │   ├── _warnings.c
│   │   ├── asdl.c
│   │   ├── ast.c
│   │   ├── atof.c
│   │   ├── bltinmodule.c
│   │   ├── ceval.c
│   │   ├── codecs.c
│   │   ├── compile.c
│   │   ├── dtoa.c
│   │   ├── dup2.c
│   │   ├── dynload_aix.c
│   │   ├── dynload_atheos.c
│   │   ├── dynload_beos.c
│   │   ├── dynload_dl.c
│   │   ├── dynload_hpux.c
│   │   ├── dynload_next.c
│   │   ├── dynload_os2.c
│   │   ├── dynload_shlib.c
│   │   ├── dynload_stub.c
│   │   ├── dynload_win.c
│   │   ├── errors.c
│   │   ├── formatter_string.c
│   │   ├── formatter_unicode.c
│   │   ├── frozen.c
│   │   ├── frozenmain.c
│   │   ├── future.c
│   │   ├── getargs.c
│   │   ├── getcompiler.c
│   │   ├── getcopyright.c
│   │   ├── getcwd.c
│   │   ├── getopt.c
│   │   ├── getplatform.c
│   │   ├── getversion.c
│   │   ├── graminit.c
│   │   ├── import.c
│   │   ├── importdl.c
│   │   ├── importdl.h
│   │   ├── mactoolboxglue.c
│   │   ├── marshal.c
│   │   ├── modsupport.c
│   │   ├── mysnprintf.c
│   │   ├── mystrtoul.c
│   │   ├── peephole.c
│   │   ├── pyarena.c
│   │   ├── pyctype.c
│   │   ├── pyfpe.c
│   │   ├── pymath.c
│   │   ├── pystate.c
│   │   ├── pystrcmp.c
│   │   ├── pystrtod.c
│   │   ├── pythonrun.c
│   │   ├── random.c
│   │   ├── sigcheck.c
│   │   ├── strdup.c
│   │   ├── strtod.c
│   │   ├── structmember.c
│   │   ├── symtable.c
│   │   ├── sysmodule.c
│   │   ├── thread.c
│   │   ├── thread_atheos.h
│   │   ├── thread_beos.h
│   │   ├── thread_cthread.h
│   │   ├── thread_foobar.h
│   │   ├── thread_lwp.h
│   │   ├── thread_nt.h
│   │   ├── thread_os2.h
│   │   ├── thread_pth.h
│   │   ├── thread_pthread.h
│   │   ├── thread_sgi.h
│   │   ├── thread_solaris.h
│   │   ├── thread_wince.h
│   │   └── traceback.c
│   ├── README
│   ├── RISCOS
│   │   ├── Makefile
│   │   ├── Modules
│   │   │   ├── config.c
│   │   │   ├── drawfmodule.c
│   │   │   ├── getpath_riscos.c
│   │   │   ├── riscosmodule.c
│   │   │   └── swimodule.c
│   │   ├── Python
│   │   │   ├── dynload_riscos.c
│   │   │   └── getcwd_riscos.c
│   │   ├── README
│   │   ├── pyconfig.h
│   │   ├── sleep.c
│   │   ├── support
│   │   │   ├── !Boot
│   │   │   ├── !Run
│   │   │   ├── !Sprites
│   │   │   ├── !Sprites22
│   │   │   └── AddToPath
│   │   ├── unixstuff.c
│   │   └── unixstuff.h
│   ├── Tools
│   │   ├── README
│   │   ├── audiopy
│   │   │   ├── README
│   │   │   └── audiopy
│   │   ├── bgen
│   │   │   ├── README
│   │   │   └── bgen
│   │   ├── buildbot
│   │   │   ├── README.tcltk-AMD64
│   │   │   ├── build-amd64.bat
│   │   │   ├── build.bat
│   │   │   ├── buildmsi.bat
│   │   │   ├── clean-amd64.bat
│   │   │   ├── clean.bat
│   │   │   ├── external-amd64.bat
│   │   │   ├── external-common.bat
│   │   │   ├── external.bat
│   │   │   ├── test-amd64.bat
│   │   │   └── test.bat
│   │   ├── ccbench
│   │   │   └── ccbench.py
│   │   ├── compiler
│   │   │   ├── ACKS
│   │   │   ├── README
│   │   │   ├── ast.txt
│   │   │   ├── astgen.py
│   │   │   ├── compile.py
│   │   │   ├── demo.py
│   │   │   ├── dumppyc.py
│   │   │   ├── regrtest.py
│   │   │   └── stacktest.py
│   │   ├── faqwiz
│   │   │   ├── README
│   │   │   ├── faqconf.py
│   │   │   ├── faqcust.py
│   │   │   ├── faqw.py
│   │   │   ├── faqwiz.py
│   │   │   └── move-faqwiz.sh
│   │   ├── framer
│   │   │   ├── README.txt
│   │   │   ├── TODO.txt
│   │   │   ├── example.py
│   │   │   └── framer
│   │   ├── freeze
│   │   │   ├── README
│   │   │   ├── bkfile.py
│   │   │   ├── checkextensions.py
│   │   │   ├── checkextensions_win32.py
│   │   │   ├── extensions_win32.ini
│   │   │   ├── freeze.py
│   │   │   ├── hello.py
│   │   │   ├── makeconfig.py
│   │   │   ├── makefreeze.py
│   │   │   ├── makemakefile.py
│   │   │   ├── parsesetup.py
│   │   │   ├── win32.html
│   │   │   └── winmakemakefile.py
│   │   ├── gdb
│   │   │   └── libpython.py
│   │   ├── i18n
│   │   │   ├── makelocalealias.py
│   │   │   ├── msgfmt.py
│   │   │   └── pygettext.py
│   │   ├── iobench
│   │   │   └── iobench.py
│   │   ├── msi
│   │   │   ├── README.txt
│   │   │   ├── crtlicense.txt
│   │   │   ├── msi.py
│   │   │   ├── msilib.py
│   │   │   ├── msisupport.c
│   │   │   ├── msisupport.mak
│   │   │   ├── schema.py
│   │   │   ├── sequence.py
│   │   │   ├── uisample.py
│   │   │   └── uuids.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
│   │   │   ├── analyze_dxp.py
│   │   │   ├── byext.py
│   │   │   ├── byteyears.py
│   │   │   ├── checkappend.py
│   │   │   ├── checkpyc.py
│   │   │   ├── classfix.py
│   │   │   ├── cleanfuture.py
│   │   │   ├── combinerefs.py
│   │   │   ├── copytime.py
│   │   │   ├── crlf.py
│   │   │   ├── cvsfiles.py
│   │   │   ├── db2pickle.py
│   │   │   ├── diff.py
│   │   │   ├── dutree.doc
│   │   │   ├── dutree.py
│   │   │   ├── eptags.py
│   │   │   ├── find_recursionlimit.py
│   │   │   ├── finddiv.py
│   │   │   ├── findlinksto.py
│   │   │   ├── findnocoding.py
│   │   │   ├── fixcid.py
│   │   │   ├── fixdiv.py
│   │   │   ├── fixheader.py
│   │   │   ├── fixnotice.py
│   │   │   ├── fixps.py
│   │   │   ├── ftpmirror.py
│   │   │   ├── google.py
│   │   │   ├── gprof2html.py
│   │   │   ├── h2py.py
│   │   │   ├── hotshotmain.py
│   │   │   ├── idle
│   │   │   ├── ifdef.py
│   │   │   ├── lfcr.py
│   │   │   ├── linktree.py
│   │   │   ├── lll.py
│   │   │   ├── logmerge.py
│   │   │   ├── mailerdaemon.py
│   │   │   ├── md5sum.py
│   │   │   ├── methfix.py
│   │   │   ├── mkreal.py
│   │   │   ├── ndiff.py
│   │   │   ├── nm2def.py
│   │   │   ├── objgraph.py
│   │   │   ├── parseentities.py
│   │   │   ├── patchcheck.py
│   │   │   ├── pathfix.py
│   │   │   ├── pdeps.py
│   │   │   ├── pickle2db.py
│   │   │   ├── pindent.py
│   │   │   ├── ptags.py
│   │   │   ├── pydoc
│   │   │   ├── pydocgui.pyw
│   │   │   ├── pysource.py
│   │   │   ├── redemo.py
│   │   │   ├── reindent-rst.py
│   │   │   ├── reindent.py
│   │   │   ├── rgrep.py
│   │   │   ├── serve.py
│   │   │   ├── setup.py
│   │   │   ├── suff.py
│   │   │   ├── svneol.py
│   │   │   ├── texcheck.py
│   │   │   ├── texi2html.py
│   │   │   ├── treesync.py
│   │   │   ├── untabify.py
│   │   │   ├── which.py
│   │   │   ├── win_add2path.py
│   │   │   └── xxci.py
│   │   ├── ssl
│   │   │   └── get-remote-certificate.py
│   │   ├── unicode
│   │   │   ├── Makefile
│   │   │   ├── comparecodecs.py
│   │   │   ├── gencjkcodecs.py
│   │   │   ├── gencodec.py
│   │   │   ├── genwincodec.py
│   │   │   ├── genwincodecs.bat
│   │   │   ├── listcodecs.py
│   │   │   ├── makeunicodedata.py
│   │   │   ├── mkstringprep.py
│   │   │   └── python-mappings
│   │   ├── versioncheck
│   │   │   ├── README
│   │   │   ├── _checkversion.py
│   │   │   ├── checkversions.py
│   │   │   └── pyversioncheck.py
│   │   ├── webchecker
│   │   │   ├── README
│   │   │   ├── tktools.py
│   │   │   ├── wcgui.py
│   │   │   ├── wcmac.py
│   │   │   ├── webchecker.py
│   │   │   ├── websucker.py
│   │   │   └── wsgui.py
│   │   └── world
│   │       ├── README
│   │       └── world
│   ├── config.guess
│   ├── config.sub
│   ├── configure
│   ├── configure.ac
│   ├── install-sh
│   ├── pyconfig.h.in
│   └── setup.py
└── Python2.7.7源码(Linux)_Python-2.7.7.tar.xz

243 directories, 2897 files


标签: python linux LIN py 源码

实例下载地址

Python2.7.7源码(Linux)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警