基本信息
源码名称:Python-2.7.3 源码及补丁压缩包
源码大小:11.38M
文件格式:.bz2
开发语言:Python
更新时间:2023-10-11
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Python-2.7.3 源码及补丁压缩包
补丁和源码被打包在python-2.7.3.tar.bz2压缩包里,解压缩后即可找到补丁Python-2.7.3-xcompile.patch

.
├── Python-2.7.3
│   ├── Demo
│   │   ├── README
│   │   ├── cgi
│   │   ├── classes
│   │   ├── comparisons
│   │   ├── curses
│   │   ├── embed
│   │   ├── md5test
│   │   ├── metaclasses
│   │   ├── newmetaclasses
│   │   ├── parser
│   │   ├── pdist
│   │   ├── pysvr
│   │   ├── rpc
│   │   ├── scripts
│   │   ├── sockets
│   │   ├── threads
│   │   ├── tix
│   │   ├── tkinter
│   │   ├── turtle
│   │   ├── xml
│   │   └── zlib
│   ├── Doc
│   │   ├── ACKS.txt
│   │   ├── Makefile
│   │   ├── README.txt
│   │   ├── about.rst
│   │   ├── bugs.rst
│   │   ├── c-api
│   │   ├── conf.py
│   │   ├── contents.rst
│   │   ├── copyright.rst
│   │   ├── data
│   │   ├── distutils
│   │   ├── extending
│   │   ├── faq
│   │   ├── glossary.rst
│   │   ├── howto
│   │   ├── includes
│   │   ├── install
│   │   ├── 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
│   │   ├── _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
│   │   ├── 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
│   ├── Makefile.pre.in.orig
│   ├── Makefile.pre.in.rej
│   ├── Misc
│   │   ├── ACKS
│   │   ├── BeOS-NOTES
│   │   ├── BeOS-setup.py
│   │   ├── HISTORY
│   │   ├── NEWS
│   │   ├── Porting
│   │   ├── README
│   │   ├── README.AIX
│   │   ├── README.Emacs
│   │   ├── README.OpenBSD
│   │   ├── README.coverity
│   │   ├── README.klocwork
│   │   ├── README.valgrind
│   │   ├── RFD
│   │   ├── RPM
│   │   ├── 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
│   │   ├── _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
│   │   ├── 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
│   │   ├── WinMain.c
│   │   ├── _msi.c
│   │   ├── _subprocess.c
│   │   ├── _winreg.c
│   │   ├── bdist_wininst
│   │   ├── config.c
│   │   ├── dl_nt.c
│   │   ├── dllbase_nt.txt
│   │   ├── empty.c
│   │   ├── errmap.h
│   │   ├── errmap.mak
│   │   ├── example_nt
│   │   ├── frozen_dllmain.c
│   │   ├── generrmap.c
│   │   ├── getpathp.c
│   │   ├── icons
│   │   ├── 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.vcproj
│   │   ├── _ctypes.vcproj
│   │   ├── _ctypes_test.vcproj
│   │   ├── _elementtree.vcproj
│   │   ├── _hashlib.vcproj
│   │   ├── _msi.vcproj
│   │   ├── _multiprocessing.vcproj
│   │   ├── _socket.vcproj
│   │   ├── _sqlite3.vcproj
│   │   ├── _ssl.vcproj
│   │   ├── _testcapi.vcproj
│   │   ├── _tkinter.vcproj
│   │   ├── bdist_wininst.vcproj
│   │   ├── build.bat
│   │   ├── build_env.bat
│   │   ├── build_pgo.bat
│   │   ├── build_ssl.bat
│   │   ├── build_ssl.py
│   │   ├── build_tkinter.py
│   │   ├── bz2.vcproj
│   │   ├── debug.vsprops
│   │   ├── env.bat
│   │   ├── field3.py
│   │   ├── idle.bat
│   │   ├── installer.bmp
│   │   ├── kill_python.c
│   │   ├── kill_python.vcproj
│   │   ├── make_buildinfo.c
│   │   ├── make_buildinfo.vcproj
│   │   ├── make_versioninfo.vcproj
│   │   ├── pcbuild.sln
│   │   ├── pginstrument.vsprops
│   │   ├── pgupdate.vsprops
│   │   ├── pyd.vsprops
│   │   ├── pyd_d.vsprops
│   │   ├── pyexpat.vcproj
│   │   ├── pyproject.vsprops
│   │   ├── python.vcproj
│   │   ├── pythoncore.vcproj
│   │   ├── pythonw.vcproj
│   │   ├── readme.txt
│   │   ├── release.vsprops
│   │   ├── rmpyc.py
│   │   ├── rt.bat
│   │   ├── select.vcproj
│   │   ├── sqlite3.vcproj
│   │   ├── sqlite3.vsprops
│   │   ├── unicodedata.vcproj
│   │   ├── vs9to8.py
│   │   ├── w9xpopen.vcproj
│   │   ├── winsound.vcproj
│   │   └── x64.vsprops
│   ├── Parser
│   │   ├── Python.asdl
│   │   ├── acceler.c
│   │   ├── asdl.py
│   │   ├── asdl_c.py
│   │   ├── bitset.c
│   │   ├── firstsets.c
│   │   ├── grammar.c
│   │   ├── 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
│   │   ├── marshal.c
│   │   ├── modsupport.c
│   │   ├── mysnprintf.c
│   │   ├── mystrtoul.c
│   │   ├── 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
│   ├── Python-2.7.3-xcompile.patch
│   ├── 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
│   │   ├── pybench
│   │   ├── pynche
│   │   ├── scripts
│   │   ├── ssl
│   │   ├── unicode
│   │   ├── versioncheck
│   │   ├── webchecker
│   │   └── world
│   ├── configure
│   ├── configure.in
│   ├── configure.orig
│   ├── configure.rej
│   ├── install-sh
│   ├── pyconfig.h.in
│   ├── setup.py
│   ├── setup.py.orig
│   └── setup.py.rej
└── Python-2.7.3 源码及补丁压缩包_Python-2.7.3.tar.bz2

145 directories, 711 files