]> git.proxmox.com Git - mirror_edk2.git/commit
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 2/5.
authorDaryl McDaniel <edk2-lists@mc2research.org>
Sat, 7 Nov 2015 19:25:02 +0000 (19:25 +0000)
committerdarylm503 <darylm503@Edk2>
Sat, 7 Nov 2015 19:25:02 +0000 (19:25 +0000)
commit7eb75bccb5dacb658c63db1a9a980950c3d54d42
treec65d20ea504fcb34afb6c10265f8dc60b7fb72e8
parentc8042e10763bca064df257547d04ae3dfcdfaf91
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 2/5.

The Modules directory from the cPython 2.7.10 distribution.
These files are unchanged and set the baseline for subsequent commits.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <edk2-lists@mc2research.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18738 6f19259b-4bc3-4df7-8a09-765794883524
128 files changed:
AppPkg/Applications/Python/Python-2.7.10/Modules/_bisectmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_codecsmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_csv.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_functoolsmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/_iomodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/_iomodule.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/bufferedio.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/bytesio.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/iobase.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/stringio.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/textio.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_json.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_localemodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_math.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_math.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/_weakref.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/addrinfo.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cStringIO.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/README [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_cn.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_hk.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_iso2022.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_jp.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_kr.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_tw.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/alg_jisx0201.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/cjkcodecs.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/emu_jisx0213_2000.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_cn.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_hk.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_jisx0213_pair.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_jp.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_kr.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_tw.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/multibytecodec.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/multibytecodec.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/cmathmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/datetimemodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/COPYING [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ascii.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/asciitab.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/expat.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/expat_external.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/iasciitab.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/internal.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/latin1tab.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/nametab.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/utf8tab.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlparse.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlrole.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlrole.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/future_builtins.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/gcmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/getbuildinfo.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/mathmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/md5.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/md5.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/md5module.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/operator.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/parsermodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/python.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/sha256module.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/sha512module.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/shamodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/signalmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/socketmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/socketmodule.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/sre.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/sre_constants.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/stropmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/symtablemodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/timemodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata_db.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/unicodename_db.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/xxsubtype.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zipimport.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ChangeLog [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/FAQ [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/INDEX [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/README [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/adler32.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/algorithm.txt [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/compress.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/configure [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/crc32.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/crc32.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/example.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzclose.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzguts.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzlib.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzread.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzwrite.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/infback.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffast.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffast.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffixed.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inftrees.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inftrees.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/minigzip.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/uncompr.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zconf.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zlib.3 [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zlib.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zutil.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zutil.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlibmodule.c [new file with mode: 0644]