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

Python-2.4.zip

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:9.93M
  • 下载次数:2
  • 浏览次数:28
  • 发布时间:2023-04-22
  • 实例类别:Python语言基础
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 相关标签: python ZIP py IP

实例介绍

【实例简介】Python-2.4.zip

【实例截图】

from clipboard

【核心代码】
文件清单
└── Python-2.4
    ├── aclocal.m4
    ├── configure
    ├── configure.in
    ├── Demo
    │   ├── cgi
    │   │   ├── cgi0.sh
    │   │   ├── cgi1.py
    │   │   ├── cgi2.py
    │   │   ├── cgi3.py
    │   │   ├── README
    │   │   └── wiki.py
    │   ├── classes
    │   │   ├── bitvec.py
    │   │   ├── Complex.py
    │   │   ├── Dates.py
    │   │   ├── Dbm.py
    │   │   ├── Range.py
    │   │   ├── Rat.py
    │   │   ├── README
    │   │   ├── Rev.py
    │   │   └── Vec.py
    │   ├── comparisons
    │   │   ├── patterns
    │   │   ├── README
    │   │   ├── regextest.py
    │   │   ├── sortingtest.py
    │   │   └── systemtest.py
    │   ├── curses
    │   │   ├── life.py
    │   │   ├── ncurses.py
    │   │   ├── rain.py
    │   │   ├── README
    │   │   ├── repeat.py
    │   │   ├── tclock.py
    │   │   └── xmas.py
    │   ├── embed
    │   │   ├── demo.c
    │   │   ├── importexc.c
    │   │   ├── loop.c
    │   │   ├── Makefile
    │   │   └── README
    │   ├── imputil
    │   │   ├── importers.py
    │   │   └── knee.py
    │   ├── md5test
    │   │   ├── foo
    │   │   ├── md5driver.py
    │   │   └── README
    │   ├── metaclasses
    │   │   ├── Eiffel.py
    │   │   ├── Enum.py
    │   │   ├── index.html
    │   │   ├── Meta.py
    │   │   ├── meta-vladimir.txt
    │   │   ├── Simple.py
    │   │   ├── Synch.py
    │   │   └── Trace.py
    │   ├── newmetaclasses
    │   │   ├── Eiffel.py
    │   │   └── Enum.py
    │   ├── parser
    │   │   ├── docstring.py
    │   │   ├── example.py
    │   │   ├── FILES
    │   │   ├── README
    │   │   ├── simple.py
    │   │   ├── source.py
    │   │   ├── test_parser.py
    │   │   └── texipre.dat
    │   ├── pdist
    │   │   ├── client.py
    │   │   ├── cmdfw.py
    │   │   ├── cmptree.py
    │   │   ├── cvslib.py
    │   │   ├── cvslock.py
    │   │   ├── FSProxy.py
    │   │   ├── mac.py
    │   │   ├── makechangelog.py
    │   │   ├── rcsbump
    │   │   ├── rcsclient.py
    │   │   ├── rcslib.py
    │   │   ├── RCSProxy.py
    │   │   ├── rcvs
    │   │   ├── rcvs.py
    │   │   ├── README
    │   │   ├── rrcs
    │   │   ├── rrcs.py
    │   │   ├── security.py
    │   │   ├── server.py
    │   │   └── sumtree.py
    │   ├── pysvr
    │   │   ├── Makefile
    │   │   ├── pysvr.c
    │   │   ├── pysvr.py
    │   │   └── README
    │   ├── README
    │   ├── rpc
    │   │   ├── MANIFEST
    │   │   ├── mountclient.py
    │   │   ├── nfsclient.py
    │   │   ├── README
    │   │   ├── rnusersclient.py
    │   │   ├── rpc.py
    │   │   ├── test
    │   │   ├── T.py
    │   │   └── xdr.py
    │   ├── scripts
    │   │   ├── 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
    │   │   ├── README
    │   │   ├── script.py
    │   │   ├── unbirthday.py
    │   │   ├── update.py
    │   │   └── wh.py
    │   ├── sockets
    │   │   ├── broadcast.py
    │   │   ├── echosvr.py
    │   │   ├── finger.py
    │   │   ├── ftp.py
    │   │   ├── gopher.py
    │   │   ├── mcast.py
    │   │   ├── radio.py
    │   │   ├── README
    │   │   ├── rpythond.py
    │   │   ├── rpython.py
    │   │   ├── telnet.py
    │   │   ├── throughput.py
    │   │   ├── udpecho.py
    │   │   ├── unicast.py
    │   │   ├── unixclient.py
    │   │   └── unixserver.py
    │   ├── threads
    │   │   ├── Coroutine.py
    │   │   ├── fcmp.py
    │   │   ├── find.py
    │   │   ├── Generator.py
    │   │   ├── README
    │   │   ├── squasher.py
    │   │   ├── sync.py
    │   │   └── telnet.py
    │   ├── tix
    │   │   ├── 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
    │   │   ├── INSTALL.txt
    │   │   ├── README.txt
    │   │   ├── 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
    │   │   ├── guido
    │   │   │   ├── AttrDialog.py
    │   │   │   ├── brownian.py
    │   │   │   ├── canvasevents.py
    │   │   │   ├── dialog.py
    │   │   │   ├── electrons.py
    │   │   │   ├── hanoi.py
    │   │   │   ├── hello.py
    │   │   │   ├── imagedraw.py
    │   │   │   ├── imageview.py
    │   │   │   ├── kill.py
    │   │   │   ├── listtree.py
    │   │   │   ├── ManPage.py
    │   │   │   ├── mbox.py
    │   │   │   ├── MimeViewer.py
    │   │   │   ├── newmenubardemo.py
    │   │   │   ├── optionmenu.py
    │   │   │   ├── paint.py
    │   │   │   ├── rmt.py
    │   │   │   ├── ShellWindow.py
    │   │   │   ├── solitaire.py
    │   │   │   ├── sortvisu.py
    │   │   │   ├── ss1.py
    │   │   │   ├── svkill.py
    │   │   │   ├── switch.py
    │   │   │   ├── tkman.py
    │   │   │   └── wish.py
    │   │   ├── matt
    │   │   │   ├── 00-HELLO-WORLD.py
    │   │   │   ├── 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-with-scrollbars.py
    │   │   │   ├── canvas-w-widget-draw-el.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
    │   │   │   ├── README
    │   │   │   ├── 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
    │   │   └── README
    │   ├── xml
    │   │   ├── elem_count.py
    │   │   ├── roundtrip.py
    │   │   └── rss2html.py
    │   ├── xmlrpc
    │   │   ├── xmlrpc_handler.py
    │   │   └── xmlrpcserver.py
    │   └── zlib
    │       ├── minigzip.py
    │       └── zlibdemo.py
    ├── Doc
    │   ├── ACKS
    │   ├── api
    │   │   ├── abstract.tex
    │   │   ├── api.tex
    │   │   ├── concrete.tex
    │   │   ├── exceptions.tex
    │   │   ├── init.tex
    │   │   ├── intro.tex
    │   │   ├── memory.tex
    │   │   ├── newtypes.tex
    │   │   ├── refcounting.tex
    │   │   ├── refcounts.dat
    │   │   ├── utilities.tex
    │   │   └── veryhigh.tex
    │   ├── commontex
    │   │   ├── boilerplate.tex
    │   │   ├── copyright.tex
    │   │   ├── license.tex
    │   │   ├── reportingbugs.tex
    │   │   └── typestruct.h
    │   ├── dist
    │   │   ├── dist.tex
    │   │   └── sysconfig.tex
    │   ├── doc
    │   │   └── doc.tex
    │   ├── ext
    │   │   ├── building.tex
    │   │   ├── embedding.tex
    │   │   ├── extending.tex
    │   │   ├── ext.tex
    │   │   ├── newtypes.tex
    │   │   ├── noddy2.c
    │   │   ├── noddy3.c
    │   │   ├── noddy4.c
    │   │   ├── noddy.c
    │   │   ├── run-func.c
    │   │   ├── setup.py
    │   │   ├── test.py
    │   │   └── windows.tex
    │   ├── html
    │   │   ├── about.dat
    │   │   ├── about.html
    │   │   ├── icons
    │   │   │   ├── blank.gif
    │   │   │   ├── blank.png
    │   │   │   ├── contents.gif
    │   │   │   ├── contents.png
    │   │   │   ├── index.gif
    │   │   │   ├── index.png
    │   │   │   ├── modules.gif
    │   │   │   ├── modules.png
    │   │   │   ├── next.gif
    │   │   │   ├── next.png
    │   │   │   ├── previous.gif
    │   │   │   ├── previous.png
    │   │   │   ├── pyfav.gif
    │   │   │   ├── up.gif
    │   │   │   └── up.png
    │   │   ├── index.html.in
    │   │   ├── stdabout.dat
    │   │   └── style.css
    │   ├── info
    │   │   ├── Makefile
    │   │   ├── python.dir
    │   │   └── README
    │   ├── inst
    │   │   └── inst.tex
    │   ├── isilo
    │   ├── lib
    │   │   ├── asttable.tex
    │   │   ├── caseless.py
    │   │   ├── compiler.tex
    │   │   ├── distutils.tex
    │   │   ├── emailcharsets.tex
    │   │   ├── email-dir.py
    │   │   ├── emailencoders.tex
    │   │   ├── emailexc.tex
    │   │   ├── emailgenerator.tex
    │   │   ├── emailheaders.tex
    │   │   ├── emailiter.tex
    │   │   ├── emailmessage.tex
    │   │   ├── emailmimebase.tex
    │   │   ├── email-mime.py
    │   │   ├── emailparser.tex
    │   │   ├── email-simple.py
    │   │   ├── email.tex
    │   │   ├── email-unpack.py
    │   │   ├── emailutil.tex
    │   │   ├── internet.tex
    │   │   ├── language.tex
    │   │   ├── libaifc.tex
    │   │   ├── liballos.tex
    │   │   ├── libal.tex
    │   │   ├── libamoeba.tex
    │   │   ├── libanydbm.tex
    │   │   ├── libarray.tex
    │   │   ├── libascii.tex
    │   │   ├── libasynchat.tex
    │   │   ├── libasyncore.tex
    │   │   ├── libatexit.tex
    │   │   ├── libaudioop.tex
    │   │   ├── libbase64.tex
    │   │   ├── libbasehttp.tex
    │   │   ├── libbastion.tex
    │   │   ├── libbinascii.tex
    │   │   ├── libbinhex.tex
    │   │   ├── libbisect.tex
    │   │   ├── libbltin.tex
    │   │   ├── libbsddb.tex
    │   │   ├── libbz2.tex
    │   │   ├── libcalendar.tex
    │   │   ├── libcd.tex
    │   │   ├── libcfgparser.tex
    │   │   ├── libcgihttp.tex
    │   │   ├── libcgitb.tex
    │   │   ├── libcgi.tex
    │   │   ├── libchunk.tex
    │   │   ├── libcmath.tex
    │   │   ├── libcmd.tex
    │   │   ├── libcmpcache.tex
    │   │   ├── libcmp.tex
    │   │   ├── libcodecs.tex
    │   │   ├── libcodeop.tex
    │   │   ├── libcode.tex
    │   │   ├── libcollections.tex
    │   │   ├── libcolorsys.tex
    │   │   ├── libcommands.tex
    │   │   ├── libcompileall.tex
    │   │   ├── libconsts.tex
    │   │   ├── libcookielib.tex
    │   │   ├── libcookie.tex
    │   │   ├── libcopyreg.tex
    │   │   ├── libcopy.tex
    │   │   ├── libcrypto.tex
    │   │   ├── libcrypt.tex
    │   │   ├── libcsv.tex
    │   │   ├── libcursespanel.tex
    │   │   ├── libcurses.tex
    │   │   ├── libdatetime.tex
    │   │   ├── libdbhash.tex
    │   │   ├── libdbm.tex
    │   │   ├── libdecimal.tex
    │   │   ├── libdifflib.tex
    │   │   ├── libdircache.tex
    │   │   ├── libdis.tex
    │   │   ├── libdl.tex
    │   │   ├── libdoctest.tex
    │   │   ├── libdocxmlrpc.tex
    │   │   ├── libdumbdbm.tex
    │   │   ├── libdummythreading.tex
    │   │   ├── libdummythread.tex
    │   │   ├── liberrno.tex
    │   │   ├── libexcs.tex
    │   │   ├── libfcntl.tex
    │   │   ├── libfilecmp.tex
    │   │   ├── libfileinput.tex
    │   │   ├── libfl.tex
    │   │   ├── libfm.tex
    │   │   ├── libfnmatch.tex
    │   │   ├── libformatter.tex
    │   │   ├── libfpectl.tex
    │   │   ├── libfpformat.tex
    │   │   ├── libftplib.tex
    │   │   ├── libfuncs.tex
    │   │   ├── libfuture.tex
    │   │   ├── libgc.tex
    │   │   ├── libgdbm.tex
    │   │   ├── libgetopt.tex
    │   │   ├── libgetpass.tex
    │   │   ├── libgettext.tex
    │   │   ├── libglob.tex
    │   │   ├── libgl.tex
    │   │   ├── libgopherlib.tex
    │   │   ├── libgrp.tex
    │   │   ├── libgzip.tex
    │   │   ├── libheapq.tex
    │   │   ├── libhmac.tex
    │   │   ├── libhotshot.tex
    │   │   ├── libhtmllib.tex
    │   │   ├── libhtmlparser.tex
    │   │   ├── libhttplib.tex
    │   │   ├── libimageop.tex
    │   │   ├── libimaplib.tex
    │   │   ├── libimgfile.tex
    │   │   ├── libimghdr.tex
    │   │   ├── libimp.tex
    │   │   ├── libinspect.tex
    │   │   ├── libintro.tex
    │   │   ├── libitertools.tex
    │   │   ├── libjpeg.tex
    │   │   ├── libkeyword.tex
    │   │   ├── liblinecache.tex
    │   │   ├── liblocale.tex
    │   │   ├── liblogging.tex
    │   │   ├── libmailbox.tex
    │   │   ├── libmailcap.tex
    │   │   ├── libmain.tex
    │   │   ├── libmarshal.tex
    │   │   ├── libmath.tex
    │   │   ├── libmd5.tex
    │   │   ├── libmhlib.tex
    │   │   ├── libmimetools.tex
    │   │   ├── libmimetypes.tex
    │   │   ├── libmimewriter.tex
    │   │   ├── libmimify.tex
    │   │   ├── libmisc.tex
    │   │   ├── libmmap.tex
    │   │   ├── libmm.tex
    │   │   ├── libmodulefinder.tex
    │   │   ├── libmsvcrt.tex
    │   │   ├── libmultifile.tex
    │   │   ├── libmutex.tex
    │   │   ├── libnetrc.tex
    │   │   ├── libnew.tex
    │   │   ├── libnis.tex
    │   │   ├── libni.tex
    │   │   ├── libnntplib.tex
    │   │   ├── libobjs.tex
    │   │   ├── liboperator.tex
    │   │   ├── liboptparse.tex
    │   │   ├── libossaudiodev.tex
    │   │   ├── libos.tex
    │   │   ├── libpanel.tex
    │   │   ├── libparser.tex
    │   │   ├── libpdb.tex
    │   │   ├── libpickle.tex
    │   │   ├── libpickletools.tex
    │   │   ├── libpipes.tex
    │   │   ├── libpkgutil.tex
    │   │   ├── libplatform.tex
    │   │   ├── libpopen2.tex
    │   │   ├── libpoplib.tex
    │   │   ├── libposixfile.tex
    │   │   ├── libposixpath.tex
    │   │   ├── libposix.tex
    │   │   ├── libpprint.tex
    │   │   ├── libprofile.tex
    │   │   ├── libpty.tex
    │   │   ├── libpwd.tex
    │   │   ├── libpyclbr.tex
    │   │   ├── libpycompile.tex
    │   │   ├── libpydoc.tex
    │   │   ├── libpyexpat.tex
    │   │   ├── libpython.tex
    │   │   ├── libqueue.tex
    │   │   ├── libquopri.tex
    │   │   ├── librandom.tex
    │   │   ├── librand.tex
    │   │   ├── libreadline.tex
    │   │   ├── libregex.tex
    │   │   ├── libregsub.tex
    │   │   ├── librepr.tex
    │   │   ├── libresource.tex
    │   │   ├── librestricted.tex
    │   │   ├── libre.tex
    │   │   ├── librexec.tex
    │   │   ├── librfc822.tex
    │   │   ├── librgbimg.tex
    │   │   ├── librlcompleter.tex
    │   │   ├── librobotparser.tex
    │   │   ├── libsched.tex
    │   │   ├── libselect.tex
    │   │   ├── libsets.tex
    │   │   ├── libsgi.tex
    │   │   ├── libsgmllib.tex
    │   │   ├── libsha.tex
    │   │   ├── libshelve.tex
    │   │   ├── libshlex.tex
    │   │   ├── libshutil.tex
    │   │   ├── libsignal.tex
    │   │   ├── libsimplehttp.tex
    │   │   ├── libsimplexmlrpc.tex
    │   │   ├── libsite.tex
    │   │   ├── libsmtpd.tex
    │   │   ├── libsmtplib.tex
    │   │   ├── libsndhdr.tex
    │   │   ├── libsocket.tex
    │   │   ├── libsocksvr.tex
    │   │   ├── libsomeos.tex
    │   │   ├── libstatcache.tex
    │   │   ├── libstat.tex
    │   │   ├── libstatvfs.tex
    │   │   ├── libstdtypes.tex
    │   │   ├── libstdwin.tex
    │   │   ├── libstringio.tex
    │   │   ├── libstringprep.tex
    │   │   ├── libstrings.tex
    │   │   ├── libstring.tex
    │   │   ├── libstruct.tex
    │   │   ├── libsubprocess.tex
    │   │   ├── libsunaudio.tex
    │   │   ├── libsunau.tex
    │   │   ├── libsun.tex
    │   │   ├── libsymbol.tex
    │   │   ├── libsyslog.tex
    │   │   ├── libsys.tex
    │   │   ├── libtabnanny.tex
    │   │   ├── libtarfile.tex
    │   │   ├── libtelnetlib.tex
    │   │   ├── libtempfile.tex
    │   │   ├── libtermios.tex
    │   │   ├── libtest.tex
    │   │   ├── lib.tex
    │   │   ├── libtextwrap.tex
    │   │   ├── libthreading.tex
    │   │   ├── libthread.tex
    │   │   ├── libtimeit.tex
    │   │   ├── libtime.tex
    │   │   ├── libtokenize.tex
    │   │   ├── libtoken.tex
    │   │   ├── libtraceback.tex
    │   │   ├── libtty.tex
    │   │   ├── libturtle.tex
    │   │   ├── libtypes.tex
    │   │   ├── libundoc.tex
    │   │   ├── libunicodedata.tex
    │   │   ├── libunittest.tex
    │   │   ├── libunix.tex
    │   │   ├── liburllib2.tex
    │   │   ├── liburllib.tex
    │   │   ├── liburlparse.tex
    │   │   ├── libuserdict.tex
    │   │   ├── libuser.tex
    │   │   ├── libuu.tex
    │   │   ├── libwarnings.tex
    │   │   ├── libwave.tex
    │   │   ├── libweakref.tex
    │   │   ├── libwebbrowser.tex
    │   │   ├── libwhichdb.tex
    │   │   ├── libwhrandom.tex
    │   │   ├── libwinreg.tex
    │   │   ├── libwinsound.tex
    │   │   ├── libxdrlib.tex
    │   │   ├── libxmllib.tex
    │   │   ├── libxmlrpclib.tex
    │   │   ├── libzipfile.tex
    │   │   ├── libzlib.tex
    │   │   ├── markup.tex
    │   │   ├── mimelib.tex
    │   │   ├── minidom-example.py
    │   │   ├── netdata.tex
    │   │   ├── required_1.py
    │   │   ├── required_2.py
    │   │   ├── tkinter.tex
    │   │   ├── tzinfo-examples.py
    │   │   ├── windows.tex
    │   │   ├── xmldomminidom.tex
    │   │   ├── xmldompulldom.tex
    │   │   ├── xmldom.tex
    │   │   ├── xmlsaxhandler.tex
    │   │   ├── xmlsaxreader.tex
    │   │   ├── xmlsax.tex
    │   │   └── xmlsaxutils.tex
    │   ├── mac
    │   │   ├── libaepack.tex
    │   │   ├── libaetools.tex
    │   │   ├── libaetypes.tex
    │   │   ├── libautogil.tex
    │   │   ├── libcolorpicker.tex
    │   │   ├── libframework.tex
    │   │   ├── libgensuitemodule.tex
    │   │   ├── libmacfs.tex
    │   │   ├── libmacic.tex
    │   │   ├── libmacos.tex
    │   │   ├── libmacostools.tex
    │   │   ├── libmac.tex
    │   │   ├── libmacui.tex
    │   │   ├── libminiae.tex
    │   │   ├── libscrap.tex
    │   │   ├── mac.tex
    │   │   ├── scripting.tex
    │   │   ├── toolbox.tex
    │   │   ├── undoc.tex
    │   │   └── using.tex
    │   ├── Makefile
    │   ├── Makefile.deps
    │   ├── paper-a4
    │   │   └── pypaper.sty
    │   ├── paper-letter
    │   ├── perl
    │   │   ├── distutils.perl
    │   │   ├── howto.perl
    │   │   ├── isilo.perl
    │   │   ├── l2hinit.perl
    │   │   ├── ltxmarkup.perl
    │   │   ├── manual.perl
    │   │   ├── python.perl
    │   │   └── SynopsisTable.pm
    │   ├── python-docs.txt
    │   ├── README
    │   ├── ref
    │   │   ├── ref1.tex
    │   │   ├── ref2.tex
    │   │   ├── ref3.tex
    │   │   ├── ref4.tex
    │   │   ├── ref5.tex
    │   │   ├── ref6.tex
    │   │   ├── ref7.tex
    │   │   ├── ref8.tex
    │   │   ├── ref.tex
    │   │   └── reswords.py
    │   ├── templates
    │   │   ├── howto.tex
    │   │   ├── manual.tex
    │   │   ├── module.tex
    │   │   └── whatsnewXY.tex
    │   ├── texinputs
    │   │   ├── distutils.sty
    │   │   ├── fancyhdr.sty
    │   │   ├── fncychap.sty
    │   │   ├── howto.cls
    │   │   ├── ltxmarkup.sty
    │   │   ├── manual.cls
    │   │   ├── pypaper.sty
    │   │   ├── python.ist
    │   │   └── python.sty
    │   ├── TODO
    │   ├── tools
    │   │   ├── anno-api.py
    │   │   ├── buildindex.py
    │   │   ├── checkargs.pm
    │   │   ├── cklatex
    │   │   ├── custlib.py
    │   │   ├── cvsinfo.py
    │   │   ├── findacks
    │   │   ├── findcsyms
    │   │   ├── findmodrefs
    │   │   ├── findsyms
    │   │   ├── fix_hack
    │   │   ├── fixinfo.el
    │   │   ├── fix_libaux.sed
    │   │   ├── getpagecounts
    │   │   ├── getversioninfo
    │   │   ├── html2texi.pl
    │   │   ├── indfix.py
    │   │   ├── keywords.py
    │   │   ├── listmodules
    │   │   ├── makesec.sh
    │   │   ├── mkackshtml
    │   │   ├── mkhowto
    │   │   ├── mkinfo
    │   │   ├── mkmodindex
    │   │   ├── mkpkglist
    │   │   ├── mksourcepkg
    │   │   ├── node2label.pl
    │   │   ├── prechm.py
    │   │   ├── push-docs.sh
    │   │   ├── py2texi.el
    │   │   ├── refcounts.py
    │   │   ├── rewrite.py
    │   │   ├── sgmlconv
    │   │   │   ├── conversion.xml
    │   │   │   ├── docfixer.py
    │   │   │   ├── esis2sgml.py
    │   │   │   ├── esistools.py
    │   │   │   ├── latex2esis.py
    │   │   │   ├── Makefile
    │   │   │   ├── make.rules
    │   │   │   └── README
    │   │   ├── support.py
    │   │   ├── toc2bkm.py
    │   │   ├── undoc_symbols.py
    │   │   ├── update-docs.sh
    │   │   └── whichlibs
    │   ├── tut
    │   │   ├── glossary.tex
    │   │   └── tut.tex
    │   └── whatsnew
    │       ├── whatsnew20.tex
    │       ├── whatsnew21.tex
    │       ├── whatsnew22.tex
    │       ├── whatsnew23.tex
    │       └── whatsnew24.tex
    ├── Grammar
    │   └── Grammar
    ├── Include
    │   ├── abstract.h
    │   ├── bitset.h
    │   ├── boolobject.h
    │   ├── bufferobject.h
    │   ├── cellobject.h
    │   ├── ceval.h
    │   ├── classobject.h
    │   ├── cobject.h
    │   ├── codecs.h
    │   ├── compile.h
    │   ├── complexobject.h
    │   ├── cStringIO.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
    │   ├── pydebug.h
    │   ├── pyerrors.h
    │   ├── pyfpe.h
    │   ├── pygetopt.h
    │   ├── pymactoolbox.h
    │   ├── pymem.h
    │   ├── pyport.h
    │   ├── pystate.h
    │   ├── pystrtod.h
    │   ├── Python.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
    │   └── weakrefobject.h
    ├── install-sh
    ├── Lib
    │   ├── aifc.py
    │   ├── anydbm.py
    │   ├── asynchat.py
    │   ├── asyncore.py
    │   ├── atexit.py
    │   ├── audiodev.py
    │   ├── base64.py
    │   ├── BaseHTTPServer.py
    │   ├── Bastion.py
    │   ├── bdb.py
    │   ├── binhex.py
    │   ├── bisect.py
    │   ├── bsddb
    │   │   ├── dbobj.py
    │   │   ├── db.py
    │   │   ├── dbrecio.py
    │   │   ├── dbshelve.py
    │   │   ├── dbtables.py
    │   │   ├── dbutils.py
    │   │   ├── __init__.py
    │   │   └── test
    │   │       ├── __init__.py
    │   │       ├── test_all.py
    │   │       ├── test_associate.py
    │   │       ├── test_basics.py
    │   │       ├── test_compat.py
    │   │       ├── test_dbobj.py
    │   │       ├── test_dbshelve.py
    │   │       ├── test_dbtables.py
    │   │       ├── test_env_close.py
    │   │       ├── test_get_none.py
    │   │       ├── test_join.py
    │   │       ├── test_lock.py
    │   │       ├── test_misc.py
    │   │       ├── test_queue.py
    │   │       ├── test_recno.py
    │   │       └── test_thread.py
    │   ├── calendar.py
    │   ├── CGIHTTPServer.py
    │   ├── cgi.py
    │   ├── cgitb.py
    │   ├── chunk.py
    │   ├── cmd.py
    │   ├── codecs.py
    │   ├── codeop.py
    │   ├── code.py
    │   ├── colorsys.py
    │   ├── commands.py
    │   ├── compileall.py
    │   ├── compiler
    │   │   ├── ast.py
    │   │   ├── consts.py
    │   │   ├── future.py
    │   │   ├── __init__.py
    │   │   ├── misc.py
    │   │   ├── pyassem.py
    │   │   ├── pycodegen.py
    │   │   ├── symbols.py
    │   │   ├── syntax.py
    │   │   ├── transformer.py
    │   │   └── visitor.py
    │   ├── ConfigParser.py
    │   ├── cookielib.py
    │   ├── Cookie.py
    │   ├── copy.py
    │   ├── copy_reg.py
    │   ├── csv.py
    │   ├── curses
    │   │   ├── ascii.py
    │   │   ├── has_key.py
    │   │   ├── __init__.py
    │   │   ├── panel.py
    │   │   ├── textpad.py
    │   │   └── wrapper.py
    │   ├── dbhash.py
    │   ├── decimal.py
    │   ├── difflib.py
    │   ├── dircache.py
    │   ├── dis.py
    │   ├── distutils
    │   │   ├── archive_util.py
    │   │   ├── bcppcompiler.py
    │   │   ├── ccompiler.py
    │   │   ├── cmd.py
    │   │   ├── command
    │   │   │   ├── bdist_dumb.py
    │   │   │   ├── bdist.py
    │   │   │   ├── bdist_rpm.py
    │   │   │   ├── bdist_wininst.py
    │   │   │   ├── build_clib.py
    │   │   │   ├── build_ext.py
    │   │   │   ├── build.py
    │   │   │   ├── build_py.py
    │   │   │   ├── build_scripts.py
    │   │   │   ├── clean.py
    │   │   │   ├── command_template
    │   │   │   ├── config.py
    │   │   │   ├── __init__.py
    │   │   │   ├── install_data.py
    │   │   │   ├── install_headers.py
    │   │   │   ├── install_lib.py
    │   │   │   ├── install.py
    │   │   │   ├── install_scripts.py
    │   │   │   ├── register.py
    │   │   │   ├── sdist.py
    │   │   │   ├── wininst-6.exe
    │   │   │   └── wininst-7.1.exe
    │   │   ├── core.py
    │   │   ├── cygwinccompiler.py
    │   │   ├── debug.py
    │   │   ├── dep_util.py
    │   │   ├── dir_util.py
    │   │   ├── dist.py
    │   │   ├── emxccompiler.py
    │   │   ├── errors.py
    │   │   ├── extension.py
    │   │   ├── fancy_getopt.py
    │   │   ├── filelist.py
    │   │   ├── file_util.py
    │   │   ├── __init__.py
    │   │   ├── log.py
    │   │   ├── msvccompiler.py
    │   │   ├── mwerkscompiler.py
    │   │   ├── README
    │   │   ├── spawn.py
    │   │   ├── sysconfig.py
    │   │   ├── tests
    │   │   │   ├── __init__.py
    │   │   │   ├── support.py
    │   │   │   ├── test_build_py.py
    │   │   │   ├── test_build_scripts.py
    │   │   │   ├── test_dist.py
    │   │   │   ├── test_install.py
    │   │   │   └── test_install_scripts.py
    │   │   ├── text_file.py
    │   │   ├── unixccompiler.py
    │   │   ├── util.py
    │   │   └── version.py
    │   ├── doctest.py
    │   ├── DocXMLRPCServer.py
    │   ├── dumbdbm.py
    │   ├── dummy_threading.py
    │   ├── dummy_thread.py
    │   ├── email
    │   │   ├── base64MIME.py
    │   │   ├── Charset.py
    │   │   ├── Encoders.py
    │   │   ├── Errors.py
    │   │   ├── FeedParser.py
    │   │   ├── Generator.py
    │   │   ├── Header.py
    │   │   ├── __init__.py
    │   │   ├── Iterators.py
    │   │   ├── Message.py
    │   │   ├── MIMEAudio.py
    │   │   ├── MIMEBase.py
    │   │   ├── MIMEImage.py
    │   │   ├── MIMEMessage.py
    │   │   ├── MIMEMultipart.py
    │   │   ├── MIMENonMultipart.py
    │   │   ├── MIMEText.py
    │   │   ├── _parseaddr.py
    │   │   ├── Parser.py
    │   │   ├── quopriMIME.py
    │   │   ├── test
    │   │   │   ├── data
    │   │   │   │   ├── 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_12a.txt
    │   │   │   │   ├── msg_12.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
    │   │   │   │   └── PyBanner048.gif
    │   │   │   ├── __init__.py
    │   │   │   ├── test_email_codecs.py
    │   │   │   ├── test_email.py
    │   │   │   └── test_email_torture.py
    │   │   └── Utils.py
    │   ├── encodings
    │   │   ├── aliases.py
    │   │   ├── ascii.py
    │   │   ├── base64_codec.py
    │   │   ├── big5hkscs.py
    │   │   ├── big5.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
    │   │   ├── __init__.py
    │   │   ├── iso2022_jp_1.py
    │   │   ├── iso2022_jp_2004.py
    │   │   ├── iso2022_jp_2.py
    │   │   ├── iso2022_jp_3.py
    │   │   ├── iso2022_jp_ext.py
    │   │   ├── iso2022_jp.py
    │   │   ├── iso2022_kr.py
    │   │   ├── iso8859_10.py
    │   │   ├── iso8859_11.py
    │   │   ├── iso8859_13.py
    │   │   ├── iso8859_14.py
    │   │   ├── iso8859_15.py
    │   │   ├── iso8859_16.py
    │   │   ├── iso8859_1.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_cyrillic.py
    │   │   ├── mac_greek.py
    │   │   ├── mac_iceland.py
    │   │   ├── mac_latin2.py
    │   │   ├── mac_roman.py
    │   │   ├── mac_turkish.py
    │   │   ├── mbcs.py
    │   │   ├── palmos.py
    │   │   ├── ptcp154.py
    │   │   ├── punycode.py
    │   │   ├── quopri_codec.py
    │   │   ├── raw_unicode_escape.py
    │   │   ├── rot_13.py
    │   │   ├── shift_jis_2004.py
    │   │   ├── shift_jis.py
    │   │   ├── shift_jisx0213.py
    │   │   ├── string_escape.py
    │   │   ├── tis_620.py
    │   │   ├── undefined.py
    │   │   ├── unicode_escape.py
    │   │   ├── unicode_internal.py
    │   │   ├── utf_16_be.py
    │   │   ├── utf_16_le.py
    │   │   ├── utf_16.py
    │   │   ├── utf_7.py
    │   │   ├── utf_8.py
    │   │   ├── uu_codec.py
    │   │   └── zlib_codec.py
    │   ├── filecmp.py
    │   ├── fileinput.py
    │   ├── fnmatch.py
    │   ├── formatter.py
    │   ├── fpformat.py
    │   ├── ftplib.py
    │   ├── __future__.py
    │   ├── getopt.py
    │   ├── getpass.py
    │   ├── gettext.py
    │   ├── glob.py
    │   ├── gopherlib.py
    │   ├── gzip.py
    │   ├── heapq.py
    │   ├── hmac.py
    │   ├── hotshot
    │   │   ├── __init__.py
    │   │   ├── log.py
    │   │   ├── stats.py
    │   │   └── stones.py
    │   ├── htmlentitydefs.py
    │   ├── htmllib.py
    │   ├── HTMLParser.py
    │   ├── httplib.py
    │   ├── idlelib
    │   │   ├── aboutDialog.py
    │   │   ├── AutoExpand.py
    │   │   ├── Bindings.py
    │   │   ├── buildapp.py
    │   │   ├── CallTips.py
    │   │   ├── CallTipWindow.py
    │   │   ├── ChangeLog
    │   │   ├── ClassBrowser.py
    │   │   ├── CodeContext.py
    │   │   ├── ColorDelegator.py
    │   │   ├── configDialog.py
    │   │   ├── config-extensions.def
    │   │   ├── configHandler.py
    │   │   ├── configHelpSourceEdit.py
    │   │   ├── config-highlight.def
    │   │   ├── config-keys.def
    │   │   ├── config-main.def
    │   │   ├── configSectionNameDialog.py
    │   │   ├── CREDITS.txt
    │   │   ├── Debugger.py
    │   │   ├── Delegator.py
    │   │   ├── dynOptionMenuWidget.py
    │   │   ├── EditorWindow.py
    │   │   ├── extend.txt
    │   │   ├── FileList.py
    │   │   ├── FormatParagraph.py
    │   │   ├── GrepDialog.py
    │   │   ├── help.txt
    │   │   ├── HISTORY.txt
    │   │   ├── Icons
    │   │   │   ├── folder.gif
    │   │   │   ├── idle.icns
    │   │   │   ├── minusnode.gif
    │   │   │   ├── openfolder.gif
    │   │   │   ├── plusnode.gif
    │   │   │   ├── python.gif
    │   │   │   └── tk.gif
    │   │   ├── idle.bat
    │   │   ├── IdleHistory.py
    │   │   ├── idle.py
    │   │   ├── idle.pyw
    │   │   ├── idlever.py
    │   │   ├── __init__.py
    │   │   ├── IOBinding.py
    │   │   ├── keybindingDialog.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
    │   │   ├── rpc.py
    │   │   ├── run.py
    │   │   ├── ScriptBinding.py
    │   │   ├── ScrolledList.py
    │   │   ├── SearchDialogBase.py
    │   │   ├── SearchDialog.py
    │   │   ├── SearchEngine.py
    │   │   ├── StackViewer.py
    │   │   ├── tabpage.py
    │   │   ├── testcode.py
    │   │   ├── textView.py
    │   │   ├── TODO.txt
    │   │   ├── ToolTip.py
    │   │   ├── TreeWidget.py
    │   │   ├── UndoDelegator.py
    │   │   ├── WidgetRedirector.py
    │   │   ├── WindowList.py
    │   │   └── ZoomHeight.py
    │   ├── ihooks.py
    │   ├── imaplib.py
    │   ├── imghdr.py
    │   ├── imputil.py
    │   ├── inspect.py
    │   ├── keyword.py
    │   ├── lib-old
    │   │   ├── addpack.py
    │   │   ├── cmpcache.py
    │   │   ├── cmp.py
    │   │   ├── codehack.py
    │   │   ├── dircmp.py
    │   │   ├── dump.py
    │   │   ├── find.py
    │   │   ├── fmt.py
    │   │   ├── grep.py
    │   │   ├── lockfile.py
    │   │   ├── newdir.py
    │   │   ├── ni.py
    │   │   ├── packmail.py
    │   │   ├── Para.py
    │   │   ├── poly.py
    │   │   ├── rand.py
    │   │   ├── tb.py
    │   │   ├── util.py
    │   │   ├── whatsound.py
    │   │   └── zmod.py
    │   ├── lib-tk
    │   │   ├── Canvas.py
    │   │   ├── Dialog.py
    │   │   ├── FileDialog.py
    │   │   ├── FixTk.py
    │   │   ├── ScrolledText.py
    │   │   ├── SimpleDialog.py
    │   │   ├── Tix.py
    │   │   ├── tkColorChooser.py
    │   │   ├── tkCommonDialog.py
    │   │   ├── Tkconstants.py
    │   │   ├── Tkdnd.py
    │   │   ├── tkFileDialog.py
    │   │   ├── tkFont.py
    │   │   ├── Tkinter.py
    │   │   ├── tkMessageBox.py
    │   │   ├── tkSimpleDialog.py
    │   │   └── turtle.py
    │   ├── linecache.py
    │   ├── locale.py
    │   ├── logging
    │   │   ├── config.py
    │   │   ├── handlers.py
    │   │   └── __init__.py
    │   ├── _LWPCookieJar.py
    │   ├── macpath.py
    │   ├── macurl2path.py
    │   ├── mailbox.py
    │   ├── mailcap.py
    │   ├── markupbase.py
    │   ├── mhlib.py
    │   ├── mimetools.py
    │   ├── mimetypes.py
    │   ├── MimeWriter.py
    │   ├── mimify.py
    │   ├── modulefinder.py
    │   ├── _MozillaCookieJar.py
    │   ├── multifile.py
    │   ├── mutex.py
    │   ├── netrc.py
    │   ├── new.py
    │   ├── nntplib.py
    │   ├── ntpath.py
    │   ├── nturl2path.py
    │   ├── opcode.py
    │   ├── optparse.py
    │   ├── os2emxpath.py
    │   ├── os.py
    │   ├── pdb.doc
    │   ├── pdb.py
    │   ├── __phello__.foo.py
    │   ├── pickle.py
    │   ├── pickletools.py
    │   ├── pipes.py
    │   ├── pkgutil.py
    │   ├── plat-aix3
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-aix4
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-atheos
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   └── TYPES.py
    │   ├── plat-beos5
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-darwin
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── platform.py
    │   ├── plat-freebsd2
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-freebsd3
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-freebsd4
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-freebsd5
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-freebsd6
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-generic
    │   │   └── regen
    │   ├── plat-irix5
    │   │   ├── AL.py
    │   │   ├── cddb.py
    │   │   ├── cdplayer.py
    │   │   ├── CD.py
    │   │   ├── CL_old.py
    │   │   ├── CL.py
    │   │   ├── DEVICE.py
    │   │   ├── ERRNO.py
    │   │   ├── FILE.py
    │   │   ├── flp.doc
    │   │   ├── flp.py
    │   │   ├── FL.py
    │   │   ├── GET.py
    │   │   ├── GL.py
    │   │   ├── GLWS.py
    │   │   ├── IN.py
    │   │   ├── IOCTL.py
    │   │   ├── jpeg.py
    │   │   ├── panelparser.py
    │   │   ├── panel.py
    │   │   ├── readcd.doc
    │   │   ├── readcd.py
    │   │   ├── regen
    │   │   ├── SV.py
    │   │   ├── torgb.py
    │   │   └── WAIT.py
    │   ├── plat-irix6
    │   │   ├── AL.py
    │   │   ├── cddb.py
    │   │   ├── cdplayer.py
    │   │   ├── CD.py
    │   │   ├── CL.py
    │   │   ├── DEVICE.py
    │   │   ├── ERRNO.py
    │   │   ├── FILE.py
    │   │   ├── flp.doc
    │   │   ├── flp.py
    │   │   ├── FL.py
    │   │   ├── GET.py
    │   │   ├── GL.py
    │   │   ├── GLWS.py
    │   │   ├── IN.py
    │   │   ├── IOCTL.py
    │   │   ├── jpeg.py
    │   │   ├── panelparser.py
    │   │   ├── panel.py
    │   │   ├── readcd.doc
    │   │   ├── readcd.py
    │   │   ├── regen
    │   │   ├── SV.py
    │   │   ├── torgb.py
    │   │   └── WAIT.py
    │   ├── plat-linux2
    │   │   ├── CDROM.py
    │   │   ├── DLFCN.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   └── TYPES.py
    │   ├── plat-mac
    │   │   ├── aepack.py
    │   │   ├── aetools.py
    │   │   ├── aetypes.py
    │   │   ├── applesingle.py
    │   │   ├── appletrawmain.py
    │   │   ├── appletrunner.py
    │   │   ├── argvemulator.py
    │   │   ├── Audio_mac.py
    │   │   ├── bgenlocations.py
    │   │   ├── buildtools.py
    │   │   ├── bundlebuilder.py
    │   │   ├── Carbon
    │   │   │   ├── AE.py
    │   │   │   ├── AH.py
    │   │   │   ├── Aliases.py
    │   │   │   ├── Alias.py
    │   │   │   ├── Appearance.py
    │   │   │   ├── AppleEvents.py
    │   │   │   ├── AppleHelp.py
    │   │   │   ├── App.py
    │   │   │   ├── CarbonEvents.py
    │   │   │   ├── CarbonEvt.py
    │   │   │   ├── CF.py
    │   │   │   ├── CG.py
    │   │   │   ├── Cm.py
    │   │   │   ├── Components.py
    │   │   │   ├── ControlAccessor.py
    │   │   │   ├── Controls.py
    │   │   │   ├── CoreFoundation.py
    │   │   │   ├── CoreGraphics.py
    │   │   │   ├── Ctl.py
    │   │   │   ├── Dialogs.py
    │   │   │   ├── Dlg.py
    │   │   │   ├── Dragconst.py
    │   │   │   ├── Drag.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
    │   │   │   ├── __init__.py
    │   │   │   ├── Launch.py
    │   │   │   ├── LaunchServices.py
    │   │   │   ├── List.py
    │   │   │   ├── Lists.py
    │   │   │   ├── MacHelp.py
    │   │   │   ├── MacTextEditor.py
    │   │   │   ├── MediaDescr.py
    │   │   │   ├── Menu.py
    │   │   │   ├── Menus.py
    │   │   │   ├── Mlte.py
    │   │   │   ├── OSAconst.py
    │   │   │   ├── OSA.py
    │   │   │   ├── QDOffscreen.py
    │   │   │   ├── Qdoffs.py
    │   │   │   ├── Qd.py
    │   │   │   ├── Qt.py
    │   │   │   ├── QuickDraw.py
    │   │   │   ├── QuickTime.py
    │   │   │   ├── Resources.py
    │   │   │   ├── Res.py
    │   │   │   ├── Scrap.py
    │   │   │   ├── Sndihooks.py
    │   │   │   ├── Snd.py
    │   │   │   ├── Sound.py
    │   │   │   ├── TE.py
    │   │   │   ├── TextEdit.py
    │   │   │   ├── WASTEconst.py
    │   │   │   ├── Windows.py
    │   │   │   └── Win.py
    │   │   ├── cfmfile.py
    │   │   ├── dialogs.rsrc
    │   │   ├── EasyDialogs.py
    │   │   ├── errors.rsrc
    │   │   ├── findertools.py
    │   │   ├── FrameWork.py
    │   │   ├── gensuitemodule.py
    │   │   ├── icopen.py
    │   │   ├── ic.py
    │   │   ├── lib-scriptpackages
    │   │   │   ├── _builtinSuites
    │   │   │   │   ├── builtin_Suite.py
    │   │   │   │   └── __init__.py
    │   │   │   ├── CodeWarrior
    │   │   │   │   ├── CodeWarrior_suite.py
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── Metrowerks_Shell_Suite.py
    │   │   │   │   ├── Required.py
    │   │   │   │   └── Standard_Suite.py
    │   │   │   ├── Explorer
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── Microsoft_Internet_Explorer.py
    │   │   │   │   ├── Netscape_Suite.py
    │   │   │   │   ├── Required_Suite.py
    │   │   │   │   ├── Standard_Suite.py
    │   │   │   │   ├── URL_Suite.py
    │   │   │   │   └── Web_Browser_Suite.py
    │   │   │   ├── Finder
    │   │   │   │   ├── Containers_and_folders.py
    │   │   │   │   ├── Enumerations.py
    │   │   │   │   ├── Files.py
    │   │   │   │   ├── Finder_Basics.py
    │   │   │   │   ├── Finder_items.py
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── Legacy_suite.py
    │   │   │   │   ├── Standard_Suite.py
    │   │   │   │   ├── Type_Definitions.py
    │   │   │   │   └── Window_classes.py
    │   │   │   ├── Netscape
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── Mozilla_suite.py
    │   │   │   │   ├── PowerPlant.py
    │   │   │   │   ├── Required_suite.py
    │   │   │   │   ├── Standard_Suite.py
    │   │   │   │   ├── Standard_URL_suite.py
    │   │   │   │   ├── Text.py
    │   │   │   │   └── WorldWideWeb_suite.py
    │   │   │   ├── StdSuites
    │   │   │   │   ├── AppleScript_Suite.py
    │   │   │   │   ├── __init__.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
    │   │   │   ├── SystemEvents
    │   │   │   │   ├── Disk_Folder_File_Suite.py
    │   │   │   │   ├── Folder_Actions_Suite.py
    │   │   │   │   ├── Hidden_Suite.py
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── Login_Items_Suite.py
    │   │   │   │   ├── Power_Suite.py
    │   │   │   │   ├── Processes_Suite.py
    │   │   │   │   ├── Standard_Suite.py
    │   │   │   │   ├── System_Events_Suite.py
    │   │   │   │   └── Text_Suite.py
    │   │   │   └── Terminal
    │   │   │       ├── __init__.py
    │   │   │       ├── Standard_Suite.py
    │   │   │       ├── Terminal_Suite.py
    │   │   │       └── Text_Suite.py
    │   │   ├── macerrors.py
    │   │   ├── macfs.py
    │   │   ├── macostools.py
    │   │   ├── macresource.py
    │   │   ├── MiniAEFrame.py
    │   │   ├── pimp.py
    │   │   ├── PixMapWrapper.py
    │   │   ├── plistlib.py
    │   │   ├── terminalcommand.py
    │   │   ├── videoreader.py
    │   │   └── WASTEconst.py
    │   ├── plat-netbsd1
    │   │   ├── IN.py
    │   │   └── regen
    │   ├── plat-next3
    │   │   └── regen
    │   ├── plat-os2emx
    │   │   ├── _emx_link.py
    │   │   ├── grp.py
    │   │   ├── IN.py
    │   │   ├── pwd.py
    │   │   ├── regen
    │   │   └── SOCKET.py
    │   ├── plat-riscos
    │   │   ├── riscosenviron.py
    │   │   ├── riscospath.py
    │   │   └── rourl2path.py
    │   ├── plat-sunos5
    │   │   ├── CDIO.py
    │   │   ├── DLFCN.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── STROPTS.py
    │   │   ├── SUNAUDIODEV.py
    │   │   └── TYPES.py
    │   ├── plat-unixware7
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   └── STROPTS.py
    │   ├── popen2.py
    │   ├── poplib.py
    │   ├── posixfile.py
    │   ├── posixpath.py
    │   ├── pprint.py
    │   ├── profile.doc
    │   ├── profile.py
    │   ├── pstats.py
    │   ├── pty.py
    │   ├── pyclbr.py
    │   ├── py_compile.py
    │   ├── pydoc.py
    │   ├── Queue.py
    │   ├── quopri.py
    │   ├── random.py
    │   ├── reconvert.py
    │   ├── regex_syntax.py
    │   ├── regsub.py
    │   ├── repr.py
    │   ├── re.py
    │   ├── rexec.py
    │   ├── rfc822.py
    │   ├── rlcompleter.py
    │   ├── robotparser.py
    │   ├── sched.py
    │   ├── sets.py
    │   ├── sgmllib.py
    │   ├── shelve.py
    │   ├── shlex.py
    │   ├── shutil.py
    │   ├── SimpleHTTPServer.py
    │   ├── SimpleXMLRPCServer.py
    │   ├── site-packages
    │   │   └── README
    │   ├── site.py
    │   ├── smtpd.py
    │   ├── smtplib.py
    │   ├── sndhdr.py
    │   ├── socket.py
    │   ├── SocketServer.py
    │   ├── sre_compile.py
    │   ├── sre_constants.py
    │   ├── sre_parse.py
    │   ├── sre.py
    │   ├── statcache.py
    │   ├── stat.py
    │   ├── statvfs.py
    │   ├── StringIO.py
    │   ├── stringold.py
    │   ├── stringprep.py
    │   ├── string.py
    │   ├── _strptime.py
    │   ├── subprocess.py
    │   ├── sunaudio.py
    │   ├── sunau.py
    │   ├── symbol.py
    │   ├── symtable.py
    │   ├── tabnanny.py
    │   ├── tarfile.py
    │   ├── telnetlib.py
    │   ├── tempfile.py
    │   ├── test
    │   │   ├── 185test.db
    │   │   ├── audiotest.au
    │   │   ├── autotest.py
    │   │   ├── badsyntax_future3.py
    │   │   ├── badsyntax_future4.py
    │   │   ├── badsyntax_future5.py
    │   │   ├── badsyntax_future6.py
    │   │   ├── badsyntax_future7.py
    │   │   ├── badsyntax_future8.py
    │   │   ├── badsyntax_future9.py
    │   │   ├── badsyntax_nocaret.py
    │   │   ├── cfgparser.1
    │   │   ├── cjkencodings_test.py
    │   │   ├── decimaltestdata
    │   │   │   ├── abs.decTest
    │   │   │   ├── add.decTest
    │   │   │   ├── base.decTest
    │   │   │   ├── clamp.decTest
    │   │   │   ├── compare.decTest
    │   │   │   ├── decimal128.decTest
    │   │   │   ├── decimal32.decTest
    │   │   │   ├── decimal64.decTest
    │   │   │   ├── divide.decTest
    │   │   │   ├── divideint.decTest
    │   │   │   ├── inexact.decTest
    │   │   │   ├── max.decTest
    │   │   │   ├── min.decTest
    │   │   │   ├── minus.decTest
    │   │   │   ├── multiply.decTest
    │   │   │   ├── normalize.decTest
    │   │   │   ├── plus.decTest
    │   │   │   ├── power.decTest
    │   │   │   ├── quantize.decTest
    │   │   │   ├── randomBound32.decTest
    │   │   │   ├── randoms.decTest
    │   │   │   ├── remainder.decTest
    │   │   │   ├── remainderNear.decTest
    │   │   │   ├── rescale.decTest
    │   │   │   ├── rounding.decTest
    │   │   │   ├── samequantum.decTest
    │   │   │   ├── squareroot.decTest
    │   │   │   ├── subtract.decTest
    │   │   │   ├── testall.decTest
    │   │   │   └── tointegral.decTest
    │   │   ├── doctest_aliases.py
    │   │   ├── double_const.py
    │   │   ├── greyrgb.uue
    │   │   ├── __init__.py
    │   │   ├── list_tests.py
    │   │   ├── mapping_tests.py
    │   │   ├── output
    │   │   │   ├── test_asynchat
    │   │   │   ├── test_augassign
    │   │   │   ├── test_cgi
    │   │   │   ├── test_class
    │   │   │   ├── test_coercion
    │   │   │   ├── test_compare
    │   │   │   ├── test_cookie
    │   │   │   ├── test_exceptions
    │   │   │   ├── test_extcall
    │   │   │   ├── test_frozen
    │   │   │   ├── test_global
    │   │   │   ├── test_grammar
    │   │   │   ├── test_httplib
    │   │   │   ├── test_linuxaudiodev
    │   │   │   ├── test_logging
    │   │   │   ├── test_math
    │   │   │   ├── test_MimeWriter
    │   │   │   ├── test_mmap
    │   │   │   ├── test_new
    │   │   │   ├── test_nis
    │   │   │   ├── test_opcodes
    │   │   │   ├── test_openpty
    │   │   │   ├── test_operations
    │   │   │   ├── test_ossaudiodev
    │   │   │   ├── test_pep277
    │   │   │   ├── test_pkg
    │   │   │   ├── test_poll
    │   │   │   ├── test_popen
    │   │   │   ├── test_popen2
    │   │   │   ├── test_profile
    │   │   │   ├── test_pty
    │   │   │   ├── test_pyexpat
    │   │   │   ├── test_regex
    │   │   │   ├── test_resource
    │   │   │   ├── test_rgbimg
    │   │   │   ├── test_scope
    │   │   │   ├── test_signal
    │   │   │   ├── test_thread
    │   │   │   ├── test_threadedtempfile
    │   │   │   ├── test_tokenize
    │   │   │   ├── test_types
    │   │   │   ├── test_winreg
    │   │   │   └── xmltests
    │   │   ├── pickletester.py
    │   │   ├── pyclbr_input.py
    │   │   ├── pydocfodder.py
    │   │   ├── pystone.py
    │   │   ├── README
    │   │   ├── regex_tests.py
    │   │   ├── regrtest.py
    │   │   ├── reperf.py
    │   │   ├── re_tests.py
    │   │   ├── sample_doctest.py
    │   │   ├── seq_tests.py
    │   │   ├── sortperf.py
    │   │   ├── string_tests.py
    │   │   ├── test_aepack.py
    │   │   ├── test___all__.py
    │   │   ├── testall.py
    │   │   ├── test_al.py
    │   │   ├── test_anydbm.py
    │   │   ├── test_applesingle.py
    │   │   ├── test_array.py
    │   │   ├── test_asynchat.py
    │   │   ├── test_atexit.py
    │   │   ├── test_audioop.py
    │   │   ├── test_augassign.py
    │   │   ├── test_base64.py
    │   │   ├── test_bastion.py
    │   │   ├── test_binascii.py
    │   │   ├── test_binhex.py
    │   │   ├── test_binop.py
    │   │   ├── test_bisect.py
    │   │   ├── test_bool.py
    │   │   ├── test_bsddb185.py
    │   │   ├── test_bsddb3.py
    │   │   ├── test_bsddb.py
    │   │   ├── test_bufio.py
    │   │   ├── test_builtin.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_class.py
    │   │   ├── test_cl.py
    │   │   ├── test_cmath.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
    │   │   ├── testcodec.py
    │   │   ├── test_codecs.py
    │   │   ├── test_codeop.py
    │   │   ├── test_coercion.py
    │   │   ├── test_colorsys.py
    │   │   ├── test_commands.py
    │   │   ├── test_compare.py
    │   │   ├── test_compile.py
    │   │   ├── test_compiler.py
    │   │   ├── test_complex.py
    │   │   ├── test_contains.py
    │   │   ├── test_cookielib.py
    │   │   ├── test_cookie.py
    │   │   ├── test_copy.py
    │   │   ├── test_copy_reg.py
    │   │   ├── test_cpickle.py
    │   │   ├── test_crypt.py
    │   │   ├── test_csv.py
    │   │   ├── test_curses.py
    │   │   ├── test_datetime.py
    │   │   ├── test_dbm.py
    │   │   ├── test_decimal.py
    │   │   ├── test_decorators.py
    │   │   ├── test_deque.py
    │   │   ├── test_descr.py
    │   │   ├── test_descrtut.py
    │   │   ├── test_dict.py
    │   │   ├── test_difflib_expect.html
    │   │   ├── test_difflib.py
    │   │   ├── test_dircache.py
    │   │   ├── test_dis.py
    │   │   ├── test_distutils.py
    │   │   ├── test_dl.py
    │   │   ├── test_doctest2.py
    │   │   ├── test_doctest2.txt
    │   │   ├── test_doctest.py
    │   │   ├── test_doctest.txt
    │   │   ├── test_dumbdbm.py
    │   │   ├── test_dummy_threading.py
    │   │   ├── test_dummy_thread.py
    │   │   ├── test_email_codecs.py
    │   │   ├── test_email.py
    │   │   ├── test_enumerate.py
    │   │   ├── test_eof.py
    │   │   ├── test_errno.py
    │   │   ├── test_exceptions.py
    │   │   ├── test_extcall.py
    │   │   ├── test_fcntl.py
    │   │   ├── test_filecmp.py
    │   │   ├── test_fileinput.py
    │   │   ├── test_file.py
    │   │   ├── test_fnmatch.py
    │   │   ├── test_fork1.py
    │   │   ├── test_format.py
    │   │   ├── test_fpformat.py
    │   │   ├── test_frozen.py
    │   │   ├── test_funcattrs.py
    │   │   ├── test_future1.py
    │   │   ├── test_future2.py
    │   │   ├── test_future3.py
    │   │   ├── test___future__.py
    │   │   ├── test_future.py
    │   │   ├── test_gc.py
    │   │   ├── test_gdbm.py
    │   │   ├── test_generators.py
    │   │   ├── test_genexps.py
    │   │   ├── test_getargs2.py
    │   │   ├── test_getargs.py
    │   │   ├── test_getopt.py
    │   │   ├── test_gettext.py
    │   │   ├── test_global.py
    │   │   ├── test_glob.py
    │   │   ├── test_gl.py
    │   │   ├── test_grammar.py
    │   │   ├── test_grp.py
    │   │   ├── test_gzip.py
    │   │   ├── test_hash.py
    │   │   ├── test_heapq.py
    │   │   ├── test_hexoct.py
    │   │   ├── test_hmac.py
    │   │   ├── test_hotshot.py
    │   │   ├── test_htmllib.py
    │   │   ├── test_htmlparser.py
    │   │   ├── test_httplib.py
    │   │   ├── test_imageop.py
    │   │   ├── test_imaplib.py
    │   │   ├── test_imgfile.py
    │   │   ├── testimgr.uue
    │   │   ├── testimg.uue
    │   │   ├── test_importhooks.py
    │   │   ├── test_import.py
    │   │   ├── test_imp.py
    │   │   ├── test_inspect.py
    │   │   ├── test_ioctl.py
    │   │   ├── test_isinstance.py
    │   │   ├── test_iterlen.py
    │   │   ├── test_iter.py
    │   │   ├── test_itertools.py
    │   │   ├── test_largefile.py
    │   │   ├── test_linuxaudiodev.py
    │   │   ├── test_list.py
    │   │   ├── test__locale.py
    │   │   ├── test_locale.py
    │   │   ├── test_logging.py
    │   │   ├── test_longexp.py
    │   │   ├── test_long_future.py
    │   │   ├── test_long.py
    │   │   ├── test_macfs.py
    │   │   ├── test_macostools.py
    │   │   ├── test_macpath.py
    │   │   ├── test_mailbox.py
    │   │   ├── test_marshal.py
    │   │   ├── test_math.py
    │   │   ├── test_md5.py
    │   │   ├── test_mhlib.py
    │   │   ├── test_mimetools.py
    │   │   ├── test_mimetypes.py
    │   │   ├── test_MimeWriter.py
    │   │   ├── test_minidom.py
    │   │   ├── test_mmap.py
    │   │   ├── test_module.py
    │   │   ├── test_multibytecodec.py
    │   │   ├── test_multibytecodec_support.py
    │   │   ├── test_multifile.py
    │   │   ├── test_mutants.py
    │   │   ├── test_netrc.py
    │   │   ├── test_new.py
    │   │   ├── test_nis.py
    │   │   ├── test_normalization.py
    │   │   ├── test_ntpath.py
    │   │   ├── test_opcodes.py
    │   │   ├── test_openpty.py
    │   │   ├── test_operations.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_pickle.py
    │   │   ├── test_pickletools.py
    │   │   ├── test_pkgimport.py
    │   │   ├── test_pkg.py
    │   │   ├── test_plistlib.py
    │   │   ├── test_poll.py
    │   │   ├── test_popen2.py
    │   │   ├── test_popen.py
    │   │   ├── test_posixpath.py
    │   │   ├── test_posix.py
    │   │   ├── test_pow.py
    │   │   ├── test_pprint.py
    │   │   ├── test_profilehooks.py
    │   │   ├── test_profile.py
    │   │   ├── test_pty.py
    │   │   ├── test_pwd.py
    │   │   ├── test_pyclbr.py
    │   │   ├── test_pyexpat.py
    │   │   ├── test_queue.py
    │   │   ├── test_quopri.py
    │   │   ├── test_random.py
    │   │   ├── test_regex.py
    │   │   ├── test_repr.py
    │   │   ├── test_re.py
    │   │   ├── test_resource.py
    │   │   ├── test_rfc822.py
    │   │   ├── test_rgbimg.py
    │   │   ├── testrgb.uue
    │   │   ├── test_richcmp.py
    │   │   ├── test_robotparser.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_socket.py
    │   │   ├── test_socketserver.py
    │   │   ├── test_socket_ssl.py
    │   │   ├── test_softspace.py
    │   │   ├── test_sort.py
    │   │   ├── test_strftime.py
    │   │   ├── test_StringIO.py
    │   │   ├── test_stringprep.py
    │   │   ├── test_string.py
    │   │   ├── test_strop.py
    │   │   ├── test_strptime.py
    │   │   ├── test_str.py
    │   │   ├── test_struct.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
    │   │   ├── testtar.tar
    │   │   ├── test_tcl.py
    │   │   ├── test_tempfile.py
    │   │   ├── test_textwrap.py
    │   │   ├── test_threaded_import.py
    │   │   ├── test_threadedtempfile.py
    │   │   ├── test_threading_local.py
    │   │   ├── test_threading.py
    │   │   ├── test_thread.py
    │   │   ├── test_threadsignals.py
    │   │   ├── test_timeout.py
    │   │   ├── test_time.py
    │   │   ├── test_timing.py
    │   │   ├── test_tokenize.py
    │   │   ├── test_traceback.py
    │   │   ├── test_trace.py
    │   │   ├── test_transformer.py
    │   │   ├── test_tuple.py
    │   │   ├── test_types.py
    │   │   ├── test_ucn.py
    │   │   ├── test_unary.py
    │   │   ├── test_unicodedata.py
    │   │   ├── test_unicode_file.py
    │   │   ├── test_unicode.py
    │   │   ├── test_unittest.py
    │   │   ├── test_univnewlines.py
    │   │   ├── test_unpack.py
    │   │   ├── test_urllib2net.py
    │   │   ├── test_urllib2.py
    │   │   ├── test_urllibnet.py
    │   │   ├── test_urllib.py
    │   │   ├── test_urlparse.py
    │   │   ├── test_userdict.py
    │   │   ├── test_userlist.py
    │   │   ├── test_userstring.py
    │   │   ├── test_uu.py
    │   │   ├── test_warnings.py
    │   │   ├── test_wave.py
    │   │   ├── test_weakref.py
    │   │   ├── test_whichdb.py
    │   │   ├── test_winreg.py
    │   │   ├── test_winsound.py
    │   │   ├── test.xml
    │   │   ├── test_xmllib.py
    │   │   ├── test.xml.out
    │   │   ├── test_xmlrpc.py
    │   │   ├── test_xpickle.py
    │   │   ├── test_xrange.py
    │   │   ├── test_zipfile.py
    │   │   ├── test_zipimport.py
    │   │   ├── test_zlib.py
    │   │   ├── tf_inherit_check.py
    │   │   ├── tokenize_tests.txt
    │   │   └── xmltests.py
    │   ├── textwrap.py
    │   ├── this.py
    │   ├── _threading_local.py
    │   ├── threading.py
    │   ├── timeit.py
    │   ├── toaiff.py
    │   ├── tokenize.py
    │   ├── token.py
    │   ├── traceback.py
    │   ├── trace.py
    │   ├── tty.py
    │   ├── types.py
    │   ├── tzparse.py
    │   ├── unittest.py
    │   ├── urllib2.py
    │   ├── urllib.py
    │   ├── urlparse.py
    │   ├── UserDict.py
    │   ├── UserList.py
    │   ├── user.py
    │   ├── UserString.py
    │   ├── uu.py
    │   ├── warnings.py
    │   ├── wave.py
    │   ├── weakref.py
    │   ├── webbrowser.py
    │   ├── whichdb.py
    │   ├── whrandom.py
    │   ├── xdrlib.py
    │   ├── xml
    │   │   ├── dom
    │   │   │   ├── domreg.py
    │   │   │   ├── expatbuilder.py
    │   │   │   ├── __init__.py
    │   │   │   ├── minicompat.py
    │   │   │   ├── minidom.py
    │   │   │   ├── NodeFilter.py
    │   │   │   ├── pulldom.py
    │   │   │   └── xmlbuilder.py
    │   │   ├── __init__.py
    │   │   ├── parsers
    │   │   │   ├── expat.py
    │   │   │   └── __init__.py
    │   │   └── sax
    │   │       ├── _exceptions.py
    │   │       ├── expatreader.py
    │   │       ├── handler.py
    │   │       ├── __init__.py
    │   │       ├── saxutils.py
    │   │       └── xmlreader.py
    │   ├── xmllib.py
    │   ├── xmlrpclib.py
    │   └── zipfile.py
    ├── LICENSE
    ├── Mac
    │   ├── Demo
    │   │   ├── applescript
    │   │   │   ├── Disk_Copy
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── Special_Events.py
    │   │   │   │   ├── Standard_Suite.py
    │   │   │   │   └── Utility_Events.py
    │   │   │   └── makedisk.py
    │   │   ├── applescript.html
    │   │   ├── calldll
    │   │   │   ├── readme
    │   │   │   ├── samplecalldll.py
    │   │   │   └── testcalldll.py
    │   │   ├── 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
    │   │   ├── PICTbrowse
    │   │   │   ├── cicnbrowse.py
    │   │   │   ├── ICONbrowse.py
    │   │   │   ├── oldPICTbrowse.py
    │   │   │   ├── oldPICTbrowse.rsrc
    │   │   │   ├── PICTbrowse2.py
    │   │   │   ├── PICTbrowse.py
    │   │   │   └── PICTbrowse.rsrc
    │   │   ├── quicktime
    │   │   │   ├── MovieInWindow.py
    │   │   │   └── VerySimplePlayer.py
    │   │   ├── resources
    │   │   │   ├── copyres.py
    │   │   │   └── listres.py
    │   │   ├── sound
    │   │   │   ├── morselib.py
    │   │   │   ├── morse.py
    │   │   │   └── playaiff.py
    │   │   ├── textedit
    │   │   │   └── ped.py
    │   │   ├── textedit.html
    │   │   ├── waste
    │   │   │   ├── htmled.py
    │   │   │   ├── swed.py
    │   │   │   └── wed.py
    │   │   └── waste.html
    │   ├── IDE scripts
    │   │   ├── Hack
    │   │   │   ├── Debugger off
    │   │   │   ├── Debugger on
    │   │   │   ├── Remove .pyc files
    │   │   │   └── Toolbox Assistant
    │   │   ├── Hold option to open a script
    │   │   ├── Insert file name
    │   │   ├── Insert folder name
    │   │   ├── Search Python Documentation
    │   │   ├──   separator ---
    │   │   ├── separator ---
    │   │   └── Widget demos
    │   │       ├── ActivateWindowDemo.py
    │   │       ├── KeyTester.py
    │   │       ├── ListWindow.py
    │   │       ├── ModalDialog.py
    │   │       ├── PaneDemo2.py
    │   │       ├── PaneDemo.py
    │   │       ├── ScrollbarWindow.py
    │   │       ├── TwoLists.py
    │   │       └── WidgetTest.py
    │   ├── Modules
    │   │   ├── ae
    │   │   │   ├── _AEmodule.c
    │   │   │   ├── aescan.py
    │   │   │   ├── aesupport.py
    │   │   │   └── README
    │   │   ├── ah
    │   │   │   ├── _AHmodule.c
    │   │   │   ├── ahscan.py
    │   │   │   └── ahsupport.py
    │   │   ├── app
    │   │   │   ├── _Appmodule.c
    │   │   │   ├── appscan.py
    │   │   │   └── appsupport.py
    │   │   ├── autoGIL.c
    │   │   ├── carbonevt
    │   │   │   ├── _CarbonEvtmodule.c
    │   │   │   ├── CarbonEvtscan.py
    │   │   │   └── CarbonEvtsupport.py
    │   │   ├── cf
    │   │   │   ├── _CFmodule.c
    │   │   │   ├── cfscan.py
    │   │   │   ├── cfsupport.py
    │   │   │   ├── pycfbridge.c
    │   │   │   └── pycfbridge.h
    │   │   ├── cg
    │   │   │   ├── CFMLateImport.c
    │   │   │   ├── CFMLateImport.h
    │   │   │   ├── _CGmodule.c
    │   │   │   ├── cgscan.py
    │   │   │   ├── CGStubLib
    │   │   │   ├── CGStubLib.exp
    │   │   │   ├── CGStubLib.readme
    │   │   │   └── cgsupport.py
    │   │   ├── cm
    │   │   │   ├── _Cmmodule.c
    │   │   │   ├── cmscan.py
    │   │   │   └── cmsupport.py
    │   │   ├── ColorPickermodule.c
    │   │   ├── ctl
    │   │   │   ├── ctledit.py
    │   │   │   ├── _Ctlmodule.c
    │   │   │   ├── ctlscan.py
    │   │   │   └── ctlsupport.py
    │   │   ├── dlg
    │   │   │   ├── _Dlgmodule.c
    │   │   │   ├── dlgscan.py
    │   │   │   └── dlgsupport.py
    │   │   ├── drag
    │   │   │   ├── _Dragmodule.c
    │   │   │   ├── dragscan.py
    │   │   │   └── dragsupport.py
    │   │   ├── evt
    │   │   │   ├── evtedit.py
    │   │   │   ├── _Evtmodule.c
    │   │   │   ├── 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
    │   │   │   ├── _IBCarbon.c
    │   │   │   ├── IBCarbonscan.py
    │   │   │   └── IBCarbonsupport.py
    │   │   ├── 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
    │   │   ├── macosmodule.c
    │   │   ├── menu
    │   │   │   ├── menuedit.py
    │   │   │   ├── _Menumodule.c
    │   │   │   ├── menuscan.py
    │   │   │   └── menusupport.py
    │   │   ├── mlte
    │   │   │   ├── _Mltemodule.c
    │   │   │   ├── mltescan.py
    │   │   │   └── mltesupport.py
    │   │   ├── Nav.c
    │   │   ├── osa
    │   │   │   ├── _OSAmodule.c
    │   │   │   ├── osascan.py
    │   │   │   ├── osasupport.py
    │   │   │   └── setup.py
    │   │   ├── OSATerminology.c
    │   │   ├── qd
    │   │   │   ├── qdedit.py
    │   │   │   ├── _Qdmodule.c
    │   │   │   ├── qdscan.py
    │   │   │   └── qdsupport.py
    │   │   ├── qdoffs
    │   │   │   ├── _Qdoffsmodule.c
    │   │   │   ├── qdoffsscan.py
    │   │   │   └── qdoffssupport.py
    │   │   ├── qt
    │   │   │   ├── _Qtmodule.c
    │   │   │   ├── qtscan.py
    │   │   │   ├── qtsupport.py
    │   │   │   └── setup.py
    │   │   ├── res
    │   │   │   ├── resedit.py
    │   │   │   ├── _Resmodule.c
    │   │   │   ├── 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
    │   │   ├── waste
    │   │   │   ├── wastemodule.c
    │   │   │   ├── wastescan.py
    │   │   │   └── wastesupport.py
    │   │   └── win
    │   │       ├── winedit.py
    │   │       ├── _Winmodule.c
    │   │       ├── winscan.py
    │   │       └── winsupport.py
    │   ├── OSX
    │   │   ├── Dist
    │   │   │   ├── build
    │   │   │   ├── example-pimp-database.plist
    │   │   │   ├── makedmg
    │   │   │   ├── README.txt
    │   │   │   └── resources
    │   │   │       ├── postflight
    │   │   │       ├── ReadMe.txt
    │   │   │       └── Welcome.rtf
    │   │   ├── Doc
    │   │   │   ├── HelpIndexingTool
    │   │   │   │   ├── Help_Indexing_Tool_Suite.py
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── Miscellaneous_Standards.py
    │   │   │   │   ├── odds_and_ends.py
    │   │   │   │   ├── Required_Suite.py
    │   │   │   │   └── Standard_Suite.py
    │   │   │   └── setup.py
    │   │   ├── Extras.install.py
    │   │   ├── Extras.ReadMe.txt
    │   │   ├── fixversions.py
    │   │   ├── Makefile
    │   │   ├── PythonLauncher
    │   │   │   ├── doscript.h
    │   │   │   ├── doscript.m
    │   │   │   ├── English.lproj
    │   │   │   │   ├── Credits.rtf
    │   │   │   │   ├── InfoPlist.strings
    │   │   │   │   ├── MainMenu.nib
    │   │   │   │   │   ├── classes.nib
    │   │   │   │   │   ├── info.nib
    │   │   │   │   │   └── objects.nib
    │   │   │   │   └── MyDocument.nib
    │   │   │   │       ├── classes.nib
    │   │   │   │       ├── info.nib
    │   │   │   │       └── objects.nib
    │   │   │   ├── factorySettings.plist
    │   │   │   ├── FileSettings.h
    │   │   │   ├── FileSettings.m
    │   │   │   ├── main.m
    │   │   │   ├── MyAppDelegate.h
    │   │   │   ├── MyAppDelegate.m
    │   │   │   ├── MyDocument.h
    │   │   │   ├── MyDocument.m
    │   │   │   ├── PreferencesWindowController.h
    │   │   │   ├── PreferencesWindowController.m
    │   │   │   ├── PreferenceWindow.nib
    │   │   │   │   ├── classes.nib
    │   │   │   │   ├── info.nib
    │   │   │   │   └── objects.nib
    │   │   │   ├── PythonCompiled.icns
    │   │   │   ├── PythonInterpreter.icns
    │   │   │   ├── PythonLauncher.pbproj
    │   │   │   │   └── project.pbxproj
    │   │   │   ├── PythonSource.icns
    │   │   │   └── PythonWSource.icns
    │   │   ├── README
    │   │   └── sample_sitecustomize.py
    │   ├── OSXResources
    │   │   ├── app
    │   │   │   ├── Info.plist
    │   │   │   ├── PkgInfo
    │   │   │   └── Resources
    │   │   │       ├── English.lproj
    │   │   │       │   ├── Documentation
    │   │   │       │   │   ├── community.html
    │   │   │       │   │   ├── doc
    │   │   │       │   │   │   └── index.html
    │   │   │       │   │   ├── finder.html
    │   │   │       │   │   ├── gui.html
    │   │   │       │   │   ├── ide
    │   │   │       │   │   │   ├── entering_in_new_window.gif0000644
    │   │   │       │   │   │   ├── hello_world.gif
    │   │   │       │   │   │   ├── IDE.gif
    │   │   │       │   │   │   ├── index.html
    │   │   │       │   │   │   ├── loading_ide.gif
    │   │   │       │   │   │   ├── making_new_window.gif
    │   │   │       │   │   │   ├── new_ide_window.gif
    │   │   │       │   │   │   ├── new_window_made.gif
    │   │   │       │   │   │   ├── output_window.gif
    │   │   │       │   │   │   ├── saving_edited_file.gif
    │   │   │       │   │   │   ├── simple_commands.gif
    │   │   │       │   │   │   └── syntax_error.gif
    │   │   │       │   │   ├── index.html
    │   │   │       │   │   ├── intro.html
    │   │   │       │   │   ├── PackageManager.gif
    │   │   │       │   │   ├── packman.html
    │   │   │       │   │   ├── python.gif
    │   │   │       │   │   ├── pythonsmall.gif
    │   │   │       │   │   ├── scripting.html
    │   │   │       │   │   └── shell.html
    │   │   │       │   └── InfoPlist.strings
    │   │   │       ├── PythonApplet.icns
    │   │   │       └── PythonInterpreter.icns
    │   │   ├── framework
    │   │   │   ├── English.lproj
    │   │   │   │   └── InfoPlist.strings
    │   │   │   ├── Info.plist
    │   │   │   └── version.plist
    │   │   └── iconsrc
    │   │       ├── IDE.psd
    │   │       ├── PackageManager.psd
    │   │       ├── PythonApplet.psd
    │   │       ├── PythonCompiled.psd
    │   │       ├── PythonIcon.psd
    │   │       ├── PythonSource.psd
    │   │       └── PythonWSource.psd
    │   ├── scripts
    │   │   ├── bgenall.py
    │   │   ├── BuildApplet.icns
    │   │   ├── BuildApplet.plist
    │   │   ├── BuildApplet.py
    │   │   ├── BuildApplet.rsrc
    │   │   ├── buildpkg.py
    │   │   ├── cachersrc.py
    │   │   ├── errors.txt
    │   │   ├── genallsuites.py
    │   │   ├── mkestrres-errno.h
    │   │   ├── mkestrres-macerrors.h
    │   │   ├── mkestrres.py
    │   │   └── zappycfiles.py
    │   ├── Tools
    │   │   ├── IDE
    │   │   │   ├── BuildIDE.py
    │   │   │   ├── FontSettings.py
    │   │   │   ├── MacPrefs.py
    │   │   │   ├── ModuleBrowser.py
    │   │   │   ├── PackageManager.icns
    │   │   │   ├── PackageManager.plist
    │   │   │   ├── PackageManager.py
    │   │   │   ├── ProfileBrowser.py
    │   │   │   ├── PyBrowser.py
    │   │   │   ├── PyConsole.py
    │   │   │   ├── PyDebugger.py
    │   │   │   ├── PyDocSearch.py
    │   │   │   ├── PyEdit.py
    │   │   │   ├── PyFontify.py
    │   │   │   ├── PyInteractive.py
    │   │   │   ├── PythonIDE.icns
    │   │   │   ├── PythonIDEMain.py
    │   │   │   ├── PythonIDE.plist
    │   │   │   ├── PythonIDE.py
    │   │   │   ├── PythonIDE.rsrc
    │   │   │   ├── Splash.py
    │   │   │   ├── Wapplication.py
    │   │   │   ├── Wbase.py
    │   │   │   ├── Wcontrols.py
    │   │   │   ├── Widgets.rsrc
    │   │   │   ├── Wkeys.py
    │   │   │   ├── Wlists.py
    │   │   │   ├── Wmenus.py
    │   │   │   ├── Wminiapp.py
    │   │   │   ├── W.py
    │   │   │   ├── Wquicktime.py
    │   │   │   ├── Wsocket.py
    │   │   │   ├── Wtext.py
    │   │   │   ├── Wtraceback.py
    │   │   │   └── Wwindows.py
    │   │   └── macfreeze
    │   │       ├── directives.py
    │   │       ├── hello
    │   │       │   └── hello.py
    │   │       ├── macfreezegui.py
    │   │       ├── macfreeze.py
    │   │       ├── macfreeze.rsrc
    │   │       ├── macgen_bin.py
    │   │       ├── macgenerate.py
    │   │       ├── macgen_info.py
    │   │       ├── macgen_rsrc.py
    │   │       ├── macgen_src.py
    │   │       └── macmodulefinder.py
    │   └── Wastemods
    │       ├── readme.txt
    │       ├── WEObjectHandlers.c
    │       ├── WEObjectHandlers.h
    │       ├── WETabHooks.c
    │       ├── WETabHooks.h
    │       ├── WETabs.c
    │       └── WETabs.h
    ├── Makefile.pre.in
    ├── Misc
    │   ├── ACKS
    │   ├── AIX-NOTES
    │   ├── BeOS-NOTES
    │   ├── BeOS-setup.py
    │   ├── cheatsheet
    │   ├── find_recursionlimit.py
    │   ├── gdbinit
    │   ├── HISTORY
    │   ├── indent.pro
    │   ├── NEWS
    │   ├── NEWS.help
    │   ├── Porting
    │   ├── PURIFY.README
    │   ├── pymemcompat.h
    │   ├── python.man
    │   ├── python-mode.el
    │   ├── README
    │   ├── README.valgrind
    │   ├── RFD
    │   ├── RPM
    │   │   ├── python-2.4.spec
    │   │   └── README
    │   ├── setuid-prog.c
    │   ├── SpecialBuilds.txt
    │   ├── valgrind-python.supp
    │   ├── vgrindefs
    │   └── vimrc
    ├── Modules
    │   ├── addrinfo.h
    │   ├── almodule.c
    │   ├── ar_beos
    │   ├── arraymodule.c
    │   ├── audioop.c
    │   ├── binascii.c
    │   ├── _bisectmodule.c
    │   ├── _bsddb.c
    │   ├── bsddbmodule.c
    │   ├── bz2module.c
    │   ├── ccpython.cc
    │   ├── cdmodule.c
    │   ├── cgen.py
    │   ├── cgensupport.c
    │   ├── cgensupport.h
    │   ├── cjkcodecs
    │   │   ├── alg_jisx0201.h
    │   │   ├── cjkcodecs.h
    │   │   ├── _codecs_cn.c
    │   │   ├── _codecs_hk.c
    │   │   ├── _codecs_iso2022.c
    │   │   ├── _codecs_jp.c
    │   │   ├── _codecs_kr.c
    │   │   ├── _codecs_tw.c
    │   │   ├── 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
    │   │   └── README
    │   ├── clmodule.c
    │   ├── cmathmodule.c
    │   ├── _codecsmodule.c
    │   ├── collectionsmodule.c
    │   ├── config.c.in
    │   ├── cPickle.c
    │   ├── cryptmodule.c
    │   ├── cStringIO.c
    │   ├── cstubs
    │   ├── _csv.c
    │   ├── _cursesmodule.c
    │   ├── _curses_panel.c
    │   ├── datetimemodule.c
    │   ├── dbmmodule.c
    │   ├── dlmodule.c
    │   ├── errnomodule.c
    │   ├── expat
    │   │   ├── ascii.h
    │   │   ├── asciitab.h
    │   │   ├── expat_external.h
    │   │   ├── expat.h
    │   │   ├── iasciitab.h
    │   │   ├── internal.h
    │   │   ├── latin1tab.h
    │   │   ├── macconfig.h
    │   │   ├── Makefile.in
    │   │   ├── nametab.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
    │   ├── gcmodule.c
    │   ├── gc_weakref.txt
    │   ├── gdbmmodule.c
    │   ├── getaddrinfo.c
    │   ├── getbuildinfo.c
    │   ├── getnameinfo.c
    │   ├── getpath.c
    │   ├── glmodule.c
    │   ├── grpmodule.c
    │   ├── _heapqmodule.c
    │   ├── _hotshot.c
    │   ├── imageop.c
    │   ├── imgfile.c
    │   ├── itertoolsmodule.c
    │   ├── ld_so_aix
    │   ├── ld_so_beos
    │   ├── linuxaudiodev.c
    │   ├── _localemodule.c
    │   ├── main.c
    │   ├── makesetup
    │   ├── makexp_aix
    │   ├── mathmodule.c
    │   ├── md5c.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
    │   ├── _randommodule.c
    │   ├── readline.c
    │   ├── regexmodule.c
    │   ├── regexpr.c
    │   ├── regexpr.h
    │   ├── resource.c
    │   ├── rgbimgmodule.c
    │   ├── selectmodule.c
    │   ├── Setup.config.in
    │   ├── Setup.dist
    │   ├── sgimodule.c
    │   ├── shamodule.c
    │   ├── signalmodule.c
    │   ├── socketmodule.c
    │   ├── socketmodule.h
    │   ├── _sre.c
    │   ├── sre_constants.h
    │   ├── sre.h
    │   ├── _ssl.c
    │   ├── stropmodule.c
    │   ├── structmodule.c
    │   ├── sunaudiodev.c
    │   ├── svmodule.c
    │   ├── symtablemodule.c
    │   ├── syslogmodule.c
    │   ├── termios.c
    │   ├── testcapi_long.h
    │   ├── _testcapimodule.c
    │   ├── threadmodule.c
    │   ├── timemodule.c
    │   ├── timing.h
    │   ├── timingmodule.c
    │   ├── tkappinit.c
    │   ├── _tkinter.c
    │   ├── unicodedata.c
    │   ├── unicodedata_db.h
    │   ├── unicodename_db.h
    │   ├── _weakref.c
    │   ├── xxmodule.c
    │   ├── xxsubtype.c
    │   ├── yuvconvert.c
    │   ├── yuv.h
    │   ├── zipimport.c
    │   └── zlibmodule.c
    ├── Objects
    │   ├── abstract.c
    │   ├── boolobject.c
    │   ├── bufferobject.c
    │   ├── cellobject.c
    │   ├── classobject.c
    │   ├── cobject.c
    │   ├── complexobject.c
    │   ├── descrobject.c
    │   ├── dictnotes.txt
    │   ├── dictobject.c
    │   ├── enumobject.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
    │   ├── stringobject.c
    │   ├── structseq.c
    │   ├── tupleobject.c
    │   ├── typeobject.c
    │   ├── unicodectype.c
    │   ├── unicodeobject.c
    │   ├── unicodetype_db.h
    │   └── weakrefobject.c
    ├── Parser
    │   ├── acceler.c
    │   ├── bitset.c
    │   ├── firstsets.c
    │   ├── grammar1.c
    │   ├── grammar.c
    │   ├── grammar.mak
    │   ├── intrcheck.c
    │   ├── listnode.c
    │   ├── metagrammar.c
    │   ├── myreadline.c
    │   ├── node.c
    │   ├── parser.c
    │   ├── parser.h
    │   ├── parsetok.c
    │   ├── pgen.c
    │   ├── pgenmain.c
    │   ├── printgrammar.c
    │   ├── tokenizer.c
    │   ├── tokenizer.h
    │   └── tokenizer_pgen.c
    ├── PC
    │   ├── bdist_wininst
    │   │   ├── archive.h
    │   │   ├── extract.c
    │   │   ├── install.c
    │   │   ├── install.rc
    │   │   ├── PythonPowered.bmp
    │   │   ├── README.txt
    │   │   ├── resource.h
    │   │   ├── wininst-7.1.sln
    │   │   ├── wininst-7.1.vcproj
    │   │   ├── wininst.dsp
    │   │   └── wininst.dsw
    │   ├── config.c
    │   ├── dllbase_nt.txt
    │   ├── dl_nt.c
    │   ├── empty.c
    │   ├── example_nt
    │   │   ├── example.c
    │   │   ├── example.def
    │   │   ├── example.dsp
    │   │   ├── example.dsw
    │   │   └── readme.txt
    │   ├── frozen_dllmain.c
    │   ├── getpathp.c
    │   ├── icons.mak
    │   ├── icons.rc
    │   ├── import_nt.c
    │   ├── make_versioninfo.c
    │   ├── msvcrtmodule.c
    │   ├── os2emx
    │   │   ├── config.c
    │   │   ├── dlfcn.c
    │   │   ├── dlfcn.h
    │   │   ├── dllentry.c
    │   │   ├── getpathp.c
    │   │   ├── Makefile
    │   │   ├── pyconfig.h
    │   │   ├── python24.def
    │   │   ├── pythonpm.c
    │   │   └── README.os2emx
    │   ├── os2vacpp
    │   │   ├── config.c
    │   │   ├── getpathp.c
    │   │   ├── makefile
    │   │   ├── makefile.omk
    │   │   ├── pyconfig.h
    │   │   ├── python.def
    │   │   ├── readme.txt
    │   │   └── _tkinter.def
    │   ├── pyc.ico
    │   ├── pyconfig.h
    │   ├── pycon.ico
    │   ├── py.ico
    │   ├── python_exe.rc
    │   ├── python.mk
    │   ├── python_nt.rc
    │   ├── readme.txt
    │   ├── _subprocess.c
    │   ├── testpy.py
    │   ├── tix.diff
    │   ├── VC6
    │   │   ├── _bsddb.dsp
    │   │   ├── build_ssl.py
    │   │   ├── bz2.dsp
    │   │   ├── make_versioninfo.dsp
    │   │   ├── pcbuild.dsw
    │   │   ├── pyexpat.dsp
    │   │   ├── pythoncore.dsp
    │   │   ├── python.dsp
    │   │   ├── pythonw.dsp
    │   │   ├── readme.txt
    │   │   ├── rmpyc.py
    │   │   ├── rt.bat
    │   │   ├── select.dsp
    │   │   ├── _socket.dsp
    │   │   ├── _ssl.dsp
    │   │   ├── _ssl.mak
    │   │   ├── _testcapi.dsp
    │   │   ├── _tkinter.dsp
    │   │   ├── unicodedata.dsp
    │   │   ├── w9xpopen.dsp
    │   │   ├── winsound.dsp
    │   │   └── zlib.dsp
    │   ├── w9xpopen.c
    │   ├── WinMain.c
    │   ├── _winreg.c
    │   └── winsound.c
    ├── PCbuild
    │   ├── _bsddb.vcproj
    │   ├── BUILDno.txt
    │   ├── build_ssl.py
    │   ├── bz2.vcproj
    │   ├── field3.py
    │   ├── installer.bmp
    │   ├── make_versioninfo.vcproj
    │   ├── pcbuild.sln
    │   ├── pyexpat.vcproj
    │   ├── python20.wse
    │   ├── pythoncore.vcproj
    │   ├── python.iss
    │   ├── python.vcproj
    │   ├── pythonw.vcproj
    │   ├── readme.txt
    │   ├── rmpyc.py
    │   ├── rt.bat
    │   ├── select.vcproj
    │   ├── _socket.vcproj
    │   ├── _ssl.mak
    │   ├── _ssl.vcproj
    │   ├── _testcapi.vcproj
    │   ├── _tkinter.vcproj
    │   ├── unicodedata.vcproj
    │   ├── Uninstal.wse
    │   ├── w9xpopen.vcproj
    │   ├── winsound.vcproj
    │   └── zlib.vcproj
    ├── pyconfig.h.in
    ├── Python
    │   ├── 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
    │   ├── exceptions.c
    │   ├── fmod.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
    │   ├── hypot.c
    │   ├── import.c
    │   ├── importdl.c
    │   ├── importdl.h
    │   ├── mactoolboxglue.c
    │   ├── marshal.c
    │   ├── memmove.c
    │   ├── modsupport.c
    │   ├── mysnprintf.c
    │   ├── mystrtoul.c
    │   ├── pyfpe.c
    │   ├── pystate.c
    │   ├── pystrtod.c
    │   ├── pythonrun.c
    │   ├── sigcheck.c
    │   ├── strdup.c
    │   ├── strerror.c
    │   ├── strtod.c
    │   ├── structmember.c
    │   ├── symtable.c
    │   ├── sysmodule.c
    │   ├── thread_atheos.h
    │   ├── thread_beos.h
    │   ├── thread.c
    │   ├── 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
    │   ├── pyconfig.h
    │   ├── Python
    │   │   ├── dynload_riscos.c
    │   │   ├── getcwd_riscos.c
    │   │   └── getmtime_riscos.c
    │   ├── README
    │   ├── sleep.c
    │   ├── support
    │   │   ├── AddToPath
    │   │   ├── !Boot
    │   │   ├── !Run
    │   │   ├── !Sprites
    │   │   └── !Sprites22
    │   ├── unixstuff.c
    │   └── unixstuff.h
    ├── setup.py
    └── Tools
        ├── audiopy
        │   ├── audiopy
        │   └── README
        ├── bgen
        │   ├── bgen
        │   │   ├── bgenBuffer.py
        │   │   ├── bgenGeneratorGroup.py
        │   │   ├── bgenGenerator.py
        │   │   ├── bgenHeapBuffer.py
        │   │   ├── bgenModule.py
        │   │   ├── bgenObjectDefinition.py
        │   │   ├── bgenOutput.py
        │   │   ├── bgen.py
        │   │   ├── bgenStackBuffer.py
        │   │   ├── bgenStringBuffer.py
        │   │   ├── bgenType.py
        │   │   ├── bgenVariable.py
        │   │   ├── macsupport.py
        │   │   └── scantools.py
        │   └── README
        ├── compiler
        │   ├── ACKS
        │   ├── astgen.py
        │   ├── ast.txt
        │   ├── compile.py
        │   ├── demo.py
        │   ├── dumppyc.py
        │   ├── README
        │   ├── regrtest.py
        │   └── stacktest.py
        ├── faqwiz
        │   ├── faqconf.py
        │   ├── faqcust.py
        │   ├── faqwiz.py
        │   ├── faqw.py
        │   ├── move-faqwiz.sh
        │   └── README
        ├── framer
        │   ├── example.py
        │   ├── framer
        │   │   ├── bases.py
        │   │   ├── function.py
        │   │   ├── __init__.py
        │   │   ├── member.py
        │   │   ├── slots.py
        │   │   ├── structparse.py
        │   │   ├── struct.py
        │   │   ├── template.py
        │   │   └── util.py
        │   ├── README.txt
        │   └── TODO.txt
        ├── freeze
        │   ├── bkfile.py
        │   ├── checkextensions.py
        │   ├── checkextensions_win32.py
        │   ├── extensions_win32.ini
        │   ├── freeze.py
        │   ├── hello.py
        │   ├── makeconfig.py
        │   ├── makefreeze.py
        │   ├── makemakefile.py
        │   ├── parsesetup.py
        │   ├── README
        │   ├── win32.html
        │   └── winmakemakefile.py
        ├── i18n
        │   ├── msgfmt.py
        │   └── pygettext.py
        ├── modulator
        │   ├── EXAMPLE.py
        │   ├── genmodule.py
        │   ├── modulator.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
        │   └── varsubst.py
        ├── msi
        │   ├── msilib.py
        │   ├── msi.py
        │   ├── README.txt
        │   ├── schema.py
        │   ├── sequence.py
        │   └── uisample.py
        ├── pynche
        │   ├── ChipViewer.py
        │   ├── ColorDB.py
        │   ├── DetailsViewer.py
        │   ├── html40colors.txt
        │   ├── __init__.py
        │   ├── ListViewer.py
        │   ├── Main.py
        │   ├── namedcolors.txt
        │   ├── pyColorChooser.py
        │   ├── pynche
        │   ├── pynche.pyw
        │   ├── PyncheWidget.py
        │   ├── README
        │   ├── StripViewer.py
        │   ├── Switchboard.py
        │   ├── TextViewer.py
        │   ├── TypeinViewer.py
        │   ├── webcolors.txt
        │   ├── websafe.txt
        │   └── X
        │       ├── rgb.txt
        │       └── xlicense.txt
        ├── README
        ├── scripts
        │   ├── 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
        │   ├── fixcid.py
        │   ├── fixdiv.py
        │   ├── fixheader.py
        │   ├── fixnotice.py
        │   ├── fixps.py
        │   ├── ftpmirror.py
        │   ├── gencodec.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
        │   ├── pathfix.py
        │   ├── pdeps.py
        │   ├── pickle2db.py
        │   ├── pindent.py
        │   ├── ptags.py
        │   ├── pydoc
        │   ├── pydocgui.pyw
        │   ├── README
        │   ├── redemo.py
        │   ├── reindent.py
        │   ├── rgrep.py
        │   ├── setup.py
        │   ├── suff.py
        │   ├── texcheck.py
        │   ├── texi2html.py
        │   ├── treesync.py
        │   ├── untabify.py
        │   ├── which.py
        │   └── xxci.py
        ├── unicode
        │   ├── makeunicodedata.py
        │   └── mkstringprep.py
        ├── versioncheck
        │   ├── _checkversion.py
        │   ├── checkversions.py
        │   ├── pyversioncheck.py
        │   └── README
        ├── webchecker
        │   ├── README
        │   ├── tktools.py
        │   ├── wcgui.py
        │   ├── wcmac.py
        │   ├── webchecker.py
        │   ├── websucker.py
        │   └── wsgui.py
        └── world
            ├── README
            └── world

227 directories, 3008 files

标签: python ZIP py IP

实例下载地址

Python-2.4.zip

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警