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

Python语言编译器

Python语言基础

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

实例介绍

【实例简介】Python语言编译器
【实例截图】
【核心代码】
文件清单
└── Python-1.5.2
    ├── acconfig.h
    ├── BeOS
    │   ├── ar-fake
    │   ├── dl_export.h
    │   ├── linkcc
    │   ├── linkmodule
    │   ├── README
    │   └── README.readline-2.2
    ├── config.h.in
    ├── configure
    ├── configure.in
    ├── Demo
    │   ├── classes
    │   │   ├── bitvec.py
    │   │   ├── class.doc
    │   │   ├── Complex.py
    │   │   ├── Dates.py
    │   │   ├── Dbm.py
    │   │   ├── Range.py
    │   │   ├── Rat.py
    │   │   ├── README
    │   │   ├── Rev.py
    │   │   └── Vec.py
    │   ├── comparisons
    │   │   ├── patterns
    │   │   ├── README
    │   │   ├── regextest.py
    │   │   ├── sortingtest.py
    │   │   └── systemtest.py
    │   ├── cwilib
    │   │   ├── cwilib.py
    │   │   ├── form.py
    │   │   ├── vt100.py
    │   │   └── vt100win.py
    │   ├── dns
    │   │   ├── asgethost.py
    │   │   ├── dnsclass.py
    │   │   ├── dnslib.py
    │   │   ├── dnsopcode.py
    │   │   ├── dnstype.py
    │   │   └── README
    │   ├── embed
    │   │   ├── demo.c
    │   │   ├── Makefile
    │   │   └── README
    │   ├── extend
    │   │   ├── make_clean
    │   │   ├── make_shared
    │   │   ├── make_static
    │   │   └── README
    │   ├── ibrowse
    │   │   ├── ib
    │   │   ├── ib.py
    │   │   ├── ibrowse
    │   │   ├── ibrowse.py
    │   │   ├── icache.py
    │   │   ├── ifile.py
    │   │   ├── itags.py
    │   │   └── README
    │   ├── Makefile
    │   ├── md5test
    │   │   ├── foo
    │   │   ├── md5driver.py
    │   │   └── README
    │   ├── metaclasses
    │   │   ├── Eiffel.py
    │   │   ├── Enum.py
    │   │   ├── index.html
    │   │   ├── Meta.py
    │   │   ├── meta-vladimir.txt
    │   │   ├── Simple.py
    │   │   ├── Synch.py
    │   │   └── Trace.py
    │   ├── parser
    │   │   ├── docstring.py
    │   │   ├── example.py
    │   │   ├── FILES
    │   │   ├── Makefile
    │   │   ├── parser.tex
    │   │   ├── README
    │   │   ├── simple.py
    │   │   ├── source.py
    │   │   ├── test_parser.py
    │   │   └── texipre.dat
    │   ├── pdist
    │   │   ├── client.py
    │   │   ├── cmdfw.py
    │   │   ├── cmptree.py
    │   │   ├── cvslib.py
    │   │   ├── cvslock.py
    │   │   ├── FSProxy.py
    │   │   ├── mac.py
    │   │   ├── makechangelog.py
    │   │   ├── rcsbump
    │   │   ├── rcsclient.py
    │   │   ├── rcslib.py
    │   │   ├── RCSProxy.py
    │   │   ├── rcvs
    │   │   ├── rcvs.py
    │   │   ├── README
    │   │   ├── rrcs
    │   │   ├── rrcs.py
    │   │   ├── security.py
    │   │   ├── server.py
    │   │   └── sumtree.py
    │   ├── pysvr
    │   │   ├── Makefile
    │   │   ├── pysvr.c
    │   │   ├── pysvr.py
    │   │   └── README
    │   ├── README
    │   ├── rpc
    │   │   ├── MANIFEST
    │   │   ├── mountclient.py
    │   │   ├── nfsclient.py
    │   │   ├── README
    │   │   ├── rnusersclient.py
    │   │   ├── rpc.py
    │   │   ├── test
    │   │   ├── T.py
    │   │   └── xdr.py
    │   ├── scripts
    │   │   ├── beer.py
    │   │   ├── eqfix.py
    │   │   ├── fact.py
    │   │   ├── from.py
    │   │   ├── ftpstats.py
    │   │   ├── lpwatch.py
    │   │   ├── makedir.py
    │   │   ├── markov.py
    │   │   ├── mboxconvert.py
    │   │   ├── mkrcs.py
    │   │   ├── morse.py
    │   │   ├── mpzpi.py
    │   │   ├── newslist.doc
    │   │   ├── newslist.py
    │   │   ├── pi.py
    │   │   ├── pp.py
    │   │   ├── primes.py
    │   │   ├── README
    │   │   ├── script.py
    │   │   ├── unbirthday.py
    │   │   ├── update.py
    │   │   └── wh.py
    │   ├── sgi
    │   │   ├── al
    │   │   │   ├── alwatch.py
    │   │   │   ├── broadcast.py
    │   │   │   ├── cmpaf_form.fd
    │   │   │   ├── cmpaf.py
    │   │   │   ├── intercom.py
    │   │   │   ├── listen.py
    │   │   │   ├── names.py
    │   │   │   ├── playaiff.py
    │   │   │   ├── playback.py
    │   │   │   ├── playold.py
    │   │   │   ├── radio.py
    │   │   │   ├── README
    │   │   │   ├── record.py
    │   │   │   ├── rec_play.py
    │   │   │   ├── unicast.py
    │   │   │   └── x.py
    │   │   ├── audio
    │   │   │   ├── play.py
    │   │   │   └── README
    │   │   ├── audio_stdwin
    │   │   │   ├── jukebox.py
    │   │   │   ├── README
    │   │   │   ├── rec.py
    │   │   │   └── vumeter.py
    │   │   ├── cd
    │   │   │   ├── cdaiff.py
    │   │   │   ├── CD.doc
    │   │   │   ├── cdwin.py
    │   │   │   ├── listcd.py
    │   │   │   ├── playcd.py
    │   │   │   ├── README
    │   │   │   ├── recvcd.py
    │   │   │   └── sendcd.py
    │   │   ├── flp
    │   │   │   ├── tcache.fd
    │   │   │   ├── tcache.py
    │   │   │   ├── test_cb.fd
    │   │   │   ├── test_cb.py
    │   │   │   ├── test_nocb.fd
    │   │   │   └── test_nocb.py
    │   │   ├── gl
    │   │   │   ├── backface.py
    │   │   │   ├── glinfo.py
    │   │   │   ├── glstdwin
    │   │   │   │   ├── fontchart.py
    │   │   │   │   ├── glstdwdraw.py
    │   │   │   │   ├── glstdwin.py
    │   │   │   │   ├── glstdwmenu.py
    │   │   │   │   ├── glstdwwin.py
    │   │   │   │   ├── stdwingl.py
    │   │   │   │   ├── tcolor.py
    │   │   │   │   ├── tglsw.py
    │   │   │   │   └── tmenu.py
    │   │   │   ├── kites.py
    │   │   │   ├── kunst.py
    │   │   │   ├── mclock.doc
    │   │   │   ├── mclock.py
    │   │   │   ├── mixing.py
    │   │   │   ├── nurbs.py
    │   │   │   ├── README
    │   │   │   └── zrgb.py
    │   │   ├── README
    │   │   ├── sv
    │   │   │   ├── burstcapt.py
    │   │   │   ├── contcapt.py
    │   │   │   ├── README
    │   │   │   ├── rgbgrab.py
    │   │   │   └── simpleinput.py
    │   │   └── video
    │   │       ├── aplay.py
    │   │       ├── cmif-film.ms
    │   │       ├── DisplayVideoIn.py
    │   │       ├── Dsend.py
    │   │       ├── imgconv.py
    │   │       ├── LiveVideoIn.py
    │   │       ├── LiveVideoOut.py
    │   │       ├── OldVcopy.py
    │   │       ├── README
    │   │       ├── rgb2video.py
    │   │       ├── senddefs.py
    │   │       ├── svgrab24.c
    │   │       ├── Vaddcache.py
    │   │       ├── VbForm.fd
    │   │       ├── Vb.py
    │   │       ├── Vcopy.py
    │   │       ├── VcrIndex.py
    │   │       ├── VCR.py
    │   │       ├── VeditForm.fd
    │   │       ├── Vedit.py
    │   │       ├── VFile.py
    │   │       ├── Vfix.py
    │   │       ├── Vgeneric.py
    │   │       ├── VGrabber.py
    │   │       ├── video2rgb.py
    │   │       ├── video.doc
    │   │       ├── Viewer.py
    │   │       ├── Vinfo.py
    │   │       ├── Vmkjpeg.py
    │   │       ├── Vplay.py
    │   │       ├── Vrecb.py
    │   │       ├── Vreceive.py
    │   │       ├── Vrec.py
    │   │       ├── Vsend.py
    │   │       ├── Vstat.py
    │   │       ├── Vtime.py
    │   │       ├── Vunjpeg.py
    │   │       └── watchcursor.py
    │   ├── sockets
    │   │   ├── broadcast.py
    │   │   ├── echosvr.py
    │   │   ├── finger.py
    │   │   ├── ftp.py
    │   │   ├── gopher.py
    │   │   ├── mcast.py
    │   │   ├── radio.py
    │   │   ├── README
    │   │   ├── rpythond.py
    │   │   ├── rpython.py
    │   │   ├── telnet.py
    │   │   ├── throughput.py
    │   │   ├── udpecho.py
    │   │   ├── unicast.py
    │   │   ├── unixclient.py
    │   │   └── unixserver.py
    │   ├── stdwin
    │   │   ├── clock.py
    │   │   ├── FormTest.py
    │   │   ├── ibrowse
    │   │   │   ├── dir
    │   │   │   ├── ib
    │   │   │   ├── ib.py
    │   │   │   ├── ibrowse
    │   │   │   ├── ibrowse.py
    │   │   │   ├── icache.py
    │   │   │   ├── ifile.py
    │   │   │   ├── itags.py
    │   │   │   └── README
    │   │   ├── jukebox.py
    │   │   ├── lpwin.py
    │   │   ├── microedit.py
    │   │   ├── miniedit.py
    │   │   ├── python.py
    │   │   ├── RadioGroups.py
    │   │   ├── README
    │   │   ├── TestCSplit.py
    │   │   ├── TestDirList.py
    │   │   ├── TestFormSplit.py
    │   │   ├── TestSched.py
    │   │   ├── TestTextEdit.py
    │   │   └── wdiff.py
    │   ├── threads
    │   │   ├── bug.py
    │   │   ├── find.py
    │   │   ├── Generator.py
    │   │   ├── README
    │   │   ├── sync.py
    │   │   ├── telnet.py
    │   │   └── wpi.py
    │   ├── tkinter
    │   │   ├── guido
    │   │   │   ├── AttrDialog.py
    │   │   │   ├── brownian.py
    │   │   │   ├── canvasevents.py
    │   │   │   ├── dialog.py
    │   │   │   ├── electrons.py
    │   │   │   ├── hanoi.py
    │   │   │   ├── hello.py
    │   │   │   ├── imagedraw.py
    │   │   │   ├── imageview.py
    │   │   │   ├── kill.py
    │   │   │   ├── listtree.py
    │   │   │   ├── ManPage.py
    │   │   │   ├── mbox.py
    │   │   │   ├── MimeViewer.py
    │   │   │   ├── newmenubardemo.py
    │   │   │   ├── optionmenu.py
    │   │   │   ├── paint.py
    │   │   │   ├── redemo.py
    │   │   │   ├── regexdemo.py
    │   │   │   ├── rmt.py
    │   │   │   ├── ShellWindow.py
    │   │   │   ├── solitaire.py
    │   │   │   ├── sortvisu.py
    │   │   │   ├── svkill.py
    │   │   │   ├── switch.py
    │   │   │   ├── tkman.py
    │   │   │   └── wish.py
    │   │   ├── matt
    │   │   │   ├── 00-HELLO-WORLD.py
    │   │   │   ├── animation-simple.py
    │   │   │   ├── animation-w-velocity-ctrl.py
    │   │   │   ├── bind-w-mult-calls-p-type.py
    │   │   │   ├── canvas-demo-simple.py
    │   │   │   ├── canvas-gridding.py
    │   │   │   ├── canvas-moving-or-creating.py
    │   │   │   ├── canvas-moving-w-mouse.py
    │   │   │   ├── canvas-mult-item-sel.py
    │   │   │   ├── canvas-reading-tag-info.py
    │   │   │   ├── canvas-with-scrollbars.py
    │   │   │   ├── canvas-w-widget-draw-el.py
    │   │   │   ├── dialog-box.py
    │   │   │   ├── entry-simple.py
    │   │   │   ├── entry-with-shared-variable.py
    │   │   │   ├── killing-window-w-wm.py
    │   │   │   ├── menu-all-types-of-entries.py
    │   │   │   ├── menu-simple.py
    │   │   │   ├── not-what-you-might-think-1.py
    │   │   │   ├── not-what-you-might-think-2.py
    │   │   │   ├── packer-and-placer-together.py
    │   │   │   ├── packer-simple.py
    │   │   │   ├── placer-simple.py
    │   │   │   ├── pong-demo-1.py
    │   │   │   ├── printing-coords-of-items.py
    │   │   │   ├── radiobutton-simple.py
    │   │   │   ├── README
    │   │   │   ├── rubber-band-box-demo-1.py
    │   │   │   ├── rubber-line-demo-1.py
    │   │   │   ├── slider-demo-1.py
    │   │   │   ├── subclass-existing-widgets.py
    │   │   │   ├── two-radio-groups.py
    │   │   │   ├── window-creation-more.py
    │   │   │   ├── window-creation-simple.py
    │   │   │   └── window-creation-w-location.py
    │   │   ├── README
    │   │   └── www
    │   │       ├── fmt.py
    │   │       ├── htmllib.py
    │   │       ├── Para.py
    │   │       ├── sgmllib.py
    │   │       ├── tkfmt.py
    │   │       ├── www10.py
    │   │       ├── www11.py
    │   │       ├── www12.py
    │   │       ├── www13.py
    │   │       ├── www1.py
    │   │       ├── www2.py
    │   │       ├── www3.py
    │   │       ├── www4.py
    │   │       ├── www5.py
    │   │       ├── www6.py
    │   │       ├── www7.py
    │   │       ├── www8.py
    │   │       └── www9.py
    │   └── zlib
    │       ├── minigzip.py
    │       └── zlibdemo.py
    ├── Grammar
    │   ├── Grammar
    │   └── Makefile
    ├── Include
    │   ├── abstract.h
    │   ├── bitset.h
    │   ├── bufferobject.h
    │   ├── ceval.h
    │   ├── classobject.h
    │   ├── cobject.h
    │   ├── compile.h
    │   ├── complexobject.h
    │   ├── cStringIO.h
    │   ├── dictobject.h
    │   ├── errcode.h
    │   ├── eval.h
    │   ├── fileobject.h
    │   ├── floatobject.h
    │   ├── frameobject.h
    │   ├── funcobject.h
    │   ├── graminit.h
    │   ├── grammar.h
    │   ├── import.h
    │   ├── intobject.h
    │   ├── intrcheck.h
    │   ├── listobject.h
    │   ├── longintrepr.h
    │   ├── longobject.h
    │   ├── Makefile
    │   ├── marshal.h
    │   ├── metagrammar.h
    │   ├── methodobject.h
    │   ├── modsupport.h
    │   ├── moduleobject.h
    │   ├── mymalloc.h
    │   ├── mymath.h
    │   ├── myproto.h
    │   ├── myselect.h
    │   ├── mytime.h
    │   ├── node.h
    │   ├── object.h
    │   ├── objimpl.h
    │   ├── opcode.h
    │   ├── osdefs.h
    │   ├── parsetok.h
    │   ├── patchlevel.h
    │   ├── pgenheaders.h
    │   ├── pydebug.h
    │   ├── pyerrors.h
    │   ├── pyfpe.h
    │   ├── pystate.h
    │   ├── Python.h
    │   ├── pythonrun.h
    │   ├── pythread.h
    │   ├── rangeobject.h
    │   ├── rename2.h
    │   ├── sliceobject.h
    │   ├── stringobject.h
    │   ├── structmember.h
    │   ├── sysmodule.h
    │   ├── thread.h
    │   ├── token.h
    │   ├── traceback.h
    │   └── tupleobject.h
    ├── install-sh
    ├── Lib
    │   ├── aifc.py
    │   ├── anydbm.py
    │   ├── asynchat.py
    │   ├── asyncore.py
    │   ├── audiodev.py
    │   ├── base64.py
    │   ├── BaseHTTPServer.py
    │   ├── Bastion.py
    │   ├── bdb.py
    │   ├── binhex.py
    │   ├── bisect.py
    │   ├── calendar.py
    │   ├── CGIHTTPServer.py
    │   ├── cgi.py
    │   ├── cmd.py
    │   ├── cmpcache.py
    │   ├── cmp.py
    │   ├── codeop.py
    │   ├── code.py
    │   ├── colorsys.py
    │   ├── commands.py
    │   ├── compileall.py
    │   ├── ConfigParser.py
    │   ├── copy.py
    │   ├── copy_reg.py
    │   ├── dbhash.py
    │   ├── dircache.py
    │   ├── dircmp.py
    │   ├── dis.py
    │   ├── dos-8x3
    │   │   ├── basehttp.py
    │   │   ├── bastion.py
    │   │   ├── cgihttps.py
    │   │   ├── compilea.py
    │   │   ├── configpa.py
    │   │   ├── exceptio.py
    │   │   ├── fileinpu.py
    │   │   ├── formatte.py
    │   │   ├── gopherli.py
    │   │   ├── htmlenti.py
    │   │   ├── linecach.py
    │   │   ├── macurl2p.py
    │   │   ├── mimetool.py
    │   │   ├── mimetype.py
    │   │   ├── mimewrit.py
    │   │   ├── multifil.py
    │   │   ├── nturl2pa.py
    │   │   ├── para.py
    │   │   ├── posixfil.py
    │   │   ├── posixpat.py
    │   │   ├── py_compi.py
    │   │   ├── queue.py
    │   │   ├── reconver.py
    │   │   ├── regex_sy.py
    │   │   ├── regex_te.py
    │   │   ├── rlcomple.py
    │   │   ├── simpleht.py
    │   │   ├── socketse.py
    │   │   ├── statcach.py
    │   │   ├── stringio.py
    │   │   ├── telnetli.py
    │   │   ├── test_arr.py
    │   │   ├── test_aud.py
    │   │   ├── test_bin.py
    │   │   ├── test_bsd.py
    │   │   ├── test_bui.py
    │   │   ├── test_cma.py
    │   │   ├── test_cpi.py
    │   │   ├── test_cry.py
    │   │   ├── test_err.py
    │   │   ├── test_exc.py
    │   │   ├── test_fcn.py
    │   │   ├── test_gdb.py
    │   │   ├── test_gra.py
    │   │   ├── test_gzi.py
    │   │   ├── test_ima.py
    │   │   ├── test_img.py
    │   │   ├── test_lon.py
    │   │   ├── test_mat.py
    │   │   ├── test_mim.py
    │   │   ├── testntpa.py
    │   │   ├── test_ntp.py
    │   │   ├── test_opc.py
    │   │   ├── test_ope.py
    │   │   ├── test_pic.py
    │   │   ├── test_pop.py
    │   │   ├── test_reg.py
    │   │   ├── test_rfc.py
    │   │   ├── test_rgb.py
    │   │   ├── test_rot.py
    │   │   ├── test_sel.py
    │   │   ├── test_sig.py
    │   │   ├── test_soc.py
    │   │   ├── test_str.py
    │   │   ├── test_sun.py
    │   │   ├── test_sup.py
    │   │   ├── test_thr.py
    │   │   ├── test_tim.py
    │   │   ├── test_tok.py
    │   │   ├── test_typ.py
    │   │   ├── test_unp.py
    │   │   ├── test_use.py
    │   │   ├── test_xml.py
    │   │   ├── test_zli.py
    │   │   ├── threadin.py
    │   │   ├── tokenize.py
    │   │   ├── tracebac.py
    │   │   ├── userdict.py
    │   │   ├── userlist.py
    │   │   └── whatsoun.py
    │   ├── dospath.py
    │   ├── dumbdbm.py
    │   ├── dump.py
    │   ├── exceptions.py
    │   ├── fileinput.py
    │   ├── find.py
    │   ├── fnmatch.py
    │   ├── formatter.py
    │   ├── fpformat.py
    │   ├── ftplib.py
    │   ├── getopt.py
    │   ├── getpass.py
    │   ├── glob.py
    │   ├── gopherlib.py
    │   ├── grep.py
    │   ├── gzip.py
    │   ├── htmlentitydefs.py
    │   ├── htmllib.py
    │   ├── httplib.py
    │   ├── ihooks.py
    │   ├── imaplib.py
    │   ├── imghdr.py
    │   ├── keyword.py
    │   ├── knee.py
    │   ├── lib-old
    │   │   ├── addpack.py
    │   │   ├── codehack.py
    │   │   ├── fmt.py
    │   │   ├── lockfile.py
    │   │   ├── newdir.py
    │   │   ├── ni.py
    │   │   ├── Para.py
    │   │   ├── poly.py
    │   │   ├── rand.py
    │   │   ├── tb.py
    │   │   ├── whatsound.py
    │   │   └── zmod.py
    │   ├── lib-stdwin
    │   │   ├── Abstract.py
    │   │   ├── anywin.py
    │   │   ├── basewin.py
    │   │   ├── BoxParent.py
    │   │   ├── Buttons.py
    │   │   ├── CSplit.py
    │   │   ├── DirList.py
    │   │   ├── dirwin.py
    │   │   ├── filewin.py
    │   │   ├── formatter.py
    │   │   ├── FormSplit.py
    │   │   ├── gwin.py
    │   │   ├── Histogram.py
    │   │   ├── HVSplit.py
    │   │   ├── listwin.py
    │   │   ├── mainloop.py
    │   │   ├── rect.py
    │   │   ├── Sliders.py
    │   │   ├── Soundogram.py
    │   │   ├── Split.py
    │   │   ├── srcwin.py
    │   │   ├── stdwinevents.py
    │   │   ├── stdwinq.py
    │   │   ├── StripChart.py
    │   │   ├── tablewin.py
    │   │   ├── TextEdit.py
    │   │   ├── textwin.py
    │   │   ├── TransParent.py
    │   │   ├── VUMeter.py
    │   │   ├── wdbframewin.py
    │   │   ├── wdb.py
    │   │   ├── wdbsrcwin.py
    │   │   ├── WindowParent.py
    │   │   └── WindowSched.py
    │   ├── lib-tk
    │   │   ├── Canvas.py
    │   │   ├── Dialog.py
    │   │   ├── FileDialog.py
    │   │   ├── FixTk.py
    │   │   ├── ScrolledText.py
    │   │   ├── SimpleDialog.py
    │   │   ├── tkColorChooser.py
    │   │   ├── tkCommonDialog.py
    │   │   ├── Tkconstants.py
    │   │   ├── Tkdnd.py
    │   │   ├── tkFileDialog.py
    │   │   ├── tkFont.py
    │   │   ├── Tkinter.py
    │   │   ├── tkMessageBox.py
    │   │   └── tkSimpleDialog.py
    │   ├── linecache.py
    │   ├── locale.py
    │   ├── macpath.py
    │   ├── macurl2path.py
    │   ├── mailbox.py
    │   ├── mailcap.py
    │   ├── Makefile
    │   ├── mhlib.py
    │   ├── mimetools.py
    │   ├── mimetypes.py
    │   ├── MimeWriter.py
    │   ├── mimify.py
    │   ├── multifile.py
    │   ├── mutex.py
    │   ├── netrc.py
    │   ├── nntplib.py
    │   ├── ntpath.py
    │   ├── nturl2path.py
    │   ├── os.py
    │   ├── packmail.py
    │   ├── pdb.doc
    │   ├── pdb.py
    │   ├── pickle.py
    │   ├── pipes.py
    │   ├── plat-aix3
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   └── TERMIOS.py
    │   ├── plat-aix4
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   └── TERMIOS.py
    │   ├── plat-beos
    │   │   └── socket.py
    │   ├── plat-freebsd2
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   └── TERMIOS.py
    │   ├── plat-freebsd3
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   └── TERMIOS.py
    │   ├── plat-generic
    │   │   └── regen
    │   ├── plat-irix5
    │   │   ├── AL.py
    │   │   ├── cddb.py
    │   │   ├── cdplayer.py
    │   │   ├── CD.py
    │   │   ├── CL_old.py
    │   │   ├── CL.py
    │   │   ├── DEVICE.py
    │   │   ├── ERRNO.py
    │   │   ├── FCNTL.py
    │   │   ├── FILE.py
    │   │   ├── flp.doc
    │   │   ├── flp.py
    │   │   ├── FL.py
    │   │   ├── GET.py
    │   │   ├── GL.py
    │   │   ├── GLWS.py
    │   │   ├── IN.py
    │   │   ├── IOCTL.py
    │   │   ├── jpeg.py
    │   │   ├── panelparser.py
    │   │   ├── panel.py
    │   │   ├── readcd.doc
    │   │   ├── readcd.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   ├── SV.py
    │   │   ├── TERMIOS.py
    │   │   ├── torgb.py
    │   │   └── WAIT.py
    │   ├── plat-irix6
    │   │   ├── AL.py
    │   │   ├── cddb.py
    │   │   ├── cdplayer.py
    │   │   ├── CD.py
    │   │   ├── CL.py
    │   │   ├── DEVICE.py
    │   │   ├── ERRNO.py
    │   │   ├── FCNTL.py
    │   │   ├── FILE.py
    │   │   ├── flp.doc
    │   │   ├── flp.py
    │   │   ├── FL.py
    │   │   ├── GET.py
    │   │   ├── GL.py
    │   │   ├── GLWS.py
    │   │   ├── IN.py
    │   │   ├── IOCTL.py
    │   │   ├── jpeg.py
    │   │   ├── panelparser.py
    │   │   ├── panel.py
    │   │   ├── readcd.doc
    │   │   ├── readcd.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   ├── SV.py
    │   │   ├── TERMIOS.py
    │   │   ├── torgb.py
    │   │   └── WAIT.py
    │   ├── plat-linux1
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   └── TERMIOS.py
    │   ├── plat-linux2
    │   │   ├── CDROM.py
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   └── TERMIOS.py
    │   ├── plat-netbsd1
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   └── TERMIOS.py
    │   ├── plat-next3
    │   │   └── regen
    │   ├── plat-sunos4
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   ├── SUNAUDIODEV.py
    │   │   └── WAIT.py
    │   ├── plat-sunos5
    │   │   ├── CDIO.py
    │   │   ├── FCNTL.py
    │   │   ├── IN.py
    │   │   ├── regen
    │   │   ├── SOCKET.py
    │   │   ├── STROPTS.py
    │   │   ├── SUNAUDIODEV.py
    │   │   └── TERMIOS.py
    │   ├── plat-win
    │   │   └── socket.py
    │   ├── popen2.py
    │   ├── poplib.py
    │   ├── posixfile.py
    │   ├── posixpath.py
    │   ├── pprint.py
    │   ├── profile.doc
    │   ├── profile.py
    │   ├── pstats.py
    │   ├── pty.py
    │   ├── pyclbr.py
    │   ├── py_compile.py
    │   ├── Queue.py
    │   ├── quopri.py
    │   ├── random.py
    │   ├── reconvert.py
    │   ├── regex_syntax.py
    │   ├── regsub.py
    │   ├── repr.py
    │   ├── re.py
    │   ├── rexec.py
    │   ├── rfc822.py
    │   ├── rlcompleter.py
    │   ├── sched.py
    │   ├── sgmllib.py
    │   ├── shelve.py
    │   ├── shlex.py
    │   ├── shutil.py
    │   ├── SimpleHTTPServer.py
    │   ├── site.py
    │   ├── smtplib.py
    │   ├── sndhdr.py
    │   ├── SocketServer.py
    │   ├── statcache.py
    │   ├── stat.py
    │   ├── statvfs.py
    │   ├── StringIO.py
    │   ├── string.py
    │   ├── sunaudio.py
    │   ├── sunau.py
    │   ├── symbol.py
    │   ├── telnetlib.py
    │   ├── tempfile.py
    │   ├── test
    │   │   ├── audiotest.au
    │   │   ├── autotest.py
    │   │   ├── greyrgb.uue
    │   │   ├── __init__.py
    │   │   ├── output
    │   │   │   ├── test_al
    │   │   │   ├── test_array
    │   │   │   ├── test_audioop
    │   │   │   ├── test_binascii
    │   │   │   ├── test_bsddb
    │   │   │   ├── test_builtin
    │   │   │   ├── test_cd
    │   │   │   ├── test_cl
    │   │   │   ├── test_cmath
    │   │   │   ├── test_cpickle
    │   │   │   ├── test_crypt
    │   │   │   ├── test_dbm
    │   │   │   ├── test_dl
    │   │   │   ├── test_errno
    │   │   │   ├── test_exceptions
    │   │   │   ├── test_fcntl
    │   │   │   ├── test_gdbm
    │   │   │   ├── test_gl
    │   │   │   ├── test_grammar
    │   │   │   ├── test_grp
    │   │   │   ├── test_gzip
    │   │   │   ├── test_imageop
    │   │   │   ├── test_imgfile
    │   │   │   ├── test_long
    │   │   │   ├── test_math
    │   │   │   ├── test_md5
    │   │   │   ├── test_MimeWriter
    │   │   │   ├── test_new
    │   │   │   ├── test_nis
    │   │   │   ├── test_ntpath
    │   │   │   ├── test_opcodes
    │   │   │   ├── test_operations
    │   │   │   ├── test_operator
    │   │   │   ├── test_pickle
    │   │   │   ├── test_pkg
    │   │   │   ├── test_popen2
    │   │   │   ├── test_pow
    │   │   │   ├── test_pwd
    │   │   │   ├── test_re
    │   │   │   ├── test_regex
    │   │   │   ├── test_rfc822
    │   │   │   ├── test_rgbimg
    │   │   │   ├── test_rotor
    │   │   │   ├── test_select
    │   │   │   ├── test_sha
    │   │   │   ├── test_signal
    │   │   │   ├── test_socket
    │   │   │   ├── test_strftime
    │   │   │   ├── test_strop
    │   │   │   ├── test_struct
    │   │   │   ├── test_sunaudiodev
    │   │   │   ├── test_thread
    │   │   │   ├── test_time
    │   │   │   ├── test_timing
    │   │   │   ├── test_tokenize
    │   │   │   ├── test_types
    │   │   │   ├── test_unpack
    │   │   │   ├── test_userdict
    │   │   │   ├── test_userlist
    │   │   │   ├── test_xmllib
    │   │   │   └── test_zlib
    │   │   ├── pystone.py
    │   │   ├── regex_tests.py
    │   │   ├── regrtest.py
    │   │   ├── reperf.py
    │   │   ├── re_tests.py
    │   │   ├── sortperf.py
    │   │   ├── testall.py
    │   │   ├── test_al.py
    │   │   ├── test_array.py
    │   │   ├── test_audioop.py
    │   │   ├── test_b1.py
    │   │   ├── test_b2.py
    │   │   ├── test_binascii.py
    │   │   ├── test_bsddb.py
    │   │   ├── test_builtin.py
    │   │   ├── test_cd.py
    │   │   ├── test_cl.py
    │   │   ├── test_cmath.py
    │   │   ├── test_cpickle.py
    │   │   ├── test_crypt.py
    │   │   ├── test_dbm.py
    │   │   ├── test_dl.py
    │   │   ├── test_errno.py
    │   │   ├── test_exceptions.py
    │   │   ├── test_fcntl.py
    │   │   ├── test_gdbm.py
    │   │   ├── test_gl.py
    │   │   ├── test_grammar.py
    │   │   ├── test_grp.py
    │   │   ├── test_gzip.py
    │   │   ├── test_imageop.py
    │   │   ├── test_imgfile.py
    │   │   ├── testimgr.uue
    │   │   ├── testimg.uue
    │   │   ├── test_long.py
    │   │   ├── test_math.py
    │   │   ├── test_md5.py
    │   │   ├── test_MimeWriter.py
    │   │   ├── test_new.py
    │   │   ├── test_nis.py
    │   │   ├── test_ntpath.py
    │   │   ├── test_opcodes.py
    │   │   ├── test_operations.py
    │   │   ├── test_operator.py
    │   │   ├── test_pickle.py
    │   │   ├── test_pkg.py
    │   │   ├── test_popen2.py
    │   │   ├── test_pow.py
    │   │   ├── test_pwd.py
    │   │   ├── test_regex.py
    │   │   ├── test_re.py
    │   │   ├── test_rfc822.py
    │   │   ├── test_rgbimg.py
    │   │   ├── testrgb.uue
    │   │   ├── test_rotor.py
    │   │   ├── test_select.py
    │   │   ├── test_sha.py
    │   │   ├── test_signal.py
    │   │   ├── test_socket.py
    │   │   ├── test_strftime.py
    │   │   ├── test_strop.py
    │   │   ├── test_struct.py
    │   │   ├── test_sunaudiodev.py
    │   │   ├── test_support.py
    │   │   ├── test_thread.py
    │   │   ├── test_time.py
    │   │   ├── test_timing.py
    │   │   ├── test_tokenize.py
    │   │   ├── test_types.py
    │   │   ├── test_unpack.py
    │   │   ├── test_userdict.py
    │   │   ├── test_userlist.py
    │   │   ├── test_xmllib.py
    │   │   ├── test_zlib.py
    │   │   └── tokenize_tests.py
    │   ├── threading.py
    │   ├── toaiff.py
    │   ├── tokenize.py
    │   ├── token.py
    │   ├── traceback.py
    │   ├── tty.py
    │   ├── turtle.py
    │   ├── types.py
    │   ├── tzparse.py
    │   ├── urllib.py
    │   ├── urlparse.py
    │   ├── UserDict.py
    │   ├── UserList.py
    │   ├── user.py
    │   ├── util.py
    │   ├── uu.py
    │   ├── wave.py
    │   ├── whichdb.py
    │   ├── whrandom.py
    │   ├── xdrlib.py
    │   └── xmllib.py
    ├── Makefile.in
    ├── Misc
    │   ├── ACKS
    │   ├── AIX-NOTES
    │   ├── BLURB
    │   ├── BLURB.LUTZ
    │   ├── BLURB.WINDOWS
    │   ├── ccpy-style.el
    │   ├── cheatsheet
    │   ├── comparisons
    │   ├── COPYRIGHT
    │   ├── editline-fix
    │   ├── faq2html.py
    │   ├── Fixcprt.py
    │   ├── fixfuncptrs.sh
    │   ├── HISTORY
    │   ├── HPUX-NOTES
    │   ├── HYPE
    │   ├── indent.pro
    │   ├── Makefile
    │   ├── Makefile.pre.in
    │   ├── NEWS
    │   ├── NEXT-NOTES
    │   ├── Porting
    │   ├── PURIFY.README
    │   ├── python.man
    │   ├── python-mode.el
    │   ├── README
    │   ├── RENAME
    │   ├── renumber.py
    │   ├── RFD
    │   ├── setuid-prog.c
    │   └── vgrindefs
    ├── Modules
    │   ├── almodule.c
    │   ├── arraymodule.c
    │   ├── audioop.c
    │   ├── binascii.c
    │   ├── bsddbmodule.c
    │   ├── cdmodule.c
    │   ├── cgen.py
    │   ├── cgensupport.c
    │   ├── cgensupport.h
    │   ├── clmodule.c
    │   ├── cmathmodule.c
    │   ├── config.c.in
    │   ├── cPickle.c
    │   ├── cryptmodule.c
    │   ├── cStringIO.c
    │   ├── cstubs
    │   ├── cursesmodule.c
    │   ├── dbmmodule.c
    │   ├── dlmodule.c
    │   ├── errnomodule.c
    │   ├── fcntlmodule.c
    │   ├── flmodule.c
    │   ├── fmmodule.c
    │   ├── fpectlmodule.c
    │   ├── fpetestmodule.c
    │   ├── gdbmmodule.c
    │   ├── getbuildinfo.c
    │   ├── getpath.c
    │   ├── glmodule.c
    │   ├── grpmodule.c
    │   ├── imageop.c
    │   ├── imgfile.c
    │   ├── ld_so_aix
    │   ├── license.terms
    │   ├── _localemodule.c
    │   ├── main.c
    │   ├── Makefile.pre.in
    │   ├── makesetup
    │   ├── makexp_aix
    │   ├── mathmodule.c
    │   ├── md5c.c
    │   ├── md5.h
    │   ├── md5module.c
    │   ├── mpzmodule.c
    │   ├── newmodule.c
    │   ├── nismodule.c
    │   ├── operator.c
    │   ├── parsermodule.c
    │   ├── pcre.h
    │   ├── pcre-int.h
    │   ├── pcremodule.c
    │   ├── posixmodule.c
    │   ├── puremodule.c
    │   ├── pwdmodule.c
    │   ├── pypcre.c
    │   ├── python.c
    │   ├── readline.c
    │   ├── regexmodule.c
    │   ├── regexpr.c
    │   ├── regexpr.h
    │   ├── resource.c
    │   ├── rgbimgmodule.c
    │   ├── rotormodule.c
    │   ├── selectmodule.c
    │   ├── Setup.in
    │   ├── Setup.thread.in
    │   ├── sgimodule.c
    │   ├── shamodule.c
    │   ├── signalmodule.c
    │   ├── socketmodule.c
    │   ├── soundex.c
    │   ├── stdwinmodule.c
    │   ├── stropmodule.c
    │   ├── structmodule.c
    │   ├── sunaudiodev.c
    │   ├── svmodule.c
    │   ├── syslogmodule.c
    │   ├── tclNotify.c
    │   ├── termios.c
    │   ├── threadmodule.c
    │   ├── timemodule.c
    │   ├── timing.h
    │   ├── timingmodule.c
    │   ├── tkappinit.c
    │   ├── _tkinter.c
    │   ├── xxmodule.c
    │   ├── yuvconvert.c
    │   ├── yuv.h
    │   └── zlibmodule.c
    ├── Objects
    │   ├── abstract.c
    │   ├── bufferobject.c
    │   ├── classobject.c
    │   ├── cobject.c
    │   ├── complexobject.c
    │   ├── dictobject.c
    │   ├── fileobject.c
    │   ├── floatobject.c
    │   ├── frameobject.c
    │   ├── funcobject.c
    │   ├── intobject.c
    │   ├── listobject.c
    │   ├── longobject.c
    │   ├── Makefile.in
    │   ├── methodobject.c
    │   ├── moduleobject.c
    │   ├── object.c
    │   ├── rangeobject.c
    │   ├── sliceobject.c
    │   ├── stringobject.c
    │   ├── tupleobject.c
    │   ├── typeobject.c
    │   └── xxobject.c
    ├── Parser
    │   ├── acceler.c
    │   ├── assert.h
    │   ├── bitset.c
    │   ├── firstsets.c
    │   ├── grammar1.c
    │   ├── grammar.c
    │   ├── intrcheck.c
    │   ├── listnode.c
    │   ├── Makefile.in
    │   ├── metagrammar.c
    │   ├── myreadline.c
    │   ├── node.c
    │   ├── parser.c
    │   ├── parser.h
    │   ├── parsetok.c
    │   ├── pgen.c
    │   ├── pgen.h
    │   ├── pgenmain.c
    │   ├── printgrammar.c
    │   ├── tokenizer.c
    │   └── tokenizer.h
    ├── PC
    │   ├── config.c
    │   ├── config.h
    │   ├── dllbase_nt.txt
    │   ├── dl_nt.c
    │   ├── example_nt
    │   │   ├── example.c
    │   │   ├── example.def
    │   │   ├── example.dsp
    │   │   ├── example.dsw
    │   │   ├── example.mak
    │   │   └── readme.txt
    │   ├── frozen_dllmain.c
    │   ├── getpathp.c
    │   ├── import_nt.c
    │   ├── make8x3.py
    │   ├── makesrc.exe
    │   ├── msvcrtmodule.c
    │   ├── os2vacpp
    │   │   ├── config.c
    │   │   ├── config.h
    │   │   ├── getpathp.c
    │   │   ├── makefile
    │   │   ├── makefile.omk
    │   │   ├── python.def
    │   │   ├── readme.txt
    │   │   └── _tkinter.def
    │   ├── pyc.ico
    │   ├── pycon.ico
    │   ├── py.ico
    │   ├── python_exe.rc
    │   ├── python.mk
    │   ├── python_nt.rc
    │   ├── python.wpj
    │   ├── pyth_w31.def
    │   ├── readme.txt
    │   ├── src
    │   │   └── readme.txt
    │   ├── testpy.py
    │   ├── utils
    │   │   ├── makesrc.c
    │   │   ├── makesrc.lk1
    │   │   ├── makesrc.mk1
    │   │   ├── makesrc.tgt
    │   │   ├── utils.mk
    │   │   └── utils.wpj
    │   ├── vc15_lib
    │   │   ├── _.c
    │   │   ├── python.mak
    │   │   ├── python.vcw
    │   │   └── python.wsp
    │   ├── vc15_w31
    │   │   ├── _.c
    │   │   ├── pyth_w31.mak
    │   │   ├── pyth_w31.pdb
    │   │   ├── pyth_w31.vcw
    │   │   └── pyth_w31.wsp
    │   ├── wat_dos
    │   │   ├── pyth_dos.lk1
    │   │   ├── pyth_dos.mk1
    │   │   └── pyth_dos.tgt
    │   ├── wat_os2
    │   │   ├── pyth_os2.lk1
    │   │   ├── pyth_os2.mk1
    │   │   └── pyth_os2.tgt
    │   ├── WinMain.c
    │   └── winsound.c
    ├── PCbuild
    │   ├── bsddb.dsp
    │   ├── parser.dsp
    │   ├── pcbuild.dsw
    │   ├── python15.dsp
    │   ├── python15.wse
    │   ├── python.dsp
    │   ├── pythonw.dsp
    │   ├── readme.txt
    │   ├── _tkinter.dsp
    │   └── zlib.dsp
    ├── Python
    │   ├── atof.c
    │   ├── bltinmodule.c
    │   ├── ceval.c
    │   ├── compile.c
    │   ├── dup2.c
    │   ├── errors.c
    │   ├── fmod.c
    │   ├── frozen.c
    │   ├── frozenmain.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
    │   ├── Makefile.in
    │   ├── marshal.c
    │   ├── memmove.c
    │   ├── modsupport.c
    │   ├── mystrtoul.c
    │   ├── pyfpe.c
    │   ├── pystate.c
    │   ├── pythonrun.c
    │   ├── sigcheck.c
    │   ├── strdup.c
    │   ├── strerror.c
    │   ├── strtod.c
    │   ├── structmember.c
    │   ├── sysmodule.c
    │   ├── thread_beos.h
    │   ├── thread.c
    │   ├── thread_cthread.h
    │   ├── thread_foobar.h
    │   ├── thread_lwp.h
    │   ├── thread_nt.h
    │   ├── thread_os2.h
    │   ├── thread_pthread.h
    │   ├── thread_sgi.h
    │   ├── thread_solaris.h
    │   ├── thread_wince.h
    │   └── traceback.c
    ├── README
    └── Tools
        ├── audiopy
        │   ├── audiopy
        │   └── README
        ├── bgen
        │   ├── bgen
        │   │   ├── bgenBuffer.py
        │   │   ├── bgenGeneratorGroup.py
        │   │   ├── bgenGenerator.py
        │   │   ├── bgenHeapBuffer.py
        │   │   ├── bgenlocations.py
        │   │   ├── bgenModule.py
        │   │   ├── bgenObjectDefinition.py
        │   │   ├── bgenOutput.py
        │   │   ├── bgen.py
        │   │   ├── bgenStackBuffer.py
        │   │   ├── bgenStringBuffer.py
        │   │   ├── bgenType.py
        │   │   ├── bgenVariable.py
        │   │   ├── macsupport.py
        │   │   └── scantools.py
        │   └── README
        ├── faqwiz
        │   ├── faqconf.py
        │   ├── faqcust.py
        │   ├── faqwiz.py
        │   ├── faqw.py
        │   └── README
        ├── freeze
        │   ├── bkfile.py
        │   ├── checkextensions.py
        │   ├── checkextensions_win32.py
        │   ├── extensions_win32.ini
        │   ├── freeze.py
        │   ├── hello.py
        │   ├── makeconfig.py
        │   ├── makefreeze.py
        │   ├── makemakefile.py
        │   ├── modulefinder.py
        │   ├── parsesetup.py
        │   ├── README
        │   ├── win32.html
        │   └── winmakemakefile.py
        ├── idle
        │   ├── AutoExpand.py
        │   ├── AutoIndent.py
        │   ├── Bindings.py
        │   ├── ChangeLog
        │   ├── ClassBrowser.py
        │   ├── ColorDelegator.py
        │   ├── Debugger.py
        │   ├── Delegator.py
        │   ├── EditorWindow.py
        │   ├── eventparse.py
        │   ├── extend.py
        │   ├── extend.txt
        │   ├── FileList.py
        │   ├── FormatParagraph.py
        │   ├── FrameViewer.py
        │   ├── GrepDialog.py
        │   ├── help.txt
        │   ├── History.py
        │   ├── idle.bat
        │   ├── idle.py
        │   ├── idle.pyw
        │   ├── idlever.py
        │   ├── IOBinding.py
        │   ├── keydefs.py
        │   ├── MultiScrolledLists.py
        │   ├── NEWS.txt
        │   ├── OutputWindow.py
        │   ├── PathBrowser.py
        │   ├── Percolator.py
        │   ├── PyShell.py
        │   ├── README.txt
        │   ├── ReplaceDialog.py
        │   ├── ScriptBinding.py
        │   ├── ScrolledList.py
        │   ├── SearchBinding.py
        │   ├── SearchDialogBase.py
        │   ├── SearchDialog.py
        │   ├── SearchEngine.py
        │   ├── Separator.py
        │   ├── StackViewer.py
        │   ├── testcode.py
        │   ├── TODO.txt
        │   ├── UndoDelegator.py
        │   ├── WidgetRedirector.py
        │   ├── WindowList.py
        │   └── ZoomHeight.py
        ├── modulator
        │   ├── EXAMPLE.py
        │   ├── genmodule.py
        │   ├── modulator.py
        │   ├── README
        │   ├── ScrolledListbox.py
        │   ├── Templates
        │   │   ├── copyright
        │   │   ├── module_head
        │   │   ├── module_method
        │   │   ├── module_tail
        │   │   ├── object_head
        │   │   ├── object_method
        │   │   ├── object_mlist
        │   │   ├── object_new
        │   │   ├── object_structure
        │   │   ├── object_tail
        │   │   ├── object_tp_as_mapping
        │   │   ├── object_tp_as_number
        │   │   ├── object_tp_as_sequence
        │   │   ├── object_tp_call
        │   │   ├── object_tp_compare
        │   │   ├── object_tp_dealloc
        │   │   ├── object_tp_getattr
        │   │   ├── object_tp_hash
        │   │   ├── object_tp_print
        │   │   ├── object_tp_repr
        │   │   ├── object_tp_setattr
        │   │   └── object_tp_str
        │   ├── Tkextra.py
        │   └── varsubst.py
        ├── pynche
        │   ├── ChipViewer.py
        │   ├── ColorDB.py
        │   ├── DetailsViewer.py
        │   ├── __init__.py
        │   ├── ListViewer.py
        │   ├── Main.py
        │   ├── pyColorChooser.py
        │   ├── pynche
        │   ├── pynche.pyw
        │   ├── PyncheWidget.py
        │   ├── README
        │   ├── StripViewer.py
        │   ├── Switchboard.py
        │   ├── TextViewer.py
        │   ├── TypeinViewer.py
        │   └── X
        │       ├── rgb.txt
        │       └── xlicense.txt
        ├── README
        ├── scripts
        │   ├── byteyears.py
        │   ├── checkpyc.py
        │   ├── classfix.py
        │   ├── copytime.py
        │   ├── crlf.py
        │   ├── cvsfiles.py
        │   ├── dutree.doc
        │   ├── dutree.py
        │   ├── eptags.py
        │   ├── findlinksto.py
        │   ├── fixcid.py
        │   ├── fixheader.py
        │   ├── fixnotice.py
        │   ├── fixps.py
        │   ├── ftpmirror.py
        │   ├── h2py.py
        │   ├── ifdef.py
        │   ├── lfcr.py
        │   ├── linktree.py
        │   ├── lll.py
        │   ├── logmerge.py
        │   ├── mailerdaemon.py
        │   ├── methfix.py
        │   ├── mkreal.py
        │   ├── ndiff.py
        │   ├── nm2def.py
        │   ├── objgraph.py
        │   ├── pathfix.py
        │   ├── pdeps.py
        │   ├── pindent.py
        │   ├── ptags.py
        │   ├── README
        │   ├── rgrep.py
        │   ├── suff.py
        │   ├── sum5.py
        │   ├── tabnanny.py
        │   ├── tabpolice.py
        │   ├── texi2html.py
        │   ├── treesync.py
        │   ├── untabify.py
        │   ├── which.py
        │   └── xxci.py
        ├── versioncheck
        │   ├── _checkversion.py
        │   ├── checkversions.py
        │   ├── pyversioncheck.py
        │   └── README
        ├── webchecker
        │   ├── README
        │   ├── robotparser.py
        │   ├── tktools.py
        │   ├── wcgui.py
        │   ├── wcmac.py
        │   ├── wcnew.py
        │   ├── webchecker.py
        │   ├── websucker.py
        │   └── wsgui.py
        └── world
            ├── README
            └── world

90 directories, 1421 files

实例下载地址

Python语言编译器

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警