嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
python 2.6.6 For linux
这个东西好难找,官方都是3.X了。最低也是2.7了
.
├── Python-2.6.6
│ ├── 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
│ │ ├── imputil
│ │ │ ├── importers.py
│ │ │ └── knee.py
│ │ ├── 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
│ │ │ ├── texipre.dat
│ │ │ └── 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
│ │ │ ├── ftpstats.py
│ │ │ ├── lpwatch.py
│ │ │ ├── makedir.py
│ │ │ ├── markov.py
│ │ │ ├── mboxconvert.py
│ │ │ ├── mkrcs.py
│ │ │ ├── morse.py
│ │ │ ├── newslist.doc
│ │ │ ├── newslist.py
│ │ │ ├── pi.py
│ │ │ ├── pp.py
│ │ │ ├── primes.py
│ │ │ ├── queens.py
│ │ │ ├── script.py
│ │ │ ├── unbirthday.py
│ │ │ ├── update.py
│ │ │ └── wh.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
│ │ │ │ ├── about.xpm
│ │ │ │ ├── bold.xbm
│ │ │ │ ├── capital.xbm
│ │ │ │ ├── centerj.xbm
│ │ │ │ ├── combobox.xbm
│ │ │ │ ├── combobox.xpm
│ │ │ │ ├── combobox.xpm.1
│ │ │ │ ├── drivea.xbm
│ │ │ │ ├── drivea.xpm
│ │ │ │ ├── exit.xpm
│ │ │ │ ├── filebox.xbm
│ │ │ │ ├── filebox.xpm
│ │ │ │ ├── italic.xbm
│ │ │ │ ├── justify.xbm
│ │ │ │ ├── leftj.xbm
│ │ │ │ ├── netw.xbm
│ │ │ │ ├── netw.xpm
│ │ │ │ ├── optmenu.xpm
│ │ │ │ ├── rightj.xbm
│ │ │ │ ├── select.xpm
│ │ │ │ ├── tix.gif
│ │ │ │ └── underline.xbm
│ │ │ ├── grid.py
│ │ │ ├── samples
│ │ │ │ ├── Balloon.py
│ │ │ │ ├── BtnBox.py
│ │ │ │ ├── CmpImg.py
│ │ │ │ ├── ComboBox.py
│ │ │ │ ├── Control.py
│ │ │ │ ├── DirList.py
│ │ │ │ ├── DirTree.py
│ │ │ │ ├── NoteBook.py
│ │ │ │ ├── OptMenu.py
│ │ │ │ ├── PanedWin.py
│ │ │ │ ├── PopMenu.py
│ │ │ │ ├── SHList1.py
│ │ │ │ ├── SHList2.py
│ │ │ │ └── Tree.py
│ │ │ └── tixwidgets.py
│ │ ├── tkinter
│ │ │ ├── README
│ │ │ ├── guido
│ │ │ │ ├── AttrDialog.py
│ │ │ │ ├── ManPage.py
│ │ │ │ ├── MimeViewer.py
│ │ │ │ ├── ShellWindow.py
│ │ │ │ ├── brownian.py
│ │ │ │ ├── brownian2.py
│ │ │ │ ├── canvasevents.py
│ │ │ │ ├── dialog.py
│ │ │ │ ├── electrons.py
│ │ │ │ ├── hanoi.py
│ │ │ │ ├── hello.py
│ │ │ │ ├── imagedraw.py
│ │ │ │ ├── imageview.py
│ │ │ │ ├── kill.py
│ │ │ │ ├── listtree.py
│ │ │ │ ├── mbox.py
│ │ │ │ ├── newmenubardemo.py
│ │ │ │ ├── optionmenu.py
│ │ │ │ ├── paint.py
│ │ │ │ ├── rmt.py
│ │ │ │ ├── solitaire.py
│ │ │ │ ├── sortvisu.py
│ │ │ │ ├── ss1.py
│ │ │ │ ├── svkill.py
│ │ │ │ ├── switch.py
│ │ │ │ ├── tkman.py
│ │ │ │ └── wish.py
│ │ │ └── matt
│ │ │ ├── 00-HELLO-WORLD.py
│ │ │ ├── README
│ │ │ ├── animation-simple.py
│ │ │ ├── animation-w-velocity-ctrl.py
│ │ │ ├── bind-w-mult-calls-p-type.py
│ │ │ ├── canvas-demo-simple.py
│ │ │ ├── canvas-gridding.py
│ │ │ ├── canvas-moving-or-creating.py
│ │ │ ├── canvas-moving-w-mouse.py
│ │ │ ├── canvas-mult-item-sel.py
│ │ │ ├── canvas-reading-tag-info.py
│ │ │ ├── canvas-w-widget-draw-el.py
│ │ │ ├── canvas-with-scrollbars.py
│ │ │ ├── dialog-box.py
│ │ │ ├── entry-simple.py
│ │ │ ├── entry-with-shared-variable.py
│ │ │ ├── killing-window-w-wm.py
│ │ │ ├── menu-all-types-of-entries.py
│ │ │ ├── menu-simple.py
│ │ │ ├── not-what-you-might-think-1.py
│ │ │ ├── not-what-you-might-think-2.py
│ │ │ ├── packer-and-placer-together.py
│ │ │ ├── packer-simple.py
│ │ │ ├── placer-simple.py
│ │ │ ├── pong-demo-1.py
│ │ │ ├── printing-coords-of-items.py
│ │ │ ├── radiobutton-simple.py
│ │ │ ├── rubber-band-box-demo-1.py
│ │ │ ├── rubber-line-demo-1.py
│ │ │ ├── slider-demo-1.py
│ │ │ ├── subclass-existing-widgets.py
│ │ │ ├── two-radio-groups.py
│ │ │ ├── window-creation-more.py
│ │ │ ├── window-creation-simple.py
│ │ │ └── window-creation-w-location.py
│ │ ├── 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_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
│ │ ├── ACKS.txt
│ │ ├── Makefile
│ │ ├── README.txt
│ │ ├── about.rst
│ │ ├── bugs.rst
│ │ ├── c-api
│ │ │ ├── abstract.rst
│ │ │ ├── allocation.rst
│ │ │ ├── arg.rst
│ │ │ ├── bool.rst
│ │ │ ├── buffer.rst
│ │ │ ├── bytearray.rst
│ │ │ ├── cell.rst
│ │ │ ├── class.rst
│ │ │ ├── cobject.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
│ │ ├── documenting
│ │ │ ├── building.rst
│ │ │ ├── fromlatex.rst
│ │ │ ├── index.rst
│ │ │ ├── intro.rst
│ │ │ ├── markup.rst
│ │ │ ├── rest.rst
│ │ │ └── style.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
│ │ │ ├── advocacy.rst
│ │ │ ├── cporting.rst
│ │ │ ├── curses.rst
│ │ │ ├── descriptor.rst
│ │ │ ├── doanddont.rst
│ │ │ ├── functional.rst
│ │ │ ├── index.rst
│ │ │ ├── regex.rst
│ │ │ ├── sockets.rst
│ │ │ ├── sorting.rst
│ │ │ ├── unicode.rst
│ │ │ ├── urllib2.rst
│ │ │ └── webservers.rst
│ │ ├── includes
│ │ │ ├── email-alternative.py
│ │ │ ├── email-dir.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
│ │ │ │ ├── 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_2.py
│ │ │ │ ├── execute_3.py
│ │ │ │ ├── executemany_1.py
│ │ │ │ ├── executemany_2.py
│ │ │ │ ├── executescript.py
│ │ │ │ ├── insert_more_people.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
│ │ │ ├── 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
│ │ │ ├── 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
│ │ │ ├── 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.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
│ │ │ ├── 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
│ │ │ ├── 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.etree.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
│ │ │ ├── roman.py
│ │ │ ├── rstlint.py
│ │ │ ├── sphinx-build.py
│ │ │ └── sphinxext
│ │ │ ├── download.html
│ │ │ ├── indexcontent.html
│ │ │ ├── indexsidebar.html
│ │ │ ├── layout.html
│ │ │ ├── opensearch.xml
│ │ │ ├── patchlevel.py
│ │ │ ├── pyspecific.py
│ │ │ ├── static
│ │ │ │ ├── basic.css
│ │ │ │ └── py.png
│ │ │ ├── susp-ignored.csv
│ │ │ └── suspicious.py
│ │ ├── 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
│ │ └── 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
│ │ ├── 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
│ │ ├── 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
│ │ ├── 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
│ │ ├── _strptime.py
│ │ ├── _threading_local.py
│ │ ├── abc.py
│ │ ├── aifc.py
│ │ ├── anydbm.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
│ │ │ ├── __init__.py
│ │ │ ├── test_all.py
│ │ │ ├── test_associate.py
│ │ │ ├── test_basics.py
│ │ │ ├── test_compare.py
│ │ │ ├── test_compat.py
│ │ │ ├── test_cursor_pget_bug.py
│ │ │ ├── test_dbobj.py
│ │ │ ├── test_dbshelve.py
│ │ │ ├── test_dbtables.py
│ │ │ ├── test_distributed_transactions.py
│ │ │ ├── test_early_close.py
│ │ │ ├── test_get_none.py
│ │ │ ├── test_join.py
│ │ │ ├── test_lock.py
│ │ │ ├── test_misc.py
│ │ │ ├── test_pickle.py
│ │ │ ├── test_queue.py
│ │ │ ├── test_recno.py
│ │ │ ├── test_replication.py
│ │ │ ├── test_sequence.py
│ │ │ └── test_thread.py
│ │ ├── 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
│ │ │ │ ├── README.ctypes
│ │ │ │ ├── __init__.py
│ │ │ │ ├── dyld.py
│ │ │ │ ├── dylib.py
│ │ │ │ ├── fetch_macholib
│ │ │ │ ├── fetch_macholib.bat
│ │ │ │ └── framework.py
│ │ │ ├── test
│ │ │ │ ├── __init__.py
│ │ │ │ ├── runtests.py
│ │ │ │ ├── test_anon.py
│ │ │ │ ├── test_array_in_pointer.py
│ │ │ │ ├── test_arrays.py
│ │ │ │ ├── test_as_parameter.py
│ │ │ │ ├── test_bitfields.py
│ │ │ │ ├── test_buffers.py
│ │ │ │ ├── test_byteswap.py
│ │ │ │ ├── test_callbacks.py
│ │ │ │ ├── test_cast.py
│ │ │ │ ├── test_cfuncs.py
│ │ │ │ ├── test_checkretval.py
│ │ │ │ ├── test_delattr.py
│ │ │ │ ├── test_errcheck.py
│ │ │ │ ├── test_errno.py
│ │ │ │ ├── test_find.py
│ │ │ │ ├── test_frombuffer.py
│ │ │ │ ├── test_funcptr.py
│ │ │ │ ├── test_functions.py
│ │ │ │ ├── test_incomplete.py
│ │ │ │ ├── test_init.py
│ │ │ │ ├── test_integers.py
│ │ │ │ ├── test_internals.py
│ │ │ │ ├── test_keeprefs.py
│ │ │ │ ├── test_libc.py
│ │ │ │ ├── test_loading.py
│ │ │ │ ├── test_macholib.py
│ │ │ │ ├── test_memfunctions.py
│ │ │ │ ├── test_numbers.py
│ │ │ │ ├── test_objects.py
│ │ │ │ ├── test_parameters.py
│ │ │ │ ├── test_pep3118.py
│ │ │ │ ├── test_pickling.py
│ │ │ │ ├── test_pointers.py
│ │ │ │ ├── test_prototypes.py
│ │ │ │ ├── test_python_api.py
│ │ │ │ ├── test_random_things.py
│ │ │ │ ├── test_refcounts.py
│ │ │ │ ├── test_repr.py
│ │ │ │ ├── test_returnfuncptrs.py
│ │ │ │ ├── test_simplesubclasses.py
│ │ │ │ ├── test_sizes.py
│ │ │ │ ├── test_slicing.py
│ │ │ │ ├── test_stringptr.py
│ │ │ │ ├── test_strings.py
│ │ │ │ ├── test_struct_fields.py
│ │ │ │ ├── test_structures.py
│ │ │ │ ├── test_unaligned_structures.py
│ │ │ │ ├── test_unicode.py
│ │ │ │ ├── test_values.py
│ │ │ │ ├── test_varsize_struct.py
│ │ │ │ └── test_win32.py
│ │ │ ├── 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
│ │ │ │ ├── __init__.py
│ │ │ │ ├── bdist.py
│ │ │ │ ├── bdist_dumb.py
│ │ │ │ ├── bdist_msi.py
│ │ │ │ ├── bdist_rpm.py
│ │ │ │ ├── bdist_wininst.py
│ │ │ │ ├── build.py
│ │ │ │ ├── build_clib.py
│ │ │ │ ├── build_ext.py
│ │ │ │ ├── build_py.py
│ │ │ │ ├── build_scripts.py
│ │ │ │ ├── clean.py
│ │ │ │ ├── command_template
│ │ │ │ ├── config.py
│ │ │ │ ├── install.py
│ │ │ │ ├── install_data.py
│ │ │ │ ├── install_egg_info.py
│ │ │ │ ├── install_headers.py
│ │ │ │ ├── install_lib.py
│ │ │ │ ├── install_scripts.py
│ │ │ │ ├── register.py
│ │ │ │ ├── sdist.py
│ │ │ │ ├── upload.py
│ │ │ │ ├── wininst-6.0.exe
│ │ │ │ ├── wininst-7.1.exe
│ │ │ │ ├── wininst-8.0.exe
│ │ │ │ ├── wininst-9.0-amd64.exe
│ │ │ │ └── wininst-9.0.exe
│ │ │ ├── config.py
│ │ │ ├── core.py
│ │ │ ├── cygwinccompiler.py
│ │ │ ├── debug.py
│ │ │ ├── dep_util.py
│ │ │ ├── dir_util.py
│ │ │ ├── dist.py
│ │ │ ├── emxccompiler.py
│ │ │ ├── errors.py
│ │ │ ├── extension.py
│ │ │ ├── fancy_getopt.py
│ │ │ ├── file_util.py
│ │ │ ├── filelist.py
│ │ │ ├── log.py
│ │ │ ├── msvc9compiler.py
│ │ │ ├── msvccompiler.py
│ │ │ ├── mwerkscompiler.py
│ │ │ ├── spawn.py
│ │ │ ├── sysconfig.py
│ │ │ ├── tests
│ │ │ │ ├── __init__.py
│ │ │ │ ├── setuptools_build_ext.py
│ │ │ │ ├── setuptools_extension.py
│ │ │ │ ├── support.py
│ │ │ │ ├── test_bdist_wininst.py
│ │ │ │ ├── test_build_ext.py
│ │ │ │ ├── test_build_py.py
│ │ │ │ ├── test_build_scripts.py
│ │ │ │ ├── test_config.py
│ │ │ │ ├── test_core.py
│ │ │ │ ├── test_dist.py
│ │ │ │ ├── test_filelist.py
│ │ │ │ ├── test_install.py
│ │ │ │ ├── test_install_lib.py
│ │ │ │ ├── test_install_scripts.py
│ │ │ │ ├── test_msvc9compiler.py
│ │ │ │ ├── test_register.py
│ │ │ │ ├── test_sdist.py
│ │ │ │ ├── test_sysconfig.py
│ │ │ │ ├── test_unixccompiler.py
│ │ │ │ ├── test_upload.py
│ │ │ │ ├── test_util.py
│ │ │ │ └── test_versionpredicate.py
│ │ │ ├── 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
│ │ │ │ ├── __init__.py
│ │ │ │ ├── application.py
│ │ │ │ ├── audio.py
│ │ │ │ ├── base.py
│ │ │ │ ├── image.py
│ │ │ │ ├── message.py
│ │ │ │ ├── multipart.py
│ │ │ │ ├── nonmultipart.py
│ │ │ │ └── text.py
│ │ │ ├── parser.py
│ │ │ ├── quoprimime.py
│ │ │ ├── test
│ │ │ │ ├── __init__.py
│ │ │ │ ├── data
│ │ │ │ │ ├── PyBanner048.gif
│ │ │ │ │ ├── audiotest.au
│ │ │ │ │ ├── msg_01.txt
│ │ │ │ │ ├── msg_02.txt
│ │ │ │ │ ├── msg_03.txt
│ │ │ │ │ ├── msg_04.txt
│ │ │ │ │ ├── msg_05.txt
│ │ │ │ │ ├── msg_06.txt
│ │ │ │ │ ├── msg_07.txt
│ │ │ │ │ ├── msg_08.txt
│ │ │ │ │ ├── msg_09.txt
│ │ │ │ │ ├── msg_10.txt
│ │ │ │ │ ├── msg_11.txt
│ │ │ │ │ ├── msg_12.txt
│ │ │ │ │ ├── msg_12a.txt
│ │ │ │ │ ├── msg_13.txt
│ │ │ │ │ ├── msg_14.txt
│ │ │ │ │ ├── msg_15.txt
│ │ │ │ │ ├── msg_16.txt
│ │ │ │ │ ├── msg_17.txt
│ │ │ │ │ ├── msg_18.txt
│ │ │ │ │ ├── msg_19.txt
│ │ │ │ │ ├── msg_20.txt
│ │ │ │ │ ├── msg_21.txt
│ │ │ │ │ ├── msg_22.txt
│ │ │ │ │ ├── msg_23.txt
│ │ │ │ │ ├── msg_24.txt
│ │ │ │ │ ├── msg_25.txt
│ │ │ │ │ ├── msg_26.txt
│ │ │ │ │ ├── msg_27.txt
│ │ │ │ │ ├── msg_28.txt
│ │ │ │ │ ├── msg_29.txt
│ │ │ │ │ ├── msg_30.txt
│ │ │ │ │ ├── msg_31.txt
│ │ │ │ │ ├── msg_32.txt
│ │ │ │ │ ├── msg_33.txt
│ │ │ │ │ ├── msg_34.txt
│ │ │ │ │ ├── msg_35.txt
│ │ │ │ │ ├── msg_36.txt
│ │ │ │ │ ├── msg_37.txt
│ │ │ │ │ ├── msg_38.txt
│ │ │ │ │ ├── msg_39.txt
│ │ │ │ │ ├── msg_40.txt
│ │ │ │ │ ├── msg_41.txt
│ │ │ │ │ ├── msg_42.txt
│ │ │ │ │ ├── msg_43.txt
│ │ │ │ │ ├── msg_44.txt
│ │ │ │ │ ├── msg_45.txt
│ │ │ │ │ └── msg_46.txt
│ │ │ │ ├── test_email.py
│ │ │ │ ├── test_email_codecs.py
│ │ │ │ ├── test_email_codecs_renamed.py
│ │ │ │ ├── test_email_renamed.py
│ │ │ │ └── test_email_torture.py
│ │ │ └── utils.py
│ │ ├── encodings
│ │ │ ├── __init__.py
│ │ │ ├── aliases.py
│ │ │ ├── ascii.py
│ │ │ ├── base64_codec.py
│ │ │ ├── big5.py
│ │ │ ├── big5hkscs.py
│ │ │ ├── bz2_codec.py
│ │ │ ├── charmap.py
│ │ │ ├── cp037.py
│ │ │ ├── cp1006.py
│ │ │ ├── cp1026.py
│ │ │ ├── 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
│ │ │ ├── cp737.py
│ │ │ ├── cp775.py
│ │ │ ├── cp850.py
│ │ │ ├── cp852.py
│ │ │ ├── cp855.py
│ │ │ ├── cp856.py
│ │ │ ├── cp857.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
│ │ │ │ ├── folder.gif
│ │ │ │ ├── idle.icns
│ │ │ │ ├── minusnode.gif
│ │ │ │ ├── openfolder.gif
│ │ │ │ ├── plusnode.gif
│ │ │ │ ├── python.gif
│ │ │ │ └── tk.gif
│ │ │ ├── IdleHistory.py
│ │ │ ├── MultiCall.py
│ │ │ ├── MultiStatusBar.py
│ │ │ ├── NEWS.txt
│ │ │ ├── ObjectBrowser.py
│ │ │ ├── OutputWindow.py
│ │ │ ├── ParenMatch.py
│ │ │ ├── PathBrowser.py
│ │ │ ├── Percolator.py
│ │ │ ├── PyParse.py
│ │ │ ├── PyShell.py
│ │ │ ├── README.txt
│ │ │ ├── RemoteDebugger.py
│ │ │ ├── RemoteObjectBrowser.py
│ │ │ ├── ReplaceDialog.py
│ │ │ ├── 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
│ │ │ ├── idlever.py
│ │ │ ├── keybindingDialog.py
│ │ │ ├── macosxSupport.py
│ │ │ ├── rpc.py
│ │ │ ├── run.py
│ │ │ ├── tabbedpages.py
│ │ │ ├── testcode.py
│ │ │ └── textView.py
│ │ ├── ihooks.py
│ │ ├── imaplib.py
│ │ ├── imghdr.py
│ │ ├── imputil.py
│ │ ├── inspect.py
│ │ ├── io.py
│ │ ├── json
│ │ │ ├── __init__.py
│ │ │ ├── decoder.py
│ │ │ ├── encoder.py
│ │ │ ├── scanner.py
│ │ │ ├── tests
│ │ │ │ ├── __init__.py
│ │ │ │ ├── test_decode.py
│ │ │ │ ├── test_default.py
│ │ │ │ ├── test_dump.py
│ │ │ │ ├── test_encode_basestring_ascii.py
│ │ │ │ ├── test_fail.py
│ │ │ │ ├── test_float.py
│ │ │ │ ├── test_indent.py
│ │ │ │ ├── test_pass1.py
│ │ │ │ ├── test_pass2.py
│ │ │ │ ├── test_pass3.py
│ │ │ │ ├── test_recursion.py
│ │ │ │ ├── test_scanstring.py
│ │ │ │ ├── test_separators.py
│ │ │ │ ├── test_speedups.py
│ │ │ │ └── test_unicode.py
│ │ │ └── tool.py
│ │ ├── keyword.py
│ │ ├── lib-old
│ │ ├── lib-tk
│ │ │ ├── Canvas.py
│ │ │ ├── Dialog.py
│ │ │ ├── FileDialog.py
│ │ │ ├── FixTk.py
│ │ │ ├── ScrolledText.py
│ │ │ ├── SimpleDialog.py
│ │ │ ├── Tix.py
│ │ │ ├── Tkconstants.py
│ │ │ ├── Tkdnd.py
│ │ │ ├── Tkinter.py
│ │ │ ├── tkColorChooser.py
│ │ │ ├── tkCommonDialog.py
│ │ │ ├── tkFileDialog.py
│ │ │ ├── tkFont.py
│ │ │ ├── tkMessageBox.py
│ │ │ ├── tkSimpleDialog.py
│ │ │ └── turtle.py
│ │ ├── lib2to3
│ │ │ ├── Grammar.txt
│ │ │ ├── PatternGrammar.txt
│ │ │ ├── __init__.py
│ │ │ ├── fixer_base.py
│ │ │ ├── fixer_util.py
│ │ │ ├── fixes
│ │ │ │ ├── __init__.py
│ │ │ │ ├── fix_apply.py
│ │ │ │ ├── fix_basestring.py
│ │ │ │ ├── fix_buffer.py
│ │ │ │ ├── fix_callable.py
│ │ │ │ ├── fix_dict.py
│ │ │ │ ├── fix_except.py
│ │ │ │ ├── fix_exec.py
│ │ │ │ ├── fix_execfile.py
│ │ │ │ ├── fix_exitfunc.py
│ │ │ │ ├── fix_filter.py
│ │ │ │ ├── fix_funcattrs.py
│ │ │ │ ├── fix_future.py
│ │ │ │ ├── fix_getcwdu.py
│ │ │ │ ├── fix_has_key.py
│ │ │ │ ├── fix_idioms.py
│ │ │ │ ├── fix_import.py
│ │ │ │ ├── fix_imports.py
│ │ │ │ ├── fix_imports2.py
│ │ │ │ ├── fix_input.py
│ │ │ │ ├── fix_intern.py
│ │ │ │ ├── fix_isinstance.py
│ │ │ │ ├── fix_itertools.py
│ │ │ │ ├── fix_itertools_imports.py
│ │ │ │ ├── fix_long.py
│ │ │ │ ├── fix_map.py
│ │ │ │ ├── fix_metaclass.py
│ │ │ │ ├── fix_methodattrs.py
│ │ │ │ ├── fix_ne.py
│ │ │ │ ├── fix_next.py
│ │ │ │ ├── fix_nonzero.py
│ │ │ │ ├── fix_numliterals.py
│ │ │ │ ├── fix_operator.py
│ │ │ │ ├── fix_paren.py
│ │ │ │ ├── fix_print.py
│ │ │ │ ├── fix_raise.py
│ │ │ │ ├── fix_raw_input.py
│ │ │ │ ├── fix_reduce.py
│ │ │ │ ├── fix_renames.py
│ │ │ │ ├── fix_repr.py
│ │ │ │ ├── fix_set_literal.py
│ │ │ │ ├── fix_standarderror.py
│ │ │ │ ├── fix_sys_exc.py
│ │ │ │ ├── fix_throw.py
│ │ │ │ ├── fix_tuple_params.py
│ │ │ │ ├── fix_types.py
│ │ │ │ ├── fix_unicode.py
│ │ │ │ ├── fix_urllib.py
│ │ │ │ ├── fix_ws_comma.py
│ │ │ │ ├── fix_xrange.py
│ │ │ │ ├── fix_xreadlines.py
│ │ │ │ └── fix_zip.py
│ │ │ ├── main.py
│ │ │ ├── patcomp.py
│ │ │ ├── pgen2
│ │ │ │ ├── __init__.py
│ │ │ │ ├── conv.py
│ │ │ │ ├── driver.py
│ │ │ │ ├── grammar.py
│ │ │ │ ├── literals.py
│ │ │ │ ├── parse.py
│ │ │ │ ├── pgen.py
│ │ │ │ ├── token.py
│ │ │ │ └── tokenize.py
│ │ │ ├── pygram.py
│ │ │ ├── pytree.py
│ │ │ ├── refactor.py
│ │ │ └── tests
│ │ │ ├── __init__.py
│ │ │ ├── data
│ │ │ │ ├── README
│ │ │ │ ├── bom.py
│ │ │ │ ├── crlf.py
│ │ │ │ ├── different_encoding.py
│ │ │ │ ├── fixers
│ │ │ │ │ ├── bad_order.py
│ │ │ │ │ ├── myfixes
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── fix_explicit.py
│ │ │ │ │ │ ├── fix_first.py
│ │ │ │ │ │ ├── fix_last.py
│ │ │ │ │ │ ├── fix_parrot.py
│ │ │ │ │ │ └── fix_preorder.py
│ │ │ │ │ ├── no_fixer_cls.py
│ │ │ │ │ └── parrot_example.py
│ │ │ │ ├── infinite_recursion.py
│ │ │ │ ├── py2_test_grammar.py
│ │ │ │ └── py3_test_grammar.py
│ │ │ ├── pytree_idempotency.py
│ │ │ ├── support.py
│ │ │ ├── test_all_fixers.py
│ │ │ ├── test_fixers.py
│ │ │ ├── test_main.py
│ │ │ ├── test_parser.py
│ │ │ ├── test_pytree.py
│ │ │ ├── test_refactor.py
│ │ │ └── test_util.py
│ │ ├── linecache.py
│ │ ├── locale.py
│ │ ├── logging
│ │ │ ├── __init__.py
│ │ │ ├── config.py
│ │ │ └── handlers.py
│ │ ├── 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
│ │ │ │ ├── __init__.py
│ │ │ │ └── connection.py
│ │ │ ├── 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
│ │ │ │ ├── AE.py
│ │ │ │ ├── AH.py
│ │ │ │ ├── Alias.py
│ │ │ │ ├── Aliases.py
│ │ │ │ ├── App.py
│ │ │ │ ├── Appearance.py
│ │ │ │ ├── AppleEvents.py
│ │ │ │ ├── AppleHelp.py
│ │ │ │ ├── CF.py
│ │ │ │ ├── CG.py
│ │ │ │ ├── CarbonEvents.py
│ │ │ │ ├── CarbonEvt.py
│ │ │ │ ├── Cm.py
│ │ │ │ ├── Components.py
│ │ │ │ ├── ControlAccessor.py
│ │ │ │ ├── Controls.py
│ │ │ │ ├── CoreFoundation.py
│ │ │ │ ├── CoreGraphics.py
│ │ │ │ ├── Ctl.py
│ │ │ │ ├── Dialogs.py
│ │ │ │ ├── Dlg.py
│ │ │ │ ├── Drag.py
│ │ │ │ ├── Dragconst.py
│ │ │ │ ├── Events.py
│ │ │ │ ├── Evt.py
│ │ │ │ ├── File.py
│ │ │ │ ├── Files.py
│ │ │ │ ├── Fm.py
│ │ │ │ ├── Folder.py
│ │ │ │ ├── Folders.py
│ │ │ │ ├── Fonts.py
│ │ │ │ ├── Help.py
│ │ │ │ ├── IBCarbon.py
│ │ │ │ ├── IBCarbonRuntime.py
│ │ │ │ ├── Icn.py
│ │ │ │ ├── Icons.py
│ │ │ │ ├── Launch.py
│ │ │ │ ├── LaunchServices.py
│ │ │ │ ├── List.py
│ │ │ │ ├── Lists.py
│ │ │ │ ├── MacHelp.py
│ │ │ │ ├── MacTextEditor.py
│ │ │ │ ├── MediaDescr.py
│ │ │ │ ├── Menu.py
│ │ │ │ ├── Menus.py
│ │ │ │ ├── Mlte.py
│ │ │ │ ├── OSA.py
│ │ │ │ ├── OSAconst.py
│ │ │ │ ├── QDOffscreen.py
│ │ │ │ ├── Qd.py
│ │ │ │ ├── Qdoffs.py
│ │ │ │ ├── Qt.py
│ │ │ │ ├── QuickDraw.py
│ │ │ │ ├── QuickTime.py
│ │ │ │ ├── Res.py
│ │ │ │ ├── Resources.py
│ │ │ │ ├── Scrap.py
│ │ │ │ ├── Snd.py
│ │ │ │ ├── Sndihooks.py
│ │ │ │ ├── Sound.py
│ │ │ │ ├── TE.py
│ │ │ │ ├── TextEdit.py
│ │ │ │ ├── Win.py
│ │ │ │ ├── Windows.py
│ │ │ │ └── __init__.py
│ │ │ ├── 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
│ │ │ │ ├── CodeWarrior
│ │ │ │ │ ├── CodeWarrior_suite.py
│ │ │ │ │ ├── Metrowerks_Shell_Suite.py
│ │ │ │ │ ├── Required.py
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── Explorer
│ │ │ │ │ ├── Microsoft_Internet_Explorer.py
│ │ │ │ │ ├── Netscape_Suite.py
│ │ │ │ │ ├── Required_Suite.py
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ ├── URL_Suite.py
│ │ │ │ │ ├── Web_Browser_Suite.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── Finder
│ │ │ │ │ ├── Containers_and_folders.py
│ │ │ │ │ ├── Enumerations.py
│ │ │ │ │ ├── Files.py
│ │ │ │ │ ├── Finder_Basics.py
│ │ │ │ │ ├── Finder_items.py
│ │ │ │ │ ├── Legacy_suite.py
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ ├── Type_Definitions.py
│ │ │ │ │ ├── Window_classes.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── Netscape
│ │ │ │ │ ├── Mozilla_suite.py
│ │ │ │ │ ├── PowerPlant.py
│ │ │ │ │ ├── Required_suite.py
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ ├── Standard_URL_suite.py
│ │ │ │ │ ├── Text.py
│ │ │ │ │ ├── WorldWideWeb_suite.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── StdSuites
│ │ │ │ │ ├── AppleScript_Suite.py
│ │ │ │ │ ├── Macintosh_Connectivity_Clas.py
│ │ │ │ │ ├── QuickDraw_Graphics_Suite.py
│ │ │ │ │ ├── QuickDraw_Graphics_Suppleme.py
│ │ │ │ │ ├── Required_Suite.py
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ ├── Table_Suite.py
│ │ │ │ │ ├── Text_Suite.py
│ │ │ │ │ ├── Type_Names_Suite.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── SystemEvents
│ │ │ │ │ ├── Disk_Folder_File_Suite.py
│ │ │ │ │ ├── Folder_Actions_Suite.py
│ │ │ │ │ ├── Hidden_Suite.py
│ │ │ │ │ ├── Login_Items_Suite.py
│ │ │ │ │ ├── Power_Suite.py
│ │ │ │ │ ├── Processes_Suite.py
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ ├── System_Events_Suite.py
│ │ │ │ │ ├── Text_Suite.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── Terminal
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ ├── Terminal_Suite.py
│ │ │ │ │ ├── Text_Suite.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── _builtinSuites
│ │ │ │ ├── __init__.py
│ │ │ │ └── builtin_Suite.py
│ │ │ ├── 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_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
│ │ │ ├── __init__.py
│ │ │ ├── dbapi.py
│ │ │ ├── dump.py
│ │ │ ├── factory.py
│ │ │ ├── hooks.py
│ │ │ ├── py25tests.py
│ │ │ ├── regression.py
│ │ │ ├── transactions.py
│ │ │ ├── types.py
│ │ │ └── userfunctions.py
│ │ ├── 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
│ │ ├── tabnanny.py
│ │ ├── tarfile.py
│ │ ├── telnetlib.py
│ │ ├── tempfile.py
│ │ ├── test
│ │ │ ├── 185test.db
│ │ │ ├── README
│ │ │ ├── Sine-1000Hz-300ms.aif
│ │ │ ├── __init__.py
│ │ │ ├── audiotest.au
│ │ │ ├── autotest.py
│ │ │ ├── bad_coding.py
│ │ │ ├── bad_coding2.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_test.py
│ │ │ ├── cmath_testcases.txt
│ │ │ ├── crashers
│ │ │ │ ├── README
│ │ │ │ ├── bogus_code_obj.py
│ │ │ │ ├── bogus_sre_bytecode.py
│ │ │ │ ├── borrowed_ref_1.py
│ │ │ │ ├── borrowed_ref_2.py
│ │ │ │ ├── gc_inspection.py
│ │ │ │ ├── infinite_loop_re.py
│ │ │ │ ├── iter.py
│ │ │ │ ├── loosing_mro_ref.py
│ │ │ │ ├── mutation_inside_cyclegc.py
│ │ │ │ ├── nasty_eq_vs_dict.py
│ │ │ │ ├── recursion_limit_too_high.py
│ │ │ │ └── recursive_call.py
│ │ │ ├── curses_tests.py
│ │ │ ├── decimaltestdata
│ │ │ │ ├── abs.decTest
│ │ │ │ ├── add.decTest
│ │ │ │ ├── and.decTest
│ │ │ │ ├── base.decTest
│ │ │ │ ├── clamp.decTest
│ │ │ │ ├── class.decTest
│ │ │ │ ├── compare.decTest
│ │ │ │ ├── comparetotal.decTest
│ │ │ │ ├── comparetotmag.decTest
│ │ │ │ ├── copy.decTest
│ │ │ │ ├── copyabs.decTest
│ │ │ │ ├── copynegate.decTest
│ │ │ │ ├── copysign.decTest
│ │ │ │ ├── ddAbs.decTest
│ │ │ │ ├── ddAdd.decTest
│ │ │ │ ├── ddAnd.decTest
│ │ │ │ ├── ddBase.decTest
│ │ │ │ ├── ddCanonical.decTest
│ │ │ │ ├── ddClass.decTest
│ │ │ │ ├── ddCompare.decTest
│ │ │ │ ├── ddCompareSig.decTest
│ │ │ │ ├── ddCompareTotal.decTest
│ │ │ │ ├── ddCompareTotalMag.decTest
│ │ │ │ ├── ddCopy.decTest
│ │ │ │ ├── ddCopyAbs.decTest
│ │ │ │ ├── ddCopyNegate.decTest
│ │ │ │ ├── ddCopySign.decTest
│ │ │ │ ├── ddDivide.decTest
│ │ │ │ ├── ddDivideInt.decTest
│ │ │ │ ├── ddEncode.decTest
│ │ │ │ ├── ddFMA.decTest
│ │ │ │ ├── ddInvert.decTest
│ │ │ │ ├── ddLogB.decTest
│ │ │ │ ├── ddMax.decTest
│ │ │ │ ├── ddMaxMag.decTest
│ │ │ │ ├── ddMin.decTest
│ │ │ │ ├── ddMinMag.decTest
│ │ │ │ ├── ddMinus.decTest
│ │ │ │ ├── ddMultiply.decTest
│ │ │ │ ├── ddNextMinus.decTest
│ │ │ │ ├── ddNextPlus.decTest
│ │ │ │ ├── ddNextToward.decTest
│ │ │ │ ├── ddOr.decTest
│ │ │ │ ├── ddPlus.decTest
│ │ │ │ ├── ddQuantize.decTest
│ │ │ │ ├── ddReduce.decTest
│ │ │ │ ├── ddRemainder.decTest
│ │ │ │ ├── ddRemainderNear.decTest
│ │ │ │ ├── ddRotate.decTest
│ │ │ │ ├── ddSameQuantum.decTest
│ │ │ │ ├── ddScaleB.decTest
│ │ │ │ ├── ddShift.decTest
│ │ │ │ ├── ddSubtract.decTest
│ │ │ │ ├── ddToIntegral.decTest
│ │ │ │ ├── ddXor.decTest
│ │ │ │ ├── decDouble.decTest
│ │ │ │ ├── decQuad.decTest
│ │ │ │ ├── decSingle.decTest
│ │ │ │ ├── divide.decTest
│ │ │ │ ├── divideint.decTest
│ │ │ │ ├── dqAbs.decTest
│ │ │ │ ├── dqAdd.decTest
│ │ │ │ ├── dqAnd.decTest
│ │ │ │ ├── dqBase.decTest
│ │ │ │ ├── dqCanonical.decTest
│ │ │ │ ├── dqClass.decTest
│ │ │ │ ├── dqCompare.decTest
│ │ │ │ ├── dqCompareSig.decTest
│ │ │ │ ├── dqCompareTotal.decTest
│ │ │ │ ├── dqCompareTotalMag.decTest
│ │ │ │ ├── dqCopy.decTest
│ │ │ │ ├── dqCopyAbs.decTest
│ │ │ │ ├── dqCopyNegate.decTest
│ │ │ │ ├── dqCopySign.decTest
│ │ │ │ ├── dqDivide.decTest
│ │ │ │ ├── dqDivideInt.decTest
│ │ │ │ ├── dqEncode.decTest
│ │ │ │ ├── dqFMA.decTest
│ │ │ │ ├── dqInvert.decTest
│ │ │ │ ├── dqLogB.decTest
│ │ │ │ ├── dqMax.decTest
│ │ │ │ ├── dqMaxMag.decTest
│ │ │ │ ├── dqMin.decTest
│ │ │ │ ├── dqMinMag.decTest
│ │ │ │ ├── dqMinus.decTest
│ │ │ │ ├── dqMultiply.decTest
│ │ │ │ ├── dqNextMinus.decTest
│ │ │ │ ├── dqNextPlus.decTest
│ │ │ │ ├── dqNextToward.decTest
│ │ │ │ ├── dqOr.decTest
│ │ │ │ ├── dqPlus.decTest
│ │ │ │ ├── dqQuantize.decTest
│ │ │ │ ├── dqReduce.decTest
│ │ │ │ ├── dqRemainder.decTest
│ │ │ │ ├── dqRemainderNear.decTest
│ │ │ │ ├── dqRotate.decTest
│ │ │ │ ├── dqSameQuantum.decTest
│ │ │ │ ├── dqScaleB.decTest
│ │ │ │ ├── dqShift.decTest
│ │ │ │ ├── dqSubtract.decTest
│ │ │ │ ├── dqToIntegral.decTest
│ │ │ │ ├── dqXor.decTest
│ │ │ │ ├── dsBase.decTest
│ │ │ │ ├── dsEncode.decTest
│ │ │ │ ├── exp.decTest
│ │ │ │ ├── extra.decTest
│ │ │ │ ├── fma.decTest
│ │ │ │ ├── inexact.decTest
│ │ │ │ ├── invert.decTest
│ │ │ │ ├── ln.decTest
│ │ │ │ ├── log10.decTest
│ │ │ │ ├── logb.decTest
│ │ │ │ ├── max.decTest
│ │ │ │ ├── maxmag.decTest
│ │ │ │ ├── min.decTest
│ │ │ │ ├── minmag.decTest
│ │ │ │ ├── minus.decTest
│ │ │ │ ├── multiply.decTest
│ │ │ │ ├── nextminus.decTest
│ │ │ │ ├── nextplus.decTest
│ │ │ │ ├── nexttoward.decTest
│ │ │ │ ├── or.decTest
│ │ │ │ ├── plus.decTest
│ │ │ │ ├── power.decTest
│ │ │ │ ├── powersqrt.decTest
│ │ │ │ ├── quantize.decTest
│ │ │ │ ├── randomBound32.decTest
│ │ │ │ ├── randoms.decTest
│ │ │ │ ├── reduce.decTest
│ │ │ │ ├── remainder.decTest
│ │ │ │ ├── remainderNear.decTest
│ │ │ │ ├── rescale.decTest
│ │ │ │ ├── rotate.decTest
│ │ │ │ ├── rounding.decTest
│ │ │ │ ├── samequantum.decTest
│ │ │ │ ├── scaleb.decTest
│ │ │ │ ├── shift.decTest
│ │ │ │ ├── squareroot.decTest
│ │ │ │ ├── subtract.decTest
│ │ │ │ ├── testall.decTest
│ │ │ │ ├── tointegral.decTest
│ │ │ │ ├── tointegralx.decTest
│ │ │ │ └── xor.decTest
│ │ │ ├── doctest_aliases.py
│ │ │ ├── double_const.py
│ │ │ ├── empty.vbs
│ │ │ ├── exception_hierarchy.txt
│ │ │ ├── floating_points.txt
│ │ │ ├── fork_wait.py
│ │ │ ├── greyrgb.uue
│ │ │ ├── https_svn_python_org_root.pem
│ │ │ ├── ieee754.txt
│ │ │ ├── infinite_reload.py
│ │ │ ├── inspect_fodder.py
│ │ │ ├── inspect_fodder2.py
│ │ │ ├── keycert.pem
│ │ │ ├── leakers
│ │ │ │ ├── README.txt
│ │ │ │ ├── __init__.py
│ │ │ │ ├── test_ctypes.py
│ │ │ │ ├── test_gestalt.py
│ │ │ │ └── test_selftype.py
│ │ │ ├── list_tests.py
│ │ │ ├── lock_tests.py
│ │ │ ├── mapping_tests.py
│ │ │ ├── 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
│ │ │ ├── regex_tests.py
│ │ │ ├── regrtest.py
│ │ │ ├── relimport.py
│ │ │ ├── reperf.py
│ │ │ ├── sample_doctest.py
│ │ │ ├── seq_tests.py
│ │ │ ├── sgml_input.html
│ │ │ ├── sha256.pem
│ │ │ ├── sortperf.py
│ │ │ ├── ssl_cert.pem
│ │ │ ├── ssl_key.pem
│ │ │ ├── string_tests.py
│ │ │ ├── svn_python_org_https_cert.pem
│ │ │ ├── test.xml
│ │ │ ├── test.xml.out
│ │ │ ├── test_MimeWriter.py
│ │ │ ├── test_SimpleHTTPServer.py
│ │ │ ├── test_StringIO.py
│ │ │ ├── test___all__.py
│ │ │ ├── test___future__.py
│ │ │ ├── test__locale.py
│ │ │ ├── test_abc.py
│ │ │ ├── test_abstract_numbers.py
│ │ │ ├── test_aepack.py
│ │ │ ├── test_aifc.py
│ │ │ ├── test_al.py
│ │ │ ├── test_anydbm.py
│ │ │ ├── test_applesingle.py
│ │ │ ├── test_array.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_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_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_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_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_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_imageop.py
│ │ │ ├── test_imaplib.py
│ │ │ ├── test_imgfile.py
│ │ │ ├── test_imp.py
│ │ │ ├── test_import.py
│ │ │ ├── test_importhooks.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_mailbox.py
│ │ │ ├── test_marshal.py
│ │ │ ├── test_math.py
│ │ │ ├── test_md5.py
│ │ │ ├── test_memoryio.py
│ │ │ ├── test_mhlib.py
│ │ │ ├── test_mimetools.py
│ │ │ ├── test_mimetypes.py
│ │ │ ├── test_minidom.py
│ │ │ ├── test_mmap.py
│ │ │ ├── test_module.py
│ │ │ ├── test_modulefinder.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_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_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_profilehooks.py
│ │ │ ├── test_property.py
│ │ │ ├── test_pstats.py
│ │ │ ├── test_pty.py
│ │ │ ├── test_pwd.py
│ │ │ ├── test_py3kwarn.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_robotparser.py
│ │ │ ├── test_runpy.py
│ │ │ ├── test_sax.py
│ │ │ ├── test_scope.py
│ │ │ ├── test_scriptpackages.py
│ │ │ ├── test_select.py
│ │ │ ├── test_set.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_str.py
│ │ │ ├── test_strftime.py
│ │ │ ├── test_string.py
│ │ │ ├── test_stringprep.py
│ │ │ ├── test_strop.py
│ │ │ ├── test_strptime.py
│ │ │ ├── test_struct.py
│ │ │ ├── test_structmembers.py
│ │ │ ├── test_structseq.py
│ │ │ ├── test_subprocess.py
│ │ │ ├── test_sunaudiodev.py
│ │ │ ├── test_sundry.py
│ │ │ ├── test_support.py
│ │ │ ├── test_symtable.py
│ │ │ ├── test_syntax.py
│ │ │ ├── test_sys.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_tokenize.py
│ │ │ ├── test_trace.py
│ │ │ ├── test_traceback.py
│ │ │ ├── test_transformer.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_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_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
│ │ │ ├── warning_tests.py
│ │ │ ├── wrongcert.pem
│ │ │ ├── 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.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
│ │ │ │ ├── NodeFilter.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── domreg.py
│ │ │ │ ├── expatbuilder.py
│ │ │ │ ├── minicompat.py
│ │ │ │ ├── minidom.py
│ │ │ │ ├── pulldom.py
│ │ │ │ └── xmlbuilder.py
│ │ │ ├── etree
│ │ │ │ ├── ElementInclude.py
│ │ │ │ ├── ElementPath.py
│ │ │ │ ├── ElementTree.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── cElementTree.py
│ │ │ ├── parsers
│ │ │ │ ├── __init__.py
│ │ │ │ └── expat.py
│ │ │ └── sax
│ │ │ ├── __init__.py
│ │ │ ├── _exceptions.py
│ │ │ ├── expatreader.py
│ │ │ ├── handler.py
│ │ │ ├── saxutils.py
│ │ │ └── xmlreader.py
│ │ ├── xmllib.py
│ │ ├── xmlrpclib.py
│ │ └── zipfile.py
│ ├── Mac
│ │ ├── BuildScript
│ │ │ ├── README.txt
│ │ │ ├── build-installer.py
│ │ │ ├── ncurses-5.5.patch
│ │ │ ├── resources
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── Welcome.rtf
│ │ │ │ └── background.jpg
│ │ │ ├── scripts
│ │ │ │ ├── postflight.documentation
│ │ │ │ ├── postflight.framework
│ │ │ │ └── postflight.patch-profile
│ │ │ └── seticon.m
│ │ ├── Demo
│ │ │ ├── PICTbrowse
│ │ │ │ ├── ICONbrowse.py
│ │ │ │ ├── PICTbrowse.py
│ │ │ │ ├── PICTbrowse.rsrc
│ │ │ │ ├── PICTbrowse2.py
│ │ │ │ ├── cicnbrowse.py
│ │ │ │ ├── oldPICTbrowse.py
│ │ │ │ └── oldPICTbrowse.rsrc
│ │ │ ├── applescript
│ │ │ │ ├── Disk_Copy
│ │ │ │ │ ├── Special_Events.py
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ ├── Utility_Events.py
│ │ │ │ │ └── __init__.py
│ │ │ │ └── makedisk.py
│ │ │ ├── applescript.html
│ │ │ ├── example0
│ │ │ │ └── checktext.py
│ │ │ ├── example0.html
│ │ │ ├── example1
│ │ │ │ ├── dnslookup-1.gif
│ │ │ │ ├── dnslookup-1.py
│ │ │ │ └── dnslookup-1.rsrc
│ │ │ ├── example1.html
│ │ │ ├── example2
│ │ │ │ ├── dnslookup-2.gif
│ │ │ │ ├── dnslookup-2.py
│ │ │ │ └── dnslookup-2.rsrc
│ │ │ ├── example2.html
│ │ │ ├── html.icons
│ │ │ │ ├── createmake.png
│ │ │ │ ├── mkapplet.gif
│ │ │ │ ├── modulator.gif
│ │ │ │ ├── options.gif
│ │ │ │ ├── preferences.gif
│ │ │ │ └── python.gif
│ │ │ ├── imgbrowse
│ │ │ │ ├── imgbrowse.py
│ │ │ │ └── mac_image.py
│ │ │ ├── index.html
│ │ │ ├── mlte
│ │ │ │ └── mlted.py
│ │ │ ├── quicktime
│ │ │ │ ├── MovieInWindow.py
│ │ │ │ └── VerySimplePlayer.py
│ │ │ ├── resources
│ │ │ │ ├── copyres.py
│ │ │ │ └── listres.py
│ │ │ ├── sound
│ │ │ │ ├── morse.py
│ │ │ │ ├── morselib.py
│ │ │ │ └── playaiff.py
│ │ │ ├── textedit
│ │ │ │ └── ped.py
│ │ │ └── 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
│ │ │ │ ├── README
│ │ │ │ ├── _AEmodule.c
│ │ │ │ ├── aescan.py
│ │ │ │ └── aesupport.py
│ │ │ ├── ah
│ │ │ │ ├── _AHmodule.c
│ │ │ │ ├── ahscan.py
│ │ │ │ └── ahsupport.py
│ │ │ ├── app
│ │ │ │ ├── _Appmodule.c
│ │ │ │ ├── appscan.py
│ │ │ │ └── appsupport.py
│ │ │ ├── autoGIL.c
│ │ │ ├── carbonevt
│ │ │ │ ├── CarbonEvtscan.py
│ │ │ │ ├── CarbonEvtsupport.py
│ │ │ │ └── _CarbonEvtmodule.c
│ │ │ ├── cf
│ │ │ │ ├── _CFmodule.c
│ │ │ │ ├── cfscan.py
│ │ │ │ ├── cfsupport.py
│ │ │ │ ├── pycfbridge.c
│ │ │ │ └── pycfbridge.h
│ │ │ ├── cg
│ │ │ │ ├── CFMLateImport.c
│ │ │ │ ├── CFMLateImport.h
│ │ │ │ ├── CGStubLib
│ │ │ │ ├── CGStubLib.exp
│ │ │ │ ├── CGStubLib.readme
│ │ │ │ ├── _CGmodule.c
│ │ │ │ ├── cgscan.py
│ │ │ │ └── cgsupport.py
│ │ │ ├── cm
│ │ │ │ ├── _Cmmodule.c
│ │ │ │ ├── cmscan.py
│ │ │ │ └── cmsupport.py
│ │ │ ├── ctl
│ │ │ │ ├── _Ctlmodule.c
│ │ │ │ ├── ctledit.py
│ │ │ │ ├── ctlscan.py
│ │ │ │ └── ctlsupport.py
│ │ │ ├── dlg
│ │ │ │ ├── _Dlgmodule.c
│ │ │ │ ├── dlgscan.py
│ │ │ │ └── dlgsupport.py
│ │ │ ├── drag
│ │ │ │ ├── _Dragmodule.c
│ │ │ │ ├── dragscan.py
│ │ │ │ └── dragsupport.py
│ │ │ ├── evt
│ │ │ │ ├── _Evtmodule.c
│ │ │ │ ├── evtedit.py
│ │ │ │ ├── evtscan.py
│ │ │ │ └── evtsupport.py
│ │ │ ├── file
│ │ │ │ ├── _Filemodule.c
│ │ │ │ ├── filescan.py
│ │ │ │ └── filesupport.py
│ │ │ ├── fm
│ │ │ │ ├── _Fmmodule.c
│ │ │ │ ├── fmscan.py
│ │ │ │ └── fmsupport.py
│ │ │ ├── folder
│ │ │ │ ├── _Foldermodule.c
│ │ │ │ ├── folderscan.py
│ │ │ │ └── foldersupport.py
│ │ │ ├── gestaltmodule.c
│ │ │ ├── help
│ │ │ │ ├── _Helpmodule.c
│ │ │ │ ├── helpscan.py
│ │ │ │ └── helpsupport.py
│ │ │ ├── ibcarbon
│ │ │ │ ├── IBCarbonscan.py
│ │ │ │ ├── IBCarbonsupport.py
│ │ │ │ └── _IBCarbon.c
│ │ │ ├── icgluemodule.c
│ │ │ ├── icn
│ │ │ │ ├── _Icnmodule.c
│ │ │ │ ├── icnscan.py
│ │ │ │ └── icnsupport.py
│ │ │ ├── launch
│ │ │ │ ├── _Launchmodule.c
│ │ │ │ ├── launchscan.py
│ │ │ │ ├── launchsupport.py
│ │ │ │ └── setup.py
│ │ │ ├── list
│ │ │ │ ├── _Listmodule.c
│ │ │ │ ├── listscan.py
│ │ │ │ └── listsupport.py
│ │ │ ├── menu
│ │ │ │ ├── _Menumodule.c
│ │ │ │ ├── menuedit.py
│ │ │ │ ├── menuscan.py
│ │ │ │ └── menusupport.py
│ │ │ ├── mlte
│ │ │ │ ├── _Mltemodule.c
│ │ │ │ ├── mltescan.py
│ │ │ │ └── mltesupport.py
│ │ │ ├── osa
│ │ │ │ ├── _OSAmodule.c
│ │ │ │ ├── osascan.py
│ │ │ │ ├── osasupport.py
│ │ │ │ └── setup.py
│ │ │ ├── qd
│ │ │ │ ├── _Qdmodule.c
│ │ │ │ ├── qdedit.py
│ │ │ │ ├── qdscan.py
│ │ │ │ └── qdsupport.py
│ │ │ ├── qdoffs
│ │ │ │ ├── _Qdoffsmodule.c
│ │ │ │ ├── qdoffsscan.py
│ │ │ │ └── qdoffssupport.py
│ │ │ ├── qt
│ │ │ │ ├── _Qtmodule.c
│ │ │ │ ├── qtscan.py
│ │ │ │ ├── qtsupport.py
│ │ │ │ └── setup.py
│ │ │ ├── res
│ │ │ │ ├── _Resmodule.c
│ │ │ │ ├── resedit.py
│ │ │ │ ├── resscan.py
│ │ │ │ └── ressupport.py
│ │ │ ├── scrap
│ │ │ │ ├── _Scrapmodule.c
│ │ │ │ ├── scrapscan.py
│ │ │ │ └── scrapsupport.py
│ │ │ ├── snd
│ │ │ │ ├── _Sndihooks.c
│ │ │ │ ├── _Sndmodule.c
│ │ │ │ ├── sndscan.py
│ │ │ │ └── sndsupport.py
│ │ │ ├── te
│ │ │ │ ├── _TEmodule.c
│ │ │ │ ├── tescan.py
│ │ │ │ └── tesupport.py
│ │ │ └── win
│ │ │ ├── _Winmodule.c
│ │ │ ├── winedit.py
│ │ │ ├── winscan.py
│ │ │ └── winsupport.py
│ │ ├── 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
│ │ │ │ ├── English.lproj
│ │ │ │ │ └── Documentation
│ │ │ │ │ ├── PackageManager.gif
│ │ │ │ │ ├── community.html
│ │ │ │ │ ├── doc
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── finder.html
│ │ │ │ │ ├── gui.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── intro.html
│ │ │ │ │ ├── packman.html
│ │ │ │ │ ├── python.gif
│ │ │ │ │ ├── pythonsmall.gif
│ │ │ │ │ ├── scripting.html
│ │ │ │ │ └── shell.html
│ │ │ │ ├── PythonApplet.icns
│ │ │ │ └── PythonInterpreter.icns
│ │ │ ├── framework
│ │ │ │ └── Info.plist.in
│ │ │ └── iconsrc
│ │ │ ├── IDE.psd
│ │ │ ├── PackageManager.psd
│ │ │ ├── PythonApplet.psd
│ │ │ ├── PythonCompiled.psd
│ │ │ ├── PythonIcon.psd
│ │ │ ├── PythonSource.psd
│ │ │ └── PythonWSource.psd
│ │ ├── Tools
│ │ │ ├── Doc
│ │ │ │ ├── HelpIndexingTool
│ │ │ │ │ ├── Help_Indexing_Tool_Suite.py
│ │ │ │ │ ├── Miscellaneous_Standards.py
│ │ │ │ │ ├── Required_Suite.py
│ │ │ │ │ ├── Standard_Suite.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── odds_and_ends.py
│ │ │ │ ├── README
│ │ │ │ └── setup.py
│ │ │ ├── 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
│ │ ├── AIX-NOTES
│ │ ├── BeOS-NOTES
│ │ ├── BeOS-setup.py
│ │ ├── HISTORY
│ │ ├── NEWS
│ │ ├── NEWS.help
│ │ ├── PURIFY.README
│ │ ├── Porting
│ │ ├── README
│ │ ├── README.OpenBSD
│ │ ├── README.coverity
│ │ ├── README.klocwork
│ │ ├── README.valgrind
│ │ ├── RFD
│ │ ├── RPM
│ │ │ ├── README
│ │ │ └── python-2.6.spec
│ │ ├── SpecialBuilds.txt
│ │ ├── TextMate
│ │ │ └── Python-Dev.tmbundle
│ │ │ ├── Commands
│ │ │ │ ├── 2 to 3 - Module Deletion.tmCommand
│ │ │ │ ├── Build Docs.tmCommand
│ │ │ │ ├── Build.tmCommand
│ │ │ │ ├── Go to Issue.tmCommand
│ │ │ │ ├── Open Docs.tmCommand
│ │ │ │ └── Open PEP.tmCommand
│ │ │ ├── Snippets
│ │ │ │ └── 2 to 3 - Module Deletion (docs).tmSnippet
│ │ │ └── info.plist
│ │ ├── Vim
│ │ │ ├── python.vim
│ │ │ ├── syntax_test.py
│ │ │ ├── vim_syntax.py
│ │ │ └── vimrc
│ │ ├── build.sh
│ │ ├── cheatsheet
│ │ ├── developers.txt
│ │ ├── find_recursionlimit.py
│ │ ├── gdbinit
│ │ ├── indent.pro
│ │ ├── pymemcompat.h
│ │ ├── python-config.in
│ │ ├── python-mode.el
│ │ ├── python.man
│ │ ├── setuid-prog.c
│ │ ├── valgrind-python.supp
│ │ └── vgrindefs
│ ├── Modules
│ │ ├── Setup.config.in
│ │ ├── Setup.dist
│ │ ├── _bisectmodule.c
│ │ ├── _bsddb.c
│ │ ├── _bytesio.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
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README
│ │ │ │ ├── README.ctypes
│ │ │ │ ├── dlfcn.h
│ │ │ │ └── dlfcn_simple.c
│ │ │ ├── libffi
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── README
│ │ │ │ ├── acinclude.m4
│ │ │ │ ├── aclocal.m4
│ │ │ │ ├── config.guess
│ │ │ │ ├── config.sub
│ │ │ │ ├── configure
│ │ │ │ ├── configure.ac
│ │ │ │ ├── configure.host
│ │ │ │ ├── fficonfig.h.in
│ │ │ │ ├── fficonfig.py.in
│ │ │ │ ├── include
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Makefile.in
│ │ │ │ │ ├── ffi.h.in
│ │ │ │ │ └── ffi_common.h
│ │ │ │ ├── install-sh
│ │ │ │ ├── missing
│ │ │ │ └── src
│ │ │ │ ├── alpha
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── osf.S
│ │ │ │ ├── arm
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── cris
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── darwin
│ │ │ │ │ └── ffitarget.h
│ │ │ │ ├── frv
│ │ │ │ │ ├── eabi.S
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ └── ffitarget.h
│ │ │ │ ├── ia64
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── ia64_flags.h
│ │ │ │ │ └── unix.S
│ │ │ │ ├── m32r
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── m68k
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── mips
│ │ │ │ │ ├── ffi.c
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── n32.S
│ │ │ │ │ └── o32.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
│ │ │ │ │ ├── ffitarget.h
│ │ │ │ │ ├── linux64.S
│ │ │ │ │ ├── linux64_closure.S
│ │ │ │ │ ├── ppc_closure.S
│ │ │ │ │ └── sysv.S
│ │ │ │ ├── prep_cif.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
│ │ │ │ └── x86
│ │ │ │ ├── darwin.S
│ │ │ │ ├── darwin64.S
│ │ │ │ ├── ffi.c
│ │ │ │ ├── ffi64.c
│ │ │ │ ├── ffitarget.h
│ │ │ │ ├── freebsd.S
│ │ │ │ ├── sysv.S
│ │ │ │ ├── unix64.S
│ │ │ │ └── win32.S
│ │ │ ├── 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.S
│ │ │ │ ├── win32.c
│ │ │ │ └── win64.asm
│ │ │ ├── libffi_osx
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README
│ │ │ │ ├── README.pyobjc
│ │ │ │ ├── ffi.c
│ │ │ │ ├── include
│ │ │ │ │ ├── ffi
│ │ │ │ │ ├── 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
│ │ ├── _elementtree.c
│ │ ├── _fileio.c
│ │ ├── _functoolsmodule.c
│ │ ├── _hashopenssl.c
│ │ ├── _heapqmodule.c
│ │ ├── _hotshot.c
│ │ ├── _json.c
│ │ ├── _localemodule.c
│ │ ├── _lsprof.c
│ │ ├── _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
│ │ │ ├── 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
│ │ │ ├── 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
│ │ ├── 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
│ │ ├── 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
│ │ ├── 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
│ │ ├── 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
│ │ ├── longobject.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
│ │ │ ├── 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
│ │ │ ├── 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
│ │ │ ├── python26.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
│ │ ├── grammar.mak
│ │ ├── 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
│ │ ├── 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
│ │ ├── getmtime.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
│ │ ├── pyfpe.c
│ │ ├── pymath.c
│ │ ├── pystate.c
│ │ ├── pystrcmp.c
│ │ ├── pystrtod.c
│ │ ├── pythonrun.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
│ │ │ └── getmtime_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
│ │ │ ├── bgen.py
│ │ │ ├── bgenBuffer.py
│ │ │ ├── bgenGenerator.py
│ │ │ ├── bgenGeneratorGroup.py
│ │ │ ├── bgenHeapBuffer.py
│ │ │ ├── bgenModule.py
│ │ │ ├── bgenObjectDefinition.py
│ │ │ ├── bgenOutput.py
│ │ │ ├── bgenStackBuffer.py
│ │ │ ├── bgenStringBuffer.py
│ │ │ ├── bgenType.py
│ │ │ ├── bgenVariable.py
│ │ │ ├── macsupport.py
│ │ │ └── scantools.py
│ │ ├── 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
│ │ ├── 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
│ │ │ ├── __init__.py
│ │ │ ├── bases.py
│ │ │ ├── function.py
│ │ │ ├── member.py
│ │ │ ├── slots.py
│ │ │ ├── struct.py
│ │ │ ├── structparse.py
│ │ │ ├── template.py
│ │ │ └── util.py
│ │ ├── 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
│ │ ├── i18n
│ │ │ ├── makelocalealias.py
│ │ │ ├── msgfmt.py
│ │ │ └── pygettext.py
│ │ ├── modulator
│ │ │ ├── EXAMPLE.py
│ │ │ ├── README
│ │ │ ├── ScrolledListbox.py
│ │ │ ├── Templates
│ │ │ │ ├── copyright
│ │ │ │ ├── module_head
│ │ │ │ ├── module_method
│ │ │ │ ├── module_tail
│ │ │ │ ├── object_head
│ │ │ │ ├── object_method
│ │ │ │ ├── object_mlist
│ │ │ │ ├── object_new
│ │ │ │ ├── object_structure
│ │ │ │ ├── object_tail
│ │ │ │ ├── object_tp_as_mapping
│ │ │ │ ├── object_tp_as_number
│ │ │ │ ├── object_tp_as_sequence
│ │ │ │ ├── object_tp_call
│ │ │ │ ├── object_tp_compare
│ │ │ │ ├── object_tp_dealloc
│ │ │ │ ├── object_tp_getattr
│ │ │ │ ├── object_tp_hash
│ │ │ │ ├── object_tp_print
│ │ │ │ ├── object_tp_repr
│ │ │ │ ├── object_tp_setattr
│ │ │ │ └── object_tp_str
│ │ │ ├── Tkextra.py
│ │ │ ├── genmodule.py
│ │ │ ├── modulator.py
│ │ │ └── varsubst.py
│ │ ├── msi
│ │ │ ├── README.txt
│ │ │ ├── crtlicense.txt
│ │ │ ├── merge.py
│ │ │ ├── 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
│ │ │ │ ├── __init__.py
│ │ │ │ └── submodule.py
│ │ │ ├── pybench.py
│ │ │ └── systimes.py
│ │ ├── pynche
│ │ │ ├── ChipViewer.py
│ │ │ ├── ColorDB.py
│ │ │ ├── DetailsViewer.py
│ │ │ ├── ListViewer.py
│ │ │ ├── Main.py
│ │ │ ├── PyncheWidget.py
│ │ │ ├── README
│ │ │ ├── StripViewer.py
│ │ │ ├── Switchboard.py
│ │ │ ├── TextViewer.py
│ │ │ ├── TypeinViewer.py
│ │ │ ├── X
│ │ │ │ ├── rgb.txt
│ │ │ │ └── xlicense.txt
│ │ │ ├── __init__.py
│ │ │ ├── html40colors.txt
│ │ │ ├── namedcolors.txt
│ │ │ ├── pyColorChooser.py
│ │ │ ├── pynche
│ │ │ ├── pynche.pyw
│ │ │ ├── webcolors.txt
│ │ │ └── websafe.txt
│ │ ├── scripts
│ │ │ ├── 2to3
│ │ │ ├── README
│ │ │ ├── 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
│ │ │ ├── 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
│ │ │ ├── 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
│ │ │ ├── listcodecs.py
│ │ │ ├── makeunicodedata.py
│ │ │ ├── mkstringprep.py
│ │ │ └── python-mappings
│ │ │ ├── CP1140.TXT
│ │ │ ├── KOI8-U.TXT
│ │ │ └── TIS-620.TXT
│ │ ├── 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
│ ├── configure
│ ├── configure.in
│ ├── install-sh
│ ├── pyconfig.h.in
│ └── setup.py
└── 好例子网_Python-2.6.6.tar.bz2
278 directories, 3952 files