├── NDSPython ├── Makefile ├── arm7 │ ├── Makefile │ └── source │ │ └── main.c ├── arm9 │ ├── Makefile │ ├── data │ │ ├── convert.py │ │ ├── drunkenlogo.grit │ │ └── drunkenlogo1.png │ └── source │ │ ├── extern.c │ │ ├── extern.h │ │ ├── main.c │ │ ├── ndsmodule.c │ │ └── ndsosmodule.c └── nitrofiles │ ├── YYY.PY │ ├── color.bin │ ├── main.py │ ├── main_3d.py │ ├── main_crush.py │ ├── main_draw.py │ ├── main_showpic.py │ ├── main_stopwatch.py │ ├── python │ └── lib │ │ ├── python25.zip │ │ ├── re.py │ │ ├── repr.py │ │ ├── sre.py │ │ ├── sre_compile.py │ │ ├── sre_constants.py │ │ ├── sre_parse.py │ │ └── string.py │ ├── slptest.py │ ├── uthread.py │ └── xxx.py ├── README.md ├── README.old ├── msys_pyds.bat ├── slp-250 ├── Demo │ ├── README │ ├── cgi │ │ ├── README │ │ ├── cgi0.sh │ │ ├── cgi1.py │ │ ├── cgi2.py │ │ ├── cgi3.py │ │ └── wiki.py │ ├── classes │ │ ├── Complex.py │ │ ├── Dates.py │ │ ├── Dbm.py │ │ ├── README │ │ ├── Range.py │ │ ├── Rat.py │ │ ├── Rev.py │ │ ├── Vec.py │ │ └── bitvec.py │ ├── comparisons │ │ ├── README │ │ ├── patterns │ │ ├── regextest.py │ │ ├── sortingtest.py │ │ └── systemtest.py │ ├── curses │ │ ├── README │ │ ├── life.py │ │ ├── ncurses.py │ │ ├── rain.py │ │ ├── repeat.py │ │ ├── tclock.py │ │ └── xmas.py │ ├── embed │ │ ├── Makefile │ │ ├── README │ │ ├── demo.c │ │ ├── importexc.c │ │ └── loop.c │ ├── imputil │ │ ├── importers.py │ │ └── knee.py │ ├── md5test │ │ ├── README │ │ ├── foo │ │ └── md5driver.py │ ├── metaclasses │ │ ├── Eiffel.py │ │ ├── Enum.py │ │ ├── Meta.py │ │ ├── Simple.py │ │ ├── Synch.py │ │ ├── Trace.py │ │ ├── index.html │ │ └── meta-vladimir.txt │ ├── newmetaclasses │ │ ├── Eiffel.py │ │ └── Enum.py │ ├── parser │ │ ├── FILES │ │ ├── README │ │ ├── docstring.py │ │ ├── example.py │ │ ├── simple.py │ │ ├── source.py │ │ ├── test_parser.py │ │ ├── texipre.dat │ │ └── unparse.py │ ├── pdist │ │ ├── FSProxy.py │ │ ├── RCSProxy.py │ │ ├── README │ │ ├── client.py │ │ ├── cmdfw.py │ │ ├── cmptree.py │ │ ├── cvslib.py │ │ ├── cvslock.py │ │ ├── mac.py │ │ ├── makechangelog.py │ │ ├── rcsbump │ │ ├── rcsclient.py │ │ ├── rcslib.py │ │ ├── rcvs │ │ ├── rcvs.py │ │ ├── rrcs │ │ ├── rrcs.py │ │ ├── security.py │ │ ├── server.py │ │ └── sumtree.py │ ├── pysvr │ │ ├── Makefile │ │ ├── README │ │ ├── pysvr.c │ │ └── pysvr.py │ ├── rpc │ │ ├── MANIFEST │ │ ├── README │ │ ├── T.py │ │ ├── mountclient.py │ │ ├── nfsclient.py │ │ ├── rnusersclient.py │ │ ├── rpc.py │ │ ├── test │ │ └── xdr.py │ ├── scripts │ │ ├── README │ │ ├── beer.py │ │ ├── eqfix.py │ │ ├── fact.py │ │ ├── find-uname.py │ │ ├── from.py │ │ ├── ftpstats.py │ │ ├── lpwatch.py │ │ ├── makedir.py │ │ ├── markov.py │ │ ├── mboxconvert.py │ │ ├── mkrcs.py │ │ ├── morse.py │ │ ├── newslist.doc │ │ ├── newslist.py │ │ ├── pi.py │ │ ├── pp.py │ │ ├── primes.py │ │ ├── queens.py │ │ ├── script.py │ │ ├── unbirthday.py │ │ ├── update.py │ │ └── wh.py │ ├── sockets │ │ ├── README │ │ ├── broadcast.py │ │ ├── echosvr.py │ │ ├── finger.py │ │ ├── ftp.py │ │ ├── gopher.py │ │ ├── mcast.py │ │ ├── radio.py │ │ ├── rpython.py │ │ ├── rpythond.py │ │ ├── telnet.py │ │ ├── throughput.py │ │ ├── udpecho.py │ │ ├── unicast.py │ │ ├── unixclient.py │ │ └── unixserver.py │ ├── threads │ │ ├── Coroutine.py │ │ ├── Generator.py │ │ ├── README │ │ ├── fcmp.py │ │ ├── find.py │ │ ├── squasher.py │ │ ├── sync.py │ │ └── telnet.py │ ├── tix │ │ ├── INSTALL.txt │ │ ├── README.txt │ │ ├── bitmaps │ │ │ ├── about.xpm │ │ │ ├── bold.xbm │ │ │ ├── capital.xbm │ │ │ ├── centerj.xbm │ │ │ ├── combobox.xbm │ │ │ ├── combobox.xpm │ │ │ ├── combobox.xpm.1 │ │ │ ├── drivea.xbm │ │ │ ├── drivea.xpm │ │ │ ├── exit.xpm │ │ │ ├── filebox.xbm │ │ │ ├── filebox.xpm │ │ │ ├── italic.xbm │ │ │ ├── justify.xbm │ │ │ ├── leftj.xbm │ │ │ ├── netw.xbm │ │ │ ├── netw.xpm │ │ │ ├── optmenu.xpm │ │ │ ├── rightj.xbm │ │ │ ├── select.xpm │ │ │ ├── tix.gif │ │ │ └── underline.xbm │ │ ├── grid.py │ │ ├── samples │ │ │ ├── Balloon.py │ │ │ ├── BtnBox.py │ │ │ ├── CmpImg.py │ │ │ ├── ComboBox.py │ │ │ ├── Control.py │ │ │ ├── DirList.py │ │ │ ├── DirTree.py │ │ │ ├── NoteBook.py │ │ │ ├── OptMenu.py │ │ │ ├── PanedWin.py │ │ │ ├── PopMenu.py │ │ │ ├── SHList1.py │ │ │ ├── SHList2.py │ │ │ └── Tree.py │ │ └── tixwidgets.py │ ├── tkinter │ │ ├── README │ │ ├── guido │ │ │ ├── AttrDialog.py │ │ │ ├── ManPage.py │ │ │ ├── MimeViewer.py │ │ │ ├── ShellWindow.py │ │ │ ├── brownian.py │ │ │ ├── canvasevents.py │ │ │ ├── dialog.py │ │ │ ├── electrons.py │ │ │ ├── hanoi.py │ │ │ ├── hello.py │ │ │ ├── imagedraw.py │ │ │ ├── imageview.py │ │ │ ├── kill.py │ │ │ ├── listtree.py │ │ │ ├── mbox.py │ │ │ ├── newmenubardemo.py │ │ │ ├── optionmenu.py │ │ │ ├── paint.py │ │ │ ├── rmt.py │ │ │ ├── solitaire.py │ │ │ ├── sortvisu.py │ │ │ ├── ss1.py │ │ │ ├── svkill.py │ │ │ ├── switch.py │ │ │ ├── tkman.py │ │ │ └── wish.py │ │ └── matt │ │ │ ├── 00-HELLO-WORLD.py │ │ │ ├── README │ │ │ ├── animation-simple.py │ │ │ ├── animation-w-velocity-ctrl.py │ │ │ ├── bind-w-mult-calls-p-type.py │ │ │ ├── canvas-demo-simple.py │ │ │ ├── canvas-gridding.py │ │ │ ├── canvas-moving-or-creating.py │ │ │ ├── canvas-moving-w-mouse.py │ │ │ ├── canvas-mult-item-sel.py │ │ │ ├── canvas-reading-tag-info.py │ │ │ ├── canvas-w-widget-draw-el.py │ │ │ ├── canvas-with-scrollbars.py │ │ │ ├── dialog-box.py │ │ │ ├── entry-simple.py │ │ │ ├── entry-with-shared-variable.py │ │ │ ├── killing-window-w-wm.py │ │ │ ├── menu-all-types-of-entries.py │ │ │ ├── menu-simple.py │ │ │ ├── not-what-you-might-think-1.py │ │ │ ├── not-what-you-might-think-2.py │ │ │ ├── packer-and-placer-together.py │ │ │ ├── packer-simple.py │ │ │ ├── placer-simple.py │ │ │ ├── pong-demo-1.py │ │ │ ├── printing-coords-of-items.py │ │ │ ├── radiobutton-simple.py │ │ │ ├── rubber-band-box-demo-1.py │ │ │ ├── rubber-line-demo-1.py │ │ │ ├── slider-demo-1.py │ │ │ ├── subclass-existing-widgets.py │ │ │ ├── two-radio-groups.py │ │ │ ├── window-creation-more.py │ │ │ ├── window-creation-simple.py │ │ │ └── window-creation-w-location.py │ ├── xml │ │ ├── elem_count.py │ │ ├── roundtrip.py │ │ └── rss2html.py │ └── zlib │ │ ├── minigzip.py │ │ └── zlibdemo.py ├── Doc │ ├── ACKS │ ├── Makefile │ ├── Makefile.deps │ ├── README │ ├── TODO │ ├── 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 │ │ ├── ext.tex │ │ ├── extending.tex │ │ ├── newtypes.tex │ │ ├── noddy.c │ │ ├── noddy2.c │ │ ├── noddy3.c │ │ ├── noddy4.c │ │ ├── run-func.c │ │ ├── setup.py │ │ ├── test.py │ │ └── windows.tex │ ├── howto │ │ ├── Makefile │ │ ├── TODO │ │ ├── advocacy.tex │ │ ├── curses.tex │ │ ├── doanddont.tex │ │ ├── regex.tex │ │ ├── sockets.tex │ │ ├── unicode.rst │ │ └── urllib2.rst │ ├── 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 │ │ │ ├── pyfav.png │ │ │ ├── up.gif │ │ │ └── up.png │ │ ├── index.html.in │ │ ├── stdabout.dat │ │ └── style.css │ ├── info │ │ ├── Makefile │ │ ├── README │ │ └── python.dir │ ├── inst │ │ └── inst.tex │ ├── lib │ │ ├── archiving.tex │ │ ├── asttable.tex │ │ ├── caseless.py │ │ ├── compiler.tex │ │ ├── custominterp.tex │ │ ├── datatypes.tex │ │ ├── development.tex │ │ ├── distutils.tex │ │ ├── email-dir.py │ │ ├── email-mime.py │ │ ├── email-simple.py │ │ ├── email-unpack.py │ │ ├── email.tex │ │ ├── emailcharsets.tex │ │ ├── emailencoders.tex │ │ ├── emailexc.tex │ │ ├── emailgenerator.tex │ │ ├── emailheaders.tex │ │ ├── emailiter.tex │ │ ├── emailmessage.tex │ │ ├── emailmimebase.tex │ │ ├── emailparser.tex │ │ ├── emailutil.tex │ │ ├── fileformats.tex │ │ ├── filesys.tex │ │ ├── frameworks.tex │ │ ├── i18n.tex │ │ ├── internet.tex │ │ ├── ipc.tex │ │ ├── language.tex │ │ ├── lib.tex │ │ ├── libaifc.tex │ │ ├── libal.tex │ │ ├── liballos.tex │ │ ├── libamoeba.tex │ │ ├── libanydbm.tex │ │ ├── libarray.tex │ │ ├── libascii.tex │ │ ├── libast.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 │ │ ├── libcgi.tex │ │ ├── libcgihttp.tex │ │ ├── libcgitb.tex │ │ ├── libchunk.tex │ │ ├── libcmath.tex │ │ ├── libcmd.tex │ │ ├── libcmp.tex │ │ ├── libcmpcache.tex │ │ ├── libcode.tex │ │ ├── libcodecs.tex │ │ ├── libcodeop.tex │ │ ├── libcollections.tex │ │ ├── libcolorsys.tex │ │ ├── libcommands.tex │ │ ├── libcompileall.tex │ │ ├── libconsts.tex │ │ ├── libcontextlib.tex │ │ ├── libcookie.tex │ │ ├── libcookielib.tex │ │ ├── libcopy.tex │ │ ├── libcopyreg.tex │ │ ├── libcrypt.tex │ │ ├── libcrypto.tex │ │ ├── libcsv.tex │ │ ├── libctypes.tex │ │ ├── libcurses.tex │ │ ├── libcursespanel.tex │ │ ├── libdatetime.tex │ │ ├── libdbhash.tex │ │ ├── libdbm.tex │ │ ├── libdecimal.tex │ │ ├── libdifflib.tex │ │ ├── libdircache.tex │ │ ├── libdis.tex │ │ ├── libdl.tex │ │ ├── libdoctest.tex │ │ ├── libdocxmlrpc.tex │ │ ├── libdumbdbm.tex │ │ ├── libdummythread.tex │ │ ├── libdummythreading.tex │ │ ├── liberrno.tex │ │ ├── libetree.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 │ │ ├── libfunctools.tex │ │ ├── libfuture.tex │ │ ├── libgc.tex │ │ ├── libgdbm.tex │ │ ├── libgetopt.tex │ │ ├── libgetpass.tex │ │ ├── libgettext.tex │ │ ├── libgl.tex │ │ ├── libglob.tex │ │ ├── libgopherlib.tex │ │ ├── libgrp.tex │ │ ├── libgzip.tex │ │ ├── libhashlib.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 │ │ ├── libmm.tex │ │ ├── libmmap.tex │ │ ├── libmodulefinder.tex │ │ ├── libmsilib.tex │ │ ├── libmsvcrt.tex │ │ ├── libmultifile.tex │ │ ├── libmutex.tex │ │ ├── libnetrc.tex │ │ ├── libnew.tex │ │ ├── libni.tex │ │ ├── libnis.tex │ │ ├── libnntplib.tex │ │ ├── libobjs.tex │ │ ├── liboperator.tex │ │ ├── liboptparse.tex │ │ ├── libos.tex │ │ ├── libossaudiodev.tex │ │ ├── libpanel.tex │ │ ├── libparser.tex │ │ ├── libpdb.tex │ │ ├── libpickle.tex │ │ ├── libpickletools.tex │ │ ├── libpipes.tex │ │ ├── libpkgutil.tex │ │ ├── libplatform.tex │ │ ├── libpopen2.tex │ │ ├── libpoplib.tex │ │ ├── libposix.tex │ │ ├── libposixfile.tex │ │ ├── libposixpath.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 │ │ ├── libre.tex │ │ ├── libreadline.tex │ │ ├── librepr.tex │ │ ├── libresource.tex │ │ ├── librestricted.tex │ │ ├── librexec.tex │ │ ├── librfc822.tex │ │ ├── librgbimg.tex │ │ ├── librlcompleter.tex │ │ ├── librobotparser.tex │ │ ├── librunpy.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 │ │ ├── libspwd.tex │ │ ├── libsqlite3.tex │ │ ├── libstat.tex │ │ ├── libstatvfs.tex │ │ ├── libstdtypes.tex │ │ ├── libstdwin.tex │ │ ├── libstring.tex │ │ ├── libstringio.tex │ │ ├── libstringprep.tex │ │ ├── libstrings.tex │ │ ├── libstruct.tex │ │ ├── libsubprocess.tex │ │ ├── libsun.tex │ │ ├── libsunau.tex │ │ ├── libsunaudio.tex │ │ ├── libsymbol.tex │ │ ├── libsys.tex │ │ ├── libsyslog.tex │ │ ├── libtabnanny.tex │ │ ├── libtarfile.tex │ │ ├── libtelnetlib.tex │ │ ├── libtempfile.tex │ │ ├── libtermios.tex │ │ ├── libtest.tex │ │ ├── libtextwrap.tex │ │ ├── libthread.tex │ │ ├── libthreading.tex │ │ ├── libtime.tex │ │ ├── libtimeit.tex │ │ ├── libtoken.tex │ │ ├── libtokenize.tex │ │ ├── libtrace.tex │ │ ├── libtraceback.tex │ │ ├── libtty.tex │ │ ├── libturtle.tex │ │ ├── libtypes.tex │ │ ├── libundoc.tex │ │ ├── libunicodedata.tex │ │ ├── libunittest.tex │ │ ├── libunix.tex │ │ ├── liburllib.tex │ │ ├── liburllib2.tex │ │ ├── liburlparse.tex │ │ ├── libuser.tex │ │ ├── libuserdict.tex │ │ ├── libuu.tex │ │ ├── libuuid.tex │ │ ├── libwarnings.tex │ │ ├── libwave.tex │ │ ├── libweakref.tex │ │ ├── libwebbrowser.tex │ │ ├── libwhichdb.tex │ │ ├── libwinreg.tex │ │ ├── libwinsound.tex │ │ ├── libwsgiref.tex │ │ ├── libxdrlib.tex │ │ ├── libxmllib.tex │ │ ├── libxmlrpclib.tex │ │ ├── libzipfile.tex │ │ ├── libzipimport.tex │ │ ├── libzlib.tex │ │ ├── markup.tex │ │ ├── mimelib.tex │ │ ├── minidom-example.py │ │ ├── modules.tex │ │ ├── netdata.tex │ │ ├── numeric.tex │ │ ├── persistence.tex │ │ ├── required_1.py │ │ ├── required_2.py │ │ ├── sqlite3 │ │ │ ├── adapter_datetime.py │ │ │ ├── adapter_point_1.py │ │ │ ├── adapter_point_2.py │ │ │ ├── collation_reverse.py │ │ │ ├── complete_statement.py │ │ │ ├── connect_db_1.py │ │ │ ├── connect_db_2.py │ │ │ ├── converter_point.py │ │ │ ├── countcursors.py │ │ │ ├── createdb.py │ │ │ ├── execsql_fetchonerow.py │ │ │ ├── execsql_printall_1.py │ │ │ ├── execute_1.py │ │ │ ├── execute_2.py │ │ │ ├── execute_3.py │ │ │ ├── executemany_1.py │ │ │ ├── executemany_2.py │ │ │ ├── executescript.py │ │ │ ├── insert_more_people.py │ │ │ ├── md5func.py │ │ │ ├── mysumaggr.py │ │ │ ├── parse_colnames.py │ │ │ ├── pysqlite_datetime.py │ │ │ ├── row_factory.py │ │ │ ├── rowclass.py │ │ │ ├── shared_cache.py │ │ │ ├── shortcut_methods.py │ │ │ ├── simple_tableprinter.py │ │ │ └── text_factory.py │ │ ├── tkinter.tex │ │ ├── tzinfo-examples.py │ │ ├── windows.tex │ │ ├── xmldom.tex │ │ ├── xmldomminidom.tex │ │ ├── xmldompulldom.tex │ │ ├── xmletree.tex │ │ ├── xmlsax.tex │ │ ├── xmlsaxhandler.tex │ │ ├── xmlsaxreader.tex │ │ └── xmlsaxutils.tex │ ├── mac │ │ ├── libaepack.tex │ │ ├── libaetools.tex │ │ ├── libaetypes.tex │ │ ├── libautogil.tex │ │ ├── libcolorpicker.tex │ │ ├── libframework.tex │ │ ├── libgensuitemodule.tex │ │ ├── libmac.tex │ │ ├── libmacfs.tex │ │ ├── libmacic.tex │ │ ├── libmacos.tex │ │ ├── libmacostools.tex │ │ ├── libmacui.tex │ │ ├── libminiae.tex │ │ ├── libscrap.tex │ │ ├── mac.tex │ │ ├── scripting.tex │ │ ├── toolbox.tex │ │ ├── undoc.tex │ │ └── using.tex │ ├── paper-a4 │ │ └── pypaper.sty │ ├── perl │ │ ├── SynopsisTable.pm │ │ ├── distutils.perl │ │ ├── howto.perl │ │ ├── isilo.perl │ │ ├── l2hinit.perl │ │ ├── ltxmarkup.perl │ │ ├── manual.perl │ │ └── python.perl │ ├── python-docs.txt │ ├── ref │ │ ├── ref.tex │ │ ├── ref1.tex │ │ ├── ref2.tex │ │ ├── ref3.tex │ │ ├── ref4.tex │ │ ├── ref5.tex │ │ ├── ref6.tex │ │ ├── ref7.tex │ │ ├── ref8.tex │ │ └── reswords.py │ ├── templates │ │ ├── howto.tex │ │ ├── manual.tex │ │ ├── module.tex │ │ └── whatsnewXY.tex │ ├── tests │ │ └── math.tex │ ├── texinputs │ │ ├── distutils.sty │ │ ├── fancyhdr.sty │ │ ├── fncychap.sty │ │ ├── howto.cls │ │ ├── ltxmarkup.sty │ │ ├── manual.cls │ │ ├── pypaper.sty │ │ ├── python.ist │ │ ├── python.sty │ │ └── underscore.sty │ ├── tools │ │ ├── anno-api.py │ │ ├── buildindex.py │ │ ├── checkargs.pm │ │ ├── cklatex │ │ ├── cmpcsyms │ │ ├── custlib.py │ │ ├── findcsyms │ │ ├── findmodrefs │ │ ├── findsyms │ │ ├── fix_hack │ │ ├── fix_libaux.sed │ │ ├── fixinfo.el │ │ ├── getpagecounts │ │ ├── getversioninfo │ │ ├── html2texi.pl │ │ ├── indfix.py │ │ ├── keywords.py │ │ ├── listmodules │ │ ├── listmodules.py │ │ ├── makesec.sh │ │ ├── mkackshtml │ │ ├── mkhowto │ │ ├── mkinfo │ │ ├── mkmodindex │ │ ├── mkpkglist │ │ ├── mksourcepkg │ │ ├── node2label.pl │ │ ├── prechm.py │ │ ├── push-docs.sh │ │ ├── py2texi.el │ │ ├── refcounts.py │ │ ├── rewrite.py │ │ ├── sgmlconv │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── conversion.xml │ │ │ ├── docfixer.py │ │ │ ├── esis2sgml.py │ │ │ ├── esistools.py │ │ │ ├── latex2esis.py │ │ │ └── make.rules │ │ ├── support.py │ │ ├── toc2bkm.py │ │ ├── undoc_symbols.py │ │ ├── update-docs.sh │ │ └── whichlibs │ ├── tut │ │ ├── glossary.tex │ │ └── tut.tex │ └── whatsnew │ │ ├── Makefile │ │ ├── whatsnew20.tex │ │ ├── whatsnew21.tex │ │ ├── whatsnew22.tex │ │ ├── whatsnew23.tex │ │ ├── whatsnew24.tex │ │ └── whatsnew25.tex ├── Grammar │ └── Grammar ├── Include │ ├── Python-ast.h │ ├── Python.h │ ├── abstract.h │ ├── asdl.h │ ├── ast.h │ ├── bitset.h │ ├── boolobject.h │ ├── bufferobject.h │ ├── cStringIO.h │ ├── cellobject.h │ ├── ceval.h │ ├── classobject.h │ ├── cobject.h │ ├── code.h │ ├── codecs.h │ ├── compile.h │ ├── complexobject.h │ ├── datetime.h │ ├── descrobject.h │ ├── dictobject.h │ ├── enumobject.h │ ├── errcode.h │ ├── eval.h │ ├── fileobject.h │ ├── floatobject.h │ ├── frameobject.h │ ├── funcobject.h │ ├── genobject.h │ ├── graminit.h │ ├── grammar.h │ ├── import.h │ ├── intobject.h │ ├── intrcheck.h │ ├── iterobject.h │ ├── listobject.h │ ├── longintrepr.h │ ├── longobject.h │ ├── marshal.h │ ├── metagrammar.h │ ├── methodobject.h │ ├── modsupport.h │ ├── moduleobject.h │ ├── node.h │ ├── object.h │ ├── objimpl.h │ ├── opcode.h │ ├── osdefs.h │ ├── parsetok.h │ ├── patchlevel.h │ ├── pgen.h │ ├── pgenheaders.h │ ├── py_curses.h │ ├── pyarena.h │ ├── pydebug.h │ ├── pyerrors.h │ ├── pyexpat.h │ ├── pyfpe.h │ ├── pygetopt.h │ ├── pymactoolbox.h │ ├── pymem.h │ ├── pyport.h │ ├── pystate.h │ ├── pystrtod.h │ ├── pythonrun.h │ ├── pythread.h │ ├── rangeobject.h │ ├── setobject.h │ ├── sliceobject.h │ ├── stringobject.h │ ├── structmember.h │ ├── structseq.h │ ├── symtable.h │ ├── sysmodule.h │ ├── timefuncs.h │ ├── token.h │ ├── traceback.h │ ├── tupleobject.h │ ├── ucnhash.h │ ├── unicodeobject.h │ └── weakrefobject.h ├── LICENSE ├── Lib │ ├── BaseHTTPServer.py │ ├── Bastion.py │ ├── CGIHTTPServer.py │ ├── ConfigParser.py │ ├── Cookie.py │ ├── DocXMLRPCServer.py │ ├── HTMLParser.py │ ├── MimeWriter.py │ ├── Queue.py │ ├── SimpleHTTPServer.py │ ├── SimpleXMLRPCServer.py │ ├── SocketServer.py │ ├── StringIO.py │ ├── UserDict.py │ ├── UserList.py │ ├── UserString.py │ ├── _LWPCookieJar.py │ ├── _MozillaCookieJar.py │ ├── __future__.py │ ├── __phello__.foo.py │ ├── _strptime.py │ ├── _threading_local.py │ ├── aifc.py │ ├── anydbm.py │ ├── asynchat.py │ ├── asyncore.py │ ├── atexit.py │ ├── audiodev.py │ ├── base64.py │ ├── bdb.py │ ├── binhex.py │ ├── bisect.py │ ├── bsddb │ │ ├── __init__.py │ │ ├── db.py │ │ ├── dbobj.py │ │ ├── dbrecio.py │ │ ├── dbshelve.py │ │ ├── dbtables.py │ │ ├── dbutils.py │ │ └── test │ │ │ ├── __init__.py │ │ │ ├── test_1413192.py │ │ │ ├── test_all.py │ │ │ ├── test_associate.py │ │ │ ├── test_basics.py │ │ │ ├── test_compare.py │ │ │ ├── test_compat.py │ │ │ ├── test_cursor_pget_bug.py │ │ │ ├── test_dbobj.py │ │ │ ├── test_dbshelve.py │ │ │ ├── test_dbtables.py │ │ │ ├── test_env_close.py │ │ │ ├── test_get_none.py │ │ │ ├── test_join.py │ │ │ ├── test_lock.py │ │ │ ├── test_misc.py │ │ │ ├── test_pickle.py │ │ │ ├── test_queue.py │ │ │ ├── test_recno.py │ │ │ ├── test_sequence.py │ │ │ └── test_thread.py │ ├── cProfile.py │ ├── calendar.py │ ├── cgi.py │ ├── cgitb.py │ ├── chunk.py │ ├── cmd.py │ ├── code.py │ ├── codecs.py │ ├── codeop.py │ ├── colorsys.py │ ├── commands.py │ ├── compileall.py │ ├── compiler │ │ ├── __init__.py │ │ ├── ast.py │ │ ├── consts.py │ │ ├── future.py │ │ ├── misc.py │ │ ├── pyassem.py │ │ ├── pycodegen.py │ │ ├── symbols.py │ │ ├── syntax.py │ │ ├── transformer.py │ │ └── visitor.py │ ├── contextlib.py │ ├── cookielib.py │ ├── copy.py │ ├── copy_reg.py │ ├── csv.py │ ├── ctypes │ │ ├── __init__.py │ │ ├── _endian.py │ │ ├── macholib │ │ │ ├── README.ctypes │ │ │ ├── __init__.py │ │ │ ├── dyld.py │ │ │ ├── dylib.py │ │ │ ├── fetch_macholib │ │ │ ├── fetch_macholib.bat │ │ │ └── framework.py │ │ ├── test │ │ │ ├── __init__.py │ │ │ ├── runtests.py │ │ │ ├── test_anon.py │ │ │ ├── test_array_in_pointer.py │ │ │ ├── test_arrays.py │ │ │ ├── test_as_parameter.py │ │ │ ├── test_bitfields.py │ │ │ ├── test_buffers.py │ │ │ ├── test_byteswap.py │ │ │ ├── test_callbacks.py │ │ │ ├── test_cast.py │ │ │ ├── test_cfuncs.py │ │ │ ├── test_checkretval.py │ │ │ ├── test_errcheck.py │ │ │ ├── test_find.py │ │ │ ├── test_funcptr.py │ │ │ ├── test_functions.py │ │ │ ├── test_incomplete.py │ │ │ ├── test_init.py │ │ │ ├── test_integers.py │ │ │ ├── test_internals.py │ │ │ ├── test_keeprefs.py │ │ │ ├── test_libc.py │ │ │ ├── test_loading.py │ │ │ ├── test_macholib.py │ │ │ ├── test_memfunctions.py │ │ │ ├── test_numbers.py │ │ │ ├── test_objects.py │ │ │ ├── test_parameters.py │ │ │ ├── test_pointers.py │ │ │ ├── test_prototypes.py │ │ │ ├── test_python_api.py │ │ │ ├── test_random_things.py │ │ │ ├── test_refcounts.py │ │ │ ├── test_repr.py │ │ │ ├── test_returnfuncptrs.py │ │ │ ├── test_simplesubclasses.py │ │ │ ├── test_sizes.py │ │ │ ├── test_slicing.py │ │ │ ├── test_stringptr.py │ │ │ ├── test_strings.py │ │ │ ├── test_struct_fields.py │ │ │ ├── test_structures.py │ │ │ ├── test_unaligned_structures.py │ │ │ ├── test_unicode.py │ │ │ ├── test_values.py │ │ │ ├── test_varsize_struct.py │ │ │ └── test_win32.py │ │ ├── util.py │ │ └── wintypes.py │ ├── curses │ │ ├── __init__.py │ │ ├── ascii.py │ │ ├── has_key.py │ │ ├── panel.py │ │ ├── textpad.py │ │ └── wrapper.py │ ├── dbhash.py │ ├── decimal.py │ ├── difflib.py │ ├── dircache.py │ ├── dis.py │ ├── distutils │ │ ├── README │ │ ├── __init__.py │ │ ├── archive_util.py │ │ ├── bcppcompiler.py │ │ ├── ccompiler.py │ │ ├── cmd.py │ │ ├── command │ │ │ ├── __init__.py │ │ │ ├── bdist.py │ │ │ ├── bdist_dumb.py │ │ │ ├── bdist_msi.py │ │ │ ├── bdist_rpm.py │ │ │ ├── bdist_wininst.py │ │ │ ├── build.py │ │ │ ├── build_clib.py │ │ │ ├── build_ext.py │ │ │ ├── build_py.py │ │ │ ├── build_scripts.py │ │ │ ├── clean.py │ │ │ ├── command_template │ │ │ ├── config.py │ │ │ ├── install.py │ │ │ ├── install_data.py │ │ │ ├── install_egg_info.py │ │ │ ├── install_headers.py │ │ │ ├── install_lib.py │ │ │ ├── install_scripts.py │ │ │ ├── register.py │ │ │ ├── sdist.py │ │ │ ├── upload.py │ │ │ ├── wininst-6.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 │ │ ├── file_util.py │ │ ├── filelist.py │ │ ├── log.py │ │ ├── msvccompiler.py │ │ ├── mwerkscompiler.py │ │ ├── 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 │ │ │ └── test_versionpredicate.py │ │ ├── text_file.py │ │ ├── unixccompiler.py │ │ ├── util.py │ │ ├── version.py │ │ └── versionpredicate.py │ ├── doctest.py │ ├── dumbdbm.py │ ├── dummy_thread.py │ ├── dummy_threading.py │ ├── email │ │ ├── __init__.py │ │ ├── _parseaddr.py │ │ ├── base64mime.py │ │ ├── charset.py │ │ ├── encoders.py │ │ ├── errors.py │ │ ├── feedparser.py │ │ ├── generator.py │ │ ├── header.py │ │ ├── iterators.py │ │ ├── message.py │ │ ├── mime │ │ │ ├── __init__.py │ │ │ ├── application.py │ │ │ ├── audio.py │ │ │ ├── base.py │ │ │ ├── image.py │ │ │ ├── message.py │ │ │ ├── multipart.py │ │ │ ├── nonmultipart.py │ │ │ └── text.py │ │ ├── parser.py │ │ ├── quoprimime.py │ │ ├── test │ │ │ ├── __init__.py │ │ │ ├── data │ │ │ │ ├── PyBanner048.gif │ │ │ │ ├── audiotest.au │ │ │ │ ├── msg_01.txt │ │ │ │ ├── msg_02.txt │ │ │ │ ├── msg_03.txt │ │ │ │ ├── msg_04.txt │ │ │ │ ├── msg_05.txt │ │ │ │ ├── msg_06.txt │ │ │ │ ├── msg_07.txt │ │ │ │ ├── msg_08.txt │ │ │ │ ├── msg_09.txt │ │ │ │ ├── msg_10.txt │ │ │ │ ├── msg_11.txt │ │ │ │ ├── msg_12.txt │ │ │ │ ├── msg_12a.txt │ │ │ │ ├── msg_13.txt │ │ │ │ ├── msg_14.txt │ │ │ │ ├── msg_15.txt │ │ │ │ ├── msg_16.txt │ │ │ │ ├── msg_17.txt │ │ │ │ ├── msg_18.txt │ │ │ │ ├── msg_19.txt │ │ │ │ ├── msg_20.txt │ │ │ │ ├── msg_21.txt │ │ │ │ ├── msg_22.txt │ │ │ │ ├── msg_23.txt │ │ │ │ ├── msg_24.txt │ │ │ │ ├── msg_25.txt │ │ │ │ ├── msg_26.txt │ │ │ │ ├── msg_27.txt │ │ │ │ ├── msg_28.txt │ │ │ │ ├── msg_29.txt │ │ │ │ ├── msg_30.txt │ │ │ │ ├── msg_31.txt │ │ │ │ ├── msg_32.txt │ │ │ │ ├── msg_33.txt │ │ │ │ ├── msg_34.txt │ │ │ │ ├── msg_35.txt │ │ │ │ ├── msg_36.txt │ │ │ │ ├── msg_37.txt │ │ │ │ ├── msg_38.txt │ │ │ │ ├── msg_39.txt │ │ │ │ ├── msg_40.txt │ │ │ │ ├── msg_41.txt │ │ │ │ ├── msg_42.txt │ │ │ │ ├── msg_43.txt │ │ │ │ └── msg_44.txt │ │ │ ├── test_email.py │ │ │ ├── test_email_codecs.py │ │ │ ├── test_email_codecs_renamed.py │ │ │ ├── test_email_renamed.py │ │ │ └── test_email_torture.py │ │ └── utils.py │ ├── encodings │ │ ├── __init__.py │ │ ├── aliases.py │ │ ├── ascii.py │ │ ├── base64_codec.py │ │ ├── big5.py │ │ ├── big5hkscs.py │ │ ├── bz2_codec.py │ │ ├── charmap.py │ │ ├── cp037.py │ │ ├── cp1006.py │ │ ├── cp1026.py │ │ ├── cp1140.py │ │ ├── cp1250.py │ │ ├── cp1251.py │ │ ├── cp1252.py │ │ ├── cp1253.py │ │ ├── cp1254.py │ │ ├── cp1255.py │ │ ├── cp1256.py │ │ ├── cp1257.py │ │ ├── cp1258.py │ │ ├── cp424.py │ │ ├── cp437.py │ │ ├── cp500.py │ │ ├── cp737.py │ │ ├── cp775.py │ │ ├── cp850.py │ │ ├── cp852.py │ │ ├── cp855.py │ │ ├── cp856.py │ │ ├── cp857.py │ │ ├── cp860.py │ │ ├── cp861.py │ │ ├── cp862.py │ │ ├── cp863.py │ │ ├── cp864.py │ │ ├── cp865.py │ │ ├── cp866.py │ │ ├── cp869.py │ │ ├── cp874.py │ │ ├── cp875.py │ │ ├── cp932.py │ │ ├── cp949.py │ │ ├── cp950.py │ │ ├── euc_jis_2004.py │ │ ├── euc_jisx0213.py │ │ ├── euc_jp.py │ │ ├── euc_kr.py │ │ ├── gb18030.py │ │ ├── gb2312.py │ │ ├── gbk.py │ │ ├── hex_codec.py │ │ ├── hp_roman8.py │ │ ├── hz.py │ │ ├── idna.py │ │ ├── iso2022_jp.py │ │ ├── iso2022_jp_1.py │ │ ├── iso2022_jp_2.py │ │ ├── iso2022_jp_2004.py │ │ ├── iso2022_jp_3.py │ │ ├── iso2022_jp_ext.py │ │ ├── iso2022_kr.py │ │ ├── iso8859_1.py │ │ ├── iso8859_10.py │ │ ├── iso8859_11.py │ │ ├── iso8859_13.py │ │ ├── iso8859_14.py │ │ ├── iso8859_15.py │ │ ├── iso8859_16.py │ │ ├── iso8859_2.py │ │ ├── iso8859_3.py │ │ ├── iso8859_4.py │ │ ├── iso8859_5.py │ │ ├── iso8859_6.py │ │ ├── iso8859_7.py │ │ ├── iso8859_8.py │ │ ├── iso8859_9.py │ │ ├── johab.py │ │ ├── koi8_r.py │ │ ├── koi8_u.py │ │ ├── latin_1.py │ │ ├── mac_arabic.py │ │ ├── mac_centeuro.py │ │ ├── mac_croatian.py │ │ ├── mac_cyrillic.py │ │ ├── mac_farsi.py │ │ ├── mac_greek.py │ │ ├── mac_iceland.py │ │ ├── mac_latin2.py │ │ ├── mac_roman.py │ │ ├── mac_romanian.py │ │ ├── mac_turkish.py │ │ ├── mbcs.py │ │ ├── palmos.py │ │ ├── ptcp154.py │ │ ├── punycode.py │ │ ├── quopri_codec.py │ │ ├── raw_unicode_escape.py │ │ ├── rot_13.py │ │ ├── shift_jis.py │ │ ├── shift_jis_2004.py │ │ ├── shift_jisx0213.py │ │ ├── string_escape.py │ │ ├── tis_620.py │ │ ├── undefined.py │ │ ├── unicode_escape.py │ │ ├── unicode_internal.py │ │ ├── utf_16.py │ │ ├── utf_16_be.py │ │ ├── utf_16_le.py │ │ ├── utf_7.py │ │ ├── utf_8.py │ │ ├── utf_8_sig.py │ │ ├── uu_codec.py │ │ └── zlib_codec.py │ ├── filecmp.py │ ├── fileinput.py │ ├── fnmatch.py │ ├── formatter.py │ ├── fpformat.py │ ├── ftplib.py │ ├── functools.py │ ├── getopt.py │ ├── getpass.py │ ├── gettext.py │ ├── glob.py │ ├── gopherlib.py │ ├── gzip.py │ ├── hashlib.py │ ├── heapq.py │ ├── hmac.py │ ├── hotshot │ │ ├── __init__.py │ │ ├── log.py │ │ ├── stats.py │ │ └── stones.py │ ├── htmlentitydefs.py │ ├── htmllib.py │ ├── httplib.py │ ├── idlelib │ │ ├── AutoComplete.py │ │ ├── AutoCompleteWindow.py │ │ ├── AutoExpand.py │ │ ├── Bindings.py │ │ ├── CREDITS.txt │ │ ├── CallTipWindow.py │ │ ├── CallTips.py │ │ ├── ChangeLog │ │ ├── ClassBrowser.py │ │ ├── CodeContext.py │ │ ├── ColorDelegator.py │ │ ├── Debugger.py │ │ ├── Delegator.py │ │ ├── EditorWindow.py │ │ ├── FileList.py │ │ ├── FormatParagraph.py │ │ ├── GrepDialog.py │ │ ├── HISTORY.txt │ │ ├── HyperParser.py │ │ ├── IOBinding.py │ │ ├── Icons │ │ │ ├── folder.gif │ │ │ ├── idle.icns │ │ │ ├── minusnode.gif │ │ │ ├── openfolder.gif │ │ │ ├── plusnode.gif │ │ │ ├── python.gif │ │ │ └── tk.gif │ │ ├── IdleHistory.py │ │ ├── MultiCall.py │ │ ├── MultiStatusBar.py │ │ ├── NEWS.txt │ │ ├── ObjectBrowser.py │ │ ├── OutputWindow.py │ │ ├── ParenMatch.py │ │ ├── PathBrowser.py │ │ ├── Percolator.py │ │ ├── PyParse.py │ │ ├── PyShell.py │ │ ├── README.txt │ │ ├── RemoteDebugger.py │ │ ├── RemoteObjectBrowser.py │ │ ├── ReplaceDialog.py │ │ ├── ScriptBinding.py │ │ ├── ScrolledList.py │ │ ├── SearchDialog.py │ │ ├── SearchDialogBase.py │ │ ├── SearchEngine.py │ │ ├── StackViewer.py │ │ ├── TODO.txt │ │ ├── ToolTip.py │ │ ├── TreeWidget.py │ │ ├── UndoDelegator.py │ │ ├── WidgetRedirector.py │ │ ├── WindowList.py │ │ ├── ZoomHeight.py │ │ ├── __init__.py │ │ ├── aboutDialog.py │ │ ├── config-extensions.def │ │ ├── config-highlight.def │ │ ├── config-keys.def │ │ ├── config-main.def │ │ ├── configDialog.py │ │ ├── configHandler.py │ │ ├── configHelpSourceEdit.py │ │ ├── configSectionNameDialog.py │ │ ├── dynOptionMenuWidget.py │ │ ├── extend.txt │ │ ├── help.txt │ │ ├── idle.bat │ │ ├── idle.py │ │ ├── idle.pyw │ │ ├── idlever.py │ │ ├── keybindingDialog.py │ │ ├── macosxSupport.py │ │ ├── rpc.py │ │ ├── run.py │ │ ├── tabpage.py │ │ ├── testcode.py │ │ └── textView.py │ ├── ihooks.py │ ├── imaplib.py │ ├── imghdr.py │ ├── imputil.py │ ├── inspect.py │ ├── keyword.py │ ├── lib-tk │ │ ├── Canvas.py │ │ ├── Dialog.py │ │ ├── FileDialog.py │ │ ├── FixTk.py │ │ ├── ScrolledText.py │ │ ├── SimpleDialog.py │ │ ├── Tix.py │ │ ├── Tkconstants.py │ │ ├── Tkdnd.py │ │ ├── Tkinter.py │ │ ├── tkColorChooser.py │ │ ├── tkCommonDialog.py │ │ ├── tkFileDialog.py │ │ ├── tkFont.py │ │ ├── tkMessageBox.py │ │ ├── tkSimpleDialog.py │ │ └── turtle.py │ ├── linecache.py │ ├── locale.py │ ├── logging │ │ ├── __init__.py │ │ ├── config.py │ │ └── handlers.py │ ├── macpath.py │ ├── macurl2path.py │ ├── mailbox.py │ ├── mailcap.py │ ├── markupbase.py │ ├── md5.py │ ├── mhlib.py │ ├── mimetools.py │ ├── mimetypes.py │ ├── mimify.py │ ├── modulefinder.py │ ├── msilib │ │ ├── __init__.py │ │ ├── schema.py │ │ ├── sequence.py │ │ └── text.py │ ├── multifile.py │ ├── mutex.py │ ├── netrc.py │ ├── new.py │ ├── nntplib.py │ ├── ntpath.py │ ├── nturl2path.py │ ├── opcode.py │ ├── optparse.py │ ├── os.py │ ├── os2emxpath.py │ ├── pdb.doc │ ├── pdb.py │ ├── pickle.py │ ├── pickletools.py │ ├── pipes.py │ ├── pkgutil.py │ ├── plat-aix3 │ │ ├── IN.py │ │ └── regen │ ├── plat-aix4 │ │ ├── IN.py │ │ └── regen │ ├── plat-atheos │ │ ├── IN.py │ │ ├── TYPES.py │ │ └── regen │ ├── plat-beos5 │ │ ├── IN.py │ │ └── regen │ ├── plat-darwin │ │ ├── IN.py │ │ └── regen │ ├── plat-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-freebsd7 │ │ ├── IN.py │ │ └── regen │ ├── plat-generic │ │ └── regen │ ├── plat-irix5 │ │ ├── AL.py │ │ ├── CD.py │ │ ├── CL.py │ │ ├── CL_old.py │ │ ├── DEVICE.py │ │ ├── ERRNO.py │ │ ├── FILE.py │ │ ├── FL.py │ │ ├── GET.py │ │ ├── GL.py │ │ ├── GLWS.py │ │ ├── IN.py │ │ ├── IOCTL.py │ │ ├── SV.py │ │ ├── WAIT.py │ │ ├── cddb.py │ │ ├── cdplayer.py │ │ ├── flp.doc │ │ ├── flp.py │ │ ├── jpeg.py │ │ ├── panel.py │ │ ├── panelparser.py │ │ ├── readcd.doc │ │ ├── readcd.py │ │ ├── regen │ │ └── torgb.py │ ├── plat-irix6 │ │ ├── AL.py │ │ ├── CD.py │ │ ├── CL.py │ │ ├── DEVICE.py │ │ ├── ERRNO.py │ │ ├── FILE.py │ │ ├── FL.py │ │ ├── GET.py │ │ ├── GL.py │ │ ├── GLWS.py │ │ ├── IN.py │ │ ├── IOCTL.py │ │ ├── SV.py │ │ ├── WAIT.py │ │ ├── cddb.py │ │ ├── cdplayer.py │ │ ├── flp.doc │ │ ├── flp.py │ │ ├── jpeg.py │ │ ├── panel.py │ │ ├── panelparser.py │ │ ├── readcd.doc │ │ ├── readcd.py │ │ ├── regen │ │ └── torgb.py │ ├── plat-linux2 │ │ ├── CDROM.py │ │ ├── DLFCN.py │ │ ├── IN.py │ │ ├── TYPES.py │ │ └── regen │ ├── plat-mac │ │ ├── Audio_mac.py │ │ ├── Carbon │ │ │ ├── AE.py │ │ │ ├── AH.py │ │ │ ├── Alias.py │ │ │ ├── Aliases.py │ │ │ ├── App.py │ │ │ ├── Appearance.py │ │ │ ├── AppleEvents.py │ │ │ ├── AppleHelp.py │ │ │ ├── CF.py │ │ │ ├── CG.py │ │ │ ├── CarbonEvents.py │ │ │ ├── CarbonEvt.py │ │ │ ├── Cm.py │ │ │ ├── Components.py │ │ │ ├── ControlAccessor.py │ │ │ ├── Controls.py │ │ │ ├── CoreFoundation.py │ │ │ ├── CoreGraphics.py │ │ │ ├── Ctl.py │ │ │ ├── Dialogs.py │ │ │ ├── Dlg.py │ │ │ ├── Drag.py │ │ │ ├── Dragconst.py │ │ │ ├── Events.py │ │ │ ├── Evt.py │ │ │ ├── File.py │ │ │ ├── Files.py │ │ │ ├── Fm.py │ │ │ ├── Folder.py │ │ │ ├── Folders.py │ │ │ ├── Fonts.py │ │ │ ├── Help.py │ │ │ ├── IBCarbon.py │ │ │ ├── IBCarbonRuntime.py │ │ │ ├── Icn.py │ │ │ ├── Icons.py │ │ │ ├── Launch.py │ │ │ ├── LaunchServices.py │ │ │ ├── List.py │ │ │ ├── Lists.py │ │ │ ├── MacHelp.py │ │ │ ├── MacTextEditor.py │ │ │ ├── MediaDescr.py │ │ │ ├── Menu.py │ │ │ ├── Menus.py │ │ │ ├── Mlte.py │ │ │ ├── OSA.py │ │ │ ├── OSAconst.py │ │ │ ├── QDOffscreen.py │ │ │ ├── Qd.py │ │ │ ├── Qdoffs.py │ │ │ ├── Qt.py │ │ │ ├── QuickDraw.py │ │ │ ├── QuickTime.py │ │ │ ├── Res.py │ │ │ ├── Resources.py │ │ │ ├── Scrap.py │ │ │ ├── Snd.py │ │ │ ├── Sndihooks.py │ │ │ ├── Sound.py │ │ │ ├── TE.py │ │ │ ├── TextEdit.py │ │ │ ├── Win.py │ │ │ ├── Windows.py │ │ │ └── __init__.py │ │ ├── EasyDialogs.py │ │ ├── FrameWork.py │ │ ├── MiniAEFrame.py │ │ ├── PixMapWrapper.py │ │ ├── aepack.py │ │ ├── aetools.py │ │ ├── aetypes.py │ │ ├── applesingle.py │ │ ├── appletrawmain.py │ │ ├── appletrunner.py │ │ ├── argvemulator.py │ │ ├── bgenlocations.py │ │ ├── buildtools.py │ │ ├── bundlebuilder.py │ │ ├── cfmfile.py │ │ ├── dialogs.rsrc │ │ ├── errors.rsrc │ │ ├── findertools.py │ │ ├── gensuitemodule.py │ │ ├── ic.py │ │ ├── icopen.py │ │ ├── lib-scriptpackages │ │ │ ├── CodeWarrior │ │ │ │ ├── CodeWarrior_suite.py │ │ │ │ ├── Metrowerks_Shell_Suite.py │ │ │ │ ├── Required.py │ │ │ │ ├── Standard_Suite.py │ │ │ │ └── __init__.py │ │ │ ├── Explorer │ │ │ │ ├── Microsoft_Internet_Explorer.py │ │ │ │ ├── Netscape_Suite.py │ │ │ │ ├── Required_Suite.py │ │ │ │ ├── Standard_Suite.py │ │ │ │ ├── URL_Suite.py │ │ │ │ ├── Web_Browser_Suite.py │ │ │ │ └── __init__.py │ │ │ ├── Finder │ │ │ │ ├── Containers_and_folders.py │ │ │ │ ├── Enumerations.py │ │ │ │ ├── Files.py │ │ │ │ ├── Finder_Basics.py │ │ │ │ ├── Finder_items.py │ │ │ │ ├── Legacy_suite.py │ │ │ │ ├── Standard_Suite.py │ │ │ │ ├── Type_Definitions.py │ │ │ │ ├── Window_classes.py │ │ │ │ └── __init__.py │ │ │ ├── Netscape │ │ │ │ ├── Mozilla_suite.py │ │ │ │ ├── PowerPlant.py │ │ │ │ ├── Required_suite.py │ │ │ │ ├── Standard_Suite.py │ │ │ │ ├── Standard_URL_suite.py │ │ │ │ ├── Text.py │ │ │ │ ├── WorldWideWeb_suite.py │ │ │ │ └── __init__.py │ │ │ ├── StdSuites │ │ │ │ ├── AppleScript_Suite.py │ │ │ │ ├── Macintosh_Connectivity_Clas.py │ │ │ │ ├── QuickDraw_Graphics_Suite.py │ │ │ │ ├── QuickDraw_Graphics_Suppleme.py │ │ │ │ ├── Required_Suite.py │ │ │ │ ├── Standard_Suite.py │ │ │ │ ├── Table_Suite.py │ │ │ │ ├── Text_Suite.py │ │ │ │ ├── Type_Names_Suite.py │ │ │ │ └── __init__.py │ │ │ ├── SystemEvents │ │ │ │ ├── Disk_Folder_File_Suite.py │ │ │ │ ├── Folder_Actions_Suite.py │ │ │ │ ├── Hidden_Suite.py │ │ │ │ ├── Login_Items_Suite.py │ │ │ │ ├── Power_Suite.py │ │ │ │ ├── Processes_Suite.py │ │ │ │ ├── Standard_Suite.py │ │ │ │ ├── System_Events_Suite.py │ │ │ │ ├── Text_Suite.py │ │ │ │ └── __init__.py │ │ │ ├── Terminal │ │ │ │ ├── Standard_Suite.py │ │ │ │ ├── Terminal_Suite.py │ │ │ │ ├── Text_Suite.py │ │ │ │ └── __init__.py │ │ │ └── _builtinSuites │ │ │ │ ├── __init__.py │ │ │ │ └── builtin_Suite.py │ │ ├── macerrors.py │ │ ├── macfs.py │ │ ├── macostools.py │ │ ├── macresource.py │ │ ├── pimp.py │ │ ├── plistlib.py │ │ ├── terminalcommand.py │ │ └── videoreader.py │ ├── plat-nds │ │ └── ndspath.py │ ├── plat-netbsd1 │ │ ├── IN.py │ │ └── regen │ ├── plat-next3 │ │ └── regen │ ├── plat-os2emx │ │ ├── IN.py │ │ ├── SOCKET.py │ │ ├── _emx_link.py │ │ ├── grp.py │ │ ├── pwd.py │ │ └── regen │ ├── plat-riscos │ │ ├── riscosenviron.py │ │ ├── riscospath.py │ │ └── rourl2path.py │ ├── plat-sunos5 │ │ ├── CDIO.py │ │ ├── DLFCN.py │ │ ├── IN.py │ │ ├── STROPTS.py │ │ ├── SUNAUDIODEV.py │ │ ├── TYPES.py │ │ └── regen │ ├── plat-unixware7 │ │ ├── IN.py │ │ ├── STROPTS.py │ │ └── regen │ ├── platform.py │ ├── popen2.py │ ├── poplib.py │ ├── posixfile.py │ ├── posixpath.py │ ├── pprint.py │ ├── profile.py │ ├── pstats.py │ ├── pty.py │ ├── py_compile.py │ ├── pyclbr.py │ ├── pydoc.py │ ├── quopri.py │ ├── random.py │ ├── re.py │ ├── repr.py │ ├── rexec.py │ ├── rfc822.py │ ├── rlcompleter.py │ ├── robotparser.py │ ├── runpy.py │ ├── sched.py │ ├── sets.py │ ├── sgmllib.py │ ├── sha.py │ ├── shelve.py │ ├── shlex.py │ ├── shutil.py │ ├── site-packages │ │ └── README │ ├── site.py │ ├── smtpd.py │ ├── smtplib.py │ ├── sndhdr.py │ ├── socket.py │ ├── sqlite3 │ │ ├── __init__.py │ │ ├── dbapi2.py │ │ └── test │ │ │ ├── __init__.py │ │ │ ├── dbapi.py │ │ │ ├── factory.py │ │ │ ├── hooks.py │ │ │ ├── regression.py │ │ │ ├── transactions.py │ │ │ ├── types.py │ │ │ └── userfunctions.py │ ├── sre.py │ ├── sre_compile.py │ ├── sre_constants.py │ ├── sre_parse.py │ ├── stat.py │ ├── statvfs.py │ ├── string.py │ ├── stringold.py │ ├── stringprep.py │ ├── struct.py │ ├── subprocess.py │ ├── sunau.py │ ├── sunaudio.py │ ├── symbol.py │ ├── symtable.py │ ├── tabnanny.py │ ├── tarfile.py │ ├── telnetlib.py │ ├── tempfile.py │ ├── test │ │ ├── 185test.db │ │ ├── README │ │ ├── __init__.py │ │ ├── audiotest.au │ │ ├── autotest.py │ │ ├── bad_coding.py │ │ ├── bad_coding2.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 │ │ ├── check_soundcard.vbs │ │ ├── cjkencodings_test.py │ │ ├── crashers │ │ │ ├── README │ │ │ ├── bogus_code_obj.py │ │ │ ├── borrowed_ref_1.py │ │ │ ├── borrowed_ref_2.py │ │ │ ├── dangerous_subclassing.py │ │ │ ├── gc_inspection.py │ │ │ ├── infinite_rec_1.py │ │ │ ├── infinite_rec_2.py │ │ │ ├── infinite_rec_4.py │ │ │ ├── infinite_rec_5.py │ │ │ ├── loosing_dict_ref.py │ │ │ ├── modify_dict_attr.py │ │ │ ├── nasty_eq_vs_dict.py │ │ │ ├── recursion_limit_too_high.py │ │ │ ├── recursive_call.py │ │ │ └── weakref_in_del.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 │ │ ├── empty.vbs │ │ ├── exception_hierarchy.txt │ │ ├── fork_wait.py │ │ ├── greyrgb.uue │ │ ├── inspect_fodder.py │ │ ├── inspect_fodder2.py │ │ ├── leakers │ │ │ ├── README.txt │ │ │ ├── __init__.py │ │ │ ├── test_ctypes.py │ │ │ ├── test_gestalt.py │ │ │ └── test_selftype.py │ │ ├── list_tests.py │ │ ├── mapping_tests.py │ │ ├── output │ │ │ ├── test_MimeWriter │ │ │ ├── test_cProfile │ │ │ ├── test_cgi │ │ │ ├── test_class │ │ │ ├── test_cookie │ │ │ ├── test_extcall │ │ │ ├── test_frozen │ │ │ ├── test_global │ │ │ ├── test_grammar │ │ │ ├── test_httplib │ │ │ ├── test_linuxaudiodev │ │ │ ├── test_logging │ │ │ ├── test_math │ │ │ ├── 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 │ │ │ ├── test_xdrlib │ │ │ └── xmltests │ │ ├── outstanding_bugs.py │ │ ├── pickletester.py │ │ ├── pyclbr_input.py │ │ ├── pydocfodder.py │ │ ├── pystone.py │ │ ├── re_tests.py │ │ ├── regex_tests.py │ │ ├── regrtest.py │ │ ├── reperf.py │ │ ├── sample_doctest.py │ │ ├── seq_tests.py │ │ ├── sgml_input.html │ │ ├── sortperf.py │ │ ├── string_tests.py │ │ ├── test.xml │ │ ├── test.xml.out │ │ ├── test_MimeWriter.py │ │ ├── test_StringIO.py │ │ ├── test___all__.py │ │ ├── test___future__.py │ │ ├── test__locale.py │ │ ├── test_aepack.py │ │ ├── test_al.py │ │ ├── test_anydbm.py │ │ ├── test_applesingle.py │ │ ├── test_array.py │ │ ├── test_ast.py │ │ ├── test_asynchat.py │ │ ├── test_atexit.py │ │ ├── test_audioop.py │ │ ├── test_augassign.py │ │ ├── test_base64.py │ │ ├── test_bastion.py │ │ ├── test_bigaddrspace.py │ │ ├── test_bigmem.py │ │ ├── test_binascii.py │ │ ├── test_binhex.py │ │ ├── test_binop.py │ │ ├── test_bisect.py │ │ ├── test_bool.py │ │ ├── test_bsddb.py │ │ ├── test_bsddb185.py │ │ ├── test_bsddb3.py │ │ ├── test_bufio.py │ │ ├── test_builtin.py │ │ ├── test_bz2.py │ │ ├── test_cProfile.py │ │ ├── test_calendar.py │ │ ├── test_call.py │ │ ├── test_capi.py │ │ ├── test_cd.py │ │ ├── test_cfgparser.py │ │ ├── test_cgi.py │ │ ├── test_charmapcodec.py │ │ ├── test_cl.py │ │ ├── test_class.py │ │ ├── test_cmath.py │ │ ├── test_cmd_line.py │ │ ├── test_code.py │ │ ├── test_codeccallbacks.py │ │ ├── test_codecencodings_cn.py │ │ ├── test_codecencodings_hk.py │ │ ├── test_codecencodings_jp.py │ │ ├── test_codecencodings_kr.py │ │ ├── test_codecencodings_tw.py │ │ ├── test_codecmaps_cn.py │ │ ├── test_codecmaps_hk.py │ │ ├── test_codecmaps_jp.py │ │ ├── test_codecmaps_kr.py │ │ ├── test_codecmaps_tw.py │ │ ├── test_codecs.py │ │ ├── test_codeop.py │ │ ├── test_coding.py │ │ ├── test_coercion.py │ │ ├── test_colorsys.py │ │ ├── test_commands.py │ │ ├── test_compare.py │ │ ├── test_compile.py │ │ ├── test_compiler.py │ │ ├── test_complex.py │ │ ├── test_contains.py │ │ ├── test_contextlib.py │ │ ├── test_cookie.py │ │ ├── test_cookielib.py │ │ ├── test_copy.py │ │ ├── test_copy_reg.py │ │ ├── test_cpickle.py │ │ ├── test_crypt.py │ │ ├── test_csv.py │ │ ├── test_ctypes.py │ │ ├── test_curses.py │ │ ├── test_datetime.py │ │ ├── test_dbm.py │ │ ├── test_decimal.py │ │ ├── test_decorators.py │ │ ├── test_defaultdict.py │ │ ├── test_deque.py │ │ ├── test_descr.py │ │ ├── test_descrtut.py │ │ ├── test_dict.py │ │ ├── test_difflib.py │ │ ├── test_difflib_expect.html │ │ ├── test_dircache.py │ │ ├── test_dis.py │ │ ├── test_distutils.py │ │ ├── test_dl.py │ │ ├── test_doctest.py │ │ ├── test_doctest.txt │ │ ├── test_doctest2.py │ │ ├── test_doctest2.txt │ │ ├── test_doctest3.txt │ │ ├── test_doctest4.txt │ │ ├── test_dumbdbm.py │ │ ├── test_dummy_thread.py │ │ ├── test_dummy_threading.py │ │ ├── test_email.py │ │ ├── test_email_codecs.py │ │ ├── test_email_renamed.py │ │ ├── test_enumerate.py │ │ ├── test_eof.py │ │ ├── test_errno.py │ │ ├── test_exception_variations.py │ │ ├── test_exceptions.py │ │ ├── test_extcall.py │ │ ├── test_fcntl.py │ │ ├── test_file.py │ │ ├── test_filecmp.py │ │ ├── test_fileinput.py │ │ ├── test_float.py │ │ ├── test_fnmatch.py │ │ ├── test_fork1.py │ │ ├── test_format.py │ │ ├── test_fpformat.py │ │ ├── test_frozen.py │ │ ├── test_funcattrs.py │ │ ├── test_functools.py │ │ ├── test_future.py │ │ ├── test_future1.py │ │ ├── test_future2.py │ │ ├── test_future3.py │ │ ├── test_gc.py │ │ ├── test_gdbm.py │ │ ├── test_generators.py │ │ ├── test_genexps.py │ │ ├── test_getargs.py │ │ ├── test_getargs2.py │ │ ├── test_getopt.py │ │ ├── test_gettext.py │ │ ├── test_gl.py │ │ ├── test_glob.py │ │ ├── test_global.py │ │ ├── test_grammar.py │ │ ├── test_grp.py │ │ ├── test_gzip.py │ │ ├── test_hash.py │ │ ├── test_hashlib.py │ │ ├── test_heapq.py │ │ ├── test_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 │ │ ├── test_imp.py │ │ ├── test_import.py │ │ ├── test_importhooks.py │ │ ├── test_index.py │ │ ├── test_inspect.py │ │ ├── test_ioctl.py │ │ ├── test_isinstance.py │ │ ├── test_iter.py │ │ ├── test_iterlen.py │ │ ├── test_itertools.py │ │ ├── test_largefile.py │ │ ├── test_linuxaudiodev.py │ │ ├── test_list.py │ │ ├── test_locale.py │ │ ├── test_logging.py │ │ ├── test_long.py │ │ ├── test_long_future.py │ │ ├── test_longexp.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_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_old_mailbox.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_pep352.py │ │ ├── test_pickle.py │ │ ├── test_pickletools.py │ │ ├── test_pkg.py │ │ ├── test_pkgimport.py │ │ ├── test_platform.py │ │ ├── test_plistlib.py │ │ ├── test_poll.py │ │ ├── test_popen.py │ │ ├── test_popen2.py │ │ ├── test_posix.py │ │ ├── test_posixpath.py │ │ ├── test_pow.py │ │ ├── test_pprint.py │ │ ├── test_profile.py │ │ ├── test_profilehooks.py │ │ ├── test_pty.py │ │ ├── test_pwd.py │ │ ├── test_pyclbr.py │ │ ├── test_pyexpat.py │ │ ├── test_queue.py │ │ ├── test_quopri.py │ │ ├── test_random.py │ │ ├── test_re.py │ │ ├── test_repr.py │ │ ├── test_resource.py │ │ ├── test_rfc822.py │ │ ├── test_rgbimg.py │ │ ├── test_richcmp.py │ │ ├── test_robotparser.py │ │ ├── test_runpy.py │ │ ├── test_sax.py │ │ ├── test_scope.py │ │ ├── test_scriptpackages.py │ │ ├── test_select.py │ │ ├── test_set.py │ │ ├── test_sets.py │ │ ├── test_sgmllib.py │ │ ├── test_sha.py │ │ ├── test_shelve.py │ │ ├── test_shlex.py │ │ ├── test_shutil.py │ │ ├── test_signal.py │ │ ├── test_site.py │ │ ├── test_slice.py │ │ ├── test_socket.py │ │ ├── test_socket_ssl.py │ │ ├── test_socketserver.py │ │ ├── test_softspace.py │ │ ├── test_sort.py │ │ ├── test_sqlite.py │ │ ├── test_startfile.py │ │ ├── test_str.py │ │ ├── test_strftime.py │ │ ├── test_string.py │ │ ├── test_stringprep.py │ │ ├── test_strop.py │ │ ├── test_strptime.py │ │ ├── test_struct.py │ │ ├── test_structseq.py │ │ ├── test_subprocess.py │ │ ├── test_sunaudiodev.py │ │ ├── test_sundry.py │ │ ├── test_support.py │ │ ├── test_symtable.py │ │ ├── test_syntax.py │ │ ├── test_sys.py │ │ ├── test_tarfile.py │ │ ├── test_tcl.py │ │ ├── test_tempfile.py │ │ ├── test_textwrap.py │ │ ├── test_thread.py │ │ ├── test_threaded_import.py │ │ ├── test_threadedtempfile.py │ │ ├── test_threading.py │ │ ├── test_threading_local.py │ │ ├── test_threadsignals.py │ │ ├── test_time.py │ │ ├── test_timeout.py │ │ ├── test_tokenize.py │ │ ├── test_trace.py │ │ ├── test_traceback.py │ │ ├── test_transformer.py │ │ ├── test_tuple.py │ │ ├── test_types.py │ │ ├── test_ucn.py │ │ ├── test_unary.py │ │ ├── test_unicode.py │ │ ├── test_unicode_file.py │ │ ├── test_unicodedata.py │ │ ├── test_unittest.py │ │ ├── test_univnewlines.py │ │ ├── test_unpack.py │ │ ├── test_urllib.py │ │ ├── test_urllib2.py │ │ ├── test_urllib2net.py │ │ ├── test_urllibnet.py │ │ ├── test_urlparse.py │ │ ├── test_userdict.py │ │ ├── test_userlist.py │ │ ├── test_userstring.py │ │ ├── test_uu.py │ │ ├── test_uuid.py │ │ ├── test_wait3.py │ │ ├── test_wait4.py │ │ ├── test_warnings.py │ │ ├── test_wave.py │ │ ├── test_weakref.py │ │ ├── test_whichdb.py │ │ ├── test_winreg.py │ │ ├── test_winsound.py │ │ ├── test_with.py │ │ ├── test_wsgiref.py │ │ ├── test_xdrlib.py │ │ ├── test_xml_etree.py │ │ ├── test_xml_etree_c.py │ │ ├── test_xmllib.py │ │ ├── test_xmlrpc.py │ │ ├── test_xpickle.py │ │ ├── test_xrange.py │ │ ├── test_zipfile.py │ │ ├── test_zipfile64.py │ │ ├── test_zipimport.py │ │ ├── test_zlib.py │ │ ├── testall.py │ │ ├── testcodec.py │ │ ├── testimg.uue │ │ ├── testimgr.uue │ │ ├── testrgb.uue │ │ ├── testtar.tar │ │ ├── tf_inherit_check.py │ │ ├── threaded_import_hangers.py │ │ ├── time_hashlib.py │ │ ├── tokenize_tests.txt │ │ └── xmltests.py │ ├── textwrap.py │ ├── this.py │ ├── threading.py │ ├── timeit.py │ ├── toaiff.py │ ├── token.py │ ├── tokenize.py │ ├── trace.py │ ├── traceback.py │ ├── tty.py │ ├── types.py │ ├── unittest.py │ ├── urllib.py │ ├── urllib2.py │ ├── urlparse.py │ ├── user.py │ ├── uu.py │ ├── uuid.py │ ├── warnings.py │ ├── wave.py │ ├── weakref.py │ ├── webbrowser.py │ ├── whichdb.py │ ├── wsgiref.egg-info │ ├── wsgiref │ │ ├── __init__.py │ │ ├── handlers.py │ │ ├── headers.py │ │ ├── simple_server.py │ │ ├── util.py │ │ └── validate.py │ ├── xdrlib.py │ ├── xml │ │ ├── __init__.py │ │ ├── dom │ │ │ ├── NodeFilter.py │ │ │ ├── __init__.py │ │ │ ├── domreg.py │ │ │ ├── expatbuilder.py │ │ │ ├── minicompat.py │ │ │ ├── minidom.py │ │ │ ├── pulldom.py │ │ │ └── xmlbuilder.py │ │ ├── etree │ │ │ ├── ElementInclude.py │ │ │ ├── ElementPath.py │ │ │ ├── ElementTree.py │ │ │ ├── __init__.py │ │ │ └── cElementTree.py │ │ ├── parsers │ │ │ ├── __init__.py │ │ │ └── expat.py │ │ └── sax │ │ │ ├── __init__.py │ │ │ ├── _exceptions.py │ │ │ ├── expatreader.py │ │ │ ├── handler.py │ │ │ ├── saxutils.py │ │ │ └── xmlreader.py │ ├── xmllib.py │ ├── xmlrpclib.py │ └── zipfile.py ├── Mac │ ├── BuildScript │ │ ├── README.txt │ │ ├── build-installer.py │ │ ├── ncurses-5.5.patch │ │ ├── resources │ │ │ ├── ReadMe.txt │ │ │ ├── Welcome.rtf │ │ │ └── background.jpg │ │ └── scripts │ │ │ ├── postflight.documentation │ │ │ ├── postflight.framework │ │ │ └── postflight.patch-profile │ ├── Demo │ │ ├── PICTbrowse │ │ │ ├── ICONbrowse.py │ │ │ ├── PICTbrowse.py │ │ │ ├── PICTbrowse.rsrc │ │ │ ├── PICTbrowse2.py │ │ │ ├── cicnbrowse.py │ │ │ ├── oldPICTbrowse.py │ │ │ └── oldPICTbrowse.rsrc │ │ ├── applescript.html │ │ ├── applescript │ │ │ ├── Disk_Copy │ │ │ │ ├── Special_Events.py │ │ │ │ ├── Standard_Suite.py │ │ │ │ ├── Utility_Events.py │ │ │ │ └── __init__.py │ │ │ └── makedisk.py │ │ ├── example0.html │ │ ├── example0 │ │ │ └── checktext.py │ │ ├── example1.html │ │ ├── example1 │ │ │ ├── dnslookup-1.gif │ │ │ ├── dnslookup-1.py │ │ │ └── dnslookup-1.rsrc │ │ ├── example2.html │ │ ├── example2 │ │ │ ├── dnslookup-2.gif │ │ │ ├── dnslookup-2.py │ │ │ └── dnslookup-2.rsrc │ │ ├── html.icons │ │ │ ├── createmake.png │ │ │ ├── mkapplet.gif │ │ │ ├── modulator.gif │ │ │ ├── options.gif │ │ │ ├── preferences.gif │ │ │ └── python.gif │ │ ├── imgbrowse │ │ │ ├── imgbrowse.py │ │ │ └── mac_image.py │ │ ├── index.html │ │ ├── mlte │ │ │ └── mlted.py │ │ ├── quicktime │ │ │ ├── MovieInWindow.py │ │ │ └── VerySimplePlayer.py │ │ ├── resources │ │ │ ├── copyres.py │ │ │ └── listres.py │ │ ├── sound │ │ │ ├── morse.py │ │ │ ├── morselib.py │ │ │ └── playaiff.py │ │ ├── textedit.html │ │ └── textedit │ │ │ └── ped.py │ ├── Extras.ReadMe.txt │ ├── Extras.install.py │ ├── IDLE │ │ ├── Info.plist.in │ │ ├── Makefile.in │ │ ├── config-extensions.def │ │ ├── config-main.def │ │ └── idlemain.py │ ├── Icons │ │ ├── Disk Image.icns │ │ ├── IDLE.icns │ │ ├── Python Folder.icns │ │ ├── PythonCompiled.icns │ │ ├── PythonLauncher.icns │ │ ├── PythonSource.icns │ │ └── ReadMe.txt │ ├── Makefile.in │ ├── Modules │ │ ├── ColorPickermodule.c │ │ ├── MacOS.c │ │ ├── Nav.c │ │ ├── OSATerminology.c │ │ ├── ae │ │ │ ├── README │ │ │ ├── _AEmodule.c │ │ │ ├── aescan.py │ │ │ └── aesupport.py │ │ ├── ah │ │ │ ├── _AHmodule.c │ │ │ ├── ahscan.py │ │ │ └── ahsupport.py │ │ ├── app │ │ │ ├── _Appmodule.c │ │ │ ├── appscan.py │ │ │ └── appsupport.py │ │ ├── autoGIL.c │ │ ├── carbonevt │ │ │ ├── CarbonEvtscan.py │ │ │ ├── CarbonEvtsupport.py │ │ │ └── _CarbonEvtmodule.c │ │ ├── cf │ │ │ ├── _CFmodule.c │ │ │ ├── cfscan.py │ │ │ ├── cfsupport.py │ │ │ ├── pycfbridge.c │ │ │ └── pycfbridge.h │ │ ├── cg │ │ │ ├── CFMLateImport.c │ │ │ ├── CFMLateImport.h │ │ │ ├── CGStubLib │ │ │ ├── CGStubLib.exp │ │ │ ├── CGStubLib.readme │ │ │ ├── _CGmodule.c │ │ │ ├── cgscan.py │ │ │ └── cgsupport.py │ │ ├── cm │ │ │ ├── _Cmmodule.c │ │ │ ├── cmscan.py │ │ │ └── cmsupport.py │ │ ├── ctl │ │ │ ├── _Ctlmodule.c │ │ │ ├── ctledit.py │ │ │ ├── ctlscan.py │ │ │ └── ctlsupport.py │ │ ├── dlg │ │ │ ├── _Dlgmodule.c │ │ │ ├── dlgscan.py │ │ │ └── dlgsupport.py │ │ ├── drag │ │ │ ├── _Dragmodule.c │ │ │ ├── dragscan.py │ │ │ └── dragsupport.py │ │ ├── evt │ │ │ ├── _Evtmodule.c │ │ │ ├── evtedit.py │ │ │ ├── evtscan.py │ │ │ └── evtsupport.py │ │ ├── file │ │ │ ├── _Filemodule.c │ │ │ ├── filescan.py │ │ │ └── filesupport.py │ │ ├── fm │ │ │ ├── _Fmmodule.c │ │ │ ├── fmscan.py │ │ │ └── fmsupport.py │ │ ├── folder │ │ │ ├── _Foldermodule.c │ │ │ ├── folderscan.py │ │ │ └── foldersupport.py │ │ ├── gestaltmodule.c │ │ ├── help │ │ │ ├── _Helpmodule.c │ │ │ ├── helpscan.py │ │ │ └── helpsupport.py │ │ ├── ibcarbon │ │ │ ├── IBCarbonscan.py │ │ │ ├── IBCarbonsupport.py │ │ │ └── _IBCarbon.c │ │ ├── icgluemodule.c │ │ ├── icn │ │ │ ├── _Icnmodule.c │ │ │ ├── icnscan.py │ │ │ └── icnsupport.py │ │ ├── launch │ │ │ ├── _Launchmodule.c │ │ │ ├── launchscan.py │ │ │ ├── launchsupport.py │ │ │ └── setup.py │ │ ├── list │ │ │ ├── _Listmodule.c │ │ │ ├── listscan.py │ │ │ └── listsupport.py │ │ ├── menu │ │ │ ├── _Menumodule.c │ │ │ ├── menuedit.py │ │ │ ├── menuscan.py │ │ │ └── menusupport.py │ │ ├── mlte │ │ │ ├── _Mltemodule.c │ │ │ ├── mltescan.py │ │ │ └── mltesupport.py │ │ ├── osa │ │ │ ├── _OSAmodule.c │ │ │ ├── osascan.py │ │ │ ├── osasupport.py │ │ │ └── setup.py │ │ ├── qd │ │ │ ├── _Qdmodule.c │ │ │ ├── qdedit.py │ │ │ ├── qdscan.py │ │ │ └── qdsupport.py │ │ ├── qdoffs │ │ │ ├── _Qdoffsmodule.c │ │ │ ├── qdoffsscan.py │ │ │ └── qdoffssupport.py │ │ ├── qt │ │ │ ├── _Qtmodule.c │ │ │ ├── qtscan.py │ │ │ ├── qtsupport.py │ │ │ └── setup.py │ │ ├── res │ │ │ ├── _Resmodule.c │ │ │ ├── resedit.py │ │ │ ├── resscan.py │ │ │ └── ressupport.py │ │ ├── scrap │ │ │ ├── _Scrapmodule.c │ │ │ ├── scrapscan.py │ │ │ └── scrapsupport.py │ │ ├── snd │ │ │ ├── _Sndihooks.c │ │ │ ├── _Sndmodule.c │ │ │ ├── sndscan.py │ │ │ └── sndsupport.py │ │ ├── te │ │ │ ├── _TEmodule.c │ │ │ ├── tescan.py │ │ │ └── tesupport.py │ │ └── win │ │ │ ├── _Winmodule.c │ │ │ ├── winedit.py │ │ │ ├── winscan.py │ │ │ └── winsupport.py │ ├── PythonLauncher │ │ ├── English.lproj │ │ │ ├── Credits.rtf │ │ │ ├── MainMenu.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── objects.nib │ │ │ ├── MyDocument.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── objects.nib │ │ │ └── PreferenceWindow.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── objects.nib │ │ ├── FileSettings.h │ │ ├── FileSettings.m │ │ ├── Info.plist.in │ │ ├── Makefile.in │ │ ├── MyAppDelegate.h │ │ ├── MyAppDelegate.m │ │ ├── MyDocument.h │ │ ├── MyDocument.m │ │ ├── PreferencesWindowController.h │ │ ├── PreferencesWindowController.m │ │ ├── doscript.h │ │ ├── doscript.m │ │ ├── factorySettings.plist │ │ └── main.m │ ├── README │ ├── Resources │ │ ├── app │ │ │ ├── Info.plist │ │ │ ├── PkgInfo │ │ │ └── Resources │ │ │ │ ├── English.lproj │ │ │ │ ├── Documentation │ │ │ │ │ ├── PackageManager.gif │ │ │ │ │ ├── community.html │ │ │ │ │ ├── doc │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── finder.html │ │ │ │ │ ├── gui.html │ │ │ │ │ ├── ide │ │ │ │ │ │ ├── IDE.gif │ │ │ │ │ │ ├── entering_in_new_window.gif │ │ │ │ │ │ ├── hello_world.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 │ │ │ │ │ ├── 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 │ ├── Tools │ │ ├── Doc │ │ │ ├── HelpIndexingTool │ │ │ │ ├── Help_Indexing_Tool_Suite.py │ │ │ │ ├── Miscellaneous_Standards.py │ │ │ │ ├── Required_Suite.py │ │ │ │ ├── Standard_Suite.py │ │ │ │ ├── __init__.py │ │ │ │ └── odds_and_ends.py │ │ │ ├── README │ │ │ └── setup.py │ │ ├── fixapplepython23.py │ │ └── pythonw.c │ └── scripts │ │ ├── BuildApplet.icns │ │ ├── BuildApplet.plist │ │ ├── BuildApplet.py │ │ ├── BuildApplet.rsrc │ │ ├── bgenall.py │ │ ├── buildpkg.py │ │ ├── cachersrc.py │ │ ├── errors.txt │ │ ├── genallsuites.py │ │ ├── mkestrres-errno.h │ │ ├── mkestrres-macerrors.h │ │ ├── mkestrres.py │ │ └── zappycfiles.py ├── Makefile.pre.in ├── Misc │ ├── ACKS │ ├── AIX-NOTES │ ├── BeOS-NOTES │ ├── BeOS-setup.py │ ├── HISTORY │ ├── NEWS │ ├── NEWS.help │ ├── PURIFY.README │ ├── Porting │ ├── README │ ├── README.OpenBSD │ ├── README.coverity │ ├── README.klocwork │ ├── README.valgrind │ ├── RFD │ ├── RPM │ │ ├── README │ │ └── python-2.5.spec │ ├── SpecialBuilds.txt │ ├── Vim │ │ ├── python.vim │ │ ├── syntax_test.py │ │ ├── vim_syntax.py │ │ └── vimrc │ ├── build.sh │ ├── cheatsheet │ ├── developers.txt │ ├── find_recursionlimit.py │ ├── gdbinit │ ├── indent.pro │ ├── pymemcompat.h │ ├── python-config.in │ ├── python-mode.el │ ├── python.man │ ├── setuid-prog.c │ ├── valgrind-python.supp │ └── vgrindefs ├── Modules │ ├── Setup │ ├── Setup.config.in │ ├── Setup.dist │ ├── _bisectmodule.c │ ├── _bsddb.c │ ├── _codecsmodule.c │ ├── _csv.c │ ├── _ctypes │ │ ├── _ctypes.c │ │ ├── _ctypes_test.c │ │ ├── _ctypes_test.h │ │ ├── callbacks.c │ │ ├── callproc.c │ │ ├── cfield.c │ │ ├── ctypes.h │ │ ├── ctypes_dlfcn.h │ │ ├── darwin │ │ │ ├── LICENSE │ │ │ ├── README │ │ │ ├── README.ctypes │ │ │ ├── dlfcn.h │ │ │ └── dlfcn_simple.c │ │ ├── libffi │ │ │ ├── LICENSE │ │ │ ├── README │ │ │ ├── aclocal.m4 │ │ │ ├── config.guess │ │ │ ├── config.sub │ │ │ ├── configure │ │ │ ├── configure.ac │ │ │ ├── fficonfig.h.in │ │ │ ├── fficonfig.py.in │ │ │ ├── include │ │ │ │ ├── ffi.h.in │ │ │ │ └── ffi_common.h │ │ │ ├── install-sh │ │ │ └── src │ │ │ │ ├── alpha │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── osf.S │ │ │ │ ├── arm │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── sysv.S │ │ │ │ ├── cris │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── sysv.S │ │ │ │ ├── darwin │ │ │ │ └── ffitarget.h │ │ │ │ ├── frv │ │ │ │ ├── eabi.S │ │ │ │ ├── ffi.c │ │ │ │ └── ffitarget.h │ │ │ │ ├── ia64 │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ ├── ia64_flags.h │ │ │ │ └── unix.S │ │ │ │ ├── m32r │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── sysv.S │ │ │ │ ├── m68k │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── sysv.S │ │ │ │ ├── mips │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ ├── n32.S │ │ │ │ └── o32.S │ │ │ │ ├── pa │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── linux.S │ │ │ │ ├── powerpc │ │ │ │ ├── aix.S │ │ │ │ ├── aix_closure.S │ │ │ │ ├── asm.h │ │ │ │ ├── darwin.S │ │ │ │ ├── darwin_closure.S │ │ │ │ ├── ffi.c │ │ │ │ ├── ffi_darwin.c │ │ │ │ ├── ffitarget.h │ │ │ │ ├── linux64.S │ │ │ │ ├── linux64_closure.S │ │ │ │ ├── ppc_closure.S │ │ │ │ └── sysv.S │ │ │ │ ├── prep_cif.c │ │ │ │ ├── s390 │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── sysv.S │ │ │ │ ├── sh │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── sysv.S │ │ │ │ ├── sh64 │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ └── sysv.S │ │ │ │ ├── sparc │ │ │ │ ├── ffi.c │ │ │ │ ├── ffitarget.h │ │ │ │ ├── v8.S │ │ │ │ └── v9.S │ │ │ │ └── x86 │ │ │ │ ├── darwin.S │ │ │ │ ├── ffi.c │ │ │ │ ├── ffi64.c │ │ │ │ ├── ffi_darwin.c │ │ │ │ ├── ffitarget.h │ │ │ │ ├── sysv.S │ │ │ │ ├── unix64.S │ │ │ │ └── win32.S │ │ ├── libffi_arm_wince │ │ │ ├── debug.c │ │ │ ├── ffi.c │ │ │ ├── ffi.h │ │ │ ├── ffi_common.h │ │ │ ├── fficonfig.h │ │ │ ├── ffitarget.h │ │ │ ├── prep_cif.c │ │ │ └── sysv.asm │ │ ├── libffi_msvc │ │ │ ├── LICENSE │ │ │ ├── README │ │ │ ├── README.ctypes │ │ │ ├── ffi.c │ │ │ ├── ffi.h │ │ │ ├── ffi_common.h │ │ │ ├── fficonfig.h │ │ │ ├── ffitarget.h │ │ │ ├── prep_cif.c │ │ │ ├── types.c │ │ │ ├── win32.S │ │ │ └── win32.c │ │ ├── malloc_closure.c │ │ └── stgdict.c │ ├── _curses_panel.c │ ├── _cursesmodule.c │ ├── _elementtree.c │ ├── _functoolsmodule.c │ ├── _hashopenssl.c │ ├── _heapqmodule.c │ ├── _hotshot.c │ ├── _localemodule.c │ ├── _lsprof.c │ ├── _randommodule.c │ ├── _sqlite │ │ ├── cache.c │ │ ├── cache.h │ │ ├── connection.c │ │ ├── connection.h │ │ ├── cursor.c │ │ ├── cursor.h │ │ ├── microprotocols.c │ │ ├── microprotocols.h │ │ ├── module.c │ │ ├── module.h │ │ ├── prepare_protocol.c │ │ ├── prepare_protocol.h │ │ ├── row.c │ │ ├── row.h │ │ ├── sqlitecompat.h │ │ ├── statement.c │ │ ├── statement.h │ │ ├── util.c │ │ └── util.h │ ├── _sre.c │ ├── _ssl.c │ ├── _struct.c │ ├── _testcapimodule.c │ ├── _tkinter.c │ ├── _typesmodule.c │ ├── _weakref.c │ ├── addrinfo.h │ ├── almodule.c │ ├── ar_beos │ ├── arraymodule.c │ ├── audioop.c │ ├── binascii.c │ ├── bsddbmodule.c │ ├── bz2module.c │ ├── cPickle.c │ ├── cStringIO.c │ ├── cdmodule.c │ ├── cgen.py │ ├── cgensupport.c │ ├── cgensupport.h │ ├── cjkcodecs │ │ ├── README │ │ ├── _codecs_cn.c │ │ ├── _codecs_hk.c │ │ ├── _codecs_iso2022.c │ │ ├── _codecs_jp.c │ │ ├── _codecs_kr.c │ │ ├── _codecs_tw.c │ │ ├── alg_jisx0201.h │ │ ├── cjkcodecs.h │ │ ├── emu_jisx0213_2000.h │ │ ├── mappings_cn.h │ │ ├── mappings_hk.h │ │ ├── mappings_jisx0213_pair.h │ │ ├── mappings_jp.h │ │ ├── mappings_kr.h │ │ ├── mappings_tw.h │ │ ├── multibytecodec.c │ │ └── multibytecodec.h │ ├── clmodule.c │ ├── cmathmodule.c │ ├── collectionsmodule.c │ ├── config.c.in │ ├── cryptmodule.c │ ├── cstubs │ ├── datetimemodule.c │ ├── dbmmodule.c │ ├── dlmodule.c │ ├── errnomodule.c │ ├── expat │ │ ├── amigaconfig.h │ │ ├── ascii.h │ │ ├── asciitab.h │ │ ├── expat.h │ │ ├── expat_config.h │ │ ├── expat_external.h │ │ ├── iasciitab.h │ │ ├── internal.h │ │ ├── latin1tab.h │ │ ├── macconfig.h │ │ ├── nametab.h │ │ ├── pyexpatns.h │ │ ├── utf8tab.h │ │ ├── winconfig.h │ │ ├── xmlparse.c │ │ ├── xmlrole.c │ │ ├── xmlrole.h │ │ ├── xmltok.c │ │ ├── xmltok.h │ │ ├── xmltok_impl.c │ │ ├── xmltok_impl.h │ │ └── xmltok_ns.c │ ├── fcntlmodule.c │ ├── flmodule.c │ ├── fmmodule.c │ ├── fpectlmodule.c │ ├── fpetestmodule.c │ ├── gc_weakref.txt │ ├── gcmodule.c │ ├── gdbmmodule.c │ ├── getaddrinfo.c │ ├── getbuildinfo.c │ ├── getnameinfo.c │ ├── getpath.c │ ├── glmodule.c │ ├── grpmodule.c │ ├── imageop.c │ ├── imgfile.c │ ├── itertoolsmodule.c │ ├── ld_so_aix │ ├── ld_so_beos │ ├── linuxaudiodev.c │ ├── main.c │ ├── makesetup │ ├── makexp_aix │ ├── mathmodule.c │ ├── md5.c │ ├── md5.h │ ├── md5module.c │ ├── mmapmodule.c │ ├── nismodule.c │ ├── operator.c │ ├── ossaudiodev.c │ ├── parsermodule.c │ ├── posixmodule.c │ ├── puremodule.c │ ├── pwdmodule.c │ ├── pyexpat.c │ ├── python.c │ ├── readline.c │ ├── resource.c │ ├── rgbimgmodule.c │ ├── rotatingtree.c │ ├── rotatingtree.h │ ├── selectmodule.c │ ├── sgimodule.c │ ├── sha256module.c │ ├── sha512module.c │ ├── shamodule.c │ ├── signalmodule.c │ ├── socketmodule.c │ ├── socketmodule.h │ ├── spwdmodule.c │ ├── sre.h │ ├── sre_constants.h │ ├── stropmodule.c │ ├── sunaudiodev.c │ ├── svmodule.c │ ├── symtablemodule.c │ ├── syslogmodule.c │ ├── termios.c │ ├── testcapi_long.h │ ├── threadmodule.c │ ├── timemodule.c │ ├── timing.h │ ├── timingmodule.c │ ├── tkappinit.c │ ├── unicodedata.c │ ├── unicodedata_db.h │ ├── unicodename_db.h │ ├── xxmodule.c │ ├── xxsubtype.c │ ├── yuv.h │ ├── yuvconvert.c │ ├── zipimport.c │ ├── zlib │ │ ├── ChangeLog │ │ ├── FAQ │ │ ├── INDEX │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── README │ │ ├── adler32.c │ │ ├── algorithm.txt │ │ ├── compress.c │ │ ├── configure │ │ ├── crc32.c │ │ ├── crc32.h │ │ ├── deflate.c │ │ ├── deflate.h │ │ ├── example.c │ │ ├── gzio.c │ │ ├── infback.c │ │ ├── inffast.c │ │ ├── inffast.h │ │ ├── inffixed.h │ │ ├── inflate.c │ │ ├── inflate.h │ │ ├── inftrees.c │ │ ├── inftrees.h │ │ ├── make_vms.com │ │ ├── minigzip.c │ │ ├── trees.c │ │ ├── trees.h │ │ ├── uncompr.c │ │ ├── zconf.h │ │ ├── zconf.in.h │ │ ├── zlib.3 │ │ ├── zlib.h │ │ ├── zutil.c │ │ └── zutil.h │ └── zlibmodule.c ├── Objects │ ├── abstract.c │ ├── boolobject.c │ ├── bufferobject.c │ ├── cellobject.c │ ├── classobject.c │ ├── cobject.c │ ├── codeobject.c │ ├── complexobject.c │ ├── descrobject.c │ ├── dictnotes.txt │ ├── dictobject.c │ ├── enumobject.c │ ├── exceptions.c │ ├── fileobject.c │ ├── floatobject.c │ ├── frameobject.c │ ├── funcobject.c │ ├── genobject.c │ ├── intobject.c │ ├── iterobject.c │ ├── listobject.c │ ├── listsort.txt │ ├── longobject.c │ ├── methodobject.c │ ├── moduleobject.c │ ├── object.c │ ├── obmalloc.c │ ├── obmalloc.x │ ├── rangeobject.c │ ├── setobject.c │ ├── sliceobject.c │ ├── stringlib │ │ ├── README.txt │ │ ├── count.h │ │ ├── fastsearch.h │ │ ├── find.h │ │ └── partition.h │ ├── stringobject.c │ ├── structseq.c │ ├── tupleobject.c │ ├── typeobject.c │ ├── unicodectype.c │ ├── unicodeobject.c │ ├── unicodetype_db.h │ └── weakrefobject.c ├── PC │ ├── VC6 │ │ ├── _bsddb.dsp │ │ ├── _socket.dsp │ │ ├── _ssl.dsp │ │ ├── _ssl.mak │ │ ├── _testcapi.dsp │ │ ├── _tkinter.dsp │ │ ├── build_ssl.py │ │ ├── bz2.dsp │ │ ├── make_versioninfo.dsp │ │ ├── pcbuild.dsw │ │ ├── pyexpat.dsp │ │ ├── python.dsp │ │ ├── pythoncore.dsp │ │ ├── pythonw.dsp │ │ ├── readme.txt │ │ ├── rmpyc.py │ │ ├── rt.bat │ │ ├── select.dsp │ │ ├── unicodedata.dsp │ │ ├── w9xpopen.dsp │ │ ├── winsound.dsp │ │ └── zlib.dsp │ ├── WinMain.c │ ├── _msi.c │ ├── _subprocess.c │ ├── _winreg.c │ ├── bdist_wininst │ │ ├── PythonPowered.bmp │ │ ├── README.txt │ │ ├── archive.h │ │ ├── extract.c │ │ ├── install.c │ │ ├── install.rc │ │ ├── resource.h │ │ ├── wininst-7.1.sln │ │ ├── wininst-7.1.vcproj │ │ ├── wininst.dsp │ │ └── wininst.dsw │ ├── config.c │ ├── dl_nt.c │ ├── dllbase_nt.txt │ ├── empty.c │ ├── errmap.h │ ├── errmap.mak │ ├── example_nt │ │ ├── example.c │ │ ├── example.sln │ │ ├── example.vcproj │ │ └── readme.txt │ ├── frozen_dllmain.c │ ├── generrmap.c │ ├── getpathp.c │ ├── icons.mak │ ├── icons.rc │ ├── icons │ │ ├── baselogo.svg │ │ └── source.xar │ ├── import_nt.c │ ├── make_versioninfo.c │ ├── msvcrtmodule.c │ ├── os2emx │ │ ├── Makefile │ │ ├── README.os2emx │ │ ├── config.c │ │ ├── dlfcn.c │ │ ├── dlfcn.h │ │ ├── dllentry.c │ │ ├── getpathp.c │ │ ├── pyconfig.h │ │ ├── python25.def │ │ └── pythonpm.c │ ├── os2vacpp │ │ ├── _tkinter.def │ │ ├── config.c │ │ ├── getpathp.c │ │ ├── makefile │ │ ├── makefile.omk │ │ ├── pyconfig.h │ │ ├── python.def │ │ └── readme.txt │ ├── py.ico │ ├── pyc.ico │ ├── pycon.ico │ ├── pyconfig.h │ ├── python.mk │ ├── python_exe.rc │ ├── python_nt.rc │ ├── readme.txt │ ├── testpy.py │ ├── w9xpopen.c │ └── winsound.c ├── PCbuild │ ├── Uninstal.wse │ ├── _bsddb.vcproj │ ├── _ctypes.vcproj │ ├── _ctypes_test.vcproj │ ├── _elementtree.vcproj │ ├── _msi.vcproj │ ├── _socket.vcproj │ ├── _sqlite3.vcproj │ ├── _ssl.mak │ ├── _ssl.vcproj │ ├── _testcapi.vcproj │ ├── _tkinter.vcproj │ ├── build_ssl.bat │ ├── build_ssl.py │ ├── bz2.vcproj │ ├── compression.py │ ├── cstack.py │ ├── db.build │ ├── field3.py │ ├── installer.bmp │ ├── make_buildinfo.c │ ├── make_buildinfo.vcproj │ ├── make_versioninfo.vcproj │ ├── mapfile.py │ ├── mkversion.py │ ├── pcbuild.sln │ ├── psyco.vcproj │ ├── publish_binaries.py │ ├── pyexpat.vcproj │ ├── python.build │ ├── python.iss │ ├── python.vcproj │ ├── python20.wse │ ├── pythoncore.vcproj │ ├── pythonw.vcproj │ ├── readme.txt │ ├── rmpyc.py │ ├── rt.bat │ ├── schedtest.py │ ├── select.vcproj │ ├── unicodedata.vcproj │ ├── uthread_ccp.py │ ├── w9xpopen.vcproj │ └── winsound.vcproj ├── PCbuild8 │ ├── Uninstal.wse │ ├── _bsddb.vcproj │ ├── _ctypes.vcproj │ ├── _ctypes_test.vcproj │ ├── _elementtree.vcproj │ ├── _msi.vcproj │ ├── _socket.vcproj │ ├── _sqlite3.vcproj │ ├── _ssl.mak │ ├── _ssl.vcproj │ ├── _testcapi.vcproj │ ├── _tkinter.vcproj │ ├── build_ssl.py │ ├── bz2.vcproj │ ├── db.build │ ├── field3.py │ ├── installer.bmp │ ├── make_buildinfo.c │ ├── make_buildinfo.vcproj │ ├── make_versioninfo.vcproj │ ├── pcbuild.sln │ ├── pyexpat.vcproj │ ├── python.build │ ├── python.iss │ ├── python.vcproj │ ├── python20.wse │ ├── pythoncore.vcproj │ ├── pythoncore_pgo.vcproj │ ├── pythoncore_pgo_link.txt │ ├── pythonw.vcproj │ ├── readme.txt │ ├── rmpyc.py │ ├── rt.bat │ ├── select.vcproj │ ├── unicodedata.vcproj │ ├── w9xpopen.vcproj │ └── winsound.vcproj ├── Parser │ ├── Python.asdl │ ├── acceler.c │ ├── acceler.x │ ├── asdl.py │ ├── asdl_c.py │ ├── bitset.c │ ├── bitset.x │ ├── firstsets.c │ ├── firstsets.x │ ├── grammar.c │ ├── grammar.mak │ ├── grammar.x │ ├── grammar1.c │ ├── grammar1.x │ ├── intrcheck.c │ ├── listnode.c │ ├── listnode.x │ ├── metagrammar.c │ ├── metagrammar.x │ ├── myreadline.c │ ├── node.c │ ├── node.x │ ├── parser.c │ ├── parser.h │ ├── parser.x │ ├── parsetok.c │ ├── parsetok.x │ ├── pgen.c │ ├── pgen.x │ ├── pgenmain.c │ ├── pgenmain.x │ ├── printgrammar.c │ ├── printgrammar.x │ ├── spark.py │ ├── tokenizer.c │ ├── tokenizer.h │ ├── tokenizer_pgen.c │ └── tokenizer_pgen.x ├── Python │ ├── Python-ast.c │ ├── asdl.c │ ├── ast.c │ ├── atof.c │ ├── bltinmodule.c │ ├── ceval.c │ ├── codecs.c │ ├── compile.c │ ├── dup2.c │ ├── dynload_aix.c │ ├── dynload_atheos.c │ ├── dynload_beos.c │ ├── dynload_dl.c │ ├── dynload_hpux.c │ ├── dynload_next.c │ ├── dynload_os2.c │ ├── dynload_shlib.c │ ├── dynload_stub.c │ ├── dynload_win.c │ ├── errors.c │ ├── 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 │ ├── mysnprintf.x │ ├── mystrtoul.c │ ├── pyarena.c │ ├── pyfpe.c │ ├── pystate.c │ ├── pystrtod.c │ ├── pythonrun.c │ ├── sigcheck.c │ ├── strdup.c │ ├── strerror.c │ ├── strtod.c │ ├── structmember.c │ ├── symtable.c │ ├── sysmodule.c │ ├── thread.c │ ├── thread_atheos.h │ ├── thread_beos.h │ ├── thread_cthread.h │ ├── thread_foobar.h │ ├── thread_lwp.h │ ├── thread_nt.h │ ├── thread_os2.h │ ├── thread_pth.h │ ├── thread_pthread.h │ ├── thread_sgi.h │ ├── thread_solaris.h │ ├── thread_wince.h │ └── traceback.c ├── README ├── RISCOS │ ├── Makefile │ ├── Modules │ │ ├── config.c │ │ ├── drawfmodule.c │ │ ├── getpath_riscos.c │ │ ├── riscosmodule.c │ │ └── swimodule.c │ ├── Python │ │ ├── dynload_riscos.c │ │ ├── getcwd_riscos.c │ │ └── getmtime_riscos.c │ ├── README │ ├── pyconfig.h │ ├── sleep.c │ ├── support │ │ ├── !Boot │ │ ├── !Run │ │ ├── !Sprites │ │ ├── !Sprites22 │ │ └── AddToPath │ ├── unixstuff.c │ └── unixstuff.h ├── Stackless │ ├── changelog.txt │ ├── core │ │ ├── backwardcompat.h │ │ ├── cframeobject.c │ │ ├── cframeobject.h │ │ ├── extract_slp_info.py │ │ ├── extract_slp_methods.py │ │ ├── slp_exttype.h │ │ ├── slp_transfer.c │ │ ├── stackless_impl.h │ │ ├── stackless_methods.h │ │ ├── stackless_structs.h │ │ ├── stackless_tstate.h │ │ ├── stackless_util.c │ │ └── stacklesseval.c │ ├── demo │ │ ├── autoscheduling.py │ │ ├── counter.py │ │ ├── fakechannel.py │ │ ├── fakechannel2.py │ │ ├── handledtasklet.py │ │ ├── mutex.py │ │ ├── paelike │ │ │ └── PyOpenSteer │ │ │ │ ├── AbstractVehicle.py │ │ │ │ ├── Camera.py │ │ │ │ ├── Clock.py │ │ │ │ ├── ColorDefs.py │ │ │ │ ├── DeferredDrawing.py │ │ │ │ ├── Draw.py │ │ │ │ ├── LocalSpace.py │ │ │ │ ├── PlugIn.py │ │ │ │ ├── Readme.txt │ │ │ │ ├── SimpleVehicle.py │ │ │ │ ├── SteerTest.py │ │ │ │ ├── Utilities.py │ │ │ │ ├── testit.py │ │ │ │ └── vector.py │ │ └── stephan │ │ │ └── stacklessness │ │ │ ├── chantest.py │ │ │ ├── stacklessness.py │ │ │ ├── test.py │ │ │ └── test1.py │ ├── embedemo │ │ ├── dice1 │ │ │ ├── dice1.c │ │ │ ├── dice1.sln │ │ │ └── dice1.vcproj │ │ ├── watchdog-c │ │ │ ├── game.py │ │ │ ├── watchdog-c.sln │ │ │ ├── watchdog.c │ │ │ └── watchdog.vcproj │ │ └── watchdog-cpp │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── main.cpp │ │ │ ├── sleeper.cpp │ │ │ ├── sleeper.h │ │ │ ├── sync.cpp │ │ │ └── sync.h │ ├── module │ │ ├── channelobject.c │ │ ├── channelobject.h │ │ ├── flextype.c │ │ ├── flextype.h │ │ ├── scheduling.c │ │ ├── stacklessmodule.c │ │ ├── taskletobject.c │ │ └── taskletobject.h │ ├── pickling │ │ ├── prickelpit.c │ │ ├── prickelpit.h │ │ └── safe_pickle.c │ ├── platf │ │ ├── mkswitch_stack.py │ │ ├── slp_platformselect.h │ │ ├── slp_switch_stack.h │ │ ├── switch_amd64_unix.h │ │ ├── switch_arm32_gcc.h │ │ ├── switch_arm_thumb_gas.s │ │ ├── switch_arm_thumb_gcc.h │ │ ├── switch_ppc_macosx.h │ │ ├── switch_ppc_unix.h │ │ ├── switch_s390_unix.h │ │ ├── switch_sparc_sun_gcc.h │ │ ├── switch_x64_masm.asm │ │ ├── switch_x64_msvc.h │ │ ├── switch_x86_msvc.h │ │ └── switch_x86_unix.h │ ├── readme.txt │ ├── stackless.h │ ├── stackless_api.h │ ├── stackless_version.h │ ├── test │ │ ├── bajo_crash.py │ │ ├── bajo_crash2.py │ │ ├── become.py │ │ ├── becomecapture.py │ │ ├── chantest.py │ │ ├── rectest.py │ │ ├── schedtest.py │ │ ├── softhard.py │ │ ├── task__del__.py │ │ ├── taskspeed.py │ │ ├── tasktest.py │ │ ├── temptest.py │ │ ├── test3.py │ │ ├── test_chan_exc.py │ │ ├── test_exc.py │ │ ├── test_exit_tasklet_killing.py │ │ ├── test_gc.py │ │ ├── test_pickle.py │ │ ├── test_profile.py │ │ └── test_set_schedule_callback.py │ ├── testbench │ │ ├── StdAfx.cpp │ │ ├── StdAfx.h │ │ ├── simwrapper.c │ │ ├── simwrapper.h │ │ ├── testbench.cpp │ │ ├── testbench.dsp │ │ ├── testbench.dsw │ │ └── testbench.vcproj │ └── unittests │ │ ├── picklebug.py │ │ ├── runAll.py │ │ ├── test_chan_cb.py │ │ ├── test_miscell.py │ │ ├── test_pickle.py │ │ ├── test_sched_cb.py │ │ ├── test_tasklet_become.py │ │ ├── test_watchdog.py │ │ └── test_weakref.py ├── Tools │ ├── README │ ├── audiopy │ │ ├── README │ │ └── audiopy │ ├── bgen │ │ ├── README │ │ └── bgen │ │ │ ├── bgen.py │ │ │ ├── bgenBuffer.py │ │ │ ├── bgenGenerator.py │ │ │ ├── bgenGeneratorGroup.py │ │ │ ├── bgenHeapBuffer.py │ │ │ ├── bgenModule.py │ │ │ ├── bgenObjectDefinition.py │ │ │ ├── bgenOutput.py │ │ │ ├── bgenStackBuffer.py │ │ │ ├── bgenStringBuffer.py │ │ │ ├── bgenType.py │ │ │ ├── bgenVariable.py │ │ │ ├── macsupport.py │ │ │ └── scantools.py │ ├── buildbot │ │ ├── Makefile │ │ ├── build.bat │ │ ├── clean.bat │ │ ├── external.bat │ │ ├── kill_python.bat │ │ ├── kill_python.c │ │ ├── kill_python.mak │ │ └── test.bat │ ├── compiler │ │ ├── ACKS │ │ ├── README │ │ ├── ast.txt │ │ ├── astgen.py │ │ ├── compile.py │ │ ├── demo.py │ │ ├── dumppyc.py │ │ ├── regrtest.py │ │ └── stacktest.py │ ├── faqwiz │ │ ├── README │ │ ├── faqconf.py │ │ ├── faqcust.py │ │ ├── faqw.py │ │ ├── faqwiz.py │ │ └── move-faqwiz.sh │ ├── framer │ │ ├── README.txt │ │ ├── TODO.txt │ │ ├── example.py │ │ └── framer │ │ │ ├── __init__.py │ │ │ ├── bases.py │ │ │ ├── function.py │ │ │ ├── member.py │ │ │ ├── slots.py │ │ │ ├── struct.py │ │ │ ├── structparse.py │ │ │ ├── template.py │ │ │ └── util.py │ ├── freeze │ │ ├── README │ │ ├── bkfile.py │ │ ├── checkextensions.py │ │ ├── checkextensions_win32.py │ │ ├── extensions_win32.ini │ │ ├── freeze.py │ │ ├── hello.py │ │ ├── makeconfig.py │ │ ├── makefreeze.py │ │ ├── makemakefile.py │ │ ├── parsesetup.py │ │ ├── win32.html │ │ └── winmakemakefile.py │ ├── i18n │ │ ├── makelocalealias.py │ │ ├── msgfmt.py │ │ └── pygettext.py │ ├── modulator │ │ ├── EXAMPLE.py │ │ ├── README │ │ ├── ScrolledListbox.py │ │ ├── Templates │ │ │ ├── copyright │ │ │ ├── module_head │ │ │ ├── module_method │ │ │ ├── module_tail │ │ │ ├── object_head │ │ │ ├── object_method │ │ │ ├── object_mlist │ │ │ ├── object_new │ │ │ ├── object_structure │ │ │ ├── object_tail │ │ │ ├── object_tp_as_mapping │ │ │ ├── object_tp_as_number │ │ │ ├── object_tp_as_sequence │ │ │ ├── object_tp_call │ │ │ ├── object_tp_compare │ │ │ ├── object_tp_dealloc │ │ │ ├── object_tp_getattr │ │ │ ├── object_tp_hash │ │ │ ├── object_tp_print │ │ │ ├── object_tp_repr │ │ │ ├── object_tp_setattr │ │ │ └── object_tp_str │ │ ├── Tkextra.py │ │ ├── genmodule.py │ │ ├── modulator.py │ │ └── varsubst.py │ ├── msi │ │ ├── README.txt │ │ ├── msi.py │ │ ├── msilib.py │ │ ├── msisupport.c │ │ ├── msisupport.mak │ │ ├── schema.py │ │ ├── sequence.py │ │ ├── uisample.py │ │ └── uuids.py │ ├── pybench │ │ ├── Arithmetic.py │ │ ├── Calls.py │ │ ├── CommandLine.py │ │ ├── Constructs.py │ │ ├── Dict.py │ │ ├── Exceptions.py │ │ ├── Imports.py │ │ ├── Instances.py │ │ ├── LICENSE │ │ ├── Lists.py │ │ ├── Lookups.py │ │ ├── NewInstances.py │ │ ├── Numbers.py │ │ ├── README │ │ ├── Setup.py │ │ ├── Strings.py │ │ ├── Tuples.py │ │ ├── Unicode.py │ │ ├── clockres.py │ │ ├── package │ │ │ ├── __init__.py │ │ │ └── submodule.py │ │ ├── pybench.py │ │ └── systimes.py │ ├── pynche │ │ ├── ChipViewer.py │ │ ├── ColorDB.py │ │ ├── DetailsViewer.py │ │ ├── ListViewer.py │ │ ├── Main.py │ │ ├── PyncheWidget.py │ │ ├── README │ │ ├── StripViewer.py │ │ ├── Switchboard.py │ │ ├── TextViewer.py │ │ ├── TypeinViewer.py │ │ ├── X │ │ │ ├── rgb.txt │ │ │ └── xlicense.txt │ │ ├── __init__.py │ │ ├── html40colors.txt │ │ ├── namedcolors.txt │ │ ├── pyColorChooser.py │ │ ├── pynche │ │ ├── pynche.pyw │ │ ├── webcolors.txt │ │ └── websafe.txt │ ├── scripts │ │ ├── README │ │ ├── byext.py │ │ ├── byteyears.py │ │ ├── checkappend.py │ │ ├── checkpyc.py │ │ ├── classfix.py │ │ ├── cleanfuture.py │ │ ├── combinerefs.py │ │ ├── copytime.py │ │ ├── crlf.py │ │ ├── cvsfiles.py │ │ ├── db2pickle.py │ │ ├── diff.py │ │ ├── dutree.doc │ │ ├── dutree.py │ │ ├── eptags.py │ │ ├── finddiv.py │ │ ├── findlinksto.py │ │ ├── findnocoding.py │ │ ├── fixcid.py │ │ ├── fixdiv.py │ │ ├── fixheader.py │ │ ├── fixnotice.py │ │ ├── fixps.py │ │ ├── ftpmirror.py │ │ ├── google.py │ │ ├── gprof2html.py │ │ ├── h2py.py │ │ ├── hotshotmain.py │ │ ├── idle │ │ ├── ifdef.py │ │ ├── lfcr.py │ │ ├── linktree.py │ │ ├── lll.py │ │ ├── logmerge.py │ │ ├── mailerdaemon.py │ │ ├── md5sum.py │ │ ├── methfix.py │ │ ├── mkreal.py │ │ ├── ndiff.py │ │ ├── nm2def.py │ │ ├── objgraph.py │ │ ├── parseentities.py │ │ ├── pathfix.py │ │ ├── pdeps.py │ │ ├── pickle2db.py │ │ ├── pindent.py │ │ ├── ptags.py │ │ ├── pydoc │ │ ├── pydocgui.pyw │ │ ├── pysource.py │ │ ├── redemo.py │ │ ├── reindent.py │ │ ├── rgrep.py │ │ ├── setup.py │ │ ├── suff.py │ │ ├── svneol.py │ │ ├── texcheck.py │ │ ├── texi2html.py │ │ ├── treesync.py │ │ ├── untabify.py │ │ ├── which.py │ │ └── xxci.py │ ├── unicode │ │ ├── Makefile │ │ ├── comparecodecs.py │ │ ├── gencjkcodecs.py │ │ ├── gencodec.py │ │ ├── listcodecs.py │ │ ├── makeunicodedata.py │ │ ├── mkstringprep.py │ │ └── python-mappings │ │ │ ├── CP1140.TXT │ │ │ ├── KOI8-U.TXT │ │ │ └── TIS-620.TXT │ ├── versioncheck │ │ ├── README │ │ ├── _checkversion.py │ │ ├── checkversions.py │ │ └── pyversioncheck.py │ ├── webchecker │ │ ├── README │ │ ├── tktools.py │ │ ├── wcgui.py │ │ ├── wcmac.py │ │ ├── webchecker.py │ │ ├── websucker.py │ │ └── wsgui.py │ └── world │ │ ├── README │ │ └── world ├── config.guess ├── config.sub ├── configure ├── configure.in ├── install-sh ├── pyconfig.h.in └── setup.py ├── wrap_libnds ├── Makefile ├── Makefile.arm7 ├── Makefile.arm9 └── include │ └── nds │ ├── arm7 │ └── wrap_touch.pyx │ ├── arm9 │ ├── wrap_background.pyx │ ├── wrap_console.pyx │ ├── wrap_input.pyx │ ├── wrap_keyboard.pyx │ ├── wrap_rumble.pyx │ ├── wrap_video.pyx │ └── wrap_videoGL.pyx │ ├── wrap_interrupts.pyx │ ├── wrap_system.pyx │ └── wrap_timers.pyx └── zlib-1.2.3 ├── .deflate.c.swn ├── .deflate.c.swo ├── .deflate.c.swp ├── .zutil.h.swp ├── ChangeLog ├── FAQ ├── INDEX ├── Makefile ├── Makefile.in ├── README ├── adler32.c ├── algorithm.txt ├── amiga ├── Makefile.pup └── Makefile.sas ├── as400 ├── bndsrc ├── compile.clp ├── readme.txt └── zlib.inc ├── compress.c ├── configure ├── contrib ├── README.contrib ├── ada │ ├── buffer_demo.adb │ ├── mtest.adb │ ├── read.adb │ ├── readme.txt │ ├── test.adb │ ├── zlib-streams.adb │ ├── zlib-streams.ads │ ├── zlib-thin.adb │ ├── zlib-thin.ads │ ├── zlib.adb │ ├── zlib.ads │ └── zlib.gpr ├── asm586 │ ├── README.586 │ └── match.S ├── asm686 │ ├── README.686 │ └── match.S ├── blast │ ├── Makefile │ ├── README │ ├── blast.c │ ├── blast.h │ ├── test.pk │ └── test.txt ├── delphi │ ├── ZLib.pas │ ├── ZLibConst.pas │ ├── readme.txt │ └── zlibd32.mak ├── dotzlib │ ├── DotZLib.build │ ├── DotZLib.chm │ ├── DotZLib.sln │ ├── DotZLib │ │ ├── AssemblyInfo.cs │ │ ├── ChecksumImpl.cs │ │ ├── CircularBuffer.cs │ │ ├── CodecBase.cs │ │ ├── Deflater.cs │ │ ├── DotZLib.cs │ │ ├── DotZLib.csproj │ │ ├── GZipStream.cs │ │ ├── Inflater.cs │ │ └── UnitTests.cs │ ├── LICENSE_1_0.txt │ └── readme.txt ├── infback9 │ ├── README │ ├── infback9.c │ ├── infback9.h │ ├── inffix9.h │ ├── inflate9.h │ ├── inftree9.c │ └── inftree9.h ├── inflate86 │ ├── inffas86.c │ └── inffast.S ├── iostream │ ├── test.cpp │ ├── zfstream.cpp │ └── zfstream.h ├── iostream2 │ ├── zstream.h │ └── zstream_test.cpp ├── iostream3 │ ├── README │ ├── TODO │ ├── test.cc │ ├── zfstream.cc │ └── zfstream.h ├── masm686 │ └── match.asm ├── masmx64 │ ├── bld_ml64.bat │ ├── gvmat64.asm │ ├── gvmat64.obj │ ├── inffas8664.c │ ├── inffasx64.asm │ ├── inffasx64.obj │ └── readme.txt ├── masmx86 │ ├── bld_ml32.bat │ ├── gvmat32.asm │ ├── gvmat32.obj │ ├── gvmat32c.c │ ├── inffas32.asm │ ├── inffas32.obj │ ├── mkasm.bat │ └── readme.txt ├── minizip │ ├── ChangeLogUnzip │ ├── Makefile │ ├── crypt.h │ ├── ioapi.c │ ├── ioapi.h │ ├── iowin32.c │ ├── iowin32.h │ ├── miniunz.c │ ├── minizip.c │ ├── mztools.c │ ├── mztools.h │ ├── unzip.c │ ├── unzip.h │ ├── zip.c │ └── zip.h ├── pascal │ ├── example.pas │ ├── readme.txt │ ├── zlibd32.mak │ └── zlibpas.pas ├── puff │ ├── Makefile │ ├── README │ ├── puff.c │ ├── puff.h │ └── zeros.raw ├── testzlib │ ├── testzlib.c │ └── testzlib.txt ├── untgz │ ├── Makefile │ ├── Makefile.msc │ └── untgz.c └── vstudio │ ├── readme.txt │ ├── vc7 │ ├── miniunz.vcproj │ ├── minizip.vcproj │ ├── testzlib.vcproj │ ├── zlib.rc │ ├── zlibstat.vcproj │ ├── zlibvc.def │ ├── zlibvc.sln │ └── zlibvc.vcproj │ └── vc8 │ ├── miniunz.vcproj │ ├── minizip.vcproj │ ├── testzlib.vcproj │ ├── testzlibdll.vcproj │ ├── zlib.rc │ ├── zlibstat.vcproj │ ├── zlibvc.def │ ├── zlibvc.sln │ └── zlibvc.vcproj ├── crc32.c ├── crc32.h ├── deflate.c ├── deflate.h ├── example.c ├── examples ├── README.examples ├── fitblk.c ├── gun.c ├── gzappend.c ├── gzjoin.c ├── gzlog.c ├── gzlog.h ├── zlib_how.html ├── zpipe.c └── zran.c ├── gzio.c ├── infback.c ├── inffast.c ├── inffast.h ├── inffixed.h ├── inflate.c ├── inflate.h ├── inftrees.c ├── inftrees.h ├── make_vms.com ├── minigzip.c ├── msdos ├── Makefile.bor ├── Makefile.dj2 ├── Makefile.emx ├── Makefile.msc └── Makefile.tc ├── old ├── Makefile.riscos ├── README ├── descrip.mms ├── os2 │ ├── Makefile.os2 │ └── zlib.def ├── visual-basic.txt └── zlib.html ├── projects ├── README.projects └── visualc6 │ ├── README.txt │ ├── example.dsp │ ├── minigzip.dsp │ ├── zlib.dsp │ └── zlib.dsw ├── qnx └── package.qpg ├── trees.c ├── trees.h ├── uncompr.c ├── win32 ├── DLL_FAQ.txt ├── Makefile.bor ├── Makefile.emx ├── Makefile.gcc ├── Makefile.msc ├── VisualC.txt ├── zlib.def └── zlib1.rc ├── zconf.h ├── zconf.in.h ├── zlib.3 ├── zlib.h ├── zutil.c └── zutil.h /NDSPython/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/NDSPython/Makefile -------------------------------------------------------------------------------- /NDSPython/arm7/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/NDSPython/arm7/Makefile -------------------------------------------------------------------------------- /NDSPython/arm9/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/NDSPython/arm9/Makefile -------------------------------------------------------------------------------- /NDSPython/nitrofiles/YYY.PY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/NDSPython/nitrofiles/YYY.PY -------------------------------------------------------------------------------- /NDSPython/nitrofiles/xxx.py: -------------------------------------------------------------------------------- 1 | def f(): 2 | print "TEST" 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/README.md -------------------------------------------------------------------------------- /README.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/README.old -------------------------------------------------------------------------------- /msys_pyds.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/msys_pyds.bat -------------------------------------------------------------------------------- /slp-250/Demo/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/README -------------------------------------------------------------------------------- /slp-250/Demo/cgi/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/cgi/README -------------------------------------------------------------------------------- /slp-250/Demo/cgi/cgi0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/cgi/cgi0.sh -------------------------------------------------------------------------------- /slp-250/Demo/cgi/cgi1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/cgi/cgi1.py -------------------------------------------------------------------------------- /slp-250/Demo/cgi/cgi2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/cgi/cgi2.py -------------------------------------------------------------------------------- /slp-250/Demo/cgi/cgi3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/cgi/cgi3.py -------------------------------------------------------------------------------- /slp-250/Demo/cgi/wiki.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/cgi/wiki.py -------------------------------------------------------------------------------- /slp-250/Demo/classes/Dbm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/classes/Dbm.py -------------------------------------------------------------------------------- /slp-250/Demo/classes/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/classes/README -------------------------------------------------------------------------------- /slp-250/Demo/classes/Rat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/classes/Rat.py -------------------------------------------------------------------------------- /slp-250/Demo/classes/Rev.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/classes/Rev.py -------------------------------------------------------------------------------- /slp-250/Demo/classes/Vec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/classes/Vec.py -------------------------------------------------------------------------------- /slp-250/Demo/curses/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/curses/README -------------------------------------------------------------------------------- /slp-250/Demo/curses/life.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/curses/life.py -------------------------------------------------------------------------------- /slp-250/Demo/curses/rain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/curses/rain.py -------------------------------------------------------------------------------- /slp-250/Demo/curses/xmas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/curses/xmas.py -------------------------------------------------------------------------------- /slp-250/Demo/embed/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/embed/Makefile -------------------------------------------------------------------------------- /slp-250/Demo/embed/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/embed/README -------------------------------------------------------------------------------- /slp-250/Demo/embed/demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/embed/demo.c -------------------------------------------------------------------------------- /slp-250/Demo/embed/loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/embed/loop.c -------------------------------------------------------------------------------- /slp-250/Demo/md5test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/md5test/README -------------------------------------------------------------------------------- /slp-250/Demo/md5test/foo: -------------------------------------------------------------------------------- 1 | abc -------------------------------------------------------------------------------- /slp-250/Demo/parser/FILES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/parser/FILES -------------------------------------------------------------------------------- /slp-250/Demo/parser/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/parser/README -------------------------------------------------------------------------------- /slp-250/Demo/parser/docstring.py: -------------------------------------------------------------------------------- 1 | """Some documentation. 2 | """ 3 | -------------------------------------------------------------------------------- /slp-250/Demo/parser/simple.py: -------------------------------------------------------------------------------- 1 | def f(): "maybe a docstring" 2 | -------------------------------------------------------------------------------- /slp-250/Demo/pdist/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pdist/README -------------------------------------------------------------------------------- /slp-250/Demo/pdist/cmdfw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pdist/cmdfw.py -------------------------------------------------------------------------------- /slp-250/Demo/pdist/mac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pdist/mac.py -------------------------------------------------------------------------------- /slp-250/Demo/pdist/rcsbump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pdist/rcsbump -------------------------------------------------------------------------------- /slp-250/Demo/pdist/rcvs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pdist/rcvs -------------------------------------------------------------------------------- /slp-250/Demo/pdist/rcvs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pdist/rcvs.py -------------------------------------------------------------------------------- /slp-250/Demo/pdist/rrcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pdist/rrcs -------------------------------------------------------------------------------- /slp-250/Demo/pdist/rrcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pdist/rrcs.py -------------------------------------------------------------------------------- /slp-250/Demo/pysvr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pysvr/Makefile -------------------------------------------------------------------------------- /slp-250/Demo/pysvr/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pysvr/README -------------------------------------------------------------------------------- /slp-250/Demo/pysvr/pysvr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/pysvr/pysvr.c -------------------------------------------------------------------------------- /slp-250/Demo/rpc/MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/rpc/MANIFEST -------------------------------------------------------------------------------- /slp-250/Demo/rpc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/rpc/README -------------------------------------------------------------------------------- /slp-250/Demo/rpc/T.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/rpc/T.py -------------------------------------------------------------------------------- /slp-250/Demo/rpc/rpc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/rpc/rpc.py -------------------------------------------------------------------------------- /slp-250/Demo/rpc/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/rpc/test -------------------------------------------------------------------------------- /slp-250/Demo/rpc/xdr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/rpc/xdr.py -------------------------------------------------------------------------------- /slp-250/Demo/tix/grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Demo/tix/grid.py -------------------------------------------------------------------------------- /slp-250/Doc/ACKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ACKS -------------------------------------------------------------------------------- /slp-250/Doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/Makefile -------------------------------------------------------------------------------- /slp-250/Doc/Makefile.deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/Makefile.deps -------------------------------------------------------------------------------- /slp-250/Doc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/README -------------------------------------------------------------------------------- /slp-250/Doc/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/TODO -------------------------------------------------------------------------------- /slp-250/Doc/api/api.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/api/api.tex -------------------------------------------------------------------------------- /slp-250/Doc/api/init.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/api/init.tex -------------------------------------------------------------------------------- /slp-250/Doc/api/intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/api/intro.tex -------------------------------------------------------------------------------- /slp-250/Doc/dist/dist.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/dist/dist.tex -------------------------------------------------------------------------------- /slp-250/Doc/doc/doc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/doc/doc.tex -------------------------------------------------------------------------------- /slp-250/Doc/ext/ext.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ext/ext.tex -------------------------------------------------------------------------------- /slp-250/Doc/ext/noddy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ext/noddy.c -------------------------------------------------------------------------------- /slp-250/Doc/ext/noddy2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ext/noddy2.c -------------------------------------------------------------------------------- /slp-250/Doc/ext/noddy3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ext/noddy3.c -------------------------------------------------------------------------------- /slp-250/Doc/ext/noddy4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ext/noddy4.c -------------------------------------------------------------------------------- /slp-250/Doc/ext/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ext/setup.py -------------------------------------------------------------------------------- /slp-250/Doc/ext/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ext/test.py -------------------------------------------------------------------------------- /slp-250/Doc/howto/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/howto/TODO -------------------------------------------------------------------------------- /slp-250/Doc/info/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/info/Makefile -------------------------------------------------------------------------------- /slp-250/Doc/info/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/info/README -------------------------------------------------------------------------------- /slp-250/Doc/inst/inst.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/inst/inst.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/email.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/email.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/i18n.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/i18n.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/ipc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/ipc.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/lib.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/lib.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libal.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libcd.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libcd.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libdl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libdl.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libfl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libfl.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libfm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libfm.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libgc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libgc.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libgl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libgl.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libmm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libmm.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libni.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libni.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libos.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libos.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libre.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libre.tex -------------------------------------------------------------------------------- /slp-250/Doc/lib/libuu.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/lib/libuu.tex -------------------------------------------------------------------------------- /slp-250/Doc/mac/mac.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/mac/mac.tex -------------------------------------------------------------------------------- /slp-250/Doc/mac/undoc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/mac/undoc.tex -------------------------------------------------------------------------------- /slp-250/Doc/mac/using.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/mac/using.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref1.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref2.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref3.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref4.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref5.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref6.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref7.tex -------------------------------------------------------------------------------- /slp-250/Doc/ref/ref8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/ref/ref8.tex -------------------------------------------------------------------------------- /slp-250/Doc/tools/cklatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/tools/cklatex -------------------------------------------------------------------------------- /slp-250/Doc/tools/mkhowto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/tools/mkhowto -------------------------------------------------------------------------------- /slp-250/Doc/tools/mkinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/tools/mkinfo -------------------------------------------------------------------------------- /slp-250/Doc/tut/tut.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Doc/tut/tut.tex -------------------------------------------------------------------------------- /slp-250/Grammar/Grammar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Include/Python.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/Python.h -------------------------------------------------------------------------------- /slp-250/Include/asdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/asdl.h -------------------------------------------------------------------------------- /slp-250/Include/ast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/ast.h -------------------------------------------------------------------------------- /slp-250/Include/bitset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/bitset.h -------------------------------------------------------------------------------- /slp-250/Include/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/ceval.h -------------------------------------------------------------------------------- /slp-250/Include/cobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/cobject.h -------------------------------------------------------------------------------- /slp-250/Include/code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/code.h -------------------------------------------------------------------------------- /slp-250/Include/codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/codecs.h -------------------------------------------------------------------------------- /slp-250/Include/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/compile.h -------------------------------------------------------------------------------- /slp-250/Include/errcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/errcode.h -------------------------------------------------------------------------------- /slp-250/Include/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/eval.h -------------------------------------------------------------------------------- /slp-250/Include/grammar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/grammar.h -------------------------------------------------------------------------------- /slp-250/Include/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/import.h -------------------------------------------------------------------------------- /slp-250/Include/marshal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/marshal.h -------------------------------------------------------------------------------- /slp-250/Include/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/node.h -------------------------------------------------------------------------------- /slp-250/Include/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/object.h -------------------------------------------------------------------------------- /slp-250/Include/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/objimpl.h -------------------------------------------------------------------------------- /slp-250/Include/opcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/opcode.h -------------------------------------------------------------------------------- /slp-250/Include/osdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/osdefs.h -------------------------------------------------------------------------------- /slp-250/Include/pgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/pgen.h -------------------------------------------------------------------------------- /slp-250/Include/pyarena.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/pyarena.h -------------------------------------------------------------------------------- /slp-250/Include/pydebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/pydebug.h -------------------------------------------------------------------------------- /slp-250/Include/pyexpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/pyexpat.h -------------------------------------------------------------------------------- /slp-250/Include/pyfpe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/pyfpe.h -------------------------------------------------------------------------------- /slp-250/Include/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/pymem.h -------------------------------------------------------------------------------- /slp-250/Include/pyport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/pyport.h -------------------------------------------------------------------------------- /slp-250/Include/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/pystate.h -------------------------------------------------------------------------------- /slp-250/Include/token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/token.h -------------------------------------------------------------------------------- /slp-250/Include/ucnhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Include/ucnhash.h -------------------------------------------------------------------------------- /slp-250/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/LICENSE -------------------------------------------------------------------------------- /slp-250/Lib/BaseHTTPServer.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/Bastion.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/CGIHTTPServer.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ConfigParser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/Cookie.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/DocXMLRPCServer.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/HTMLParser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/MimeWriter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/MimeWriter.py -------------------------------------------------------------------------------- /slp-250/Lib/Queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/Queue.py -------------------------------------------------------------------------------- /slp-250/Lib/StringIO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/StringIO.py -------------------------------------------------------------------------------- /slp-250/Lib/UserDict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/UserDict.py -------------------------------------------------------------------------------- /slp-250/Lib/UserList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/UserList.py -------------------------------------------------------------------------------- /slp-250/Lib/UserString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/UserString.py -------------------------------------------------------------------------------- /slp-250/Lib/__future__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/__future__.py -------------------------------------------------------------------------------- /slp-250/Lib/_strptime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/_strptime.py -------------------------------------------------------------------------------- /slp-250/Lib/aifc.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/anydbm.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/asynchat.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/asyncore.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/atexit.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/audiodev.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/base64.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bdb.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/binhex.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bisect.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/db.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/dbobj.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/dbrecio.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/dbshelve.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/dbtables.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/dbutils.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_1413192.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_all.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_associate.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_basics.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_compare.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_compat.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_cursor_pget_bug.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_dbobj.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_dbshelve.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_dbtables.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_env_close.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_get_none.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_join.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_lock.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_misc.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_pickle.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_queue.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_recno.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_sequence.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/bsddb/test/test_thread.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/cProfile.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/calendar.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/cgi.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/cgitb.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/chunk.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/cmd.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/code.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/codecs.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/codeop.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/colorsys.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/commands.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compileall.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/ast.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/consts.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/future.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/misc.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/pyassem.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/pycodegen.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/symbols.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/syntax.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/transformer.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/compiler/visitor.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/contextlib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/cookielib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/copy.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/copy_reg.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/csv.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/_endian.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/macholib/README.ctypes: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/macholib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/macholib/dyld.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/macholib/dylib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/macholib/fetch_macholib: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/macholib/fetch_macholib.bat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/macholib/framework.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/runtests.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_anon.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_array_in_pointer.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_arrays.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_as_parameter.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_bitfields.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_buffers.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_byteswap.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_callbacks.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_cast.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_cfuncs.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_checkretval.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_errcheck.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_find.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_funcptr.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_functions.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_incomplete.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_init.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_integers.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_internals.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_keeprefs.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_libc.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_loading.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_macholib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_memfunctions.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_numbers.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_objects.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_parameters.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_pointers.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_prototypes.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_python_api.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_random_things.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_refcounts.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_repr.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_returnfuncptrs.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_simplesubclasses.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_sizes.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_slicing.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_stringptr.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_strings.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_struct_fields.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_structures.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_unaligned_structures.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_unicode.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_values.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_varsize_struct.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/test/test_win32.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/util.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ctypes/wintypes.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/curses/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/curses/ascii.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/curses/has_key.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/curses/panel.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/curses/textpad.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/curses/wrapper.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/dbhash.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/decimal.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/difflib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/dircache.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/dis.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/archive_util.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/bcppcompiler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/ccompiler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/cmd.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/bdist.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/bdist_dumb.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/bdist_msi.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/bdist_rpm.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/bdist_wininst.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/build.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/build_clib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/build_ext.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/build_py.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/build_scripts.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/clean.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/command_template: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/config.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/install.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/install_data.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/install_egg_info.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/install_headers.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/install_lib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/install_scripts.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/register.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/sdist.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/upload.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/wininst-6.exe: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/command/wininst-7.1.exe: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/core.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/cygwinccompiler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/debug.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/dep_util.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/dir_util.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/dist.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/emxccompiler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/errors.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/extension.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/fancy_getopt.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/file_util.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/filelist.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/log.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/msvccompiler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/mwerkscompiler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/spawn.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/sysconfig.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/tests/support.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/tests/test_build_py.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/tests/test_build_scripts.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/tests/test_dist.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/tests/test_install.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/tests/test_install_scripts.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/tests/test_versionpredicate.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/text_file.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/unixccompiler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/util.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/version.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/distutils/versionpredicate.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/doctest.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/dumbdbm.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/dummy_thread.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/dummy_threading.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/_parseaddr.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/base64mime.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/charset.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/encoders.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/errors.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/feedparser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/generator.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/header.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/iterators.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/message.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/application.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/audio.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/base.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/image.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/message.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/multipart.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/nonmultipart.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/mime/text.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/parser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/quoprimime.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/PyBanner048.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/audiotest.au: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_01.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_02.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_03.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_04.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_05.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_06.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_07.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_08.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_09.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_10.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_11.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_12.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_12a.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_13.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_14.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_15.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_16.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_17.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_18.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_19.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_20.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_21.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_22.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_23.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_24.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_25.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_26.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_27.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_28.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_29.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_30.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_31.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_32.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_33.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_34.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_35.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_36.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_37.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_38.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_39.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_40.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_41.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_42.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_43.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/data/msg_44.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/test_email.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/test_email_codecs.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/test_email_codecs_renamed.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/test_email_renamed.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/test/test_email_torture.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/email/utils.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/aliases.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/ascii.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/base64_codec.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/big5.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/big5hkscs.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/bz2_codec.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/charmap.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp037.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1006.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1026.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1140.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1250.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1251.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1252.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1253.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1254.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1255.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1256.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1257.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp1258.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp424.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp437.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp500.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp737.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp775.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp850.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp852.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp855.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp856.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp857.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp860.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp861.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp862.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp863.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp864.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp865.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp866.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp869.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp874.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp875.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp932.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp949.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/cp950.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/euc_jis_2004.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/euc_jisx0213.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/euc_jp.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/euc_kr.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/gb18030.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/gb2312.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/gbk.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/hex_codec.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/hp_roman8.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/hz.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/idna.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso2022_jp.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso2022_jp_1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso2022_jp_2.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso2022_jp_2004.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso2022_jp_3.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso2022_jp_ext.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso2022_kr.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_10.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_11.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_13.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_14.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_15.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_16.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_2.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_3.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_4.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_5.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_6.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_7.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_8.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/iso8859_9.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/johab.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/koi8_r.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/koi8_u.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/latin_1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_arabic.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_centeuro.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_croatian.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_cyrillic.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_farsi.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_greek.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_iceland.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_latin2.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_roman.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_romanian.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mac_turkish.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/mbcs.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/palmos.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/ptcp154.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/punycode.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/quopri_codec.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/raw_unicode_escape.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/rot_13.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/shift_jis.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/shift_jis_2004.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/shift_jisx0213.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/string_escape.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/tis_620.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/undefined.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/unicode_escape.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/unicode_internal.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/utf_16.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/utf_16_be.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/utf_16_le.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/utf_7.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/utf_8.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/utf_8_sig.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/uu_codec.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/encodings/zlib_codec.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/filecmp.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/fileinput.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/fnmatch.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/formatter.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/fpformat.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ftplib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/functools.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/getopt.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/getpass.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/gettext.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/glob.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/gopherlib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/gzip.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/hashlib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/heapq.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/hmac.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/hotshot/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/hotshot/log.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/hotshot/stats.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/hotshot/stones.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/htmlentitydefs.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/htmllib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/httplib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/AutoComplete.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/AutoCompleteWindow.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/AutoExpand.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Bindings.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/CREDITS.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/CallTipWindow.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/CallTips.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ClassBrowser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/CodeContext.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ColorDelegator.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Debugger.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Delegator.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/EditorWindow.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/FileList.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/FormatParagraph.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/GrepDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/HISTORY.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/HyperParser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/IOBinding.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Icons/folder.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Icons/idle.icns: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Icons/minusnode.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Icons/openfolder.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Icons/plusnode.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Icons/python.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Icons/tk.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/IdleHistory.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/MultiCall.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/MultiStatusBar.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/NEWS.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ObjectBrowser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/OutputWindow.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ParenMatch.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/PathBrowser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/Percolator.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/PyParse.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/PyShell.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/README.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/RemoteDebugger.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/RemoteObjectBrowser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ReplaceDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ScriptBinding.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ScrolledList.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/SearchDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/SearchDialogBase.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/SearchEngine.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/StackViewer.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/TODO.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ToolTip.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/TreeWidget.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/UndoDelegator.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/WidgetRedirector.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/WindowList.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/ZoomHeight.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/aboutDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/config-extensions.def: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/config-highlight.def: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/config-keys.def: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/config-main.def: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/configDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/configHandler.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/configHelpSourceEdit.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/configSectionNameDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/dynOptionMenuWidget.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/extend.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/help.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/idle.bat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/idle.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/idle.pyw: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/idlever.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/keybindingDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/macosxSupport.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/rpc.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/run.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/tabpage.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/testcode.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/idlelib/textView.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/ihooks.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/imaplib.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/imghdr.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/imputil.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/inspect.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/keyword.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/Canvas.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/Dialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/FileDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/FixTk.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/ScrolledText.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/SimpleDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/Tix.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/Tkconstants.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/Tkdnd.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/Tkinter.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/tkColorChooser.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/tkCommonDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/tkFileDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/tkFont.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/tkMessageBox.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/tkSimpleDialog.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/lib-tk/turtle.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/linecache.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/locale.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/logging/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/logging/config.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/logging/handlers.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/macpath.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/macurl2path.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/mailbox.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/mailcap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/mailcap.py -------------------------------------------------------------------------------- /slp-250/Lib/markupbase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/markupbase.py -------------------------------------------------------------------------------- /slp-250/Lib/md5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/md5.py -------------------------------------------------------------------------------- /slp-250/Lib/mhlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/mhlib.py -------------------------------------------------------------------------------- /slp-250/Lib/mimetools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/mimetools.py -------------------------------------------------------------------------------- /slp-250/Lib/mimetypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/mimetypes.py -------------------------------------------------------------------------------- /slp-250/Lib/mimify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/mimify.py -------------------------------------------------------------------------------- /slp-250/Lib/multifile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/multifile.py -------------------------------------------------------------------------------- /slp-250/Lib/mutex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/mutex.py -------------------------------------------------------------------------------- /slp-250/Lib/netrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/netrc.py -------------------------------------------------------------------------------- /slp-250/Lib/new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/new.py -------------------------------------------------------------------------------- /slp-250/Lib/nntplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/nntplib.py -------------------------------------------------------------------------------- /slp-250/Lib/ntpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/ntpath.py -------------------------------------------------------------------------------- /slp-250/Lib/nturl2path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/nturl2path.py -------------------------------------------------------------------------------- /slp-250/Lib/opcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/opcode.py -------------------------------------------------------------------------------- /slp-250/Lib/optparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/optparse.py -------------------------------------------------------------------------------- /slp-250/Lib/os.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/os.py -------------------------------------------------------------------------------- /slp-250/Lib/os2emxpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/os2emxpath.py -------------------------------------------------------------------------------- /slp-250/Lib/pdb.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pdb.doc -------------------------------------------------------------------------------- /slp-250/Lib/pdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pdb.py -------------------------------------------------------------------------------- /slp-250/Lib/pickle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pickle.py -------------------------------------------------------------------------------- /slp-250/Lib/pipes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pipes.py -------------------------------------------------------------------------------- /slp-250/Lib/pkgutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pkgutil.py -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/AE.py: -------------------------------------------------------------------------------- 1 | from _AE import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/AH.py: -------------------------------------------------------------------------------- 1 | from _AH import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Alias.py: -------------------------------------------------------------------------------- 1 | from _Alias import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/App.py: -------------------------------------------------------------------------------- 1 | from _App import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/CF.py: -------------------------------------------------------------------------------- 1 | from _CF import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/CG.py: -------------------------------------------------------------------------------- 1 | from _CG import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/CarbonEvt.py: -------------------------------------------------------------------------------- 1 | from _CarbonEvt import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Cm.py: -------------------------------------------------------------------------------- 1 | from _Cm import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Ctl.py: -------------------------------------------------------------------------------- 1 | from _Ctl import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Dlg.py: -------------------------------------------------------------------------------- 1 | from _Dlg import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Drag.py: -------------------------------------------------------------------------------- 1 | from _Drag import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Evt.py: -------------------------------------------------------------------------------- 1 | from _Evt import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/File.py: -------------------------------------------------------------------------------- 1 | from _File import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Fm.py: -------------------------------------------------------------------------------- 1 | from _Fm import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Folder.py: -------------------------------------------------------------------------------- 1 | from _Folder import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Help.py: -------------------------------------------------------------------------------- 1 | from _Help import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/IBCarbon.py: -------------------------------------------------------------------------------- 1 | from _IBCarbon import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Icn.py: -------------------------------------------------------------------------------- 1 | from _Icn import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Launch.py: -------------------------------------------------------------------------------- 1 | from _Launch import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/List.py: -------------------------------------------------------------------------------- 1 | from _List import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Menu.py: -------------------------------------------------------------------------------- 1 | from _Menu import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Mlte.py: -------------------------------------------------------------------------------- 1 | from _Mlte import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/OSA.py: -------------------------------------------------------------------------------- 1 | from _OSA import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Qd.py: -------------------------------------------------------------------------------- 1 | from _Qd import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Qdoffs.py: -------------------------------------------------------------------------------- 1 | from _Qdoffs import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Scrap.py: -------------------------------------------------------------------------------- 1 | from _Scrap import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Snd.py: -------------------------------------------------------------------------------- 1 | from _Snd import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Sndihooks.py: -------------------------------------------------------------------------------- 1 | from _Sndihooks import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/TE.py: -------------------------------------------------------------------------------- 1 | from _TE import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/plat-mac/Carbon/Win.py: -------------------------------------------------------------------------------- 1 | from _Win import * 2 | -------------------------------------------------------------------------------- /slp-250/Lib/platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/platform.py -------------------------------------------------------------------------------- /slp-250/Lib/popen2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/popen2.py -------------------------------------------------------------------------------- /slp-250/Lib/poplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/poplib.py -------------------------------------------------------------------------------- /slp-250/Lib/posixfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/posixfile.py -------------------------------------------------------------------------------- /slp-250/Lib/posixpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/posixpath.py -------------------------------------------------------------------------------- /slp-250/Lib/pprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pprint.py -------------------------------------------------------------------------------- /slp-250/Lib/profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/profile.py -------------------------------------------------------------------------------- /slp-250/Lib/pstats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pstats.py -------------------------------------------------------------------------------- /slp-250/Lib/pty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pty.py -------------------------------------------------------------------------------- /slp-250/Lib/py_compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/py_compile.py -------------------------------------------------------------------------------- /slp-250/Lib/pyclbr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pyclbr.py -------------------------------------------------------------------------------- /slp-250/Lib/pydoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/pydoc.py -------------------------------------------------------------------------------- /slp-250/Lib/quopri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/quopri.py -------------------------------------------------------------------------------- /slp-250/Lib/random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/random.py -------------------------------------------------------------------------------- /slp-250/Lib/re.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/re.py -------------------------------------------------------------------------------- /slp-250/Lib/repr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/repr.py -------------------------------------------------------------------------------- /slp-250/Lib/rexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/rexec.py -------------------------------------------------------------------------------- /slp-250/Lib/rfc822.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/rfc822.py -------------------------------------------------------------------------------- /slp-250/Lib/runpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/runpy.py -------------------------------------------------------------------------------- /slp-250/Lib/sched.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sched.py -------------------------------------------------------------------------------- /slp-250/Lib/sets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sets.py -------------------------------------------------------------------------------- /slp-250/Lib/sgmllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sgmllib.py -------------------------------------------------------------------------------- /slp-250/Lib/sha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sha.py -------------------------------------------------------------------------------- /slp-250/Lib/shelve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/shelve.py -------------------------------------------------------------------------------- /slp-250/Lib/shlex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/shlex.py -------------------------------------------------------------------------------- /slp-250/Lib/shutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/shutil.py -------------------------------------------------------------------------------- /slp-250/Lib/site.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/site.py -------------------------------------------------------------------------------- /slp-250/Lib/smtpd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/smtpd.py -------------------------------------------------------------------------------- /slp-250/Lib/smtplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/smtplib.py -------------------------------------------------------------------------------- /slp-250/Lib/sndhdr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sndhdr.py -------------------------------------------------------------------------------- /slp-250/Lib/socket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/socket.py -------------------------------------------------------------------------------- /slp-250/Lib/sqlite3/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/sre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sre.py -------------------------------------------------------------------------------- /slp-250/Lib/sre_parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sre_parse.py -------------------------------------------------------------------------------- /slp-250/Lib/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/stat.py -------------------------------------------------------------------------------- /slp-250/Lib/statvfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/statvfs.py -------------------------------------------------------------------------------- /slp-250/Lib/string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/string.py -------------------------------------------------------------------------------- /slp-250/Lib/stringold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/stringold.py -------------------------------------------------------------------------------- /slp-250/Lib/stringprep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/stringprep.py -------------------------------------------------------------------------------- /slp-250/Lib/struct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/struct.py -------------------------------------------------------------------------------- /slp-250/Lib/subprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/subprocess.py -------------------------------------------------------------------------------- /slp-250/Lib/sunau.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sunau.py -------------------------------------------------------------------------------- /slp-250/Lib/sunaudio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/sunaudio.py -------------------------------------------------------------------------------- /slp-250/Lib/symbol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/symbol.py -------------------------------------------------------------------------------- /slp-250/Lib/symtable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/symtable.py -------------------------------------------------------------------------------- /slp-250/Lib/tabnanny.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/tabnanny.py -------------------------------------------------------------------------------- /slp-250/Lib/tarfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/tarfile.py -------------------------------------------------------------------------------- /slp-250/Lib/telnetlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/telnetlib.py -------------------------------------------------------------------------------- /slp-250/Lib/tempfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/tempfile.py -------------------------------------------------------------------------------- /slp-250/Lib/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/test/README -------------------------------------------------------------------------------- /slp-250/Lib/test/__init__.py: -------------------------------------------------------------------------------- 1 | # Dummy file to make this directory a package. 2 | -------------------------------------------------------------------------------- /slp-250/Lib/test/bad_coding.py: -------------------------------------------------------------------------------- 1 | # -*- coding: uft-8 -*- 2 | -------------------------------------------------------------------------------- /slp-250/Lib/test/bad_coding2.py: -------------------------------------------------------------------------------- 1 | #coding: utf8 2 | print '我' 3 | -------------------------------------------------------------------------------- /slp-250/Lib/test/badsyntax_nocaret.py: -------------------------------------------------------------------------------- 1 | def f(x): 2 | [x for x in x] = x 3 | -------------------------------------------------------------------------------- /slp-250/Lib/test/cfgparser.1: -------------------------------------------------------------------------------- 1 | [Foo Bar] 2 | foo=newbar 3 | -------------------------------------------------------------------------------- /slp-250/Lib/test/leakers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Lib/test/output/test_nis: -------------------------------------------------------------------------------- 1 | test_nis 2 | nis.maps() 3 | -------------------------------------------------------------------------------- /slp-250/Lib/test/output/test_openpty: -------------------------------------------------------------------------------- 1 | test_openpty 2 | Ping! 3 | -------------------------------------------------------------------------------- /slp-250/Lib/test/output/test_resource: -------------------------------------------------------------------------------- 1 | test_resource 2 | True 3 | -------------------------------------------------------------------------------- /slp-250/Lib/test/output/test_signal: -------------------------------------------------------------------------------- 1 | test_signal 2 | starting pause() loop... 3 | -------------------------------------------------------------------------------- /slp-250/Lib/test/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/test/test.xml -------------------------------------------------------------------------------- /slp-250/Lib/textwrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/textwrap.py -------------------------------------------------------------------------------- /slp-250/Lib/this.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/this.py -------------------------------------------------------------------------------- /slp-250/Lib/threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/threading.py -------------------------------------------------------------------------------- /slp-250/Lib/timeit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/timeit.py -------------------------------------------------------------------------------- /slp-250/Lib/toaiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/toaiff.py -------------------------------------------------------------------------------- /slp-250/Lib/token.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/token.py -------------------------------------------------------------------------------- /slp-250/Lib/tokenize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/tokenize.py -------------------------------------------------------------------------------- /slp-250/Lib/trace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/trace.py -------------------------------------------------------------------------------- /slp-250/Lib/traceback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/traceback.py -------------------------------------------------------------------------------- /slp-250/Lib/tty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/tty.py -------------------------------------------------------------------------------- /slp-250/Lib/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/types.py -------------------------------------------------------------------------------- /slp-250/Lib/unittest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/unittest.py -------------------------------------------------------------------------------- /slp-250/Lib/urllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/urllib.py -------------------------------------------------------------------------------- /slp-250/Lib/urllib2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/urllib2.py -------------------------------------------------------------------------------- /slp-250/Lib/urlparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/urlparse.py -------------------------------------------------------------------------------- /slp-250/Lib/user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/user.py -------------------------------------------------------------------------------- /slp-250/Lib/uu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/uu.py -------------------------------------------------------------------------------- /slp-250/Lib/uuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/uuid.py -------------------------------------------------------------------------------- /slp-250/Lib/warnings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/warnings.py -------------------------------------------------------------------------------- /slp-250/Lib/wave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/wave.py -------------------------------------------------------------------------------- /slp-250/Lib/weakref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/weakref.py -------------------------------------------------------------------------------- /slp-250/Lib/webbrowser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/webbrowser.py -------------------------------------------------------------------------------- /slp-250/Lib/whichdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/whichdb.py -------------------------------------------------------------------------------- /slp-250/Lib/xdrlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/xdrlib.py -------------------------------------------------------------------------------- /slp-250/Lib/xmllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/xmllib.py -------------------------------------------------------------------------------- /slp-250/Lib/xmlrpclib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/xmlrpclib.py -------------------------------------------------------------------------------- /slp-250/Lib/zipfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Lib/zipfile.py -------------------------------------------------------------------------------- /slp-250/Mac/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Mac/Makefile.in -------------------------------------------------------------------------------- /slp-250/Mac/Modules/Nav.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Mac/Modules/Nav.c -------------------------------------------------------------------------------- /slp-250/Mac/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Mac/README -------------------------------------------------------------------------------- /slp-250/Mac/Resources/app/PkgInfo: -------------------------------------------------------------------------------- 1 | APPLPytX -------------------------------------------------------------------------------- /slp-250/Makefile.pre.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Makefile.pre.in -------------------------------------------------------------------------------- /slp-250/Misc/ACKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/ACKS -------------------------------------------------------------------------------- /slp-250/Misc/AIX-NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/AIX-NOTES -------------------------------------------------------------------------------- /slp-250/Misc/BeOS-NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/BeOS-NOTES -------------------------------------------------------------------------------- /slp-250/Misc/HISTORY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/HISTORY -------------------------------------------------------------------------------- /slp-250/Misc/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/NEWS -------------------------------------------------------------------------------- /slp-250/Misc/NEWS.help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/NEWS.help -------------------------------------------------------------------------------- /slp-250/Misc/Porting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/Porting -------------------------------------------------------------------------------- /slp-250/Misc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/README -------------------------------------------------------------------------------- /slp-250/Misc/RFD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/RFD -------------------------------------------------------------------------------- /slp-250/Misc/RPM/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/RPM/README -------------------------------------------------------------------------------- /slp-250/Misc/Vim/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/Vim/vimrc -------------------------------------------------------------------------------- /slp-250/Misc/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/build.sh -------------------------------------------------------------------------------- /slp-250/Misc/cheatsheet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/cheatsheet -------------------------------------------------------------------------------- /slp-250/Misc/gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/gdbinit -------------------------------------------------------------------------------- /slp-250/Misc/indent.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/indent.pro -------------------------------------------------------------------------------- /slp-250/Misc/python.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/python.man -------------------------------------------------------------------------------- /slp-250/Misc/vgrindefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Misc/vgrindefs -------------------------------------------------------------------------------- /slp-250/Modules/Setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/Setup -------------------------------------------------------------------------------- /slp-250/Modules/_bsddb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/_bsddb.c -------------------------------------------------------------------------------- /slp-250/Modules/_csv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/_csv.c -------------------------------------------------------------------------------- /slp-250/Modules/_lsprof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/_lsprof.c -------------------------------------------------------------------------------- /slp-250/Modules/_sre.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/_sre.c -------------------------------------------------------------------------------- /slp-250/Modules/_ssl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/_ssl.c -------------------------------------------------------------------------------- /slp-250/Modules/_struct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/_struct.c -------------------------------------------------------------------------------- /slp-250/Modules/ar_beos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/ar_beos -------------------------------------------------------------------------------- /slp-250/Modules/audioop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/audioop.c -------------------------------------------------------------------------------- /slp-250/Modules/cPickle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/cPickle.c -------------------------------------------------------------------------------- /slp-250/Modules/cgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/cgen.py -------------------------------------------------------------------------------- /slp-250/Modules/cstubs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/cstubs -------------------------------------------------------------------------------- /slp-250/Modules/getpath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/getpath.c -------------------------------------------------------------------------------- /slp-250/Modules/imageop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/imageop.c -------------------------------------------------------------------------------- /slp-250/Modules/imgfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/imgfile.c -------------------------------------------------------------------------------- /slp-250/Modules/ld_so_aix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/ld_so_aix -------------------------------------------------------------------------------- /slp-250/Modules/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/main.c -------------------------------------------------------------------------------- /slp-250/Modules/makesetup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/makesetup -------------------------------------------------------------------------------- /slp-250/Modules/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/md5.c -------------------------------------------------------------------------------- /slp-250/Modules/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/md5.h -------------------------------------------------------------------------------- /slp-250/Modules/pyexpat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/pyexpat.c -------------------------------------------------------------------------------- /slp-250/Modules/python.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/python.c -------------------------------------------------------------------------------- /slp-250/Modules/sre.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/sre.h -------------------------------------------------------------------------------- /slp-250/Modules/termios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/termios.c -------------------------------------------------------------------------------- /slp-250/Modules/timing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/timing.h -------------------------------------------------------------------------------- /slp-250/Modules/yuv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/yuv.h -------------------------------------------------------------------------------- /slp-250/Modules/zlib/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Modules/zlib/FAQ -------------------------------------------------------------------------------- /slp-250/Objects/cobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Objects/cobject.c -------------------------------------------------------------------------------- /slp-250/Objects/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Objects/object.c -------------------------------------------------------------------------------- /slp-250/PC/VC6/_bsddb.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/_bsddb.dsp -------------------------------------------------------------------------------- /slp-250/PC/VC6/_ssl.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/_ssl.dsp -------------------------------------------------------------------------------- /slp-250/PC/VC6/_ssl.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/_ssl.mak -------------------------------------------------------------------------------- /slp-250/PC/VC6/bz2.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/bz2.dsp -------------------------------------------------------------------------------- /slp-250/PC/VC6/python.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/python.dsp -------------------------------------------------------------------------------- /slp-250/PC/VC6/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/readme.txt -------------------------------------------------------------------------------- /slp-250/PC/VC6/rmpyc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/rmpyc.py -------------------------------------------------------------------------------- /slp-250/PC/VC6/rt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/rt.bat -------------------------------------------------------------------------------- /slp-250/PC/VC6/select.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/select.dsp -------------------------------------------------------------------------------- /slp-250/PC/VC6/zlib.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/VC6/zlib.dsp -------------------------------------------------------------------------------- /slp-250/PC/WinMain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/WinMain.c -------------------------------------------------------------------------------- /slp-250/PC/_msi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/_msi.c -------------------------------------------------------------------------------- /slp-250/PC/_subprocess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/_subprocess.c -------------------------------------------------------------------------------- /slp-250/PC/_winreg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/_winreg.c -------------------------------------------------------------------------------- /slp-250/PC/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/config.c -------------------------------------------------------------------------------- /slp-250/PC/dl_nt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/dl_nt.c -------------------------------------------------------------------------------- /slp-250/PC/dllbase_nt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/dllbase_nt.txt -------------------------------------------------------------------------------- /slp-250/PC/empty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/empty.c -------------------------------------------------------------------------------- /slp-250/PC/errmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/errmap.h -------------------------------------------------------------------------------- /slp-250/PC/errmap.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/errmap.mak -------------------------------------------------------------------------------- /slp-250/PC/generrmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/generrmap.c -------------------------------------------------------------------------------- /slp-250/PC/getpathp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/getpathp.c -------------------------------------------------------------------------------- /slp-250/PC/icons.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/icons.mak -------------------------------------------------------------------------------- /slp-250/PC/icons.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/icons.rc -------------------------------------------------------------------------------- /slp-250/PC/import_nt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/import_nt.c -------------------------------------------------------------------------------- /slp-250/PC/msvcrtmodule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/msvcrtmodule.c -------------------------------------------------------------------------------- /slp-250/PC/os2emx/dlfcn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/os2emx/dlfcn.c -------------------------------------------------------------------------------- /slp-250/PC/os2emx/dlfcn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/os2emx/dlfcn.h -------------------------------------------------------------------------------- /slp-250/PC/py.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/py.ico -------------------------------------------------------------------------------- /slp-250/PC/pyc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/pyc.ico -------------------------------------------------------------------------------- /slp-250/PC/pycon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/pycon.ico -------------------------------------------------------------------------------- /slp-250/PC/pyconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/pyconfig.h -------------------------------------------------------------------------------- /slp-250/PC/python.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/python.mk -------------------------------------------------------------------------------- /slp-250/PC/python_exe.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/python_exe.rc -------------------------------------------------------------------------------- /slp-250/PC/python_nt.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/python_nt.rc -------------------------------------------------------------------------------- /slp-250/PC/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/readme.txt -------------------------------------------------------------------------------- /slp-250/PC/testpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/testpy.py -------------------------------------------------------------------------------- /slp-250/PC/w9xpopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/w9xpopen.c -------------------------------------------------------------------------------- /slp-250/PC/winsound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PC/winsound.c -------------------------------------------------------------------------------- /slp-250/PCbuild/_ssl.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild/_ssl.mak -------------------------------------------------------------------------------- /slp-250/PCbuild/cstack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild/cstack.py -------------------------------------------------------------------------------- /slp-250/PCbuild/db.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild/db.build -------------------------------------------------------------------------------- /slp-250/PCbuild/field3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild/field3.py -------------------------------------------------------------------------------- /slp-250/PCbuild/rmpyc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild/rmpyc.py -------------------------------------------------------------------------------- /slp-250/PCbuild/rt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild/rt.bat -------------------------------------------------------------------------------- /slp-250/PCbuild8/_ssl.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild8/_ssl.mak -------------------------------------------------------------------------------- /slp-250/PCbuild8/db.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild8/db.build -------------------------------------------------------------------------------- /slp-250/PCbuild8/rmpyc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild8/rmpyc.py -------------------------------------------------------------------------------- /slp-250/PCbuild8/rt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/PCbuild8/rt.bat -------------------------------------------------------------------------------- /slp-250/Parser/acceler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/acceler.c -------------------------------------------------------------------------------- /slp-250/Parser/acceler.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/acceler.x -------------------------------------------------------------------------------- /slp-250/Parser/asdl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/asdl.py -------------------------------------------------------------------------------- /slp-250/Parser/asdl_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/asdl_c.py -------------------------------------------------------------------------------- /slp-250/Parser/bitset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/bitset.c -------------------------------------------------------------------------------- /slp-250/Parser/bitset.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/bitset.x -------------------------------------------------------------------------------- /slp-250/Parser/grammar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/grammar.c -------------------------------------------------------------------------------- /slp-250/Parser/grammar.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/grammar.x -------------------------------------------------------------------------------- /slp-250/Parser/grammar1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/grammar1.c -------------------------------------------------------------------------------- /slp-250/Parser/grammar1.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/grammar1.x -------------------------------------------------------------------------------- /slp-250/Parser/listnode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/listnode.c -------------------------------------------------------------------------------- /slp-250/Parser/listnode.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/listnode.x -------------------------------------------------------------------------------- /slp-250/Parser/node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/node.c -------------------------------------------------------------------------------- /slp-250/Parser/node.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/node.x -------------------------------------------------------------------------------- /slp-250/Parser/parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/parser.c -------------------------------------------------------------------------------- /slp-250/Parser/parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/parser.h -------------------------------------------------------------------------------- /slp-250/Parser/parser.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/parser.x -------------------------------------------------------------------------------- /slp-250/Parser/parsetok.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/parsetok.c -------------------------------------------------------------------------------- /slp-250/Parser/parsetok.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/parsetok.x -------------------------------------------------------------------------------- /slp-250/Parser/pgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/pgen.c -------------------------------------------------------------------------------- /slp-250/Parser/pgen.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/pgen.x -------------------------------------------------------------------------------- /slp-250/Parser/pgenmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/pgenmain.c -------------------------------------------------------------------------------- /slp-250/Parser/pgenmain.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/pgenmain.x -------------------------------------------------------------------------------- /slp-250/Parser/spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Parser/spark.py -------------------------------------------------------------------------------- /slp-250/Parser/tokenizer_pgen.c: -------------------------------------------------------------------------------- 1 | #define PGEN 2 | #include "tokenizer.c" 3 | -------------------------------------------------------------------------------- /slp-250/Python/asdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/asdl.c -------------------------------------------------------------------------------- /slp-250/Python/ast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/ast.c -------------------------------------------------------------------------------- /slp-250/Python/atof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/atof.c -------------------------------------------------------------------------------- /slp-250/Python/ceval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/ceval.c -------------------------------------------------------------------------------- /slp-250/Python/codecs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/codecs.c -------------------------------------------------------------------------------- /slp-250/Python/compile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/compile.c -------------------------------------------------------------------------------- /slp-250/Python/dup2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/dup2.c -------------------------------------------------------------------------------- /slp-250/Python/errors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/errors.c -------------------------------------------------------------------------------- /slp-250/Python/fmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/fmod.c -------------------------------------------------------------------------------- /slp-250/Python/frozen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/frozen.c -------------------------------------------------------------------------------- /slp-250/Python/future.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/future.c -------------------------------------------------------------------------------- /slp-250/Python/getargs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/getargs.c -------------------------------------------------------------------------------- /slp-250/Python/getcwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/getcwd.c -------------------------------------------------------------------------------- /slp-250/Python/getmtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/getmtime.c -------------------------------------------------------------------------------- /slp-250/Python/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/getopt.c -------------------------------------------------------------------------------- /slp-250/Python/graminit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/graminit.c -------------------------------------------------------------------------------- /slp-250/Python/hypot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/hypot.c -------------------------------------------------------------------------------- /slp-250/Python/import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/import.c -------------------------------------------------------------------------------- /slp-250/Python/importdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/importdl.c -------------------------------------------------------------------------------- /slp-250/Python/importdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/importdl.h -------------------------------------------------------------------------------- /slp-250/Python/marshal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/marshal.c -------------------------------------------------------------------------------- /slp-250/Python/memmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/memmove.c -------------------------------------------------------------------------------- /slp-250/Python/pyarena.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/pyarena.c -------------------------------------------------------------------------------- /slp-250/Python/pyfpe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/pyfpe.c -------------------------------------------------------------------------------- /slp-250/Python/pystate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/pystate.c -------------------------------------------------------------------------------- /slp-250/Python/pystrtod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/pystrtod.c -------------------------------------------------------------------------------- /slp-250/Python/sigcheck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/sigcheck.c -------------------------------------------------------------------------------- /slp-250/Python/strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/strdup.c -------------------------------------------------------------------------------- /slp-250/Python/strerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/strerror.c -------------------------------------------------------------------------------- /slp-250/Python/strtod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/strtod.c -------------------------------------------------------------------------------- /slp-250/Python/symtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/symtable.c -------------------------------------------------------------------------------- /slp-250/Python/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Python/thread.c -------------------------------------------------------------------------------- /slp-250/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/README -------------------------------------------------------------------------------- /slp-250/RISCOS/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/RISCOS/Makefile -------------------------------------------------------------------------------- /slp-250/RISCOS/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/RISCOS/README -------------------------------------------------------------------------------- /slp-250/RISCOS/pyconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/RISCOS/pyconfig.h -------------------------------------------------------------------------------- /slp-250/RISCOS/sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/RISCOS/sleep.c -------------------------------------------------------------------------------- /slp-250/Stackless/core/cframeobject.h: -------------------------------------------------------------------------------- 1 | 2 | int init_cframetype(void); 3 | -------------------------------------------------------------------------------- /slp-250/Tools/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Tools/README -------------------------------------------------------------------------------- /slp-250/Tools/bgen/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Tools/bgen/README -------------------------------------------------------------------------------- /slp-250/Tools/freeze/hello.py: -------------------------------------------------------------------------------- 1 | print 'Hello world...' 2 | -------------------------------------------------------------------------------- /slp-250/Tools/modulator/Templates/copyright: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Tools/msi/msi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Tools/msi/msi.py -------------------------------------------------------------------------------- /slp-250/Tools/pybench/package/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Tools/pybench/package/submodule.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/Tools/pynche/__init__.py: -------------------------------------------------------------------------------- 1 | # Dummy file to make this directory a package. 2 | -------------------------------------------------------------------------------- /slp-250/Tools/world/world: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/Tools/world/world -------------------------------------------------------------------------------- /slp-250/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/config.guess -------------------------------------------------------------------------------- /slp-250/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/config.sub -------------------------------------------------------------------------------- /slp-250/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/configure -------------------------------------------------------------------------------- /slp-250/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/configure.in -------------------------------------------------------------------------------- /slp-250/install-sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /slp-250/pyconfig.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/pyconfig.h.in -------------------------------------------------------------------------------- /slp-250/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/slp-250/setup.py -------------------------------------------------------------------------------- /wrap_libnds/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/wrap_libnds/Makefile -------------------------------------------------------------------------------- /wrap_libnds/Makefile.arm7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/wrap_libnds/Makefile.arm7 -------------------------------------------------------------------------------- /wrap_libnds/Makefile.arm9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/wrap_libnds/Makefile.arm9 -------------------------------------------------------------------------------- /zlib-1.2.3/.deflate.c.swn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/.deflate.c.swn -------------------------------------------------------------------------------- /zlib-1.2.3/.deflate.c.swo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/.deflate.c.swo -------------------------------------------------------------------------------- /zlib-1.2.3/.deflate.c.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/.deflate.c.swp -------------------------------------------------------------------------------- /zlib-1.2.3/.zutil.h.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/.zutil.h.swp -------------------------------------------------------------------------------- /zlib-1.2.3/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/ChangeLog -------------------------------------------------------------------------------- /zlib-1.2.3/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/FAQ -------------------------------------------------------------------------------- /zlib-1.2.3/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/INDEX -------------------------------------------------------------------------------- /zlib-1.2.3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/Makefile -------------------------------------------------------------------------------- /zlib-1.2.3/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/Makefile.in -------------------------------------------------------------------------------- /zlib-1.2.3/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/README -------------------------------------------------------------------------------- /zlib-1.2.3/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/adler32.c -------------------------------------------------------------------------------- /zlib-1.2.3/algorithm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/algorithm.txt -------------------------------------------------------------------------------- /zlib-1.2.3/as400/bndsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/as400/bndsrc -------------------------------------------------------------------------------- /zlib-1.2.3/as400/zlib.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/as400/zlib.inc -------------------------------------------------------------------------------- /zlib-1.2.3/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/compress.c -------------------------------------------------------------------------------- /zlib-1.2.3/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/configure -------------------------------------------------------------------------------- /zlib-1.2.3/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/crc32.c -------------------------------------------------------------------------------- /zlib-1.2.3/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/crc32.h -------------------------------------------------------------------------------- /zlib-1.2.3/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/deflate.c -------------------------------------------------------------------------------- /zlib-1.2.3/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/deflate.h -------------------------------------------------------------------------------- /zlib-1.2.3/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/example.c -------------------------------------------------------------------------------- /zlib-1.2.3/examples/gun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/examples/gun.c -------------------------------------------------------------------------------- /zlib-1.2.3/gzio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/gzio.c -------------------------------------------------------------------------------- /zlib-1.2.3/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/infback.c -------------------------------------------------------------------------------- /zlib-1.2.3/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/inffast.c -------------------------------------------------------------------------------- /zlib-1.2.3/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/inffast.h -------------------------------------------------------------------------------- /zlib-1.2.3/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/inffixed.h -------------------------------------------------------------------------------- /zlib-1.2.3/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/inflate.c -------------------------------------------------------------------------------- /zlib-1.2.3/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/inflate.h -------------------------------------------------------------------------------- /zlib-1.2.3/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/inftrees.c -------------------------------------------------------------------------------- /zlib-1.2.3/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/inftrees.h -------------------------------------------------------------------------------- /zlib-1.2.3/make_vms.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/make_vms.com -------------------------------------------------------------------------------- /zlib-1.2.3/minigzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/minigzip.c -------------------------------------------------------------------------------- /zlib-1.2.3/old/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/old/README -------------------------------------------------------------------------------- /zlib-1.2.3/old/zlib.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/old/zlib.html -------------------------------------------------------------------------------- /zlib-1.2.3/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/trees.c -------------------------------------------------------------------------------- /zlib-1.2.3/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/trees.h -------------------------------------------------------------------------------- /zlib-1.2.3/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/uncompr.c -------------------------------------------------------------------------------- /zlib-1.2.3/win32/zlib.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/win32/zlib.def -------------------------------------------------------------------------------- /zlib-1.2.3/win32/zlib1.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/win32/zlib1.rc -------------------------------------------------------------------------------- /zlib-1.2.3/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/zconf.h -------------------------------------------------------------------------------- /zlib-1.2.3/zconf.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/zconf.in.h -------------------------------------------------------------------------------- /zlib-1.2.3/zlib.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/zlib.3 -------------------------------------------------------------------------------- /zlib-1.2.3/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/zlib.h -------------------------------------------------------------------------------- /zlib-1.2.3/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/zutil.c -------------------------------------------------------------------------------- /zlib-1.2.3/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/develer-staff/dspython/HEAD/zlib-1.2.3/zutil.h --------------------------------------------------------------------------------