嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Python-2.7.13.tgz
.
├── Python-2.7.13
│ ├── Demo
│ │ ├── README
│ │ ├── cgi
│ │ ├── classes
│ │ ├── comparisons
│ │ ├── curses
│ │ ├── embed
│ │ ├── md5test
│ │ ├── metaclasses
│ │ ├── newmetaclasses
│ │ ├── parser
│ │ ├── pdist
│ │ ├── pysvr
│ │ ├── rpc
│ │ ├── scripts
│ │ ├── sockets
│ │ ├── threads
│ │ ├── tix
│ │ ├── tkinter
│ │ ├── turtle
│ │ ├── xml
│ │ └── zlib
│ ├── Doc
│ │ ├── Makefile
│ │ ├── README.txt
│ │ ├── about.rst
│ │ ├── bugs.rst
│ │ ├── c-api
│ │ ├── conf.py
│ │ ├── contents.rst
│ │ ├── copyright.rst
│ │ ├── data
│ │ ├── distributing
│ │ ├── distutils
│ │ ├── extending
│ │ ├── faq
│ │ ├── glossary.rst
│ │ ├── howto
│ │ ├── includes
│ │ ├── install
│ │ ├── installing
│ │ ├── library
│ │ ├── license.rst
│ │ ├── make.bat
│ │ ├── reference
│ │ ├── tools
│ │ ├── tutorial
│ │ ├── using
│ │ └── whatsnew
│ ├── Grammar
│ │ └── Grammar
│ ├── Include
│ │ ├── Python-ast.h
│ │ ├── Python.h
│ │ ├── abstract.h
│ │ ├── asdl.h
│ │ ├── ast.h
│ │ ├── bitset.h
│ │ ├── boolobject.h
│ │ ├── bufferobject.h
│ │ ├── bytearrayobject.h
│ │ ├── bytes_methods.h
│ │ ├── bytesobject.h
│ │ ├── cStringIO.h
│ │ ├── cellobject.h
│ │ ├── ceval.h
│ │ ├── classobject.h
│ │ ├── cobject.h
│ │ ├── code.h
│ │ ├── codecs.h
│ │ ├── compile.h
│ │ ├── complexobject.h
│ │ ├── datetime.h
│ │ ├── descrobject.h
│ │ ├── dictobject.h
│ │ ├── dtoa.h
│ │ ├── enumobject.h
│ │ ├── errcode.h
│ │ ├── eval.h
│ │ ├── fileobject.h
│ │ ├── floatobject.h
│ │ ├── frameobject.h
│ │ ├── funcobject.h
│ │ ├── genobject.h
│ │ ├── graminit.h
│ │ ├── grammar.h
│ │ ├── import.h
│ │ ├── intobject.h
│ │ ├── intrcheck.h
│ │ ├── iterobject.h
│ │ ├── listobject.h
│ │ ├── longintrepr.h
│ │ ├── longobject.h
│ │ ├── marshal.h
│ │ ├── memoryobject.h
│ │ ├── metagrammar.h
│ │ ├── methodobject.h
│ │ ├── modsupport.h
│ │ ├── moduleobject.h
│ │ ├── node.h
│ │ ├── object.h
│ │ ├── objimpl.h
│ │ ├── opcode.h
│ │ ├── osdefs.h
│ │ ├── parsetok.h
│ │ ├── patchlevel.h
│ │ ├── pgen.h
│ │ ├── pgenheaders.h
│ │ ├── py_curses.h
│ │ ├── pyarena.h
│ │ ├── pycapsule.h
│ │ ├── pyctype.h
│ │ ├── pydebug.h
│ │ ├── pyerrors.h
│ │ ├── pyexpat.h
│ │ ├── pyfpe.h
│ │ ├── pygetopt.h
│ │ ├── pymacconfig.h
│ │ ├── pymactoolbox.h
│ │ ├── pymath.h
│ │ ├── pymem.h
│ │ ├── pyport.h
│ │ ├── pystate.h
│ │ ├── pystrcmp.h
│ │ ├── pystrtod.h
│ │ ├── pythonrun.h
│ │ ├── pythread.h
│ │ ├── rangeobject.h
│ │ ├── setobject.h
│ │ ├── sliceobject.h
│ │ ├── stringobject.h
│ │ ├── structmember.h
│ │ ├── structseq.h
│ │ ├── symtable.h
│ │ ├── sysmodule.h
│ │ ├── timefuncs.h
│ │ ├── token.h
│ │ ├── traceback.h
│ │ ├── tupleobject.h
│ │ ├── ucnhash.h
│ │ ├── unicodeobject.h
│ │ ├── warnings.h
│ │ └── weakrefobject.h
│ ├── LICENSE
│ ├── Lib
│ │ ├── BaseHTTPServer.py
│ │ ├── Bastion.py
│ │ ├── CGIHTTPServer.py
│ │ ├── ConfigParser.py
│ │ ├── Cookie.py
│ │ ├── DocXMLRPCServer.py
│ │ ├── HTMLParser.py
│ │ ├── MimeWriter.py
│ │ ├── Queue.py
│ │ ├── SimpleHTTPServer.py
│ │ ├── SimpleXMLRPCServer.py
│ │ ├── SocketServer.py
│ │ ├── StringIO.py
│ │ ├── UserDict.py
│ │ ├── UserList.py
│ │ ├── UserString.py
│ │ ├── _LWPCookieJar.py
│ │ ├── _MozillaCookieJar.py
│ │ ├── __future__.py
│ │ ├── __phello__.foo.py
│ │ ├── _abcoll.py
│ │ ├── _osx_support.py
│ │ ├── _pyio.py
│ │ ├── _strptime.py
│ │ ├── _threading_local.py
│ │ ├── _weakrefset.py
│ │ ├── abc.py
│ │ ├── aifc.py
│ │ ├── antigravity.py
│ │ ├── anydbm.py
│ │ ├── argparse.py
│ │ ├── ast.py
│ │ ├── asynchat.py
│ │ ├── asyncore.py
│ │ ├── atexit.py
│ │ ├── audiodev.py
│ │ ├── base64.py
│ │ ├── bdb.py
│ │ ├── binhex.py
│ │ ├── bisect.py
│ │ ├── bsddb
│ │ ├── cProfile.py
│ │ ├── calendar.py
│ │ ├── cgi.py
│ │ ├── cgitb.py
│ │ ├── chunk.py
│ │ ├── cmd.py
│ │ ├── code.py
│ │ ├── codecs.py
│ │ ├── codeop.py
│ │ ├── collections.py
│ │ ├── colorsys.py
│ │ ├── commands.py
│ │ ├── compileall.py
│ │ ├── compiler
│ │ ├── contextlib.py
│ │ ├── cookielib.py
│ │ ├── copy.py
│ │ ├── copy_reg.py
│ │ ├── csv.py
│ │ ├── ctypes
│ │ ├── curses
│ │ ├── dbhash.py
│ │ ├── decimal.py
│ │ ├── difflib.py
│ │ ├── dircache.py
│ │ ├── dis.py
│ │ ├── distutils
│ │ ├── doctest.py
│ │ ├── dumbdbm.py
│ │ ├── dummy_thread.py
│ │ ├── dummy_threading.py
│ │ ├── email
│ │ ├── encodings
│ │ ├── ensurepip
│ │ ├── filecmp.py
│ │ ├── fileinput.py
│ │ ├── fnmatch.py
│ │ ├── formatter.py
│ │ ├── fpformat.py
│ │ ├── fractions.py
│ │ ├── ftplib.py
│ │ ├── functools.py
│ │ ├── genericpath.py
│ │ ├── getopt.py
│ │ ├── getpass.py
│ │ ├── gettext.py
│ │ ├── glob.py
│ │ ├── gzip.py
│ │ ├── hashlib.py
│ │ ├── heapq.py
│ │ ├── hmac.py
│ │ ├── hotshot
│ │ ├── htmlentitydefs.py
│ │ ├── htmllib.py
│ │ ├── httplib.py
│ │ ├── idlelib
│ │ ├── ihooks.py
│ │ ├── imaplib.py
│ │ ├── imghdr.py
│ │ ├── importlib
│ │ ├── imputil.py
│ │ ├── inspect.py
│ │ ├── io.py
│ │ ├── json
│ │ ├── keyword.py
│ │ ├── lib-tk
│ │ ├── lib2to3
│ │ ├── linecache.py
│ │ ├── locale.py
│ │ ├── logging
│ │ ├── macpath.py
│ │ ├── macurl2path.py
│ │ ├── mailbox.py
│ │ ├── mailcap.py
│ │ ├── markupbase.py
│ │ ├── md5.py
│ │ ├── mhlib.py
│ │ ├── mimetools.py
│ │ ├── mimetypes.py
│ │ ├── mimify.py
│ │ ├── modulefinder.py
│ │ ├── msilib
│ │ ├── multifile.py
│ │ ├── multiprocessing
│ │ ├── mutex.py
│ │ ├── netrc.py
│ │ ├── new.py
│ │ ├── nntplib.py
│ │ ├── ntpath.py
│ │ ├── nturl2path.py
│ │ ├── numbers.py
│ │ ├── opcode.py
│ │ ├── optparse.py
│ │ ├── os.py
│ │ ├── os2emxpath.py
│ │ ├── pdb.doc
│ │ ├── pdb.py
│ │ ├── pickle.py
│ │ ├── pickletools.py
│ │ ├── pipes.py
│ │ ├── pkgutil.py
│ │ ├── plat-aix3
│ │ ├── plat-aix4
│ │ ├── plat-atheos
│ │ ├── plat-beos5
│ │ ├── plat-darwin
│ │ ├── plat-freebsd4
│ │ ├── plat-freebsd5
│ │ ├── plat-freebsd6
│ │ ├── plat-freebsd7
│ │ ├── plat-freebsd8
│ │ ├── plat-generic
│ │ ├── plat-irix5
│ │ ├── plat-irix6
│ │ ├── plat-linux2
│ │ ├── plat-mac
│ │ ├── plat-netbsd1
│ │ ├── plat-next3
│ │ ├── plat-os2emx
│ │ ├── plat-riscos
│ │ ├── plat-sunos5
│ │ ├── plat-unixware7
│ │ ├── platform.py
│ │ ├── plistlib.py
│ │ ├── popen2.py
│ │ ├── poplib.py
│ │ ├── posixfile.py
│ │ ├── posixpath.py
│ │ ├── pprint.py
│ │ ├── profile.py
│ │ ├── pstats.py
│ │ ├── pty.py
│ │ ├── py_compile.py
│ │ ├── pyclbr.py
│ │ ├── pydoc.py
│ │ ├── pydoc_data
│ │ ├── 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
│ │ ├── site.py
│ │ ├── smtpd.py
│ │ ├── smtplib.py
│ │ ├── sndhdr.py
│ │ ├── socket.py
│ │ ├── sqlite3
│ │ ├── sre.py
│ │ ├── sre_compile.py
│ │ ├── sre_constants.py
│ │ ├── sre_parse.py
│ │ ├── ssl.py
│ │ ├── stat.py
│ │ ├── statvfs.py
│ │ ├── string.py
│ │ ├── stringold.py
│ │ ├── stringprep.py
│ │ ├── struct.py
│ │ ├── subprocess.py
│ │ ├── sunau.py
│ │ ├── sunaudio.py
│ │ ├── symbol.py
│ │ ├── symtable.py
│ │ ├── sysconfig.py
│ │ ├── tabnanny.py
│ │ ├── tarfile.py
│ │ ├── telnetlib.py
│ │ ├── tempfile.py
│ │ ├── test
│ │ ├── textwrap.py
│ │ ├── this.py
│ │ ├── threading.py
│ │ ├── timeit.py
│ │ ├── toaiff.py
│ │ ├── token.py
│ │ ├── tokenize.py
│ │ ├── trace.py
│ │ ├── traceback.py
│ │ ├── tty.py
│ │ ├── types.py
│ │ ├── unittest
│ │ ├── urllib.py
│ │ ├── urllib2.py
│ │ ├── urlparse.py
│ │ ├── user.py
│ │ ├── uu.py
│ │ ├── uuid.py
│ │ ├── warnings.py
│ │ ├── wave.py
│ │ ├── weakref.py
│ │ ├── webbrowser.py
│ │ ├── whichdb.py
│ │ ├── wsgiref
│ │ ├── wsgiref.egg-info
│ │ ├── xdrlib.py
│ │ ├── xml
│ │ ├── xmllib.py
│ │ ├── xmlrpclib.py
│ │ └── zipfile.py
│ ├── Mac
│ │ ├── BuildScript
│ │ ├── Demo
│ │ ├── Extras.ReadMe.txt
│ │ ├── Extras.install.py
│ │ ├── IDLE
│ │ ├── Icons
│ │ ├── Makefile.in
│ │ ├── Modules
│ │ ├── PythonLauncher
│ │ ├── README
│ │ ├── Resources
│ │ ├── Tools
│ │ └── scripts
│ ├── Makefile.pre.in
│ ├── Misc
│ │ ├── ACKS
│ │ ├── BeOS-NOTES
│ │ ├── BeOS-setup.py
│ │ ├── HISTORY
│ │ ├── NEWS
│ │ ├── Porting
│ │ ├── README
│ │ ├── README.AIX
│ │ ├── README.Emacs
│ │ ├── README.OpenBSD
│ │ ├── README.coverity
│ │ ├── README.klocwork
│ │ ├── README.valgrind
│ │ ├── RFD
│ │ ├── SpecialBuilds.txt
│ │ ├── TextMate
│ │ ├── Vim
│ │ ├── cheatsheet
│ │ ├── developers.txt
│ │ ├── gdbinit
│ │ ├── indent.pro
│ │ ├── maintainers.rst
│ │ ├── pymemcompat.h
│ │ ├── python-config.in
│ │ ├── python-wing3.wpr
│ │ ├── python-wing4.wpr
│ │ ├── python.man
│ │ ├── python.pc.in
│ │ ├── setuid-prog.c
│ │ ├── valgrind-python.supp
│ │ └── vgrindefs
│ ├── Modules
│ │ ├── Setup.config.in
│ │ ├── Setup.dist
│ │ ├── _bisectmodule.c
│ │ ├── _bsddb.c
│ │ ├── _codecsmodule.c
│ │ ├── _collectionsmodule.c
│ │ ├── _csv.c
│ │ ├── _ctypes
│ │ ├── _curses_panel.c
│ │ ├── _cursesmodule.c
│ │ ├── _elementtree.c
│ │ ├── _functoolsmodule.c
│ │ ├── _hashopenssl.c
│ │ ├── _heapqmodule.c
│ │ ├── _hotshot.c
│ │ ├── _io
│ │ ├── _json.c
│ │ ├── _localemodule.c
│ │ ├── _lsprof.c
│ │ ├── _math.c
│ │ ├── _math.h
│ │ ├── _multiprocessing
│ │ ├── _randommodule.c
│ │ ├── _sqlite
│ │ ├── _sre.c
│ │ ├── _ssl.c
│ │ ├── _ssl_data.h
│ │ ├── _struct.c
│ │ ├── _testcapimodule.c
│ │ ├── _tkinter.c
│ │ ├── _weakref.c
│ │ ├── addrinfo.h
│ │ ├── almodule.c
│ │ ├── ar_beos
│ │ ├── arraymodule.c
│ │ ├── audioop.c
│ │ ├── binascii.c
│ │ ├── bsddb.h
│ │ ├── bsddbmodule.c
│ │ ├── bz2module.c
│ │ ├── cPickle.c
│ │ ├── cStringIO.c
│ │ ├── cdmodule.c
│ │ ├── cgen.py
│ │ ├── cgensupport.c
│ │ ├── cgensupport.h
│ │ ├── cjkcodecs
│ │ ├── clmodule.c
│ │ ├── cmathmodule.c
│ │ ├── config.c.in
│ │ ├── cryptmodule.c
│ │ ├── cstubs
│ │ ├── datetimemodule.c
│ │ ├── dbmmodule.c
│ │ ├── dlmodule.c
│ │ ├── errnomodule.c
│ │ ├── expat
│ │ ├── fcntlmodule.c
│ │ ├── flmodule.c
│ │ ├── fmmodule.c
│ │ ├── fpectlmodule.c
│ │ ├── fpetestmodule.c
│ │ ├── future_builtins.c
│ │ ├── gc_weakref.txt
│ │ ├── gcmodule.c
│ │ ├── gdbmmodule.c
│ │ ├── getaddrinfo.c
│ │ ├── getbuildinfo.c
│ │ ├── getnameinfo.c
│ │ ├── getpath.c
│ │ ├── glmodule.c
│ │ ├── grpmodule.c
│ │ ├── imageop.c
│ │ ├── imgfile.c
│ │ ├── itertoolsmodule.c
│ │ ├── ld_so_aix.in
│ │ ├── ld_so_beos
│ │ ├── linuxaudiodev.c
│ │ ├── main.c
│ │ ├── makesetup
│ │ ├── makexp_aix
│ │ ├── mathmodule.c
│ │ ├── md5.c
│ │ ├── md5.h
│ │ ├── md5module.c
│ │ ├── mmapmodule.c
│ │ ├── nismodule.c
│ │ ├── operator.c
│ │ ├── ossaudiodev.c
│ │ ├── parsermodule.c
│ │ ├── posixmodule.c
│ │ ├── posixmodule.h
│ │ ├── puremodule.c
│ │ ├── pwdmodule.c
│ │ ├── pyexpat.c
│ │ ├── python.c
│ │ ├── readline.c
│ │ ├── resource.c
│ │ ├── rotatingtree.c
│ │ ├── rotatingtree.h
│ │ ├── selectmodule.c
│ │ ├── sgimodule.c
│ │ ├── sha256module.c
│ │ ├── sha512module.c
│ │ ├── shamodule.c
│ │ ├── signalmodule.c
│ │ ├── socketmodule.c
│ │ ├── socketmodule.h
│ │ ├── spwdmodule.c
│ │ ├── sre.h
│ │ ├── sre_constants.h
│ │ ├── stropmodule.c
│ │ ├── sunaudiodev.c
│ │ ├── svmodule.c
│ │ ├── symtablemodule.c
│ │ ├── syslogmodule.c
│ │ ├── termios.c
│ │ ├── testcapi_long.h
│ │ ├── threadmodule.c
│ │ ├── timemodule.c
│ │ ├── timing.h
│ │ ├── timingmodule.c
│ │ ├── tkappinit.c
│ │ ├── tkinter.h
│ │ ├── unicodedata.c
│ │ ├── unicodedata_db.h
│ │ ├── unicodename_db.h
│ │ ├── xxmodule.c
│ │ ├── xxsubtype.c
│ │ ├── yuv.h
│ │ ├── yuvconvert.c
│ │ ├── zipimport.c
│ │ ├── zlib
│ │ └── zlibmodule.c
│ ├── Objects
│ │ ├── abstract.c
│ │ ├── boolobject.c
│ │ ├── bufferobject.c
│ │ ├── bytearrayobject.c
│ │ ├── bytes_methods.c
│ │ ├── capsule.c
│ │ ├── cellobject.c
│ │ ├── classobject.c
│ │ ├── cobject.c
│ │ ├── codeobject.c
│ │ ├── complexobject.c
│ │ ├── descrobject.c
│ │ ├── dictnotes.txt
│ │ ├── dictobject.c
│ │ ├── enumobject.c
│ │ ├── exceptions.c
│ │ ├── fileobject.c
│ │ ├── floatobject.c
│ │ ├── frameobject.c
│ │ ├── funcobject.c
│ │ ├── genobject.c
│ │ ├── intobject.c
│ │ ├── iterobject.c
│ │ ├── listobject.c
│ │ ├── listsort.txt
│ │ ├── lnotab_notes.txt
│ │ ├── longobject.c
│ │ ├── memoryobject.c
│ │ ├── methodobject.c
│ │ ├── moduleobject.c
│ │ ├── object.c
│ │ ├── obmalloc.c
│ │ ├── rangeobject.c
│ │ ├── setobject.c
│ │ ├── sliceobject.c
│ │ ├── stringlib
│ │ ├── stringobject.c
│ │ ├── structseq.c
│ │ ├── tupleobject.c
│ │ ├── typeobject.c
│ │ ├── unicodectype.c
│ │ ├── unicodeobject.c
│ │ ├── unicodetype_db.h
│ │ └── weakrefobject.c
│ ├── PC
│ │ ├── VC6
│ │ ├── VS7.1
│ │ ├── VS8.0
│ │ ├── VS9.0
│ │ ├── WinMain.c
│ │ ├── _msi.c
│ │ ├── _subprocess.c
│ │ ├── _winreg.c
│ │ ├── bdist_wininst
│ │ ├── config.c
│ │ ├── dl_nt.c
│ │ ├── dllbase_nt.txt
│ │ ├── empty.c
│ │ ├── errmap.h
│ │ ├── errmap.mak
│ │ ├── frozen_dllmain.c
│ │ ├── generrmap.c
│ │ ├── getpathp.c
│ │ ├── icons.mak
│ │ ├── icons.rc
│ │ ├── import_nt.c
│ │ ├── make_versioninfo.c
│ │ ├── msvcrtmodule.c
│ │ ├── os2emx
│ │ ├── os2vacpp
│ │ ├── py.ico
│ │ ├── pyc.ico
│ │ ├── pycon.ico
│ │ ├── pyconfig.h
│ │ ├── python.mk
│ │ ├── python_exe.rc
│ │ ├── python_nt.rc
│ │ ├── readme.txt
│ │ ├── testpy.py
│ │ ├── w9xpopen.c
│ │ └── winsound.c
│ ├── PCbuild
│ │ ├── _bsddb.vcxproj
│ │ ├── _bsddb.vcxproj.filters
│ │ ├── _ctypes.vcxproj
│ │ ├── _ctypes.vcxproj.filters
│ │ ├── _ctypes_test.vcxproj
│ │ ├── _ctypes_test.vcxproj.filters
│ │ ├── _elementtree.vcxproj
│ │ ├── _elementtree.vcxproj.filters
│ │ ├── _hashlib.vcxproj
│ │ ├── _hashlib.vcxproj.filters
│ │ ├── _msi.vcxproj
│ │ ├── _msi.vcxproj.filters
│ │ ├── _multiprocessing.vcxproj
│ │ ├── _multiprocessing.vcxproj.filters
│ │ ├── _socket.vcxproj
│ │ ├── _socket.vcxproj.filters
│ │ ├── _sqlite3.vcxproj
│ │ ├── _sqlite3.vcxproj.filters
│ │ ├── _ssl.vcxproj
│ │ ├── _ssl.vcxproj.filters
│ │ ├── _testcapi.vcxproj
│ │ ├── _testcapi.vcxproj.filters
│ │ ├── _tkinter.vcxproj
│ │ ├── _tkinter.vcxproj.filters
│ │ ├── build.bat
│ │ ├── build_env.bat
│ │ ├── build_pgo.bat
│ │ ├── bz2.vcxproj
│ │ ├── bz2.vcxproj.filters
│ │ ├── clean.bat
│ │ ├── env.bat
│ │ ├── field3.py
│ │ ├── get_externals.bat
│ │ ├── idle.bat
│ │ ├── installer.bmp
│ │ ├── libeay.vcxproj
│ │ ├── openssl.props
│ │ ├── pcbuild.proj
│ │ ├── pcbuild.sln
│ │ ├── prepare_ssl.py
│ │ ├── pyexpat.vcxproj
│ │ ├── pyexpat.vcxproj.filters
│ │ ├── pyproject.props
│ │ ├── python.props
│ │ ├── python.vcxproj
│ │ ├── python.vcxproj.filters
│ │ ├── pythoncore.vcxproj
│ │ ├── pythoncore.vcxproj.filters
│ │ ├── pythonw.vcxproj
│ │ ├── pythonw.vcxproj.filters
│ │ ├── readme.txt
│ │ ├── rmpyc.py
│ │ ├── rt.bat
│ │ ├── select.vcxproj
│ │ ├── select.vcxproj.filters
│ │ ├── sqlite3.vcxproj
│ │ ├── sqlite3.vcxproj.filters
│ │ ├── ssleay.vcxproj
│ │ ├── tcl.vcxproj
│ │ ├── tcltk.props
│ │ ├── tix.vcxproj
│ │ ├── tk.vcxproj
│ │ ├── unicodedata.vcxproj
│ │ ├── unicodedata.vcxproj.filters
│ │ ├── w9xpopen.vcxproj
│ │ ├── w9xpopen.vcxproj.filters
│ │ ├── winsound.vcxproj
│ │ └── winsound.vcxproj.filters
│ ├── Parser
│ │ ├── Python.asdl
│ │ ├── acceler.c
│ │ ├── asdl.py
│ │ ├── asdl_c.py
│ │ ├── bitset.c
│ │ ├── firstsets.c
│ │ ├── grammar.c
│ │ ├── grammar1.c
│ │ ├── intrcheck.c
│ │ ├── listnode.c
│ │ ├── metagrammar.c
│ │ ├── myreadline.c
│ │ ├── node.c
│ │ ├── parser.c
│ │ ├── parser.h
│ │ ├── parsetok.c
│ │ ├── pgen.c
│ │ ├── pgenmain.c
│ │ ├── printgrammar.c
│ │ ├── spark.py
│ │ ├── tokenizer.c
│ │ ├── tokenizer.h
│ │ └── tokenizer_pgen.c
│ ├── Python
│ │ ├── Python-ast.c
│ │ ├── _warnings.c
│ │ ├── asdl.c
│ │ ├── ast.c
│ │ ├── atof.c
│ │ ├── bltinmodule.c
│ │ ├── ceval.c
│ │ ├── codecs.c
│ │ ├── compile.c
│ │ ├── dtoa.c
│ │ ├── dup2.c
│ │ ├── dynload_aix.c
│ │ ├── dynload_atheos.c
│ │ ├── dynload_beos.c
│ │ ├── dynload_dl.c
│ │ ├── dynload_hpux.c
│ │ ├── dynload_next.c
│ │ ├── dynload_os2.c
│ │ ├── dynload_shlib.c
│ │ ├── dynload_stub.c
│ │ ├── dynload_win.c
│ │ ├── errors.c
│ │ ├── formatter_string.c
│ │ ├── formatter_unicode.c
│ │ ├── frozen.c
│ │ ├── frozenmain.c
│ │ ├── future.c
│ │ ├── getargs.c
│ │ ├── getcompiler.c
│ │ ├── getcopyright.c
│ │ ├── getcwd.c
│ │ ├── getopt.c
│ │ ├── getplatform.c
│ │ ├── getversion.c
│ │ ├── graminit.c
│ │ ├── import.c
│ │ ├── importdl.c
│ │ ├── importdl.h
│ │ ├── mactoolboxglue.c
│ │ ├── makeopcodetargets.py
│ │ ├── marshal.c
│ │ ├── modsupport.c
│ │ ├── mysnprintf.c
│ │ ├── mystrtoul.c
│ │ ├── opcode_targets.h
│ │ ├── peephole.c
│ │ ├── pyarena.c
│ │ ├── pyctype.c
│ │ ├── pyfpe.c
│ │ ├── pymath.c
│ │ ├── pystate.c
│ │ ├── pystrcmp.c
│ │ ├── pystrtod.c
│ │ ├── pythonrun.c
│ │ ├── random.c
│ │ ├── sigcheck.c
│ │ ├── strdup.c
│ │ ├── strtod.c
│ │ ├── structmember.c
│ │ ├── symtable.c
│ │ ├── sysmodule.c
│ │ ├── thread.c
│ │ ├── thread_atheos.h
│ │ ├── thread_beos.h
│ │ ├── thread_cthread.h
│ │ ├── thread_foobar.h
│ │ ├── thread_lwp.h
│ │ ├── thread_nt.h
│ │ ├── thread_os2.h
│ │ ├── thread_pth.h
│ │ ├── thread_pthread.h
│ │ ├── thread_sgi.h
│ │ ├── thread_solaris.h
│ │ ├── thread_wince.h
│ │ └── traceback.c
│ ├── README
│ ├── RISCOS
│ │ ├── Makefile
│ │ ├── Modules
│ │ ├── Python
│ │ ├── README
│ │ ├── pyconfig.h
│ │ ├── sleep.c
│ │ ├── support
│ │ ├── unixstuff.c
│ │ └── unixstuff.h
│ ├── Tools
│ │ ├── README
│ │ ├── audiopy
│ │ ├── bgen
│ │ ├── buildbot
│ │ ├── ccbench
│ │ ├── compiler
│ │ ├── faqwiz
│ │ ├── framer
│ │ ├── freeze
│ │ ├── gdb
│ │ ├── i18n
│ │ ├── iobench
│ │ ├── msi
│ │ ├── nuget
│ │ ├── pybench
│ │ ├── pynche
│ │ ├── scripts
│ │ ├── ssl
│ │ ├── unicode
│ │ ├── versioncheck
│ │ ├── webchecker
│ │ └── world
│ ├── aclocal.m4
│ ├── config.guess
│ ├── config.sub
│ ├── configure
│ ├── configure.ac
│ ├── install-sh
│ ├── pyconfig.h.in
│ └── setup.py
└── 好例子网_Python-2.7.13.tgz
147 directories, 727 files