]> git.proxmox.com Git - mirror_edk2.git/commit
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5.
authorDaryl McDaniel <edk2-lists@mc2research.org>
Sat, 7 Nov 2015 19:33:58 +0000 (19:33 +0000)
committerdarylm503 <darylm503@Edk2>
Sat, 7 Nov 2015 19:33:58 +0000 (19:33 +0000)
commit3257aa99321d745773a6bd1bd4ce7f6fafe74411
treecd2d916737c121190e0b56eae820e02ed0832ab6
parent53b2ba5790b57b3dcdfbb9fa5835a979d94908fa
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5.

The Lib 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@18740 6f19259b-4bc3-4df7-8a09-765794883524
239 files changed:
AppPkg/Applications/Python/Python-2.7.10/Lib/BaseHTTPServer.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/HTMLParser.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/SimpleHTTPServer.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/SocketServer.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/StringIO.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/UserDict.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/_abcoll.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/_weakrefset.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/abc.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/argparse.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/ast.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/atexit.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/binhex.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/bisect.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/calendar.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/cmd.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/codecs.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/collections.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/compileall.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/copy.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/copy_reg.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/csv.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/dis.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/dummy_thread.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/aliases.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ascii.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/base64_codec.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/big5.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/big5hkscs.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/bz2_codec.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/charmap.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp037.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1006.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1026.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1140.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1250.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1251.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1252.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1253.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1254.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1255.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1256.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1257.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1258.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp424.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp437.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp500.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp720.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp737.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp775.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp850.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp852.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp855.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp856.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp857.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp858.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp860.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp861.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp862.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp863.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp864.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp865.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp866.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp869.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp874.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp875.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp932.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp949.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp950.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jis_2004.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jisx0213.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jp.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_kr.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gb18030.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gb2312.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gbk.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hex_codec.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hp_roman8.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hz.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/idna.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_1.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_2.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_2004.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_3.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_ext.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_kr.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_1.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_10.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_11.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_13.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_14.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_15.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_16.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_2.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_3.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_4.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_5.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_6.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_7.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_8.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_9.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/johab.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/koi8_r.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/koi8_u.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/latin_1.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_arabic.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_centeuro.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_croatian.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_cyrillic.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_farsi.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_greek.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_iceland.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_latin2.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_roman.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_romanian.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_turkish.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mbcs.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/palmos.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ptcp154.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/punycode.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/quopri_codec.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/raw_unicode_escape.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/rot_13.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jis.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jis_2004.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jisx0213.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/string_escape.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/tis_620.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/undefined.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/unicode_escape.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/unicode_internal.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16_be.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16_le.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32_be.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32_le.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_7.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_8.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_8_sig.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/uu_codec.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/zlib_codec.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/fileinput.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/fnmatch.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/formatter.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/functools.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/genericpath.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/getopt.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/gettext.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/hashlib.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/heapq.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/importlib/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/inspect.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/io.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/decoder.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/encoder.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/scanner.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_check_circular.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_decode.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_default.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_dump.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_encode_basestring_ascii.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_fail.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_float.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_indent.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass1.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass2.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass3.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_recursion.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_scanstring.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_separators.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_speedups.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_tool.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_unicode.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tool.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/keyword.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/linecache.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/locale.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/md5.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/modulefinder.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/numbers.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/opcode.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/optparse.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/pkgutil.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/platform.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/topics.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/random.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/re.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/repr.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/runpy.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/sha.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/shutil.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/README [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/socket.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/sre.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/sre_compile.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/sre_constants.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/sre_parse.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/stat.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/string.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/struct.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/sysconfig.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/textwrap.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/token.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/tokenize.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/traceback.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/types.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/urlparse.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/warnings.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/weakref.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/NodeFilter.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/domreg.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/expatbuilder.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/minicompat.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/minidom.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/pulldom.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/xmlbuilder.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementInclude.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementPath.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementTree.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/cElementTree.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/parsers/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/parsers/expat.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/__init__.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/_exceptions.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/expatreader.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/handler.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/saxutils.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/xmlreader.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/xmllib.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Lib/zipfile.py [new file with mode: 0644]