* [Patch V2 0/2] Remove AppPkg, StdLib, StdLibPrivateInternalFiles
@ 2019-04-26 1:07 Michael D Kinney
2019-04-26 1:07 ` [Patch V2 1/2] edk2: " Michael D Kinney
2019-04-26 1:07 ` [Patch V2 2/2] edk2: Update ReadMe.md and Maintainer.txt for edk2-libc repo Michael D Kinney
0 siblings, 2 replies; 5+ messages in thread
From: Michael D Kinney @ 2019-04-26 1:07 UTC (permalink / raw)
To: devel; +Cc: Jaben Carsey, Daryl McDaniel
https://bugzilla.tianocore.org/show_bug.cgi?id=1734
Remove the following packages and move them to the new
edk2-libc repository
* AppPkg
* StdLib
* StdLibPrivateInternalFiles
Remove references to these packages from Readme.md and Maintainers.txt.
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Daryl McDaniel <edk2-lists@mc2research.org>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Michael D Kinney (2):
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
edk2: Update ReadMe.md and Maintainer.txt for edk2-libc repo
AppPkg/AppPkg.dec | 30 -
AppPkg/AppPkg.dsc | 144 -
AppPkg/Applications/ArithChk/ArithChk.inf | 35 -
AppPkg/Applications/ArithChk/arithchk.c | 197 -
AppPkg/Applications/Enquire/Enquire.c | 3377 ---
AppPkg/Applications/Enquire/Enquire.inf | 53 -
AppPkg/Applications/Hello/Hello.c | 31 -
AppPkg/Applications/Hello/Hello.inf | 30 -
AppPkg/Applications/Lua/Copyright.txt | 69 -
AppPkg/Applications/Lua/Lua.inf | 54 -
AppPkg/Applications/Lua/LuaLib.inf | 72 -
AppPkg/Applications/Lua/ReadMe.txt | 35 -
AppPkg/Applications/Lua/doc/contents.html | 533 -
AppPkg/Applications/Lua/doc/logo.gif | Bin 4232 -> 0 bytes
AppPkg/Applications/Lua/doc/lua.1 | 116 -
AppPkg/Applications/Lua/doc/lua.css | 96 -
AppPkg/Applications/Lua/doc/luac.1 | 118 -
AppPkg/Applications/Lua/doc/manual.css | 27 -
AppPkg/Applications/Lua/doc/manual.html | 10507 ----------
.../Lua/doc/osi-certified-72x60.png | Bin 3774 -> 0 bytes
AppPkg/Applications/Lua/doc/readme.html | 413 -
AppPkg/Applications/Lua/scripts/Fact.lua | 12 -
AppPkg/Applications/Lua/scripts/Hello.lua | 1 -
AppPkg/Applications/Lua/src/Makefile | 187 -
AppPkg/Applications/Lua/src/lapi.c | 1287 --
AppPkg/Applications/Lua/src/lapi.h | 24 -
AppPkg/Applications/Lua/src/lauxlib.c | 959 -
AppPkg/Applications/Lua/src/lauxlib.h | 15 -
AppPkg/Applications/Lua/src/lbaselib.c | 458 -
AppPkg/Applications/Lua/src/lbitlib.c | 212 -
AppPkg/Applications/Lua/src/lcode.c | 881 -
AppPkg/Applications/Lua/src/lcode.h | 83 -
AppPkg/Applications/Lua/src/lcorolib.c | 155 -
AppPkg/Applications/Lua/src/lctype.c | 52 -
AppPkg/Applications/Lua/src/lctype.h | 95 -
AppPkg/Applications/Lua/src/ldblib.c | 398 -
AppPkg/Applications/Lua/src/ldebug.c | 593 -
AppPkg/Applications/Lua/src/ldebug.h | 34 -
AppPkg/Applications/Lua/src/ldo.c | 681 -
AppPkg/Applications/Lua/src/ldo.h | 46 -
AppPkg/Applications/Lua/src/ldump.c | 173 -
AppPkg/Applications/Lua/src/lfunc.c | 161 -
AppPkg/Applications/Lua/src/lfunc.h | 33 -
AppPkg/Applications/Lua/src/lgc.c | 1220 --
AppPkg/Applications/Lua/src/lgc.h | 157 -
AppPkg/Applications/Lua/src/linit.c | 67 -
AppPkg/Applications/Lua/src/liolib.c | 666 -
AppPkg/Applications/Lua/src/llex.c | 530 -
AppPkg/Applications/Lua/src/llex.h | 78 -
AppPkg/Applications/Lua/src/llimits.h | 309 -
AppPkg/Applications/Lua/src/lmathlib.c | 279 -
AppPkg/Applications/Lua/src/lmem.c | 99 -
AppPkg/Applications/Lua/src/lmem.h | 57 -
AppPkg/Applications/Lua/src/loadlib.c | 725 -
AppPkg/Applications/Lua/src/lobject.c | 287 -
AppPkg/Applications/Lua/src/lobject.h | 607 -
AppPkg/Applications/Lua/src/lopcodes.c | 107 -
AppPkg/Applications/Lua/src/lopcodes.h | 288 -
AppPkg/Applications/Lua/src/loslib.c | 323 -
AppPkg/Applications/Lua/src/lparser.c | 1638 --
AppPkg/Applications/Lua/src/lparser.h | 119 -
AppPkg/Applications/Lua/src/lstate.c | 323 -
AppPkg/Applications/Lua/src/lstate.h | 228 -
AppPkg/Applications/Lua/src/lstring.c | 185 -
AppPkg/Applications/Lua/src/lstring.h | 46 -
AppPkg/Applications/Lua/src/lstrlib.c | 1019 -
AppPkg/Applications/Lua/src/ltable.c | 588 -
AppPkg/Applications/Lua/src/ltable.h | 45 -
AppPkg/Applications/Lua/src/ltablib.c | 283 -
AppPkg/Applications/Lua/src/ltm.c | 77 -
AppPkg/Applications/Lua/src/ltm.h | 57 -
AppPkg/Applications/Lua/src/lua.c | 497 -
AppPkg/Applications/Lua/src/lua.h | 15 -
AppPkg/Applications/Lua/src/lua.hpp | 9 -
AppPkg/Applications/Lua/src/luac.c | 432 -
AppPkg/Applications/Lua/src/luaconf.h | 15 -
AppPkg/Applications/Lua/src/lualib.h | 15 -
AppPkg/Applications/Lua/src/lundump.c | 258 -
AppPkg/Applications/Lua/src/lundump.h | 28 -
AppPkg/Applications/Lua/src/lvm.c | 867 -
AppPkg/Applications/Lua/src/lvm.h | 44 -
AppPkg/Applications/Lua/src/lzio.c | 76 -
AppPkg/Applications/Lua/src/lzio.h | 65 -
AppPkg/Applications/Main/Main.c | 39 -
AppPkg/Applications/Main/Main.inf | 31 -
.../OrderedCollectionTest.c | 649 -
.../OrderedCollectionTest.inf | 35 -
.../OrderedCollectionTest/gentest.sh | 79 -
AppPkg/Applications/Python/Efi/config.c | 149 -
AppPkg/Applications/Python/Efi/edk2module.c | 7414 -------
AppPkg/Applications/Python/Efi/getpath.c | 719 -
AppPkg/Applications/Python/Ia32/pyconfig.h | 1256 --
.../Python/PyMod-2.7.2/Include/fileobject.h | 102 -
.../Python/PyMod-2.7.2/Include/osdefs.h | 71 -
.../Python/PyMod-2.7.2/Include/pyport.h | 918 -
.../Python/PyMod-2.7.2/Lib/ntpath.py | 528 -
.../Applications/Python/PyMod-2.7.2/Lib/os.py | 773 -
.../Python/PyMod-2.7.2/Lib/pydoc.py | 2341 ---
.../Python/PyMod-2.7.2/Lib/site.py | 537 -
.../Python/PyMod-2.7.2/Modules/_sre.c | 3921 ----
.../Python/PyMod-2.7.2/Modules/addrinfo.h | 178 -
.../Python/PyMod-2.7.2/Modules/errnomodule.c | 845 -
.../Modules/expat/expat_external.h | 121 -
.../PyMod-2.7.2/Modules/expat/xmlparse.c | 6279 ------
.../Python/PyMod-2.7.2/Modules/main.c | 678 -
.../Python/PyMod-2.7.2/Modules/selectmodule.c | 1912 --
.../Python/PyMod-2.7.2/Modules/socketmodule.h | 250 -
.../Python/PyMod-2.7.2/Modules/zlib/zutil.h | 277 -
.../Python/PyMod-2.7.2/Objects/longobject.c | 4381 ----
.../Objects/stringlib/localeutil.h | 227 -
.../Python/PyMod-2.7.2/Python/getcopyright.c | 36 -
.../Python/PyMod-2.7.2/Python/import.c | 3398 ---
.../Python/PyMod-2.7.2/Python/marshal.c | 1422 --
.../Python/Python-2.7.10/Ia32/pyconfig.h | 1302 --
.../Python/Python-2.7.10/Include/Python-ast.h | 535 -
.../Python/Python-2.7.10/Include/Python.h | 178 -
.../Python/Python-2.7.10/Include/abstract.h | 1396 --
.../Python/Python-2.7.10/Include/asdl.h | 45 -
.../Python/Python-2.7.10/Include/ast.h | 13 -
.../Python/Python-2.7.10/Include/bitset.h | 32 -
.../Python/Python-2.7.10/Include/boolobject.h | 36 -
.../Python-2.7.10/Include/bufferobject.h | 33 -
.../Python-2.7.10/Include/bytearrayobject.h | 57 -
.../Python-2.7.10/Include/bytes_methods.h | 75 -
.../Python-2.7.10/Include/bytesobject.h | 27 -
.../Python/Python-2.7.10/Include/cStringIO.h | 73 -
.../Python/Python-2.7.10/Include/cellobject.h | 28 -
.../Python/Python-2.7.10/Include/ceval.h | 153 -
.../Python-2.7.10/Include/classobject.h | 83 -
.../Python/Python-2.7.10/Include/cobject.h | 89 -
.../Python/Python-2.7.10/Include/code.h | 107 -
.../Python/Python-2.7.10/Include/codecs.h | 167 -
.../Python/Python-2.7.10/Include/compile.h | 40 -
.../Python-2.7.10/Include/complexobject.h | 66 -
.../Python/Python-2.7.10/Include/datetime.h | 239 -
.../Python-2.7.10/Include/descrobject.h | 94 -
.../Python/Python-2.7.10/Include/dictobject.h | 156 -
.../Python/Python-2.7.10/Include/dtoa.h | 15 -
.../Python/Python-2.7.10/Include/enumobject.h | 17 -
.../Python/Python-2.7.10/Include/errcode.h | 36 -
.../Python/Python-2.7.10/Include/eval.h | 25 -
.../Python/Python-2.7.10/Include/fileobject.h | 97 -
.../Python-2.7.10/Include/floatobject.h | 140 -
.../Python-2.7.10/Include/frameobject.h | 89 -
.../Python/Python-2.7.10/Include/funcobject.h | 76 -
.../Python/Python-2.7.10/Include/genobject.h | 40 -
.../Python/Python-2.7.10/Include/graminit.h | 87 -
.../Python/Python-2.7.10/Include/grammar.h | 93 -
.../Python/Python-2.7.10/Include/import.h | 71 -
.../Python/Python-2.7.10/Include/intobject.h | 81 -
.../Python/Python-2.7.10/Include/intrcheck.h | 15 -
.../Python/Python-2.7.10/Include/iterobject.h | 23 -
.../Python/Python-2.7.10/Include/listobject.h | 68 -
.../Python-2.7.10/Include/longintrepr.h | 103 -
.../Python/Python-2.7.10/Include/longobject.h | 135 -
.../Python/Python-2.7.10/Include/marshal.h | 25 -
.../Python-2.7.10/Include/memoryobject.h | 74 -
.../Python-2.7.10/Include/metagrammar.h | 18 -
.../Python-2.7.10/Include/methodobject.h | 93 -
.../Python/Python-2.7.10/Include/modsupport.h | 134 -
.../Python-2.7.10/Include/moduleobject.h | 24 -
.../Python/Python-2.7.10/Include/node.h | 41 -
.../Python/Python-2.7.10/Include/object.h | 1013 -
.../Python/Python-2.7.10/Include/objimpl.h | 354 -
.../Python/Python-2.7.10/Include/opcode.h | 162 -
.../Python/Python-2.7.10/Include/osdefs.h | 63 -
.../Python/Python-2.7.10/Include/parsetok.h | 64 -
.../Python/Python-2.7.10/Include/patchlevel.h | 43 -
.../Python/Python-2.7.10/Include/pgen.h | 18 -
.../Python-2.7.10/Include/pgenheaders.h | 42 -
.../Python/Python-2.7.10/Include/py_curses.h | 176 -
.../Python/Python-2.7.10/Include/pyarena.h | 62 -
.../Python/Python-2.7.10/Include/pycapsule.h | 56 -
.../Python/Python-2.7.10/Include/pyctype.h | 31 -
.../Python/Python-2.7.10/Include/pydebug.h | 41 -
.../Python/Python-2.7.10/Include/pyerrors.h | 329 -
.../Python/Python-2.7.10/Include/pyexpat.h | 48 -
.../Python/Python-2.7.10/Include/pyfpe.h | 176 -
.../Python/Python-2.7.10/Include/pygetopt.h | 18 -
.../Python-2.7.10/Include/pymacconfig.h | 102 -
.../Python-2.7.10/Include/pymactoolbox.h | 217 -
.../Python/Python-2.7.10/Include/pymath.h | 192 -
.../Python/Python-2.7.10/Include/pymem.h | 122 -
.../Python/Python-2.7.10/Include/pyport.h | 941 -
.../Python/Python-2.7.10/Include/pystate.h | 200 -
.../Python/Python-2.7.10/Include/pystrcmp.h | 23 -
.../Python/Python-2.7.10/Include/pystrtod.h | 45 -
.../Python/Python-2.7.10/Include/pythonrun.h | 182 -
.../Python/Python-2.7.10/Include/pythread.h | 41 -
.../Python-2.7.10/Include/rangeobject.h | 28 -
.../Python/Python-2.7.10/Include/setobject.h | 99 -
.../Python-2.7.10/Include/sliceobject.h | 44 -
.../Python-2.7.10/Include/stringobject.h | 210 -
.../Python-2.7.10/Include/structmember.h | 99 -
.../Python/Python-2.7.10/Include/structseq.h | 41 -
.../Python/Python-2.7.10/Include/symtable.h | 98 -
.../Python/Python-2.7.10/Include/sysmodule.h | 31 -
.../Python/Python-2.7.10/Include/timefuncs.h | 26 -
.../Python/Python-2.7.10/Include/token.h | 85 -
.../Python/Python-2.7.10/Include/traceback.h | 31 -
.../Python-2.7.10/Include/tupleobject.h | 61 -
.../Python/Python-2.7.10/Include/ucnhash.h | 33 -
.../Python-2.7.10/Include/unicodeobject.h | 1413 --
.../Python/Python-2.7.10/Include/warnings.h | 23 -
.../Python-2.7.10/Include/weakrefobject.h | 82 -
.../Applications/Python/Python-2.7.10/LICENSE | 254 -
.../Python-2.7.10/Lib/BaseHTTPServer.py | 603 -
.../Python/Python-2.7.10/Lib/HTMLParser.py | 475 -
.../Python-2.7.10/Lib/SimpleHTTPServer.py | 235 -
.../Python/Python-2.7.10/Lib/SocketServer.py | 737 -
.../Python/Python-2.7.10/Lib/StringIO.py | 324 -
.../Python/Python-2.7.10/Lib/UserDict.py | 180 -
.../Python/Python-2.7.10/Lib/_abcoll.py | 692 -
.../Python/Python-2.7.10/Lib/_weakrefset.py | 204 -
.../Python/Python-2.7.10/Lib/abc.py | 185 -
.../Python/Python-2.7.10/Lib/argparse.py | 2374 ---
.../Python/Python-2.7.10/Lib/ast.py | 311 -
.../Python/Python-2.7.10/Lib/atexit.py | 65 -
.../Python/Python-2.7.10/Lib/binhex.py | 518 -
.../Python/Python-2.7.10/Lib/bisect.py | 92 -
.../Python/Python-2.7.10/Lib/calendar.py | 713 -
.../Python/Python-2.7.10/Lib/cmd.py | 404 -
.../Python/Python-2.7.10/Lib/codecs.py | 1101 -
.../Python/Python-2.7.10/Lib/collections.py | 730 -
.../Python/Python-2.7.10/Lib/compileall.py | 227 -
.../Python/Python-2.7.10/Lib/copy.py | 433 -
.../Python/Python-2.7.10/Lib/copy_reg.py | 201 -
.../Python/Python-2.7.10/Lib/csv.py | 456 -
.../Python/Python-2.7.10/Lib/dis.py | 224 -
.../Python/Python-2.7.10/Lib/dummy_thread.py | 145 -
.../Python-2.7.10/Lib/encodings/__init__.py | 157 -
.../Python-2.7.10/Lib/encodings/aliases.py | 527 -
.../Python-2.7.10/Lib/encodings/ascii.py | 50 -
.../Lib/encodings/base64_codec.py | 79 -
.../Python-2.7.10/Lib/encodings/big5.py | 39 -
.../Python-2.7.10/Lib/encodings/big5hkscs.py | 39 -
.../Python-2.7.10/Lib/encodings/bz2_codec.py | 102 -
.../Python-2.7.10/Lib/encodings/charmap.py | 69 -
.../Python-2.7.10/Lib/encodings/cp037.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1006.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1026.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1140.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1250.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1251.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1252.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1253.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1254.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1255.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1256.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1257.py | 307 -
.../Python-2.7.10/Lib/encodings/cp1258.py | 307 -
.../Python-2.7.10/Lib/encodings/cp424.py | 307 -
.../Python-2.7.10/Lib/encodings/cp437.py | 698 -
.../Python-2.7.10/Lib/encodings/cp500.py | 307 -
.../Python-2.7.10/Lib/encodings/cp720.py | 309 -
.../Python-2.7.10/Lib/encodings/cp737.py | 698 -
.../Python-2.7.10/Lib/encodings/cp775.py | 697 -
.../Python-2.7.10/Lib/encodings/cp850.py | 698 -
.../Python-2.7.10/Lib/encodings/cp852.py | 698 -
.../Python-2.7.10/Lib/encodings/cp855.py | 698 -
.../Python-2.7.10/Lib/encodings/cp856.py | 307 -
.../Python-2.7.10/Lib/encodings/cp857.py | 694 -
.../Python-2.7.10/Lib/encodings/cp858.py | 698 -
.../Python-2.7.10/Lib/encodings/cp860.py | 698 -
.../Python-2.7.10/Lib/encodings/cp861.py | 698 -
.../Python-2.7.10/Lib/encodings/cp862.py | 698 -
.../Python-2.7.10/Lib/encodings/cp863.py | 698 -
.../Python-2.7.10/Lib/encodings/cp864.py | 690 -
.../Python-2.7.10/Lib/encodings/cp865.py | 698 -
.../Python-2.7.10/Lib/encodings/cp866.py | 698 -
.../Python-2.7.10/Lib/encodings/cp869.py | 689 -
.../Python-2.7.10/Lib/encodings/cp874.py | 307 -
.../Python-2.7.10/Lib/encodings/cp875.py | 307 -
.../Python-2.7.10/Lib/encodings/cp932.py | 39 -
.../Python-2.7.10/Lib/encodings/cp949.py | 39 -
.../Python-2.7.10/Lib/encodings/cp950.py | 39 -
.../Lib/encodings/euc_jis_2004.py | 39 -
.../Lib/encodings/euc_jisx0213.py | 39 -
.../Python-2.7.10/Lib/encodings/euc_jp.py | 39 -
.../Python-2.7.10/Lib/encodings/euc_kr.py | 39 -
.../Python-2.7.10/Lib/encodings/gb18030.py | 39 -
.../Python-2.7.10/Lib/encodings/gb2312.py | 39 -
.../Python/Python-2.7.10/Lib/encodings/gbk.py | 39 -
.../Python-2.7.10/Lib/encodings/hex_codec.py | 79 -
.../Python-2.7.10/Lib/encodings/hp_roman8.py | 152 -
.../Python/Python-2.7.10/Lib/encodings/hz.py | 39 -
.../Python-2.7.10/Lib/encodings/idna.py | 288 -
.../Python-2.7.10/Lib/encodings/iso2022_jp.py | 39 -
.../Lib/encodings/iso2022_jp_1.py | 39 -
.../Lib/encodings/iso2022_jp_2.py | 39 -
.../Lib/encodings/iso2022_jp_2004.py | 39 -
.../Lib/encodings/iso2022_jp_3.py | 39 -
.../Lib/encodings/iso2022_jp_ext.py | 39 -
.../Python-2.7.10/Lib/encodings/iso2022_kr.py | 39 -
.../Python-2.7.10/Lib/encodings/iso8859_1.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_10.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_11.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_13.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_14.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_15.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_16.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_2.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_3.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_4.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_5.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_6.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_7.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_8.py | 307 -
.../Python-2.7.10/Lib/encodings/iso8859_9.py | 307 -
.../Python-2.7.10/Lib/encodings/johab.py | 39 -
.../Python-2.7.10/Lib/encodings/koi8_r.py | 307 -
.../Python-2.7.10/Lib/encodings/koi8_u.py | 307 -
.../Python-2.7.10/Lib/encodings/latin_1.py | 50 -
.../Python-2.7.10/Lib/encodings/mac_arabic.py | 698 -
.../Lib/encodings/mac_centeuro.py | 307 -
.../Lib/encodings/mac_croatian.py | 307 -
.../Lib/encodings/mac_cyrillic.py | 307 -
.../Python-2.7.10/Lib/encodings/mac_farsi.py | 307 -
.../Python-2.7.10/Lib/encodings/mac_greek.py | 307 -
.../Lib/encodings/mac_iceland.py | 307 -
.../Python-2.7.10/Lib/encodings/mac_latin2.py | 183 -
.../Python-2.7.10/Lib/encodings/mac_roman.py | 307 -
.../Lib/encodings/mac_romanian.py | 307 -
.../Lib/encodings/mac_turkish.py | 307 -
.../Python-2.7.10/Lib/encodings/mbcs.py | 47 -
.../Python-2.7.10/Lib/encodings/palmos.py | 83 -
.../Python-2.7.10/Lib/encodings/ptcp154.py | 175 -
.../Python-2.7.10/Lib/encodings/punycode.py | 238 -
.../Lib/encodings/quopri_codec.py | 75 -
.../Lib/encodings/raw_unicode_escape.py | 45 -
.../Python-2.7.10/Lib/encodings/rot_13.py | 118 -
.../Python-2.7.10/Lib/encodings/shift_jis.py | 39 -
.../Lib/encodings/shift_jis_2004.py | 39 -
.../Lib/encodings/shift_jisx0213.py | 39 -
.../Lib/encodings/string_escape.py | 38 -
.../Python-2.7.10/Lib/encodings/tis_620.py | 307 -
.../Python-2.7.10/Lib/encodings/undefined.py | 49 -
.../Lib/encodings/unicode_escape.py | 45 -
.../Lib/encodings/unicode_internal.py | 45 -
.../Python-2.7.10/Lib/encodings/utf_16.py | 126 -
.../Python-2.7.10/Lib/encodings/utf_16_be.py | 42 -
.../Python-2.7.10/Lib/encodings/utf_16_le.py | 42 -
.../Python-2.7.10/Lib/encodings/utf_32.py | 150 -
.../Python-2.7.10/Lib/encodings/utf_32_be.py | 37 -
.../Python-2.7.10/Lib/encodings/utf_32_le.py | 37 -
.../Python-2.7.10/Lib/encodings/utf_7.py | 38 -
.../Python-2.7.10/Lib/encodings/utf_8.py | 42 -
.../Python-2.7.10/Lib/encodings/utf_8_sig.py | 117 -
.../Python-2.7.10/Lib/encodings/uu_codec.py | 129 -
.../Python-2.7.10/Lib/encodings/zlib_codec.py | 102 -
.../Python/Python-2.7.10/Lib/fileinput.py | 417 -
.../Python/Python-2.7.10/Lib/fnmatch.py | 120 -
.../Python/Python-2.7.10/Lib/formatter.py | 445 -
.../Python/Python-2.7.10/Lib/functools.py | 100 -
.../Python/Python-2.7.10/Lib/genericpath.py | 113 -
.../Python/Python-2.7.10/Lib/getopt.py | 210 -
.../Python/Python-2.7.10/Lib/gettext.py | 594 -
.../Python/Python-2.7.10/Lib/hashlib.py | 221 -
.../Python/Python-2.7.10/Lib/heapq.py | 485 -
.../Python-2.7.10/Lib/importlib/__init__.py | 38 -
.../Python/Python-2.7.10/Lib/inspect.py | 1059 -
.../Python/Python-2.7.10/Lib/io.py | 90 -
.../Python/Python-2.7.10/Lib/json/__init__.py | 351 -
.../Python/Python-2.7.10/Lib/json/decoder.py | 385 -
.../Python/Python-2.7.10/Lib/json/encoder.py | 448 -
.../Python/Python-2.7.10/Lib/json/scanner.py | 67 -
.../Python-2.7.10/Lib/json/tests/__init__.py | 73 -
.../Lib/json/tests/test_check_circular.py | 34 -
.../Lib/json/tests/test_decode.py | 69 -
.../Lib/json/tests/test_default.py | 12 -
.../Python-2.7.10/Lib/json/tests/test_dump.py | 32 -
.../tests/test_encode_basestring_ascii.py | 41 -
.../Python-2.7.10/Lib/json/tests/test_fail.py | 105 -
.../Lib/json/tests/test_float.py | 37 -
.../Lib/json/tests/test_indent.py | 60 -
.../Lib/json/tests/test_pass1.py | 75 -
.../Lib/json/tests/test_pass2.py | 18 -
.../Lib/json/tests/test_pass3.py | 24 -
.../Lib/json/tests/test_recursion.py | 108 -
.../Lib/json/tests/test_scanstring.py | 157 -
.../Lib/json/tests/test_separators.py | 44 -
.../Lib/json/tests/test_speedups.py | 23 -
.../Python-2.7.10/Lib/json/tests/test_tool.py | 69 -
.../Lib/json/tests/test_unicode.py | 89 -
.../Python/Python-2.7.10/Lib/json/tool.py | 40 -
.../Python/Python-2.7.10/Lib/keyword.py | 93 -
.../Python/Python-2.7.10/Lib/linecache.py | 139 -
.../Python/Python-2.7.10/Lib/locale.py | 2062 --
.../Python/Python-2.7.10/Lib/md5.py | 14 -
.../Python/Python-2.7.10/Lib/modulefinder.py | 673 -
.../Python/Python-2.7.10/Lib/numbers.py | 391 -
.../Python/Python-2.7.10/Lib/opcode.py | 192 -
.../Python/Python-2.7.10/Lib/optparse.py | 1704 --
.../Python/Python-2.7.10/Lib/pkgutil.py | 591 -
.../Python/Python-2.7.10/Lib/platform.py | 1655 --
.../Python-2.7.10/Lib/pydoc_data/__init__.py | 0
.../Python-2.7.10/Lib/pydoc_data/topics.py | 80 -
.../Python/Python-2.7.10/Lib/random.py | 910 -
.../Python/Python-2.7.10/Lib/re.py | 340 -
.../Python/Python-2.7.10/Lib/repr.py | 132 -
.../Python/Python-2.7.10/Lib/runpy.py | 278 -
.../Python/Python-2.7.10/Lib/sha.py | 15 -
.../Python/Python-2.7.10/Lib/shutil.py | 555 -
.../Python-2.7.10/Lib/site-packages/README | 2 -
.../Python/Python-2.7.10/Lib/socket.py | 577 -
.../Python/Python-2.7.10/Lib/sre.py | 13 -
.../Python/Python-2.7.10/Lib/sre_compile.py | 596 -
.../Python/Python-2.7.10/Lib/sre_constants.py | 263 -
.../Python/Python-2.7.10/Lib/sre_parse.py | 834 -
.../Python/Python-2.7.10/Lib/stat.py | 96 -
.../Python/Python-2.7.10/Lib/string.py | 656 -
.../Python/Python-2.7.10/Lib/struct.py | 3 -
.../Python/Python-2.7.10/Lib/sysconfig.py | 640 -
.../Python/Python-2.7.10/Lib/textwrap.py | 425 -
.../Python/Python-2.7.10/Lib/token.py | 140 -
.../Python/Python-2.7.10/Lib/tokenize.py | 432 -
.../Python/Python-2.7.10/Lib/traceback.py | 320 -
.../Python/Python-2.7.10/Lib/types.py | 86 -
.../Python/Python-2.7.10/Lib/urlparse.py | 428 -
.../Python/Python-2.7.10/Lib/warnings.py | 404 -
.../Python/Python-2.7.10/Lib/weakref.py | 443 -
.../Python/Python-2.7.10/Lib/xml/__init__.py | 41 -
.../Python-2.7.10/Lib/xml/dom/NodeFilter.py | 27 -
.../Python-2.7.10/Lib/xml/dom/__init__.py | 139 -
.../Python-2.7.10/Lib/xml/dom/domreg.py | 99 -
.../Python-2.7.10/Lib/xml/dom/expatbuilder.py | 983 -
.../Python-2.7.10/Lib/xml/dom/minicompat.py | 110 -
.../Python-2.7.10/Lib/xml/dom/minidom.py | 1941 --
.../Python-2.7.10/Lib/xml/dom/pulldom.py | 351 -
.../Python-2.7.10/Lib/xml/dom/xmlbuilder.py | 386 -
.../Lib/xml/etree/ElementInclude.py | 142 -
.../Lib/xml/etree/ElementPath.py | 303 -
.../Lib/xml/etree/ElementTree.py | 1667 --
.../Python-2.7.10/Lib/xml/etree/__init__.py | 33 -
.../Lib/xml/etree/cElementTree.py | 3 -
.../Python-2.7.10/Lib/xml/parsers/__init__.py | 8 -
.../Python-2.7.10/Lib/xml/parsers/expat.py | 4 -
.../Python-2.7.10/Lib/xml/sax/__init__.py | 108 -
.../Python-2.7.10/Lib/xml/sax/_exceptions.py | 131 -
.../Python-2.7.10/Lib/xml/sax/expatreader.py | 430 -
.../Python-2.7.10/Lib/xml/sax/handler.py | 342 -
.../Python-2.7.10/Lib/xml/sax/saxutils.py | 353 -
.../Python-2.7.10/Lib/xml/sax/xmlreader.py | 381 -
.../Python/Python-2.7.10/Lib/xmllib.py | 930 -
.../Python/Python-2.7.10/Lib/zipfile.py | 1539 --
.../Python-2.7.10/Modules/_bisectmodule.c | 246 -
.../Python-2.7.10/Modules/_codecsmodule.c | 1116 -
.../Modules/_collectionsmodule.c | 1706 --
.../Python/Python-2.7.10/Modules/_csv.c | 1629 --
.../Python-2.7.10/Modules/_functoolsmodule.c | 398 -
.../Python-2.7.10/Modules/_heapqmodule.c | 696 -
.../Python-2.7.10/Modules/_io/_iomodule.c | 777 -
.../Python-2.7.10/Modules/_io/_iomodule.h | 170 -
.../Python-2.7.10/Modules/_io/bufferedio.c | 2446 ---
.../Python-2.7.10/Modules/_io/bytesio.c | 909 -
.../Python/Python-2.7.10/Modules/_io/fileio.c | 1118 -
.../Python/Python-2.7.10/Modules/_io/iobase.c | 913 -
.../Python-2.7.10/Modules/_io/stringio.c | 895 -
.../Python/Python-2.7.10/Modules/_io/textio.c | 2670 ---
.../Python/Python-2.7.10/Modules/_json.c | 2409 ---
.../Python-2.7.10/Modules/_localemodule.c | 758 -
.../Python/Python-2.7.10/Modules/_math.c | 255 -
.../Python/Python-2.7.10/Modules/_math.h | 41 -
.../Python-2.7.10/Modules/_randommodule.c | 595 -
.../Python/Python-2.7.10/Modules/_struct.c | 2097 --
.../Python/Python-2.7.10/Modules/_weakref.c | 112 -
.../Python/Python-2.7.10/Modules/addrinfo.h | 176 -
.../Python-2.7.10/Modules/arraymodule.c | 2261 --
.../Python/Python-2.7.10/Modules/binascii.c | 1516 --
.../Python/Python-2.7.10/Modules/cPickle.c | 6058 ------
.../Python/Python-2.7.10/Modules/cStringIO.c | 779 -
.../Python-2.7.10/Modules/cjkcodecs/README | 79 -
.../Modules/cjkcodecs/_codecs_cn.c | 444 -
.../Modules/cjkcodecs/_codecs_hk.c | 184 -
.../Modules/cjkcodecs/_codecs_iso2022.c | 1131 -
.../Modules/cjkcodecs/_codecs_jp.c | 731 -
.../Modules/cjkcodecs/_codecs_kr.c | 452 -
.../Modules/cjkcodecs/_codecs_tw.c | 132 -
.../Modules/cjkcodecs/alg_jisx0201.h | 24 -
.../Modules/cjkcodecs/cjkcodecs.h | 398 -
.../Modules/cjkcodecs/emu_jisx0213_2000.h | 43 -
.../Modules/cjkcodecs/mappings_cn.h | 4103 ----
.../Modules/cjkcodecs/mappings_hk.h | 2378 ---
.../cjkcodecs/mappings_jisx0213_pair.h | 59 -
.../Modules/cjkcodecs/mappings_jp.h | 4765 -----
.../Modules/cjkcodecs/mappings_kr.h | 3251 ---
.../Modules/cjkcodecs/mappings_tw.h | 2633 ---
.../Modules/cjkcodecs/multibytecodec.c | 1832 --
.../Modules/cjkcodecs/multibytecodec.h | 141 -
.../Python-2.7.10/Modules/cmathmodule.c | 1217 --
.../Python-2.7.10/Modules/datetimemodule.c | 5117 -----
.../Python-2.7.10/Modules/expat/COPYING | 22 -
.../Python-2.7.10/Modules/expat/ascii.h | 92 -
.../Python-2.7.10/Modules/expat/asciitab.h | 36 -
.../Python-2.7.10/Modules/expat/expat.h | 1049 -
.../Modules/expat/expat_external.h | 119 -
.../Python-2.7.10/Modules/expat/iasciitab.h | 37 -
.../Python-2.7.10/Modules/expat/internal.h | 73 -
.../Python-2.7.10/Modules/expat/latin1tab.h | 36 -
.../Python-2.7.10/Modules/expat/nametab.h | 150 -
.../Python-2.7.10/Modules/expat/utf8tab.h | 37 -
.../Python-2.7.10/Modules/expat/xmlparse.c | 6403 ------
.../Python-2.7.10/Modules/expat/xmlrole.c | 1336 --
.../Python-2.7.10/Modules/expat/xmlrole.h | 114 -
.../Python-2.7.10/Modules/expat/xmltok.c | 1651 --
.../Python-2.7.10/Modules/expat/xmltok.h | 316 -
.../Python-2.7.10/Modules/expat/xmltok_impl.c | 1783 --
.../Python-2.7.10/Modules/expat/xmltok_impl.h | 46 -
.../Python-2.7.10/Modules/expat/xmltok_ns.c | 115 -
.../Python-2.7.10/Modules/future_builtins.c | 105 -
.../Python/Python-2.7.10/Modules/gcmodule.c | 1570 --
.../Python-2.7.10/Modules/getbuildinfo.c | 85 -
.../Python-2.7.10/Modules/itertoolsmodule.c | 4143 ----
.../Python/Python-2.7.10/Modules/mathmodule.c | 1634 --
.../Python/Python-2.7.10/Modules/md5.c | 394 -
.../Python/Python-2.7.10/Modules/md5.h | 91 -
.../Python/Python-2.7.10/Modules/md5module.c | 339 -
.../Python/Python-2.7.10/Modules/operator.c | 930 -
.../Python-2.7.10/Modules/parsermodule.c | 3493 ----
.../Python/Python-2.7.10/Modules/pyexpat.c | 2143 --
.../Python/Python-2.7.10/Modules/python.c | 24 -
.../Python-2.7.10/Modules/sha256module.c | 706 -
.../Python-2.7.10/Modules/sha512module.c | 774 -
.../Python/Python-2.7.10/Modules/shamodule.c | 623 -
.../Python-2.7.10/Modules/signalmodule.c | 1011 -
.../Python-2.7.10/Modules/socketmodule.c | 5556 -----
.../Python-2.7.10/Modules/socketmodule.h | 251 -
.../Python/Python-2.7.10/Modules/sre.h | 104 -
.../Python-2.7.10/Modules/sre_constants.h | 86 -
.../Python-2.7.10/Modules/stropmodule.c | 1272 --
.../Python-2.7.10/Modules/symtablemodule.c | 86 -
.../Python/Python-2.7.10/Modules/timemodule.c | 1064 -
.../Python-2.7.10/Modules/unicodedata.c | 1287 --
.../Python-2.7.10/Modules/unicodedata_db.h | 6202 ------
.../Python-2.7.10/Modules/unicodename_db.h | 17259 ----------------
.../Python/Python-2.7.10/Modules/xxsubtype.c | 297 -
.../Python/Python-2.7.10/Modules/zipimport.c | 1257 --
.../Python-2.7.10/Modules/zlib/ChangeLog | 1472 --
.../Python/Python-2.7.10/Modules/zlib/FAQ | 368 -
.../Python/Python-2.7.10/Modules/zlib/INDEX | 68 -
.../Python/Python-2.7.10/Modules/zlib/README | 115 -
.../Python-2.7.10/Modules/zlib/adler32.c | 179 -
.../Python-2.7.10/Modules/zlib/algorithm.txt | 209 -
.../Python-2.7.10/Modules/zlib/compress.c | 80 -
.../Python-2.7.10/Modules/zlib/configure | 831 -
.../Python/Python-2.7.10/Modules/zlib/crc32.c | 425 -
.../Python/Python-2.7.10/Modules/zlib/crc32.h | 441 -
.../Python-2.7.10/Modules/zlib/deflate.c | 1967 --
.../Python-2.7.10/Modules/zlib/deflate.h | 346 -
.../Python-2.7.10/Modules/zlib/example.c | 601 -
.../Python-2.7.10/Modules/zlib/gzclose.c | 25 -
.../Python-2.7.10/Modules/zlib/gzguts.h | 209 -
.../Python/Python-2.7.10/Modules/zlib/gzlib.c | 634 -
.../Python-2.7.10/Modules/zlib/gzread.c | 594 -
.../Python-2.7.10/Modules/zlib/gzwrite.c | 577 -
.../Python-2.7.10/Modules/zlib/infback.c | 640 -
.../Python-2.7.10/Modules/zlib/inffast.c | 340 -
.../Python-2.7.10/Modules/zlib/inffast.h | 11 -
.../Python-2.7.10/Modules/zlib/inffixed.h | 94 -
.../Python-2.7.10/Modules/zlib/inflate.c | 1512 --
.../Python-2.7.10/Modules/zlib/inflate.h | 122 -
.../Python-2.7.10/Modules/zlib/inftrees.c | 306 -
.../Python-2.7.10/Modules/zlib/inftrees.h | 62 -
.../Python-2.7.10/Modules/zlib/minigzip.c | 651 -
.../Python/Python-2.7.10/Modules/zlib/trees.c | 1226 --
.../Python/Python-2.7.10/Modules/zlib/trees.h | 128 -
.../Python-2.7.10/Modules/zlib/uncompr.c | 59 -
.../Python/Python-2.7.10/Modules/zlib/zconf.h | 511 -
.../Python/Python-2.7.10/Modules/zlib/zlib.3 | 151 -
.../Python/Python-2.7.10/Modules/zlib/zlib.h | 1768 --
.../Python/Python-2.7.10/Modules/zlib/zutil.c | 324 -
.../Python/Python-2.7.10/Modules/zlib/zutil.h | 253 -
.../Python/Python-2.7.10/Modules/zlibmodule.c | 1093 -
.../Python/Python-2.7.10/Objects/abstract.c | 3109 ---
.../Python/Python-2.7.10/Objects/boolobject.c | 202 -
.../Python-2.7.10/Objects/bufferobject.c | 878 -
.../Python-2.7.10/Objects/bytearrayobject.c | 3052 ---
.../Python-2.7.10/Objects/bytes_methods.c | 398 -
.../Python/Python-2.7.10/Objects/capsule.c | 324 -
.../Python/Python-2.7.10/Objects/cellobject.c | 145 -
.../Python-2.7.10/Objects/classobject.c | 2696 ---
.../Python/Python-2.7.10/Objects/cobject.c | 172 -
.../Python/Python-2.7.10/Objects/codeobject.c | 581 -
.../Python-2.7.10/Objects/complexobject.c | 1357 --
.../Python-2.7.10/Objects/descrobject.c | 1440 --
.../Python-2.7.10/Objects/dictnotes.txt | 270 -
.../Python/Python-2.7.10/Objects/dictobject.c | 3248 ---
.../Python/Python-2.7.10/Objects/enumobject.c | 381 -
.../Python/Python-2.7.10/Objects/exceptions.c | 2231 --
.../Python/Python-2.7.10/Objects/fileobject.c | 2889 ---
.../Python-2.7.10/Objects/floatobject.c | 2708 ---
.../Python-2.7.10/Objects/frameobject.c | 984 -
.../Python/Python-2.7.10/Objects/funcobject.c | 895 -
.../Python/Python-2.7.10/Objects/genobject.c | 417 -
.../Python/Python-2.7.10/Objects/intobject.c | 1581 --
.../Python/Python-2.7.10/Objects/iterobject.c | 230 -
.../Python/Python-2.7.10/Objects/listobject.c | 3045 ---
.../Python/Python-2.7.10/Objects/listsort.txt | 755 -
.../Python-2.7.10/Objects/lnotab_notes.txt | 124 -
.../Python-2.7.10/Objects/memoryobject.c | 842 -
.../Python-2.7.10/Objects/methodobject.c | 427 -
.../Python-2.7.10/Objects/moduleobject.c | 262 -
.../Python/Python-2.7.10/Objects/object.c | 2513 ---
.../Python/Python-2.7.10/Objects/obmalloc.c | 1937 --
.../Python-2.7.10/Objects/rangeobject.c | 347 -
.../Python/Python-2.7.10/Objects/setobject.c | 2514 ---
.../Python-2.7.10/Objects/sliceobject.c | 362 -
.../Objects/stringlib/README.txt | 40 -
.../Python-2.7.10/Objects/stringlib/count.h | 30 -
.../Python-2.7.10/Objects/stringlib/ctype.h | 109 -
.../Objects/stringlib/fastsearch.h | 160 -
.../Python-2.7.10/Objects/stringlib/find.h | 175 -
.../Objects/stringlib/formatter.h | 1539 --
.../Objects/stringlib/partition.h | 110 -
.../Python-2.7.10/Objects/stringlib/split.h | 394 -
.../Objects/stringlib/string_format.h | 1361 --
.../Objects/stringlib/stringdefs.h | 33 -
.../Objects/stringlib/transmogrify.h | 264 -
.../Objects/stringlib/unicodedefs.h | 37 -
.../Python-2.7.10/Objects/stringobject.c | 4847 -----
.../Python/Python-2.7.10/Objects/structseq.c | 540 -
.../Python-2.7.10/Objects/tupleobject.c | 1040 -
.../Python/Python-2.7.10/Objects/typeobject.c | 6748 ------
.../Python-2.7.10/Objects/unicodectype.c | 215 -
.../Python-2.7.10/Objects/unicodeobject.c | 8994 --------
.../Python-2.7.10/Objects/unicodetype_db.h | 3337 ---
.../Python-2.7.10/Objects/weakrefobject.c | 981 -
.../Python/Python-2.7.10/Parser/acceler.c | 125 -
.../Python/Python-2.7.10/Parser/bitset.c | 66 -
.../Python/Python-2.7.10/Parser/firstsets.c | 113 -
.../Python/Python-2.7.10/Parser/grammar.c | 254 -
.../Python/Python-2.7.10/Parser/grammar1.c | 57 -
.../Python/Python-2.7.10/Parser/listnode.c | 66 -
.../Python/Python-2.7.10/Parser/metagrammar.c | 159 -
.../Python/Python-2.7.10/Parser/myreadline.c | 218 -
.../Python/Python-2.7.10/Parser/node.c | 164 -
.../Python/Python-2.7.10/Parser/parser.c | 436 -
.../Python/Python-2.7.10/Parser/parser.h | 42 -
.../Python/Python-2.7.10/Parser/parsetok.c | 282 -
.../Python/Python-2.7.10/Parser/tokenizer.c | 1755 --
.../Python/Python-2.7.10/Parser/tokenizer.h | 70 -
.../Python/Python-2.7.10/Py2710ReadMe.txt | 259 -
.../PyMod-2.7.10/Include/fileobject.h | 108 -
.../PyMod-2.7.10/Include/osdefs.h | 81 -
.../PyMod-2.7.10/Include/pyport.h | 957 -
.../Python-2.7.10/PyMod-2.7.10/Lib/ntpath.py | 568 -
.../Python-2.7.10/PyMod-2.7.10/Lib/os.py | 769 -
.../Python-2.7.10/PyMod-2.7.10/Lib/pydoc.py | 2423 ---
.../Python-2.7.10/PyMod-2.7.10/Lib/site.py | 531 -
.../Python-2.7.10/PyMod-2.7.10/Modules/_sre.c | 4048 ----
.../PyMod-2.7.10/Modules/addrinfo.h | 187 -
.../PyMod-2.7.10/Modules/config.c | 155 -
.../PyMod-2.7.10/Modules/edk2module.c | 4234 ----
.../PyMod-2.7.10/Modules/errnomodule.c | 844 -
.../Modules/expat/expat_external.h | 121 -
.../PyMod-2.7.10/Modules/getpath.c | 656 -
.../Python-2.7.10/PyMod-2.7.10/Modules/main.c | 701 -
.../PyMod-2.7.10/Modules/selectmodule.c | 1967 --
.../PyMod-2.7.10/Modules/zlib/gzguts.h | 215 -
.../PyMod-2.7.10/Modules/zlib/zutil.h | 256 -
.../PyMod-2.7.10/Objects/longobject.c | 4413 ----
.../Objects/stringlib/localeutil.h | 227 -
.../PyMod-2.7.10/Python/getcopyright.c | 41 -
.../PyMod-2.7.10/Python/marshal.c | 1423 --
.../PyMod-2.7.10/Python/random.c | 446 -
.../Python/Python-2.7.10/Python/Python-ast.c | 6788 ------
.../Python/Python-2.7.10/Python/_warnings.c | 911 -
.../Python/Python-2.7.10/Python/asdl.c | 64 -
.../Python/Python-2.7.10/Python/ast.c | 3587 ----
.../Python/Python-2.7.10/Python/bltinmodule.c | 3061 ---
.../Python/Python-2.7.10/Python/ceval.c | 4917 -----
.../Python/Python-2.7.10/Python/codecs.c | 889 -
.../Python/Python-2.7.10/Python/compile.c | 4003 ----
.../Python/Python-2.7.10/Python/dtoa.c | 2949 ---
.../Python-2.7.10/Python/dynload_stub.c | 11 -
.../Python/Python-2.7.10/Python/errors.c | 827 -
.../Python-2.7.10/Python/formatter_string.c | 17 -
.../Python-2.7.10/Python/formatter_unicode.c | 18 -
.../Python/Python-2.7.10/Python/frozen.c | 38 -
.../Python/Python-2.7.10/Python/future.c | 137 -
.../Python/Python-2.7.10/Python/getargs.c | 1908 --
.../Python/Python-2.7.10/Python/getcompiler.c | 28 -
.../Python/Python-2.7.10/Python/getopt.c | 136 -
.../Python/Python-2.7.10/Python/getplatform.c | 12 -
.../Python/Python-2.7.10/Python/getversion.c | 15 -
.../Python/Python-2.7.10/Python/graminit.c | 2177 --
.../Python/Python-2.7.10/Python/import.c | 3481 ----
.../Python/Python-2.7.10/Python/importdl.c | 78 -
.../Python/Python-2.7.10/Python/importdl.h | 53 -
.../Python/Python-2.7.10/Python/modsupport.c | 644 -
.../Python/Python-2.7.10/Python/mysnprintf.c | 105 -
.../Python/Python-2.7.10/Python/mystrtoul.c | 285 -
.../Python/Python-2.7.10/Python/peephole.c | 667 -
.../Python/Python-2.7.10/Python/pyarena.c | 213 -
.../Python/Python-2.7.10/Python/pyctype.c | 214 -
.../Python/Python-2.7.10/Python/pyfpe.c | 23 -
.../Python/Python-2.7.10/Python/pymath.c | 79 -
.../Python/Python-2.7.10/Python/pystate.c | 665 -
.../Python/Python-2.7.10/Python/pystrcmp.c | 26 -
.../Python/Python-2.7.10/Python/pystrtod.c | 1249 --
.../Python/Python-2.7.10/Python/pythonrun.c | 2029 --
.../Python-2.7.10/Python/structmember.c | 363 -
.../Python/Python-2.7.10/Python/symtable.c | 1556 --
.../Python/Python-2.7.10/Python/sysmodule.c | 1800 --
.../Python/Python-2.7.10/Python/traceback.c | 283 -
.../Python/Python-2.7.10/Python2710.inf | 258 -
.../Applications/Python/Python-2.7.10/README | 1236 --
.../Python/Python-2.7.10/X64/pyconfig.h | 1305 --
.../Python/Python-2.7.10/libprep.bat | 20 -
.../Python/Python-2.7.10/srcprep.bat | 13 -
.../Python/Python-2.7.2/Demo/README | 40 -
.../Python/Python-2.7.2/Demo/cgi/README | 11 -
.../Python/Python-2.7.2/Demo/cgi/cgi0.sh | 8 -
.../Python/Python-2.7.2/Demo/cgi/cgi1.py | 14 -
.../Python/Python-2.7.2/Demo/cgi/cgi2.py | 22 -
.../Python/Python-2.7.2/Demo/cgi/cgi3.py | 10 -
.../Python/Python-2.7.2/Demo/cgi/wiki.py | 123 -
.../Python-2.7.2/Demo/classes/Complex.py | 320 -
.../Python/Python-2.7.2/Demo/classes/Dates.py | 227 -
.../Python/Python-2.7.2/Demo/classes/Dbm.py | 66 -
.../Python/Python-2.7.2/Demo/classes/README | 12 -
.../Python/Python-2.7.2/Demo/classes/Range.py | 93 -
.../Python/Python-2.7.2/Demo/classes/Rev.py | 95 -
.../Python/Python-2.7.2/Demo/classes/Vec.py | 68 -
.../Python-2.7.2/Demo/classes/bitvec.py | 333 -
.../Python-2.7.2/Demo/comparisons/README | 60 -
.../Python-2.7.2/Demo/comparisons/patterns | 4 -
.../Demo/comparisons/regextest.py | 47 -
.../Demo/comparisons/sortingtest.py | 45 -
.../Demo/comparisons/systemtest.py | 74 -
.../Python/Python-2.7.2/Demo/md5test/README | 10 -
.../Python/Python-2.7.2/Demo/md5test/foo | 1 -
.../Python-2.7.2/Demo/md5test/md5driver.py | 123 -
.../Python-2.7.2/Demo/metaclasses/Eiffel.py | 113 -
.../Python-2.7.2/Demo/metaclasses/Enum.py | 169 -
.../Python-2.7.2/Demo/metaclasses/Meta.py | 118 -
.../Python-2.7.2/Demo/metaclasses/Simple.py | 45 -
.../Python-2.7.2/Demo/metaclasses/Synch.py | 256 -
.../Python-2.7.2/Demo/metaclasses/Trace.py | 144 -
.../Python-2.7.2/Demo/metaclasses/index.html | 605 -
.../Demo/metaclasses/meta-vladimir.txt | 256 -
.../Demo/newmetaclasses/Eiffel.py | 141 -
.../Python-2.7.2/Demo/newmetaclasses/Enum.py | 177 -
.../Python/Python-2.7.2/Demo/parser/FILES | 6 -
.../Python/Python-2.7.2/Demo/parser/README | 32 -
.../Python-2.7.2/Demo/parser/docstring.py | 2 -
.../Python-2.7.2/Demo/parser/example.py | 190 -
.../Python/Python-2.7.2/Demo/parser/simple.py | 1 -
.../Python/Python-2.7.2/Demo/parser/source.py | 27 -
.../Python-2.7.2/Demo/parser/test_parser.py | 48 -
.../Python-2.7.2/Demo/parser/test_unparse.py | 213 -
.../Python-2.7.2/Demo/parser/unparse.py | 606 -
.../Python/Python-2.7.2/Demo/pdist/FSProxy.py | 301 -
.../Python-2.7.2/Demo/pdist/RCSProxy.py | 198 -
.../Python/Python-2.7.2/Demo/pdist/README | 121 -
.../Python/Python-2.7.2/Demo/pdist/client.py | 157 -
.../Python/Python-2.7.2/Demo/pdist/cmdfw.py | 144 -
.../Python/Python-2.7.2/Demo/pdist/cmptree.py | 208 -
.../Python/Python-2.7.2/Demo/pdist/cvslib.py | 364 -
.../Python/Python-2.7.2/Demo/pdist/cvslock.py | 280 -
.../Python/Python-2.7.2/Demo/pdist/mac.py | 19 -
.../Python-2.7.2/Demo/pdist/makechangelog.py | 109 -
.../Python/Python-2.7.2/Demo/pdist/rcsbump | 33 -
.../Python-2.7.2/Demo/pdist/rcsclient.py | 71 -
.../Python/Python-2.7.2/Demo/pdist/rcslib.py | 334 -
.../Python/Python-2.7.2/Demo/pdist/rcvs | 8 -
.../Python/Python-2.7.2/Demo/pdist/rcvs.py | 477 -
.../Python/Python-2.7.2/Demo/pdist/rrcs | 8 -
.../Python/Python-2.7.2/Demo/pdist/rrcs.py | 160 -
.../Python-2.7.2/Demo/pdist/security.py | 33 -
.../Python/Python-2.7.2/Demo/pdist/server.py | 145 -
.../Python/Python-2.7.2/Demo/pdist/sumtree.py | 24 -
.../Python/Python-2.7.2/Demo/scripts/README | 22 -
.../Python/Python-2.7.2/Demo/scripts/beer.py | 20 -
.../Python/Python-2.7.2/Demo/scripts/eqfix.py | 198 -
.../Python/Python-2.7.2/Demo/scripts/fact.py | 49 -
.../Python-2.7.2/Demo/scripts/find-uname.py | 40 -
.../Python/Python-2.7.2/Demo/scripts/from.py | 35 -
.../Python-2.7.2/Demo/scripts/lpwatch.py | 102 -
.../Python-2.7.2/Demo/scripts/makedir.py | 21 -
.../Python-2.7.2/Demo/scripts/markov.py | 121 -
.../Python-2.7.2/Demo/scripts/mboxconvert.py | 124 -
.../Python/Python-2.7.2/Demo/scripts/morse.py | 138 -
.../Python-2.7.2/Demo/scripts/newslist.doc | 59 -
.../Python-2.7.2/Demo/scripts/newslist.py | 362 -
.../Python/Python-2.7.2/Demo/scripts/pi.py | 33 -
.../Python/Python-2.7.2/Demo/scripts/pp.py | 129 -
.../Python-2.7.2/Demo/scripts/primes.py | 30 -
.../Python-2.7.2/Demo/scripts/queens.py | 85 -
.../Python-2.7.2/Demo/scripts/script.py | 42 -
.../Python-2.7.2/Demo/scripts/unbirthday.py | 104 -
.../Python-2.7.2/Demo/scripts/update.py | 92 -
.../Python/Python-2.7.2/Demo/sockets/README | 14 -
.../Python-2.7.2/Demo/sockets/broadcast.py | 15 -
.../Python-2.7.2/Demo/sockets/echosvr.py | 31 -
.../Python-2.7.2/Demo/sockets/finger.py | 58 -
.../Python/Python-2.7.2/Demo/sockets/ftp.py | 146 -
.../Python-2.7.2/Demo/sockets/gopher.py | 347 -
.../Python/Python-2.7.2/Demo/sockets/mcast.py | 80 -
.../Python/Python-2.7.2/Demo/sockets/radio.py | 14 -
.../Python-2.7.2/Demo/sockets/rpython.py | 35 -
.../Python-2.7.2/Demo/sockets/rpythond.py | 52 -
.../Python-2.7.2/Demo/sockets/telnet.py | 109 -
.../Python-2.7.2/Demo/sockets/throughput.py | 93 -
.../Python-2.7.2/Demo/sockets/udpecho.py | 63 -
.../Python-2.7.2/Demo/sockets/unicast.py | 14 -
.../Python-2.7.2/Demo/sockets/unixclient.py | 12 -
.../Python-2.7.2/Demo/sockets/unixserver.py | 24 -
.../Python-2.7.2/Demo/xml/elem_count.py | 42 -
.../Python/Python-2.7.2/Demo/xml/roundtrip.py | 46 -
.../Python/Python-2.7.2/Demo/xml/rss2html.py | 97 -
.../Python/Python-2.7.2/Demo/zlib/minigzip.py | 133 -
.../Python/Python-2.7.2/Demo/zlib/zlibdemo.py | 48 -
.../Python/Python-2.7.2/Grammar/Grammar | 142 -
.../Python/Python-2.7.2/Include/Python-ast.h | 535 -
.../Python/Python-2.7.2/Include/Python.h | 178 -
.../Python/Python-2.7.2/Include/abstract.h | 1396 --
.../Python/Python-2.7.2/Include/asdl.h | 45 -
.../Python/Python-2.7.2/Include/ast.h | 13 -
.../Python/Python-2.7.2/Include/bitset.h | 32 -
.../Python/Python-2.7.2/Include/boolobject.h | 36 -
.../Python-2.7.2/Include/bufferobject.h | 33 -
.../Python-2.7.2/Include/bytearrayobject.h | 57 -
.../Python-2.7.2/Include/bytes_methods.h | 75 -
.../Python/Python-2.7.2/Include/bytesobject.h | 27 -
.../Python/Python-2.7.2/Include/cStringIO.h | 73 -
.../Python/Python-2.7.2/Include/cellobject.h | 28 -
.../Python/Python-2.7.2/Include/ceval.h | 153 -
.../Python/Python-2.7.2/Include/classobject.h | 83 -
.../Python/Python-2.7.2/Include/cobject.h | 89 -
.../Python/Python-2.7.2/Include/code.h | 107 -
.../Python/Python-2.7.2/Include/codecs.h | 167 -
.../Python/Python-2.7.2/Include/compile.h | 40 -
.../Python-2.7.2/Include/complexobject.h | 66 -
.../Python/Python-2.7.2/Include/datetime.h | 239 -
.../Python/Python-2.7.2/Include/descrobject.h | 94 -
.../Python/Python-2.7.2/Include/dictobject.h | 156 -
.../Python/Python-2.7.2/Include/dtoa.h | 15 -
.../Python/Python-2.7.2/Include/enumobject.h | 17 -
.../Python/Python-2.7.2/Include/errcode.h | 36 -
.../Python/Python-2.7.2/Include/eval.h | 25 -
.../Python/Python-2.7.2/Include/fileobject.h | 102 -
.../Python/Python-2.7.2/Include/floatobject.h | 140 -
.../Python/Python-2.7.2/Include/frameobject.h | 89 -
.../Python/Python-2.7.2/Include/funcobject.h | 76 -
.../Python/Python-2.7.2/Include/genobject.h | 40 -
.../Python/Python-2.7.2/Include/graminit.h | 87 -
.../Python/Python-2.7.2/Include/grammar.h | 93 -
.../Python/Python-2.7.2/Include/import.h | 71 -
.../Python/Python-2.7.2/Include/intobject.h | 80 -
.../Python/Python-2.7.2/Include/intrcheck.h | 15 -
.../Python/Python-2.7.2/Include/iterobject.h | 23 -
.../Python/Python-2.7.2/Include/listobject.h | 68 -
.../Python/Python-2.7.2/Include/longintrepr.h | 103 -
.../Python/Python-2.7.2/Include/longobject.h | 134 -
.../Python/Python-2.7.2/Include/marshal.h | 25 -
.../Python-2.7.2/Include/memoryobject.h | 74 -
.../Python/Python-2.7.2/Include/metagrammar.h | 18 -
.../Python-2.7.2/Include/methodobject.h | 93 -
.../Python/Python-2.7.2/Include/modsupport.h | 134 -
.../Python-2.7.2/Include/moduleobject.h | 24 -
.../Python/Python-2.7.2/Include/node.h | 40 -
.../Python/Python-2.7.2/Include/object.h | 986 -
.../Python/Python-2.7.2/Include/objimpl.h | 354 -
.../Python/Python-2.7.2/Include/opcode.h | 162 -
.../Python/Python-2.7.2/Include/osdefs.h | 71 -
.../Python/Python-2.7.2/Include/parsetok.h | 64 -
.../Python/Python-2.7.2/Include/patchlevel.h | 43 -
.../Python/Python-2.7.2/Include/pgen.h | 18 -
.../Python/Python-2.7.2/Include/pgenheaders.h | 42 -
.../Python/Python-2.7.2/Include/py_curses.h | 176 -
.../Python/Python-2.7.2/Include/pyarena.h | 62 -
.../Python/Python-2.7.2/Include/pycapsule.h | 56 -
.../Python/Python-2.7.2/Include/pyctype.h | 31 -
.../Python/Python-2.7.2/Include/pydebug.h | 40 -
.../Python/Python-2.7.2/Include/pyerrors.h | 328 -
.../Python/Python-2.7.2/Include/pyexpat.h | 48 -
.../Python/Python-2.7.2/Include/pyfpe.h | 176 -
.../Python/Python-2.7.2/Include/pygetopt.h | 17 -
.../Python/Python-2.7.2/Include/pymacconfig.h | 102 -
.../Python-2.7.2/Include/pymactoolbox.h | 217 -
.../Python/Python-2.7.2/Include/pymath.h | 192 -
.../Python/Python-2.7.2/Include/pymem.h | 122 -
.../Python/Python-2.7.2/Include/pyport.h | 918 -
.../Python/Python-2.7.2/Include/pystate.h | 198 -
.../Python/Python-2.7.2/Include/pystrcmp.h | 23 -
.../Python/Python-2.7.2/Include/pystrtod.h | 45 -
.../Python/Python-2.7.2/Include/pythonrun.h | 178 -
.../Python/Python-2.7.2/Include/pythread.h | 41 -
.../Python/Python-2.7.2/Include/rangeobject.h | 28 -
.../Python/Python-2.7.2/Include/setobject.h | 99 -
.../Python/Python-2.7.2/Include/sliceobject.h | 44 -
.../Python-2.7.2/Include/stringobject.h | 210 -
.../Python-2.7.2/Include/structmember.h | 99 -
.../Python/Python-2.7.2/Include/structseq.h | 41 -
.../Python/Python-2.7.2/Include/symtable.h | 98 -
.../Python/Python-2.7.2/Include/sysmodule.h | 32 -
.../Python/Python-2.7.2/Include/timefuncs.h | 23 -
.../Python/Python-2.7.2/Include/token.h | 85 -
.../Python/Python-2.7.2/Include/traceback.h | 31 -
.../Python/Python-2.7.2/Include/tupleobject.h | 61 -
.../Python/Python-2.7.2/Include/ucnhash.h | 33 -
.../Python-2.7.2/Include/unicodeobject.h | 1413 --
.../Python/Python-2.7.2/Include/warnings.h | 23 -
.../Python-2.7.2/Include/weakrefobject.h | 75 -
.../Applications/Python/Python-2.7.2/LICENSE | 279 -
.../Python/Python-2.7.2/Lib/BaseHTTPServer.py | 606 -
.../Python/Python-2.7.2/Lib/Bastion.py | 180 -
.../Python/Python-2.7.2/Lib/CGIHTTPServer.py | 374 -
.../Python/Python-2.7.2/Lib/ConfigParser.py | 745 -
.../Python/Python-2.7.2/Lib/Cookie.py | 761 -
.../Python-2.7.2/Lib/DocXMLRPCServer.py | 279 -
.../Python/Python-2.7.2/Lib/HTMLParser.py | 393 -
.../Python/Python-2.7.2/Lib/MimeWriter.py | 186 -
.../Python/Python-2.7.2/Lib/Queue.py | 244 -
.../Python-2.7.2/Lib/SimpleHTTPServer.py | 220 -
.../Python-2.7.2/Lib/SimpleXMLRPCServer.py | 704 -
.../Python/Python-2.7.2/Lib/SocketServer.py | 716 -
.../Python/Python-2.7.2/Lib/StringIO.py | 324 -
.../Python/Python-2.7.2/Lib/UserDict.py | 180 -
.../Python/Python-2.7.2/Lib/UserList.py | 88 -
.../Python/Python-2.7.2/Lib/UserString.py | 228 -
.../Python/Python-2.7.2/Lib/_LWPCookieJar.py | 170 -
.../Python-2.7.2/Lib/_MozillaCookieJar.py | 149 -
.../Python/Python-2.7.2/Lib/__future__.py | 128 -
.../Python/Python-2.7.2/Lib/__phello__.foo.py | 1 -
.../Python/Python-2.7.2/Lib/_abcoll.py | 601 -
.../Python/Python-2.7.2/Lib/_pyio.py | 2006 --
.../Python/Python-2.7.2/Lib/_strptime.py | 454 -
.../Python/Python-2.7.2/Lib/_weakrefset.py | 216 -
.../Python/Python-2.7.2/Lib/abc.py | 185 -
.../Python/Python-2.7.2/Lib/aifc.py | 957 -
.../Python/Python-2.7.2/Lib/antigravity.py | 4 -
.../Python/Python-2.7.2/Lib/anydbm.py | 85 -
.../Python/Python-2.7.2/Lib/argparse.py | 2347 ---
.../Python/Python-2.7.2/Lib/ast.py | 311 -
.../Python/Python-2.7.2/Lib/asynchat.py | 314 -
.../Python/Python-2.7.2/Lib/asyncore.py | 655 -
.../Python/Python-2.7.2/Lib/atexit.py | 65 -
.../Python/Python-2.7.2/Lib/base64.py | 360 -
.../Python/Python-2.7.2/Lib/bdb.py | 632 -
.../Python/Python-2.7.2/Lib/binhex.py | 508 -
.../Python/Python-2.7.2/Lib/bisect.py | 92 -
.../Python/Python-2.7.2/Lib/cProfile.py | 199 -
.../Python/Python-2.7.2/Lib/calendar.py | 708 -
.../Python/Python-2.7.2/Lib/cgi.py | 1051 -
.../Python/Python-2.7.2/Lib/cgitb.py | 318 -
.../Python/Python-2.7.2/Lib/chunk.py | 167 -
.../Python/Python-2.7.2/Lib/cmd.py | 401 -
.../Python/Python-2.7.2/Lib/code.py | 310 -
.../Python/Python-2.7.2/Lib/codecs.py | 1098 -
.../Python/Python-2.7.2/Lib/codeop.py | 168 -
.../Python/Python-2.7.2/Lib/collections.py | 667 -
.../Python/Python-2.7.2/Lib/colorsys.py | 156 -
.../Python/Python-2.7.2/Lib/commands.py | 90 -
.../Python/Python-2.7.2/Lib/compileall.py | 214 -
.../Python-2.7.2/Lib/compiler/__init__.py | 31 -
.../Python/Python-2.7.2/Lib/compiler/ast.py | 1419 --
.../Python-2.7.2/Lib/compiler/consts.py | 23 -
.../Python-2.7.2/Lib/compiler/future.py | 74 -
.../Python/Python-2.7.2/Lib/compiler/misc.py | 73 -
.../Python-2.7.2/Lib/compiler/pyassem.py | 763 -
.../Python-2.7.2/Lib/compiler/pycodegen.py | 1555 --
.../Python-2.7.2/Lib/compiler/symbols.py | 462 -
.../Python-2.7.2/Lib/compiler/syntax.py | 46 -
.../Python-2.7.2/Lib/compiler/transformer.py | 1535 --
.../Python-2.7.2/Lib/compiler/visitor.py | 113 -
.../Python/Python-2.7.2/Lib/contextlib.py | 154 -
.../Python/Python-2.7.2/Lib/cookielib.py | 1794 --
.../Python/Python-2.7.2/Lib/copy.py | 433 -
.../Python/Python-2.7.2/Lib/copy_reg.py | 201 -
.../Python/Python-2.7.2/Lib/csv.py | 451 -
.../Python/Python-2.7.2/Lib/dbhash.py | 18 -
.../Python/Python-2.7.2/Lib/decimal.py | 6149 ------
.../Python/Python-2.7.2/Lib/difflib.py | 2059 --
.../Python/Python-2.7.2/Lib/dircache.py | 41 -
.../Python/Python-2.7.2/Lib/dis.py | 224 -
.../Python/Python-2.7.2/Lib/distutils/README | 13 -
.../Python-2.7.2/Lib/distutils/__init__.py | 19 -
.../Lib/distutils/archive_util.py | 243 -
.../Lib/distutils/bcppcompiler.py | 394 -
.../Python-2.7.2/Lib/distutils/ccompiler.py | 1145 -
.../Python/Python-2.7.2/Lib/distutils/cmd.py | 457 -
.../Lib/distutils/command/__init__.py | 33 -
.../Lib/distutils/command/bdist.py | 146 -
.../Lib/distutils/command/bdist_dumb.py | 132 -
.../Lib/distutils/command/bdist_msi.py | 738 -
.../Lib/distutils/command/bdist_rpm.py | 575 -
.../Lib/distutils/command/bdist_wininst.py | 364 -
.../Lib/distutils/command/build.py | 147 -
.../Lib/distutils/command/build_clib.py | 209 -
.../Lib/distutils/command/build_ext.py | 769 -
.../Lib/distutils/command/build_py.py | 393 -
.../Lib/distutils/command/build_scripts.py | 131 -
.../Lib/distutils/command/check.py | 143 -
.../Lib/distutils/command/clean.py | 80 -
.../Lib/distutils/command/command_template | 45 -
.../Lib/distutils/command/config.py | 357 -
.../Lib/distutils/command/install.py | 672 -
.../Lib/distutils/command/install_data.py | 81 -
.../Lib/distutils/command/install_egg_info.py | 78 -
.../Lib/distutils/command/install_headers.py | 51 -
.../Lib/distutils/command/install_lib.py | 219 -
.../Lib/distutils/command/install_scripts.py | 64 -
.../Lib/distutils/command/register.py | 307 -
.../Lib/distutils/command/sdist.py | 464 -
.../Lib/distutils/command/upload.py | 194 -
.../Lib/distutils/command/wininst-6.0.exe | Bin 61440 -> 0 bytes
.../Lib/distutils/command/wininst-7.1.exe | Bin 65536 -> 0 bytes
.../Lib/distutils/command/wininst-8.0.exe | Bin 61440 -> 0 bytes
.../distutils/command/wininst-9.0-amd64.exe | Bin 223744 -> 0 bytes
.../Lib/distutils/command/wininst-9.0.exe | Bin 196096 -> 0 bytes
.../Python-2.7.2/Lib/distutils/config.py | 121 -
.../Python/Python-2.7.2/Lib/distutils/core.py | 242 -
.../Lib/distutils/cygwinccompiler.py | 449 -
.../Python-2.7.2/Lib/distutils/debug.py | 7 -
.../Python-2.7.2/Lib/distutils/dep_util.py | 88 -
.../Python-2.7.2/Lib/distutils/dir_util.py | 212 -
.../Python/Python-2.7.2/Lib/distutils/dist.py | 1248 --
.../Lib/distutils/emxccompiler.py | 319 -
.../Python-2.7.2/Lib/distutils/errors.py | 88 -
.../Python-2.7.2/Lib/distutils/extension.py | 255 -
.../Lib/distutils/fancy_getopt.py | 484 -
.../Python-2.7.2/Lib/distutils/file_util.py | 231 -
.../Python-2.7.2/Lib/distutils/filelist.py | 336 -
.../Python/Python-2.7.2/Lib/distutils/log.py | 71 -
.../Lib/distutils/msvc9compiler.py | 764 -
.../Lib/distutils/msvccompiler.py | 659 -
.../Python-2.7.2/Lib/distutils/spawn.py | 173 -
.../Python-2.7.2/Lib/distutils/sysconfig.py | 571 -
.../Lib/distutils/tests/Setup.sample | 67 -
.../Lib/distutils/tests/__init__.py | 36 -
.../distutils/tests/setuptools_build_ext.py | 287 -
.../distutils/tests/setuptools_extension.py | 51 -
.../Lib/distutils/tests/support.py | 133 -
.../Lib/distutils/tests/test_archive_util.py | 284 -
.../Lib/distutils/tests/test_bdist.py | 45 -
.../Lib/distutils/tests/test_bdist_dumb.py | 105 -
.../Lib/distutils/tests/test_bdist_msi.py | 25 -
.../Lib/distutils/tests/test_bdist_rpm.py | 127 -
.../Lib/distutils/tests/test_bdist_wininst.py | 32 -
.../Lib/distutils/tests/test_build.py | 55 -
.../Lib/distutils/tests/test_build_clib.py | 145 -
.../Lib/distutils/tests/test_build_ext.py | 491 -
.../Lib/distutils/tests/test_build_py.py | 122 -
.../Lib/distutils/tests/test_build_scripts.py | 112 -
.../Lib/distutils/tests/test_ccompiler.py | 81 -
.../Lib/distutils/tests/test_check.py | 99 -
.../Lib/distutils/tests/test_clean.py | 51 -
.../Lib/distutils/tests/test_cmd.py | 127 -
.../Lib/distutils/tests/test_config.py | 123 -
.../Lib/distutils/tests/test_config_cmd.py | 90 -
.../Lib/distutils/tests/test_core.py | 108 -
.../Lib/distutils/tests/test_dep_util.py | 81 -
.../Lib/distutils/tests/test_dir_util.py | 116 -
.../Lib/distutils/tests/test_dist.py | 436 -
.../Lib/distutils/tests/test_file_util.py | 81 -
.../Lib/distutils/tests/test_filelist.py | 85 -
.../Lib/distutils/tests/test_install.py | 57 -
.../Lib/distutils/tests/test_install_data.py | 77 -
.../distutils/tests/test_install_headers.py | 41 -
.../Lib/distutils/tests/test_install_lib.py | 107 -
.../distutils/tests/test_install_scripts.py | 82 -
.../Lib/distutils/tests/test_msvc9compiler.py | 141 -
.../Lib/distutils/tests/test_register.py | 261 -
.../Lib/distutils/tests/test_sdist.py | 429 -
.../Lib/distutils/tests/test_spawn.py | 60 -
.../Lib/distutils/tests/test_sysconfig.py | 82 -
.../Lib/distutils/tests/test_text_file.py | 107 -
.../Lib/distutils/tests/test_unixccompiler.py | 130 -
.../Lib/distutils/tests/test_upload.py | 131 -
.../Lib/distutils/tests/test_util.py | 25 -
.../Lib/distutils/tests/test_version.py | 71 -
.../distutils/tests/test_versionpredicate.py | 13 -
.../Python-2.7.2/Lib/distutils/text_file.py | 304 -
.../Lib/distutils/unixccompiler.py | 346 -
.../Python/Python-2.7.2/Lib/distutils/util.py | 567 -
.../Python-2.7.2/Lib/distutils/version.py | 299 -
.../Lib/distutils/versionpredicate.py | 164 -
.../Python/Python-2.7.2/Lib/doctest.py | 2731 ---
.../Python/Python-2.7.2/Lib/dumbdbm.py | 250 -
.../Python/Python-2.7.2/Lib/dummy_thread.py | 145 -
.../Python-2.7.2/Lib/dummy_threading.py | 78 -
.../Python/Python-2.7.2/Lib/email/__init__.py | 123 -
.../Python-2.7.2/Lib/email/_parseaddr.py | 497 -
.../Python-2.7.2/Lib/email/base64mime.py | 183 -
.../Python/Python-2.7.2/Lib/email/charset.py | 397 -
.../Python/Python-2.7.2/Lib/email/encoders.py | 82 -
.../Python/Python-2.7.2/Lib/email/errors.py | 57 -
.../Python-2.7.2/Lib/email/feedparser.py | 484 -
.../Python-2.7.2/Lib/email/generator.py | 364 -
.../Python/Python-2.7.2/Lib/email/header.py | 514 -
.../Python-2.7.2/Lib/email/iterators.py | 73 -
.../Python/Python-2.7.2/Lib/email/message.py | 797 -
.../Python-2.7.2/Lib/email/mime/__init__.py | 0
.../Lib/email/mime/application.py | 36 -
.../Python-2.7.2/Lib/email/mime/audio.py | 73 -
.../Python-2.7.2/Lib/email/mime/base.py | 26 -
.../Python-2.7.2/Lib/email/mime/image.py | 46 -
.../Python-2.7.2/Lib/email/mime/message.py | 34 -
.../Python-2.7.2/Lib/email/mime/multipart.py | 47 -
.../Lib/email/mime/nonmultipart.py | 22 -
.../Python-2.7.2/Lib/email/mime/text.py | 30 -
.../Python/Python-2.7.2/Lib/email/parser.py | 91 -
.../Python-2.7.2/Lib/email/quoprimime.py | 336 -
.../Python-2.7.2/Lib/email/test/__init__.py | 0
.../Lib/email/test/data/PyBanner048.gif | Bin 954 -> 0 bytes
.../Lib/email/test/data/audiotest.au | Bin 28144 -> 0 bytes
.../Lib/email/test/data/msg_01.txt | 19 -
.../Lib/email/test/data/msg_02.txt | 135 -
.../Lib/email/test/data/msg_03.txt | 16 -
.../Lib/email/test/data/msg_04.txt | 37 -
.../Lib/email/test/data/msg_05.txt | 28 -
.../Lib/email/test/data/msg_06.txt | 33 -
.../Lib/email/test/data/msg_07.txt | 83 -
.../Lib/email/test/data/msg_08.txt | 24 -
.../Lib/email/test/data/msg_09.txt | 24 -
.../Lib/email/test/data/msg_10.txt | 39 -
.../Lib/email/test/data/msg_11.txt | 7 -
.../Lib/email/test/data/msg_12.txt | 36 -
.../Lib/email/test/data/msg_12a.txt | 38 -
.../Lib/email/test/data/msg_13.txt | 94 -
.../Lib/email/test/data/msg_14.txt | 23 -
.../Lib/email/test/data/msg_15.txt | 52 -
.../Lib/email/test/data/msg_16.txt | 123 -
.../Lib/email/test/data/msg_17.txt | 12 -
.../Lib/email/test/data/msg_18.txt | 6 -
.../Lib/email/test/data/msg_19.txt | 43 -
.../Lib/email/test/data/msg_20.txt | 22 -
.../Lib/email/test/data/msg_21.txt | 20 -
.../Lib/email/test/data/msg_22.txt | 46 -
.../Lib/email/test/data/msg_23.txt | 8 -
.../Lib/email/test/data/msg_24.txt | 10 -
.../Lib/email/test/data/msg_25.txt | 117 -
.../Lib/email/test/data/msg_26.txt | 45 -
.../Lib/email/test/data/msg_27.txt | 15 -
.../Lib/email/test/data/msg_28.txt | 25 -
.../Lib/email/test/data/msg_29.txt | 22 -
.../Lib/email/test/data/msg_30.txt | 23 -
.../Lib/email/test/data/msg_31.txt | 15 -
.../Lib/email/test/data/msg_32.txt | 14 -
.../Lib/email/test/data/msg_33.txt | 29 -
.../Lib/email/test/data/msg_34.txt | 19 -
.../Lib/email/test/data/msg_35.txt | 4 -
.../Lib/email/test/data/msg_36.txt | 40 -
.../Lib/email/test/data/msg_37.txt | 22 -
.../Lib/email/test/data/msg_38.txt | 101 -
.../Lib/email/test/data/msg_39.txt | 83 -
.../Lib/email/test/data/msg_40.txt | 10 -
.../Lib/email/test/data/msg_41.txt | 8 -
.../Lib/email/test/data/msg_42.txt | 20 -
.../Lib/email/test/data/msg_43.txt | 217 -
.../Lib/email/test/data/msg_44.txt | 33 -
.../Lib/email/test/data/msg_45.txt | 33 -
.../Lib/email/test/data/msg_46.txt | 23 -
.../Python-2.7.2/Lib/email/test/test_email.py | 3529 ----
.../Lib/email/test/test_email_codecs.py | 77 -
.../email/test/test_email_codecs_renamed.py | 77 -
.../Lib/email/test/test_email_renamed.py | 3297 ---
.../Lib/email/test/test_email_torture.py | 136 -
.../Python/Python-2.7.2/Lib/email/utils.py | 324 -
.../Python-2.7.2/Lib/encodings/__init__.py | 157 -
.../Python-2.7.2/Lib/encodings/aliases.py | 527 -
.../Python-2.7.2/Lib/encodings/ascii.py | 50 -
.../Lib/encodings/base64_codec.py | 79 -
.../Python/Python-2.7.2/Lib/encodings/big5.py | 39 -
.../Python-2.7.2/Lib/encodings/big5hkscs.py | 39 -
.../Python-2.7.2/Lib/encodings/bz2_codec.py | 102 -
.../Python-2.7.2/Lib/encodings/charmap.py | 69 -
.../Python-2.7.2/Lib/encodings/cp037.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1006.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1026.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1140.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1250.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1251.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1252.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1253.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1254.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1255.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1256.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1257.py | 307 -
.../Python-2.7.2/Lib/encodings/cp1258.py | 307 -
.../Python-2.7.2/Lib/encodings/cp424.py | 307 -
.../Python-2.7.2/Lib/encodings/cp437.py | 698 -
.../Python-2.7.2/Lib/encodings/cp500.py | 307 -
.../Python-2.7.2/Lib/encodings/cp720.py | 309 -
.../Python-2.7.2/Lib/encodings/cp737.py | 698 -
.../Python-2.7.2/Lib/encodings/cp775.py | 697 -
.../Python-2.7.2/Lib/encodings/cp850.py | 698 -
.../Python-2.7.2/Lib/encodings/cp852.py | 698 -
.../Python-2.7.2/Lib/encodings/cp855.py | 698 -
.../Python-2.7.2/Lib/encodings/cp856.py | 307 -
.../Python-2.7.2/Lib/encodings/cp857.py | 694 -
.../Python-2.7.2/Lib/encodings/cp858.py | 698 -
.../Python-2.7.2/Lib/encodings/cp860.py | 698 -
.../Python-2.7.2/Lib/encodings/cp861.py | 698 -
.../Python-2.7.2/Lib/encodings/cp862.py | 698 -
.../Python-2.7.2/Lib/encodings/cp863.py | 698 -
.../Python-2.7.2/Lib/encodings/cp864.py | 690 -
.../Python-2.7.2/Lib/encodings/cp865.py | 698 -
.../Python-2.7.2/Lib/encodings/cp866.py | 698 -
.../Python-2.7.2/Lib/encodings/cp869.py | 689 -
.../Python-2.7.2/Lib/encodings/cp874.py | 307 -
.../Python-2.7.2/Lib/encodings/cp875.py | 307 -
.../Python-2.7.2/Lib/encodings/cp932.py | 39 -
.../Python-2.7.2/Lib/encodings/cp949.py | 39 -
.../Python-2.7.2/Lib/encodings/cp950.py | 39 -
.../Lib/encodings/euc_jis_2004.py | 39 -
.../Lib/encodings/euc_jisx0213.py | 39 -
.../Python-2.7.2/Lib/encodings/euc_jp.py | 39 -
.../Python-2.7.2/Lib/encodings/euc_kr.py | 39 -
.../Python-2.7.2/Lib/encodings/gb18030.py | 39 -
.../Python-2.7.2/Lib/encodings/gb2312.py | 39 -
.../Python/Python-2.7.2/Lib/encodings/gbk.py | 39 -
.../Python-2.7.2/Lib/encodings/hex_codec.py | 79 -
.../Python-2.7.2/Lib/encodings/hp_roman8.py | 152 -
.../Python/Python-2.7.2/Lib/encodings/hz.py | 39 -
.../Python/Python-2.7.2/Lib/encodings/idna.py | 288 -
.../Python-2.7.2/Lib/encodings/iso2022_jp.py | 39 -
.../Lib/encodings/iso2022_jp_1.py | 39 -
.../Lib/encodings/iso2022_jp_2.py | 39 -
.../Lib/encodings/iso2022_jp_2004.py | 39 -
.../Lib/encodings/iso2022_jp_3.py | 39 -
.../Lib/encodings/iso2022_jp_ext.py | 39 -
.../Python-2.7.2/Lib/encodings/iso2022_kr.py | 39 -
.../Python-2.7.2/Lib/encodings/iso8859_1.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_10.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_11.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_13.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_14.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_15.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_16.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_2.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_3.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_4.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_5.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_6.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_7.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_8.py | 307 -
.../Python-2.7.2/Lib/encodings/iso8859_9.py | 307 -
.../Python-2.7.2/Lib/encodings/johab.py | 39 -
.../Python-2.7.2/Lib/encodings/koi8_r.py | 307 -
.../Python-2.7.2/Lib/encodings/koi8_u.py | 307 -
.../Python-2.7.2/Lib/encodings/latin_1.py | 50 -
.../Python-2.7.2/Lib/encodings/mac_arabic.py | 698 -
.../Lib/encodings/mac_centeuro.py | 307 -
.../Lib/encodings/mac_croatian.py | 307 -
.../Lib/encodings/mac_cyrillic.py | 307 -
.../Python-2.7.2/Lib/encodings/mac_farsi.py | 307 -
.../Python-2.7.2/Lib/encodings/mac_greek.py | 307 -
.../Python-2.7.2/Lib/encodings/mac_iceland.py | 307 -
.../Python-2.7.2/Lib/encodings/mac_latin2.py | 183 -
.../Python-2.7.2/Lib/encodings/mac_roman.py | 307 -
.../Lib/encodings/mac_romanian.py | 307 -
.../Python-2.7.2/Lib/encodings/mac_turkish.py | 307 -
.../Python/Python-2.7.2/Lib/encodings/mbcs.py | 47 -
.../Python-2.7.2/Lib/encodings/palmos.py | 83 -
.../Python-2.7.2/Lib/encodings/ptcp154.py | 175 -
.../Python-2.7.2/Lib/encodings/punycode.py | 238 -
.../Lib/encodings/quopri_codec.py | 75 -
.../Lib/encodings/raw_unicode_escape.py | 45 -
.../Python-2.7.2/Lib/encodings/rot_13.py | 118 -
.../Python-2.7.2/Lib/encodings/shift_jis.py | 39 -
.../Lib/encodings/shift_jis_2004.py | 39 -
.../Lib/encodings/shift_jisx0213.py | 39 -
.../Lib/encodings/string_escape.py | 38 -
.../Python-2.7.2/Lib/encodings/tis_620.py | 307 -
.../Python-2.7.2/Lib/encodings/undefined.py | 49 -
.../Lib/encodings/unicode_escape.py | 45 -
.../Lib/encodings/unicode_internal.py | 45 -
.../Python-2.7.2/Lib/encodings/utf_16.py | 126 -
.../Python-2.7.2/Lib/encodings/utf_16_be.py | 42 -
.../Python-2.7.2/Lib/encodings/utf_16_le.py | 42 -
.../Python-2.7.2/Lib/encodings/utf_32.py | 150 -
.../Python-2.7.2/Lib/encodings/utf_32_be.py | 37 -
.../Python-2.7.2/Lib/encodings/utf_32_le.py | 37 -
.../Python-2.7.2/Lib/encodings/utf_7.py | 38 -
.../Python-2.7.2/Lib/encodings/utf_8.py | 42 -
.../Python-2.7.2/Lib/encodings/utf_8_sig.py | 117 -
.../Python-2.7.2/Lib/encodings/uu_codec.py | 129 -
.../Python-2.7.2/Lib/encodings/zlib_codec.py | 102 -
.../Python/Python-2.7.2/Lib/filecmp.py | 295 -
.../Python/Python-2.7.2/Lib/fileinput.py | 413 -
.../Python/Python-2.7.2/Lib/fnmatch.py | 116 -
.../Python/Python-2.7.2/Lib/formatter.py | 445 -
.../Python/Python-2.7.2/Lib/fpformat.py | 145 -
.../Python/Python-2.7.2/Lib/fractions.py | 605 -
.../Python/Python-2.7.2/Lib/ftplib.py | 1036 -
.../Python/Python-2.7.2/Lib/functools.py | 100 -
.../Python/Python-2.7.2/Lib/genericpath.py | 105 -
.../Python/Python-2.7.2/Lib/getopt.py | 210 -
.../Python/Python-2.7.2/Lib/getpass.py | 179 -
.../Python/Python-2.7.2/Lib/gettext.py | 591 -
.../Python/Python-2.7.2/Lib/glob.py | 78 -
.../Python/Python-2.7.2/Lib/gzip.py | 509 -
.../Python/Python-2.7.2/Lib/hashlib.py | 146 -
.../Python/Python-2.7.2/Lib/heapq.py | 442 -
.../Python/Python-2.7.2/Lib/hmac.py | 133 -
.../Python-2.7.2/Lib/hotshot/__init__.py | 78 -
.../Python/Python-2.7.2/Lib/hotshot/log.py | 194 -
.../Python/Python-2.7.2/Lib/hotshot/stats.py | 93 -
.../Python/Python-2.7.2/Lib/hotshot/stones.py | 30 -
.../Python/Python-2.7.2/Lib/htmlentitydefs.py | 273 -
.../Python/Python-2.7.2/Lib/htmllib.py | 491 -
.../Python/Python-2.7.2/Lib/httplib.py | 1392 --
.../Python/Python-2.7.2/Lib/ihooks.py | 554 -
.../Python/Python-2.7.2/Lib/imaplib.py | 1518 --
.../Python/Python-2.7.2/Lib/imghdr.py | 161 -
.../Python-2.7.2/Lib/importlib/__init__.py | 38 -
.../Python/Python-2.7.2/Lib/imputil.py | 725 -
.../Python/Python-2.7.2/Lib/inspect.py | 1056 -
.../Python/Python-2.7.2/Lib/io.py | 98 -
.../Python/Python-2.7.2/Lib/json/__init__.py | 339 -
.../Python/Python-2.7.2/Lib/json/decoder.py | 385 -
.../Python/Python-2.7.2/Lib/json/encoder.py | 442 -
.../Python/Python-2.7.2/Lib/json/scanner.py | 67 -
.../Python-2.7.2/Lib/json/tests/__init__.py | 73 -
.../Lib/json/tests/test_check_circular.py | 34 -
.../Lib/json/tests/test_decode.py | 50 -
.../Lib/json/tests/test_default.py | 12 -
.../Python-2.7.2/Lib/json/tests/test_dump.py | 23 -
.../tests/test_encode_basestring_ascii.py | 41 -
.../Python-2.7.2/Lib/json/tests/test_fail.py | 87 -
.../Python-2.7.2/Lib/json/tests/test_float.py | 22 -
.../Lib/json/tests/test_indent.py | 60 -
.../Python-2.7.2/Lib/json/tests/test_pass1.py | 79 -
.../Python-2.7.2/Lib/json/tests/test_pass2.py | 18 -
.../Python-2.7.2/Lib/json/tests/test_pass3.py | 24 -
.../Lib/json/tests/test_recursion.py | 108 -
.../Lib/json/tests/test_scanstring.py | 109 -
.../Lib/json/tests/test_separators.py | 44 -
.../Lib/json/tests/test_speedups.py | 23 -
.../Lib/json/tests/test_unicode.py | 85 -
.../Python/Python-2.7.2/Lib/json/tool.py | 37 -
.../Python/Python-2.7.2/Lib/keyword.py | 93 -
.../Python-2.7.2/Lib/lib2to3/Grammar.txt | 158 -
.../Lib/lib2to3/PatternGrammar.txt | 28 -
.../Python-2.7.2/Lib/lib2to3/__init__.py | 1 -
.../Python-2.7.2/Lib/lib2to3/__main__.py | 4 -
.../Python-2.7.2/Lib/lib2to3/btm_matcher.py | 168 -
.../Python-2.7.2/Lib/lib2to3/btm_utils.py | 283 -
.../Python-2.7.2/Lib/lib2to3/fixer_base.py | 189 -
.../Python-2.7.2/Lib/lib2to3/fixer_util.py | 432 -
.../Lib/lib2to3/fixes/__init__.py | 1 -
.../Lib/lib2to3/fixes/fix_apply.py | 59 -
.../Lib/lib2to3/fixes/fix_basestring.py | 14 -
.../Lib/lib2to3/fixes/fix_buffer.py | 22 -
.../Lib/lib2to3/fixes/fix_callable.py | 37 -
.../Lib/lib2to3/fixes/fix_dict.py | 107 -
.../Lib/lib2to3/fixes/fix_except.py | 93 -
.../Lib/lib2to3/fixes/fix_exec.py | 40 -
.../Lib/lib2to3/fixes/fix_execfile.py | 52 -
.../Lib/lib2to3/fixes/fix_exitfunc.py | 72 -
.../Lib/lib2to3/fixes/fix_filter.py | 76 -
.../Lib/lib2to3/fixes/fix_funcattrs.py | 21 -
.../Lib/lib2to3/fixes/fix_future.py | 22 -
.../Lib/lib2to3/fixes/fix_getcwdu.py | 19 -
.../Lib/lib2to3/fixes/fix_has_key.py | 110 -
.../Lib/lib2to3/fixes/fix_idioms.py | 152 -
.../Lib/lib2to3/fixes/fix_import.py | 99 -
.../Lib/lib2to3/fixes/fix_imports.py | 145 -
.../Lib/lib2to3/fixes/fix_imports2.py | 16 -
.../Lib/lib2to3/fixes/fix_input.py | 26 -
.../Lib/lib2to3/fixes/fix_intern.py | 46 -
.../Lib/lib2to3/fixes/fix_isinstance.py | 52 -
.../Lib/lib2to3/fixes/fix_itertools.py | 43 -
.../lib2to3/fixes/fix_itertools_imports.py | 57 -
.../Lib/lib2to3/fixes/fix_long.py | 19 -
.../Python-2.7.2/Lib/lib2to3/fixes/fix_map.py | 91 -
.../Lib/lib2to3/fixes/fix_metaclass.py | 228 -
.../Lib/lib2to3/fixes/fix_methodattrs.py | 24 -
.../Python-2.7.2/Lib/lib2to3/fixes/fix_ne.py | 23 -
.../Lib/lib2to3/fixes/fix_next.py | 103 -
.../Lib/lib2to3/fixes/fix_nonzero.py | 21 -
.../Lib/lib2to3/fixes/fix_numliterals.py | 28 -
.../Lib/lib2to3/fixes/fix_operator.py | 96 -
.../Lib/lib2to3/fixes/fix_paren.py | 44 -
.../Lib/lib2to3/fixes/fix_print.py | 87 -
.../Lib/lib2to3/fixes/fix_raise.py | 90 -
.../Lib/lib2to3/fixes/fix_raw_input.py | 17 -
.../Lib/lib2to3/fixes/fix_reduce.py | 35 -
.../Lib/lib2to3/fixes/fix_renames.py | 70 -
.../Lib/lib2to3/fixes/fix_repr.py | 23 -
.../Lib/lib2to3/fixes/fix_set_literal.py | 53 -
.../Lib/lib2to3/fixes/fix_standarderror.py | 18 -
.../Lib/lib2to3/fixes/fix_sys_exc.py | 30 -
.../Lib/lib2to3/fixes/fix_throw.py | 56 -
.../Lib/lib2to3/fixes/fix_tuple_params.py | 175 -
.../Lib/lib2to3/fixes/fix_types.py | 62 -
.../Lib/lib2to3/fixes/fix_unicode.py | 25 -
.../Lib/lib2to3/fixes/fix_urllib.py | 197 -
.../Lib/lib2to3/fixes/fix_ws_comma.py | 39 -
.../Lib/lib2to3/fixes/fix_xrange.py | 73 -
.../Lib/lib2to3/fixes/fix_xreadlines.py | 25 -
.../Python-2.7.2/Lib/lib2to3/fixes/fix_zip.py | 35 -
.../Python/Python-2.7.2/Lib/lib2to3/main.py | 182 -
.../Python-2.7.2/Lib/lib2to3/patcomp.py | 205 -
.../Lib/lib2to3/pgen2/__init__.py | 4 -
.../Python-2.7.2/Lib/lib2to3/pgen2/conv.py | 257 -
.../Python-2.7.2/Lib/lib2to3/pgen2/driver.py | 140 -
.../Python-2.7.2/Lib/lib2to3/pgen2/grammar.py | 184 -
.../Lib/lib2to3/pgen2/literals.py | 60 -
.../Python-2.7.2/Lib/lib2to3/pgen2/parse.py | 201 -
.../Python-2.7.2/Lib/lib2to3/pgen2/pgen.py | 386 -
.../Python-2.7.2/Lib/lib2to3/pgen2/token.py | 82 -
.../Lib/lib2to3/pgen2/tokenize.py | 500 -
.../Python/Python-2.7.2/Lib/lib2to3/pygram.py | 40 -
.../Python/Python-2.7.2/Lib/lib2to3/pytree.py | 887 -
.../Python-2.7.2/Lib/lib2to3/refactor.py | 741 -
.../Lib/lib2to3/tests/__init__.py | 24 -
.../Lib/lib2to3/tests/data/README | 6 -
.../Lib/lib2to3/tests/data/bom.py | 2 -
.../Lib/lib2to3/tests/data/crlf.py | 3 -
.../lib2to3/tests/data/different_encoding.py | 6 -
.../lib2to3/tests/data/fixers/bad_order.py | 5 -
.../tests/data/fixers/myfixes/__init__.py | 0
.../tests/data/fixers/myfixes/fix_explicit.py | 6 -
.../tests/data/fixers/myfixes/fix_first.py | 6 -
.../tests/data/fixers/myfixes/fix_last.py | 7 -
.../tests/data/fixers/myfixes/fix_parrot.py | 13 -
.../tests/data/fixers/myfixes/fix_preorder.py | 6 -
.../lib2to3/tests/data/fixers/no_fixer_cls.py | 1 -
.../tests/data/fixers/parrot_example.py | 2 -
.../lib2to3/tests/data/infinite_recursion.py | 2669 ---
.../lib2to3/tests/data/py2_test_grammar.py | 974 -
.../lib2to3/tests/data/py3_test_grammar.py | 923 -
.../Lib/lib2to3/tests/pytree_idempotency.py | 92 -
.../Python-2.7.2/Lib/lib2to3/tests/support.py | 54 -
.../Lib/lib2to3/tests/test_all_fixers.py | 23 -
.../Lib/lib2to3/tests/test_fixers.py | 4529 ----
.../Lib/lib2to3/tests/test_main.py | 41 -
.../Lib/lib2to3/tests/test_parser.py | 227 -
.../Lib/lib2to3/tests/test_pytree.py | 494 -
.../Lib/lib2to3/tests/test_refactor.py | 281 -
.../Lib/lib2to3/tests/test_util.py | 594 -
.../Python/Python-2.7.2/Lib/linecache.py | 135 -
.../Python/Python-2.7.2/Lib/locale.py | 1867 --
.../Python-2.7.2/Lib/logging/__init__.py | 1707 --
.../Python/Python-2.7.2/Lib/logging/config.py | 905 -
.../Python-2.7.2/Lib/logging/handlers.py | 1158 --
.../Python/Python-2.7.2/Lib/mailbox.py | 2171 --
.../Python/Python-2.7.2/Lib/mailcap.py | 255 -
.../Python/Python-2.7.2/Lib/markupbase.py | 392 -
.../Python/Python-2.7.2/Lib/md5.py | 14 -
.../Python/Python-2.7.2/Lib/mhlib.py | 1005 -
.../Python/Python-2.7.2/Lib/mimetools.py | 250 -
.../Python/Python-2.7.2/Lib/mimetypes.py | 591 -
.../Python/Python-2.7.2/Lib/mimify.py | 468 -
.../Python/Python-2.7.2/Lib/modulefinder.py | 671 -
.../Python/Python-2.7.2/Lib/multifile.py | 162 -
.../Python/Python-2.7.2/Lib/mutex.py | 55 -
.../Python/Python-2.7.2/Lib/netrc.py | 122 -
.../Python/Python-2.7.2/Lib/new.py | 17 -
.../Python/Python-2.7.2/Lib/nntplib.py | 627 -
.../Python/Python-2.7.2/Lib/ntpath.py | 523 -
.../Python/Python-2.7.2/Lib/nturl2path.py | 66 -
.../Python/Python-2.7.2/Lib/numbers.py | 391 -
.../Python/Python-2.7.2/Lib/opcode.py | 192 -
.../Python/Python-2.7.2/Lib/optparse.py | 1703 --
.../Python/Python-2.7.2/Lib/os.py | 759 -
.../Python/Python-2.7.2/Lib/pdb.doc | 202 -
.../Python/Python-2.7.2/Lib/pdb.py | 1338 --
.../Python/Python-2.7.2/Lib/pickle.py | 1391 --
.../Python/Python-2.7.2/Lib/pickletools.py | 2274 --
.../Python/Python-2.7.2/Lib/pipes.py | 280 -
.../Python/Python-2.7.2/Lib/pkgutil.py | 583 -
.../Python/Python-2.7.2/Lib/platform.py | 1614 --
.../Python/Python-2.7.2/Lib/plistlib.py | 474 -
.../Python/Python-2.7.2/Lib/popen2.py | 201 -
.../Python/Python-2.7.2/Lib/poplib.py | 417 -
.../Python/Python-2.7.2/Lib/posixfile.py | 237 -
.../Python/Python-2.7.2/Lib/posixpath.py | 415 -
.../Python/Python-2.7.2/Lib/pprint.py | 350 -
.../Python/Python-2.7.2/Lib/profile.py | 619 -
.../Python/Python-2.7.2/Lib/pstats.py | 713 -
.../Python/Python-2.7.2/Lib/pty.py | 174 -
.../Python/Python-2.7.2/Lib/py_compile.py | 170 -
.../Python/Python-2.7.2/Lib/pyclbr.py | 342 -
.../Python/Python-2.7.2/Lib/pydoc.py | 2337 ---
.../Python-2.7.2/Lib/pydoc_data/__init__.py | 0
.../Python-2.7.2/Lib/pydoc_data/topics.py | 83 -
.../Python/Python-2.7.2/Lib/quopri.py | 237 -
.../Python/Python-2.7.2/Lib/random.py | 908 -
.../Python/Python-2.7.2/Lib/re.py | 326 -
.../Python/Python-2.7.2/Lib/repr.py | 132 -
.../Python/Python-2.7.2/Lib/rexec.py | 588 -
.../Python/Python-2.7.2/Lib/rfc822.py | 1011 -
.../Python/Python-2.7.2/Lib/rlcompleter.py | 170 -
.../Python/Python-2.7.2/Lib/robotparser.py | 222 -
.../Python/Python-2.7.2/Lib/runpy.py | 278 -
.../Python/Python-2.7.2/Lib/sched.py | 134 -
.../Python/Python-2.7.2/Lib/sets.py | 557 -
.../Python/Python-2.7.2/Lib/sgmllib.py | 553 -
.../Python/Python-2.7.2/Lib/sha.py | 15 -
.../Python/Python-2.7.2/Lib/shelve.py | 239 -
.../Python/Python-2.7.2/Lib/shlex.py | 292 -
.../Python/Python-2.7.2/Lib/shutil.py | 552 -
.../Python-2.7.2/Lib/site-packages/README | 2 -
.../Python/Python-2.7.2/Lib/site.py | 615 -
.../Python/Python-2.7.2/Lib/smtpd.py | 555 -
.../Python/Python-2.7.2/Lib/smtplib.py | 848 -
.../Python/Python-2.7.2/Lib/sndhdr.py | 228 -
.../Python/Python-2.7.2/Lib/socket.py | 573 -
.../Python/Python-2.7.2/Lib/sre.py | 13 -
.../Python/Python-2.7.2/Lib/sre_compile.py | 524 -
.../Python/Python-2.7.2/Lib/sre_constants.py | 261 -
.../Python/Python-2.7.2/Lib/sre_parse.py | 790 -
.../Python/Python-2.7.2/Lib/ssl.py | 464 -
.../Python/Python-2.7.2/Lib/stat.py | 94 -
.../Python/Python-2.7.2/Lib/statvfs.py | 18 -
.../Python/Python-2.7.2/Lib/string.py | 642 -
.../Python/Python-2.7.2/Lib/stringold.py | 432 -
.../Python/Python-2.7.2/Lib/stringprep.py | 272 -
.../Python/Python-2.7.2/Lib/struct.py | 3 -
.../Python/Python-2.7.2/Lib/symbol.py | 114 -
.../Python/Python-2.7.2/Lib/symtable.py | 242 -
.../Python/Python-2.7.2/Lib/sysconfig.py | 687 -
.../Python/Python-2.7.2/Lib/tabnanny.py | 329 -
.../Python/Python-2.7.2/Lib/tarfile.py | 2594 ---
.../Python/Python-2.7.2/Lib/telnetlib.py | 657 -
.../Python/Python-2.7.2/Lib/tempfile.py | 606 -
.../Python/Python-2.7.2/Lib/test/185test.db | Bin 16384 -> 0 bytes
.../Lib/test/Sine-1000Hz-300ms.aif | Bin 61696 -> 0 bytes
.../Python/Python-2.7.2/Lib/test/__init__.py | 1 -
.../Python/Python-2.7.2/Lib/test/audiotest.au | Bin 28144 -> 0 bytes
.../Python/Python-2.7.2/Lib/test/autotest.py | 6 -
.../Python-2.7.2/Lib/test/bad_coding.py | 1 -
.../Python-2.7.2/Lib/test/bad_coding2.py | 2 -
.../Python/Python-2.7.2/Lib/test/badcert.pem | 36 -
.../Python/Python-2.7.2/Lib/test/badkey.pem | 40 -
.../Lib/test/badsyntax_future3.py | 10 -
.../Lib/test/badsyntax_future4.py | 10 -
.../Lib/test/badsyntax_future5.py | 12 -
.../Lib/test/badsyntax_future6.py | 10 -
.../Lib/test/badsyntax_future7.py | 11 -
.../Lib/test/badsyntax_future8.py | 10 -
.../Lib/test/badsyntax_future9.py | 10 -
.../Lib/test/badsyntax_nocaret.py | 2 -
.../Python-2.7.2/Lib/test/buffer_tests.py | 206 -
.../Python/Python-2.7.2/Lib/test/cfgparser.1 | 2 -
.../Python-2.7.2/Lib/test/check_soundcard.vbs | 13 -
.../Lib/test/cjkencodings/big5-utf8.txt | 9 -
.../Lib/test/cjkencodings/big5.txt | 9 -
.../Lib/test/cjkencodings/big5hkscs-utf8.txt | 2 -
.../Lib/test/cjkencodings/big5hkscs.txt | 2 -
.../Lib/test/cjkencodings/cp949-utf8.txt | 9 -
.../Lib/test/cjkencodings/cp949.txt | 9 -
.../test/cjkencodings/euc_jisx0213-utf8.txt | 8 -
.../Lib/test/cjkencodings/euc_jisx0213.txt | 8 -
.../Lib/test/cjkencodings/euc_jp-utf8.txt | 7 -
.../Lib/test/cjkencodings/euc_jp.txt | 7 -
.../Lib/test/cjkencodings/euc_kr-utf8.txt | 7 -
.../Lib/test/cjkencodings/euc_kr.txt | 7 -
.../Lib/test/cjkencodings/gb18030-utf8.txt | 15 -
.../Lib/test/cjkencodings/gb18030.txt | 15 -
.../Lib/test/cjkencodings/gb2312-utf8.txt | 6 -
.../Lib/test/cjkencodings/gb2312.txt | 6 -
.../Lib/test/cjkencodings/gbk-utf8.txt | 14 -
.../Lib/test/cjkencodings/gbk.txt | 14 -
.../Lib/test/cjkencodings/hz-utf8.txt | 2 -
.../Python-2.7.2/Lib/test/cjkencodings/hz.txt | 2 -
.../Lib/test/cjkencodings/johab-utf8.txt | 9 -
.../Lib/test/cjkencodings/johab.txt | 9 -
.../Lib/test/cjkencodings/shift_jis-utf8.txt | 7 -
.../Lib/test/cjkencodings/shift_jis.txt | 7 -
.../test/cjkencodings/shift_jisx0213-utf8.txt | 8 -
.../Lib/test/cjkencodings/shift_jisx0213.txt | 8 -
.../Python-2.7.2/Lib/test/cmath_testcases.txt | 2365 ---
.../Python-2.7.2/Lib/test/crashers/README | 16 -
.../Lib/test/crashers/bogus_code_obj.py | 19 -
.../Lib/test/crashers/borrowed_ref_1.py | 29 -
.../Lib/test/crashers/borrowed_ref_2.py | 38 -
.../Lib/test/crashers/compiler_recursion.py | 5 -
.../Lib/test/crashers/gc_has_finalizer.py | 36 -
.../Lib/test/crashers/gc_inspection.py | 32 -
.../Lib/test/crashers/infinite_loop_re.py | 16 -
.../Lib/test/crashers/loosing_mro_ref.py | 35 -
.../test/crashers/mutation_inside_cyclegc.py | 31 -
.../Lib/test/crashers/nasty_eq_vs_dict.py | 47 -
.../test/crashers/recursion_limit_too_high.py | 16 -
.../Lib/test/crashers/recursive_call.py | 15 -
.../Python-2.7.2/Lib/test/curses_tests.py | 46 -
.../Python/Python-2.7.2/Lib/test/data/README | 2 -
.../Lib/test/decimaltestdata/abs.decTest | 161 -
.../Lib/test/decimaltestdata/add.decTest | 2716 ---
.../Lib/test/decimaltestdata/and.decTest | 338 -
.../Lib/test/decimaltestdata/base.decTest | 1411 --
.../Lib/test/decimaltestdata/clamp.decTest | 211 -
.../Lib/test/decimaltestdata/class.decTest | 131 -
.../Lib/test/decimaltestdata/compare.decTest | 758 -
.../test/decimaltestdata/comparetotal.decTest | 798 -
.../decimaltestdata/comparetotmag.decTest | 790 -
.../Lib/test/decimaltestdata/copy.decTest | 86 -
.../Lib/test/decimaltestdata/copyabs.decTest | 86 -
.../test/decimaltestdata/copynegate.decTest | 86 -
.../Lib/test/decimaltestdata/copysign.decTest | 177 -
.../Lib/test/decimaltestdata/ddAbs.decTest | 126 -
.../Lib/test/decimaltestdata/ddAdd.decTest | 1328 --
.../Lib/test/decimaltestdata/ddAnd.decTest | 347 -
.../Lib/test/decimaltestdata/ddBase.decTest | 1104 -
.../test/decimaltestdata/ddCanonical.decTest | 357 -
.../Lib/test/decimaltestdata/ddClass.decTest | 76 -
.../test/decimaltestdata/ddCompare.decTest | 744 -
.../test/decimaltestdata/ddCompareSig.decTest | 647 -
.../decimaltestdata/ddCompareTotal.decTest | 706 -
.../decimaltestdata/ddCompareTotalMag.decTest | 706 -
.../Lib/test/decimaltestdata/ddCopy.decTest | 88 -
.../test/decimaltestdata/ddCopyAbs.decTest | 88 -
.../test/decimaltestdata/ddCopyNegate.decTest | 88 -
.../test/decimaltestdata/ddCopySign.decTest | 175 -
.../Lib/test/decimaltestdata/ddDivide.decTest | 863 -
.../test/decimaltestdata/ddDivideInt.decTest | 449 -
.../Lib/test/decimaltestdata/ddEncode.decTest | 495 -
.../Lib/test/decimaltestdata/ddFMA.decTest | 1698 --
.../Lib/test/decimaltestdata/ddInvert.decTest | 202 -
.../Lib/test/decimaltestdata/ddLogB.decTest | 159 -
.../Lib/test/decimaltestdata/ddMax.decTest | 322 -
.../Lib/test/decimaltestdata/ddMaxMag.decTest | 304 -
.../Lib/test/decimaltestdata/ddMin.decTest | 309 -
.../Lib/test/decimaltestdata/ddMinMag.decTest | 293 -
.../Lib/test/decimaltestdata/ddMinus.decTest | 88 -
.../test/decimaltestdata/ddMultiply.decTest | 553 -
.../test/decimaltestdata/ddNextMinus.decTest | 126 -
.../test/decimaltestdata/ddNextPlus.decTest | 124 -
.../test/decimaltestdata/ddNextToward.decTest | 374 -
.../Lib/test/decimaltestdata/ddOr.decTest | 292 -
.../Lib/test/decimaltestdata/ddPlus.decTest | 88 -
.../test/decimaltestdata/ddQuantize.decTest | 833 -
.../Lib/test/decimaltestdata/ddReduce.decTest | 182 -
.../test/decimaltestdata/ddRemainder.decTest | 600 -
.../decimaltestdata/ddRemainderNear.decTest | 629 -
.../Lib/test/decimaltestdata/ddRotate.decTest | 262 -
.../decimaltestdata/ddSameQuantum.decTest | 389 -
.../Lib/test/decimaltestdata/ddScaleB.decTest | 243 -
.../Lib/test/decimaltestdata/ddShift.decTest | 262 -
.../test/decimaltestdata/ddSubtract.decTest | 629 -
.../test/decimaltestdata/ddToIntegral.decTest | 257 -
.../Lib/test/decimaltestdata/ddXor.decTest | 337 -
.../test/decimaltestdata/decDouble.decTest | 65 -
.../Lib/test/decimaltestdata/decQuad.decTest | 65 -
.../test/decimaltestdata/decSingle.decTest | 25 -
.../Lib/test/decimaltestdata/divide.decTest | 854 -
.../test/decimaltestdata/divideint.decTest | 486 -
.../Lib/test/decimaltestdata/dqAbs.decTest | 126 -
.../Lib/test/decimaltestdata/dqAdd.decTest | 1215 --
.../Lib/test/decimaltestdata/dqAnd.decTest | 420 -
.../Lib/test/decimaltestdata/dqBase.decTest | 1081 -
.../test/decimaltestdata/dqCanonical.decTest | 372 -
.../Lib/test/decimaltestdata/dqClass.decTest | 77 -
.../test/decimaltestdata/dqCompare.decTest | 753 -
.../test/decimaltestdata/dqCompareSig.decTest | 647 -
.../decimaltestdata/dqCompareTotal.decTest | 706 -
.../decimaltestdata/dqCompareTotalMag.decTest | 706 -
.../Lib/test/decimaltestdata/dqCopy.decTest | 88 -
.../test/decimaltestdata/dqCopyAbs.decTest | 88 -
.../test/decimaltestdata/dqCopyNegate.decTest | 88 -
.../test/decimaltestdata/dqCopySign.decTest | 175 -
.../Lib/test/decimaltestdata/dqDivide.decTest | 808 -
.../test/decimaltestdata/dqDivideInt.decTest | 453 -
.../Lib/test/decimaltestdata/dqEncode.decTest | 477 -
.../Lib/test/decimaltestdata/dqFMA.decTest | 1786 --
.../Lib/test/decimaltestdata/dqInvert.decTest | 245 -
.../Lib/test/decimaltestdata/dqLogB.decTest | 160 -
.../Lib/test/decimaltestdata/dqMax.decTest | 322 -
.../Lib/test/decimaltestdata/dqMaxMag.decTest | 304 -
.../Lib/test/decimaltestdata/dqMin.decTest | 309 -
.../Lib/test/decimaltestdata/dqMinMag.decTest | 293 -
.../Lib/test/decimaltestdata/dqMinus.decTest | 88 -
.../test/decimaltestdata/dqMultiply.decTest | 589 -
.../test/decimaltestdata/dqNextMinus.decTest | 126 -
.../test/decimaltestdata/dqNextPlus.decTest | 124 -
.../test/decimaltestdata/dqNextToward.decTest | 375 -
.../Lib/test/decimaltestdata/dqOr.decTest | 401 -
.../Lib/test/decimaltestdata/dqPlus.decTest | 88 -
.../test/decimaltestdata/dqQuantize.decTest | 836 -
.../Lib/test/decimaltestdata/dqReduce.decTest | 183 -
.../test/decimaltestdata/dqRemainder.decTest | 597 -
.../decimaltestdata/dqRemainderNear.decTest | 631 -
.../Lib/test/decimaltestdata/dqRotate.decTest | 298 -
.../decimaltestdata/dqSameQuantum.decTest | 389 -
.../Lib/test/decimaltestdata/dqScaleB.decTest | 260 -
.../Lib/test/decimaltestdata/dqShift.decTest | 298 -
.../test/decimaltestdata/dqSubtract.decTest | 635 -
.../test/decimaltestdata/dqToIntegral.decTest | 257 -
.../Lib/test/decimaltestdata/dqXor.decTest | 410 -
.../Lib/test/decimaltestdata/dsBase.decTest | 1062 -
.../Lib/test/decimaltestdata/dsEncode.decTest | 372 -
.../Lib/test/decimaltestdata/exp.decTest | 674 -
.../Lib/test/decimaltestdata/extra.decTest | 2817 ---
.../Lib/test/decimaltestdata/fma.decTest | 3426 ---
.../Lib/test/decimaltestdata/inexact.decTest | 215 -
.../Lib/test/decimaltestdata/invert.decTest | 176 -
.../Lib/test/decimaltestdata/ln.decTest | 611 -
.../Lib/test/decimaltestdata/log10.decTest | 551 -
.../Lib/test/decimaltestdata/logb.decTest | 188 -
.../Lib/test/decimaltestdata/max.decTest | 424 -
.../Lib/test/decimaltestdata/maxmag.decTest | 404 -
.../Lib/test/decimaltestdata/min.decTest | 407 -
.../Lib/test/decimaltestdata/minmag.decTest | 390 -
.../Lib/test/decimaltestdata/minus.decTest | 182 -
.../Lib/test/decimaltestdata/multiply.decTest | 731 -
.../test/decimaltestdata/nextminus.decTest | 148 -
.../Lib/test/decimaltestdata/nextplus.decTest | 150 -
.../test/decimaltestdata/nexttoward.decTest | 426 -
.../Lib/test/decimaltestdata/or.decTest | 334 -
.../Lib/test/decimaltestdata/plus.decTest | 195 -
.../Lib/test/decimaltestdata/power.decTest | 1624 --
.../test/decimaltestdata/powersqrt.decTest | 2970 ---
.../Lib/test/decimaltestdata/quantize.decTest | 948 -
.../decimaltestdata/randomBound32.decTest | 2443 ---
.../Lib/test/decimaltestdata/randoms.decTest | 4030 ----
.../Lib/test/decimaltestdata/reduce.decTest | 234 -
.../test/decimaltestdata/remainder.decTest | 640 -
.../decimaltestdata/remainderNear.decTest | 572 -
.../Lib/test/decimaltestdata/rescale.decTest | 764 -
.../Lib/test/decimaltestdata/rotate.decTest | 247 -
.../Lib/test/decimaltestdata/rounding.decTest | 1303 --
.../test/decimaltestdata/samequantum.decTest | 389 -
.../Lib/test/decimaltestdata/scaleb.decTest | 209 -
.../Lib/test/decimaltestdata/shift.decTest | 250 -
.../test/decimaltestdata/squareroot.decTest | 3834 ----
.../Lib/test/decimaltestdata/subtract.decTest | 873 -
.../Lib/test/decimaltestdata/testall.decTest | 87 -
.../test/decimaltestdata/tointegral.decTest | 241 -
.../test/decimaltestdata/tointegralx.decTest | 255 -
.../Lib/test/decimaltestdata/xor.decTest | 335 -
.../Python-2.7.2/Lib/test/doctest_aliases.py | 13 -
.../Python-2.7.2/Lib/test/double_const.py | 30 -
.../Python/Python-2.7.2/Lib/test/empty.vbs | 1 -
.../Lib/test/exception_hierarchy.txt | 50 -
.../Python-2.7.2/Lib/test/floating_points.txt | 1028 -
.../Python/Python-2.7.2/Lib/test/fork_wait.py | 79 -
.../Lib/test/formatfloat_testcases.txt | 380 -
.../Python-2.7.2/Lib/test/gdb_sample.py | 12 -
.../Python/Python-2.7.2/Lib/test/greyrgb.uue | 1547 --
.../Lib/test/https_svn_python_org_root.pem | 41 -
.../Python/Python-2.7.2/Lib/test/ieee754.txt | 185 -
.../Python-2.7.2/Lib/test/infinite_reload.py | 8 -
.../Python-2.7.2/Lib/test/inspect_fodder.py | 56 -
.../Python-2.7.2/Lib/test/inspect_fodder2.py | 99 -
.../Python/Python-2.7.2/Lib/test/keycert.pem | 32 -
.../Python-2.7.2/Lib/test/leakers/README.txt | 32 -
.../Python-2.7.2/Lib/test/leakers/__init__.py | 0
.../Lib/test/leakers/test_ctypes.py | 16 -
.../Lib/test/leakers/test_dictself.py | 12 -
.../Lib/test/leakers/test_gestalt.py | 14 -
.../Lib/test/leakers/test_selftype.py | 13 -
.../Python-2.7.2/Lib/test/list_tests.py | 534 -
.../Python-2.7.2/Lib/test/lock_tests.py | 546 -
.../Python-2.7.2/Lib/test/mapping_tests.py | 682 -
.../Python-2.7.2/Lib/test/math_testcases.txt | 447 -
.../Python/Python-2.7.2/Lib/test/nullcert.pem | 0
.../Python-2.7.2/Lib/test/outstanding_bugs.py | 22 -
.../Python-2.7.2/Lib/test/pickletester.py | 1259 --
.../Python/Python-2.7.2/Lib/test/profilee.py | 115 -
.../Python-2.7.2/Lib/test/pyclbr_input.py | 33 -
.../Python/Python-2.7.2/Lib/test/pydoc_mod.py | 27 -
.../Python-2.7.2/Lib/test/pydocfodder.py | 216 -
.../Python/Python-2.7.2/Lib/test/pystone.py | 270 -
.../Python-2.7.2/Lib/test/randv2_32.pck | 633 -
.../Python-2.7.2/Lib/test/randv2_64.pck | 633 -
.../Python/Python-2.7.2/Lib/test/randv3.pck | 633 -
.../Python/Python-2.7.2/Lib/test/re_tests.py | 674 -
.../Python-2.7.2/Lib/test/regex_tests.py | 287 -
.../Python/Python-2.7.2/Lib/test/regrtest.py | 1536 --
.../Python/Python-2.7.2/Lib/test/relimport.py | 1 -
.../Python/Python-2.7.2/Lib/test/reperf.py | 23 -
.../Python-2.7.2/Lib/test/sample_doctest.py | 76 -
.../Python-2.7.2/Lib/test/script_helper.py | 164 -
.../Python/Python-2.7.2/Lib/test/seq_tests.py | 392 -
.../Python-2.7.2/Lib/test/sgml_input.html | 212 -
.../Python/Python-2.7.2/Lib/test/sha256.pem | 129 -
.../Python/Python-2.7.2/Lib/test/sortperf.py | 169 -
.../Python/Python-2.7.2/Lib/test/ssl_cert.pem | 14 -
.../Python/Python-2.7.2/Lib/test/ssl_key.pem | 9 -
.../Python-2.7.2/Lib/test/string_tests.py | 1333 --
.../test/subprocessdata/sigchild_ignore.py | 6 -
.../Lib/test/svn_python_org_https_cert.pem | 31 -
.../Python-2.7.2/Lib/test/test_MimeWriter.py | 292 -
.../Lib/test/test_SimpleHTTPServer.py | 41 -
.../Python-2.7.2/Lib/test/test_StringIO.py | 150 -
.../Python-2.7.2/Lib/test/test___all__.py | 123 -
.../Python-2.7.2/Lib/test/test___future__.py | 66 -
.../Python-2.7.2/Lib/test/test__locale.py | 137 -
.../Python/Python-2.7.2/Lib/test/test_abc.py | 233 -
.../Lib/test/test_abstract_numbers.py | 52 -
.../Python-2.7.2/Lib/test/test_aepack.py | 90 -
.../Python/Python-2.7.2/Lib/test/test_aifc.py | 115 -
.../Python/Python-2.7.2/Lib/test/test_al.py | 25 -
.../Python-2.7.2/Lib/test/test_anydbm.py | 97 -
.../Python-2.7.2/Lib/test/test_applesingle.py | 71 -
.../Python-2.7.2/Lib/test/test_argparse.py | 4646 -----
.../Python-2.7.2/Lib/test/test_array.py | 1095 -
.../Lib/test/test_ascii_formatd.py | 58 -
.../Python/Python-2.7.2/Lib/test/test_ast.py | 382 -
.../Python-2.7.2/Lib/test/test_asynchat.py | 273 -
.../Python-2.7.2/Lib/test/test_asyncore.py | 722 -
.../Python-2.7.2/Lib/test/test_atexit.py | 82 -
.../Python-2.7.2/Lib/test/test_audioop.py | 206 -
.../Python-2.7.2/Lib/test/test_augassign.py | 331 -
.../Python-2.7.2/Lib/test/test_base64.py | 190 -
.../Python-2.7.2/Lib/test/test_bastion.py | 3 -
.../Lib/test/test_bigaddrspace.py | 46 -
.../Python-2.7.2/Lib/test/test_bigmem.py | 1073 -
.../Python-2.7.2/Lib/test/test_binascii.py | 236 -
.../Python-2.7.2/Lib/test/test_binhex.py | 49 -
.../Python-2.7.2/Lib/test/test_binop.py | 331 -
.../Python-2.7.2/Lib/test/test_bisect.py | 317 -
.../Python/Python-2.7.2/Lib/test/test_bool.py | 371 -
.../Python-2.7.2/Lib/test/test_bsddb.py | 357 -
.../Python-2.7.2/Lib/test/test_bsddb185.py | 43 -
.../Python-2.7.2/Lib/test/test_bsddb3.py | 81 -
.../Python-2.7.2/Lib/test/test_buffer.py | 31 -
.../Python-2.7.2/Lib/test/test_bufio.py | 79 -
.../Python-2.7.2/Lib/test/test_builtin.py | 1708 --
.../Python-2.7.2/Lib/test/test_bytes.py | 1119 -
.../Python/Python-2.7.2/Lib/test/test_bz2.py | 422 -
.../Python-2.7.2/Lib/test/test_calendar.py | 457 -
.../Python/Python-2.7.2/Lib/test/test_call.py | 134 -
.../Python/Python-2.7.2/Lib/test/test_capi.py | 140 -
.../Python/Python-2.7.2/Lib/test/test_cd.py | 30 -
.../Python-2.7.2/Lib/test/test_cfgparser.py | 598 -
.../Python/Python-2.7.2/Lib/test/test_cgi.py | 386 -
.../Lib/test/test_charmapcodec.py | 56 -
.../Python/Python-2.7.2/Lib/test/test_cl.py | 82 -
.../Python-2.7.2/Lib/test/test_class.py | 626 -
.../Python-2.7.2/Lib/test/test_cmath.py | 474 -
.../Python/Python-2.7.2/Lib/test/test_cmd.py | 217 -
.../Python-2.7.2/Lib/test/test_cmd_line.py | 95 -
.../Lib/test/test_cmd_line_script.py | 213 -
.../Python/Python-2.7.2/Lib/test/test_code.py | 147 -
.../Lib/test/test_codeccallbacks.py | 804 -
.../Lib/test/test_codecencodings_cn.py | 86 -
.../Lib/test/test_codecencodings_hk.py | 27 -
.../Lib/test/test_codecencodings_jp.py | 105 -
.../Lib/test/test_codecencodings_kr.py | 69 -
.../Lib/test/test_codecencodings_tw.py | 27 -
.../Lib/test/test_codecmaps_cn.py | 33 -
.../Lib/test/test_codecmaps_hk.py | 21 -
.../Lib/test/test_codecmaps_jp.py | 67 -
.../Lib/test/test_codecmaps_kr.py | 44 -
.../Lib/test/test_codecmaps_tw.py | 31 -
.../Python-2.7.2/Lib/test/test_codecs.py | 1614 --
.../Python-2.7.2/Lib/test/test_codeop.py | 304 -
.../Python-2.7.2/Lib/test/test_coding.py | 37 -
.../Python-2.7.2/Lib/test/test_coercion.py | 348 -
.../Python-2.7.2/Lib/test/test_collections.py | 1042 -
.../Python-2.7.2/Lib/test/test_colorsys.py | 76 -
.../Python-2.7.2/Lib/test/test_commands.py | 74 -
.../Python-2.7.2/Lib/test/test_compare.py | 58 -
.../Python-2.7.2/Lib/test/test_compile.py | 498 -
.../Python-2.7.2/Lib/test/test_compileall.py | 80 -
.../Python-2.7.2/Lib/test/test_compiler.py | 317 -
.../Python-2.7.2/Lib/test/test_complex.py | 651 -
.../Lib/test/test_complex_args.py | 118 -
.../Python-2.7.2/Lib/test/test_contains.py | 111 -
.../Python-2.7.2/Lib/test/test_contextlib.py | 326 -
.../Python-2.7.2/Lib/test/test_cookie.py | 98 -
.../Python-2.7.2/Lib/test/test_cookielib.py | 1762 --
.../Python/Python-2.7.2/Lib/test/test_copy.py | 712 -
.../Python-2.7.2/Lib/test/test_copy_reg.py | 121 -
.../Python-2.7.2/Lib/test/test_cpickle.py | 139 -
.../Python-2.7.2/Lib/test/test_cprofile.py | 127 -
.../Python-2.7.2/Lib/test/test_crypt.py | 17 -
.../Python/Python-2.7.2/Lib/test/test_csv.py | 1055 -
.../Python-2.7.2/Lib/test/test_ctypes.py | 15 -
.../Python-2.7.2/Lib/test/test_curses.py | 290 -
.../Python-2.7.2/Lib/test/test_datetime.py | 3367 ---
.../Python/Python-2.7.2/Lib/test/test_dbm.py | 42 -
.../Python-2.7.2/Lib/test/test_decimal.py | 2339 ---
.../Python-2.7.2/Lib/test/test_decorators.py | 309 -
.../Python-2.7.2/Lib/test/test_defaultdict.py | 179 -
.../Python-2.7.2/Lib/test/test_deque.py | 787 -
.../Python-2.7.2/Lib/test/test_descr.py | 4659 -----
.../Python-2.7.2/Lib/test/test_descrtut.py | 497 -
.../Python/Python-2.7.2/Lib/test/test_dict.py | 676 -
.../Python-2.7.2/Lib/test/test_dictcomps.py | 54 -
.../Python-2.7.2/Lib/test/test_dictviews.py | 154 -
.../Python-2.7.2/Lib/test/test_difflib.py | 272 -
.../Lib/test/test_difflib_expect.html | 526 -
.../Python-2.7.2/Lib/test/test_dircache.py | 77 -
.../Python/Python-2.7.2/Lib/test/test_dis.py | 150 -
.../Python-2.7.2/Lib/test/test_distutils.py | 18 -
.../Python/Python-2.7.2/Lib/test/test_dl.py | 39 -
.../Python-2.7.2/Lib/test/test_doctest.py | 2615 ---
.../Python-2.7.2/Lib/test/test_doctest.txt | 17 -
.../Python-2.7.2/Lib/test/test_doctest2.py | 124 -
.../Python-2.7.2/Lib/test/test_doctest2.txt | 14 -
.../Python-2.7.2/Lib/test/test_doctest3.txt | 5 -
.../Python-2.7.2/Lib/test/test_doctest4.txt | 17 -
.../Python-2.7.2/Lib/test/test_docxmlrpc.py | 201 -
.../Python-2.7.2/Lib/test/test_dumbdbm.py | 179 -
.../Lib/test/test_dummy_thread.py | 182 -
.../Lib/test/test_dummy_threading.py | 63 -
.../Python-2.7.2/Lib/test/test_email.py | 12 -
.../Lib/test/test_email_codecs.py | 15 -
.../Lib/test/test_email_renamed.py | 12 -
.../Python-2.7.2/Lib/test/test_enumerate.py | 255 -
.../Python/Python-2.7.2/Lib/test/test_eof.py | 32 -
.../Python-2.7.2/Lib/test/test_epoll.py | 221 -
.../Python-2.7.2/Lib/test/test_errno.py | 40 -
.../Lib/test/test_exception_variations.py | 180 -
.../Python-2.7.2/Lib/test/test_exceptions.py | 620 -
.../Python-2.7.2/Lib/test/test_extcall.py | 319 -
.../Python-2.7.2/Lib/test/test_fcntl.py | 108 -
.../Python/Python-2.7.2/Lib/test/test_file.py | 347 -
.../Python-2.7.2/Lib/test/test_file2k.py | 680 -
.../Python-2.7.2/Lib/test/test_filecmp.py | 134 -
.../Python-2.7.2/Lib/test/test_fileinput.py | 225 -
.../Python-2.7.2/Lib/test/test_fileio.py | 434 -
.../Python-2.7.2/Lib/test/test_float.py | 1396 --
.../Python-2.7.2/Lib/test/test_fnmatch.py | 72 -
.../Python-2.7.2/Lib/test/test_fork1.py | 71 -
.../Python-2.7.2/Lib/test/test_format.py | 297 -
.../Python-2.7.2/Lib/test/test_fpformat.py | 76 -
.../Python-2.7.2/Lib/test/test_fractions.py | 587 -
.../Python-2.7.2/Lib/test/test_frozen.py | 47 -
.../Python-2.7.2/Lib/test/test_ftplib.py | 778 -
.../Python-2.7.2/Lib/test/test_funcattrs.py | 353 -
.../Python-2.7.2/Lib/test/test_functools.py | 478 -
.../Python-2.7.2/Lib/test/test_future.py | 119 -
.../Python-2.7.2/Lib/test/test_future1.py | 11 -
.../Python-2.7.2/Lib/test/test_future2.py | 10 -
.../Python-2.7.2/Lib/test/test_future3.py | 30 -
.../Python-2.7.2/Lib/test/test_future4.py | 47 -
.../Python-2.7.2/Lib/test/test_future5.py | 21 -
.../Lib/test/test_future_builtins.py | 38 -
.../Python/Python-2.7.2/Lib/test/test_gc.py | 639 -
.../Python/Python-2.7.2/Lib/test/test_gdb.py | 702 -
.../Python/Python-2.7.2/Lib/test/test_gdbm.py | 82 -
.../Python-2.7.2/Lib/test/test_generators.py | 1906 --
.../Python-2.7.2/Lib/test/test_genericpath.py | 256 -
.../Python-2.7.2/Lib/test/test_genexps.py | 282 -
.../Python-2.7.2/Lib/test/test_getargs.py | 31 -
.../Python-2.7.2/Lib/test/test_getargs2.py | 335 -
.../Python-2.7.2/Lib/test/test_getopt.py | 187 -
.../Python-2.7.2/Lib/test/test_gettext.py | 467 -
.../Python/Python-2.7.2/Lib/test/test_gl.py | 155 -
.../Python/Python-2.7.2/Lib/test/test_glob.py | 114 -
.../Python-2.7.2/Lib/test/test_global.py | 52 -
.../Python-2.7.2/Lib/test/test_grammar.py | 999 -
.../Python/Python-2.7.2/Lib/test/test_grp.py | 97 -
.../Python/Python-2.7.2/Lib/test/test_gzip.py | 281 -
.../Python/Python-2.7.2/Lib/test/test_hash.py | 144 -
.../Python-2.7.2/Lib/test/test_hashlib.py | 361 -
.../Python-2.7.2/Lib/test/test_heapq.py | 393 -
.../Python/Python-2.7.2/Lib/test/test_hmac.py | 314 -
.../Python-2.7.2/Lib/test/test_hotshot.py | 158 -
.../Python-2.7.2/Lib/test/test_htmllib.py | 69 -
.../Python-2.7.2/Lib/test/test_htmlparser.py | 351 -
.../Python-2.7.2/Lib/test/test_httplib.py | 447 -
.../Python-2.7.2/Lib/test/test_httpservers.py | 529 -
.../Python-2.7.2/Lib/test/test_imageop.py | 211 -
.../Python-2.7.2/Lib/test/test_imaplib.py | 240 -
.../Python-2.7.2/Lib/test/test_imgfile.py | 119 -
.../Python/Python-2.7.2/Lib/test/test_imp.py | 81 -
.../Python-2.7.2/Lib/test/test_import.py | 460 -
.../Python-2.7.2/Lib/test/test_importhooks.py | 255 -
.../Python-2.7.2/Lib/test/test_importlib.py | 176 -
.../Python-2.7.2/Lib/test/test_index.py | 323 -
.../Python-2.7.2/Lib/test/test_inspect.py | 752 -
.../Python/Python-2.7.2/Lib/test/test_int.py | 406 -
.../Python-2.7.2/Lib/test/test_int_literal.py | 188 -
.../Python/Python-2.7.2/Lib/test/test_io.py | 2782 ---
.../Python-2.7.2/Lib/test/test_ioctl.py | 93 -
.../Python-2.7.2/Lib/test/test_isinstance.py | 277 -
.../Python/Python-2.7.2/Lib/test/test_iter.py | 917 -
.../Python-2.7.2/Lib/test/test_iterlen.py | 257 -
.../Python-2.7.2/Lib/test/test_itertools.py | 1650 --
.../Python/Python-2.7.2/Lib/test/test_json.py | 17 -
.../Python-2.7.2/Lib/test/test_kqueue.py | 196 -
.../Python-2.7.2/Lib/test/test_largefile.py | 200 -
.../Python-2.7.2/Lib/test/test_lib2to3.py | 21 -
.../Python-2.7.2/Lib/test/test_linecache.py | 131 -
.../Lib/test/test_linuxaudiodev.py | 99 -
.../Python/Python-2.7.2/Lib/test/test_list.py | 78 -
.../Python-2.7.2/Lib/test/test_locale.py | 420 -
.../Python-2.7.2/Lib/test/test_logging.py | 1886 --
.../Python/Python-2.7.2/Lib/test/test_long.py | 914 -
.../Python-2.7.2/Lib/test/test_long_future.py | 221 -
.../Python-2.7.2/Lib/test/test_longexp.py | 14 -
.../Python-2.7.2/Lib/test/test_macos.py | 98 -
.../Python-2.7.2/Lib/test/test_macostools.py | 88 -
.../Python-2.7.2/Lib/test/test_macpath.py | 57 -
.../Python-2.7.2/Lib/test/test_mailbox.py | 1970 --
.../Python-2.7.2/Lib/test/test_marshal.py | 283 -
.../Python/Python-2.7.2/Lib/test/test_math.py | 1030 -
.../Python/Python-2.7.2/Lib/test/test_md5.py | 61 -
.../Python-2.7.2/Lib/test/test_memoryio.py | 707 -
.../Python-2.7.2/Lib/test/test_memoryview.py | 361 -
.../Python-2.7.2/Lib/test/test_mhlib.py | 348 -
.../Python-2.7.2/Lib/test/test_mimetools.py | 53 -
.../Python-2.7.2/Lib/test/test_mimetypes.py | 94 -
.../Python-2.7.2/Lib/test/test_minidom.py | 1477 --
.../Python/Python-2.7.2/Lib/test/test_mmap.py | 704 -
.../Python-2.7.2/Lib/test/test_module.py | 85 -
.../Lib/test/test_modulefinder.py | 286 -
.../Python-2.7.2/Lib/test/test_msilib.py | 46 -
.../Lib/test/test_multibytecodec.py | 274 -
.../Lib/test/test_multibytecodec_support.py | 338 -
.../Python-2.7.2/Lib/test/test_multifile.py | 67 -
.../Lib/test/test_multiprocessing.py | 2110 --
.../Python-2.7.2/Lib/test/test_mutants.py | 292 -
.../Python-2.7.2/Lib/test/test_mutex.py | 35 -
.../Python-2.7.2/Lib/test/test_netrc.py | 110 -
.../Python/Python-2.7.2/Lib/test/test_new.py | 163 -
.../Python/Python-2.7.2/Lib/test/test_nis.py | 44 -
.../Lib/test/test_normalization.py | 102 -
.../Python-2.7.2/Lib/test/test_ntpath.py | 203 -
.../Python-2.7.2/Lib/test/test_old_mailbox.py | 152 -
.../Python-2.7.2/Lib/test/test_opcodes.py | 121 -
.../Python-2.7.2/Lib/test/test_openpty.py | 23 -
.../Python-2.7.2/Lib/test/test_operator.py | 532 -
.../Python-2.7.2/Lib/test/test_optparse.py | 1619 --
.../Python/Python-2.7.2/Lib/test/test_os.py | 824 -
.../Python-2.7.2/Lib/test/test_ossaudiodev.py | 174 -
.../Python-2.7.2/Lib/test/test_parser.py | 596 -
.../Python/Python-2.7.2/Lib/test/test_pdb.py | 287 -
.../Python-2.7.2/Lib/test/test_peepholer.py | 243 -
.../Python-2.7.2/Lib/test/test_pep247.py | 74 -
.../Python-2.7.2/Lib/test/test_pep263.py | 48 -
.../Python-2.7.2/Lib/test/test_pep277.py | 210 -
.../Python-2.7.2/Lib/test/test_pep292.py | 193 -
.../Python-2.7.2/Lib/test/test_pep352.py | 239 -
.../Python-2.7.2/Lib/test/test_pickle.py | 80 -
.../Python-2.7.2/Lib/test/test_pickletools.py | 24 -
.../Python-2.7.2/Lib/test/test_pipes.py | 204 -
.../Python/Python-2.7.2/Lib/test/test_pkg.py | 292 -
.../Python-2.7.2/Lib/test/test_pkgimport.py | 83 -
.../Python-2.7.2/Lib/test/test_pkgutil.py | 130 -
.../Python-2.7.2/Lib/test/test_platform.py | 254 -
.../Python-2.7.2/Lib/test/test_plistlib.py | 192 -
.../Python/Python-2.7.2/Lib/test/test_poll.py | 157 -
.../Python-2.7.2/Lib/test/test_popen.py | 52 -
.../Python-2.7.2/Lib/test/test_popen2.py | 130 -
.../Python-2.7.2/Lib/test/test_poplib.py | 343 -
.../Python-2.7.2/Lib/test/test_posix.py | 429 -
.../Python-2.7.2/Lib/test/test_posixpath.py | 348 -
.../Python/Python-2.7.2/Lib/test/test_pow.py | 129 -
.../Python-2.7.2/Lib/test/test_pprint.py | 432 -
.../Python-2.7.2/Lib/test/test_print.py | 141 -
.../Python-2.7.2/Lib/test/test_profile.py | 186 -
.../Python-2.7.2/Lib/test/test_property.py | 231 -
.../Python-2.7.2/Lib/test/test_pstats.py | 32 -
.../Python/Python-2.7.2/Lib/test/test_pty.py | 200 -
.../Python/Python-2.7.2/Lib/test/test_pwd.py | 100 -
.../Python-2.7.2/Lib/test/test_py3kwarn.py | 426 -
.../Python-2.7.2/Lib/test/test_pyclbr.py | 197 -
.../Python-2.7.2/Lib/test/test_pydoc.py | 367 -
.../Python-2.7.2/Lib/test/test_pyexpat.py | 604 -
.../Python-2.7.2/Lib/test/test_queue.py | 322 -
.../Python-2.7.2/Lib/test/test_quopri.py | 201 -
.../Python-2.7.2/Lib/test/test_random.py | 572 -
.../Python/Python-2.7.2/Lib/test/test_re.py | 889 -
.../Python-2.7.2/Lib/test/test_readline.py | 43 -
.../Python/Python-2.7.2/Lib/test/test_repr.py | 327 -
.../Python-2.7.2/Lib/test/test_resource.py | 110 -
.../Python-2.7.2/Lib/test/test_rfc822.py | 257 -
.../Python-2.7.2/Lib/test/test_richcmp.py | 338 -
.../Python-2.7.2/Lib/test/test_rlcompleter.py | 73 -
.../Python-2.7.2/Lib/test/test_robotparser.py | 261 -
.../Python-2.7.2/Lib/test/test_runpy.py | 402 -
.../Python/Python-2.7.2/Lib/test/test_sax.py | 753 -
.../Python-2.7.2/Lib/test/test_scope.py | 664 -
.../Lib/test/test_scriptpackages.py | 51 -
.../Python-2.7.2/Lib/test/test_select.py | 58 -
.../Python/Python-2.7.2/Lib/test/test_set.py | 1781 --
.../Python-2.7.2/Lib/test/test_setcomps.py | 151 -
.../Python/Python-2.7.2/Lib/test/test_sets.py | 862 -
.../Python-2.7.2/Lib/test/test_sgmllib.py | 439 -
.../Python/Python-2.7.2/Lib/test/test_sha.py | 56 -
.../Python-2.7.2/Lib/test/test_shelve.py | 163 -
.../Python-2.7.2/Lib/test/test_shlex.py | 191 -
.../Python-2.7.2/Lib/test/test_shutil.py | 831 -
.../Python-2.7.2/Lib/test/test_signal.py | 493 -
.../Python/Python-2.7.2/Lib/test/test_site.py | 392 -
.../Python-2.7.2/Lib/test/test_slice.py | 134 -
.../Python-2.7.2/Lib/test/test_smtplib.py | 518 -
.../Python-2.7.2/Lib/test/test_smtpnet.py | 31 -
.../Python-2.7.2/Lib/test/test_socket.py | 1618 --
.../Lib/test/test_socketserver.py | 284 -
.../Python-2.7.2/Lib/test/test_softspace.py | 23 -
.../Python/Python-2.7.2/Lib/test/test_sort.py | 292 -
.../Python-2.7.2/Lib/test/test_sqlite.py | 16 -
.../Python/Python-2.7.2/Lib/test/test_ssl.py | 1360 --
.../Python-2.7.2/Lib/test/test_startfile.py | 45 -
.../Python/Python-2.7.2/Lib/test/test_str.py | 434 -
.../Python-2.7.2/Lib/test/test_strftime.py | 185 -
.../Python-2.7.2/Lib/test/test_string.py | 217 -
.../Python-2.7.2/Lib/test/test_stringprep.py | 96 -
.../Python-2.7.2/Lib/test/test_strop.py | 153 -
.../Python-2.7.2/Lib/test/test_strptime.py | 562 -
.../Python-2.7.2/Lib/test/test_strtod.py | 399 -
.../Python-2.7.2/Lib/test/test_struct.py | 551 -
.../Lib/test/test_structmembers.py | 108 -
.../Python-2.7.2/Lib/test/test_structseq.py | 120 -
.../Python-2.7.2/Lib/test/test_subprocess.py | 1053 -
.../Python-2.7.2/Lib/test/test_sunaudiodev.py | 33 -
.../Python-2.7.2/Lib/test/test_sundry.py | 96 -
.../Python-2.7.2/Lib/test/test_support.py | 1233 --
.../Python-2.7.2/Lib/test/test_symtable.py | 184 -
.../Python-2.7.2/Lib/test/test_syntax.py | 572 -
.../Python/Python-2.7.2/Lib/test/test_sys.py | 794 -
.../Lib/test/test_sys_setprofile.py | 386 -
.../Lib/test/test_sys_settrace.py | 789 -
.../Python-2.7.2/Lib/test/test_sysconfig.py | 316 -
.../Python-2.7.2/Lib/test/test_tarfile.py | 1637 --
.../Python/Python-2.7.2/Lib/test/test_tcl.py | 160 -
.../Python-2.7.2/Lib/test/test_telnetlib.py | 372 -
.../Python-2.7.2/Lib/test/test_tempfile.py | 856 -
.../Python-2.7.2/Lib/test/test_textwrap.py | 610 -
.../Python-2.7.2/Lib/test/test_thread.py | 242 -
.../Lib/test/test_threaded_import.py | 76 -
.../Lib/test/test_threadedtempfile.py | 78 -
.../Python-2.7.2/Lib/test/test_threading.py | 734 -
.../Lib/test/test_threading_local.py | 234 -
.../Lib/test/test_threadsignals.py | 85 -
.../Python/Python-2.7.2/Lib/test/test_time.py | 250 -
.../Python-2.7.2/Lib/test/test_timeout.py | 202 -
.../Python/Python-2.7.2/Lib/test/test_tk.py | 35 -
.../Python-2.7.2/Lib/test/test_tokenize.py | 596 -
.../Python-2.7.2/Lib/test/test_trace.py | 341 -
.../Python-2.7.2/Lib/test/test_traceback.py | 204 -
.../Python-2.7.2/Lib/test/test_transformer.py | 38 -
.../Python-2.7.2/Lib/test/test_ttk_guionly.py | 40 -
.../Lib/test/test_ttk_textonly.py | 19 -
.../Python-2.7.2/Lib/test/test_tuple.py | 161 -
.../Python-2.7.2/Lib/test/test_typechecks.py | 93 -
.../Python-2.7.2/Lib/test/test_types.py | 756 -
.../Python/Python-2.7.2/Lib/test/test_ucn.py | 144 -
.../Python-2.7.2/Lib/test/test_unary.py | 59 -
.../Lib/test/test_undocumented_details.py | 39 -
.../Python-2.7.2/Lib/test/test_unicode.py | 1404 --
.../Lib/test/test_unicode_file.py | 200 -
.../Python-2.7.2/Lib/test/test_unicodedata.py | 317 -
.../Python-2.7.2/Lib/test/test_unittest.py | 12 -
.../Lib/test/test_univnewlines.py | 135 -
.../Lib/test/test_univnewlines2k.py | 130 -
.../Python-2.7.2/Lib/test/test_unpack.py | 130 -
.../Python-2.7.2/Lib/test/test_urllib.py | 786 -
.../Python-2.7.2/Lib/test/test_urllib2.py | 1327 --
.../Lib/test/test_urllib2_localnet.py | 539 -
.../Python-2.7.2/Lib/test/test_urllib2net.py | 319 -
.../Python-2.7.2/Lib/test/test_urllibnet.py | 205 -
.../Python-2.7.2/Lib/test/test_urlparse.py | 513 -
.../Python-2.7.2/Lib/test/test_userdict.py | 350 -
.../Python-2.7.2/Lib/test/test_userlist.py | 61 -
.../Python-2.7.2/Lib/test/test_userstring.py | 147 -
.../Python/Python-2.7.2/Lib/test/test_uu.py | 201 -
.../Python/Python-2.7.2/Lib/test/test_uuid.py | 482 -
.../Python-2.7.2/Lib/test/test_wait3.py | 39 -
.../Python-2.7.2/Lib/test/test_wait4.py | 32 -
.../Python-2.7.2/Lib/test/test_warnings.py | 749 -
.../Python/Python-2.7.2/Lib/test/test_wave.py | 45 -
.../Python-2.7.2/Lib/test/test_weakref.py | 1256 --
.../Python-2.7.2/Lib/test/test_weakset.py | 377 -
.../Python-2.7.2/Lib/test/test_whichdb.py | 68 -
.../Python-2.7.2/Lib/test/test_winreg.py | 416 -
.../Python-2.7.2/Lib/test/test_winsound.py | 255 -
.../Python/Python-2.7.2/Lib/test/test_with.py | 750 -
.../Python-2.7.2/Lib/test/test_wsgiref.py | 630 -
.../Python-2.7.2/Lib/test/test_xdrlib.py | 58 -
.../Python-2.7.2/Lib/test/test_xml_etree.py | 1886 --
.../Python-2.7.2/Lib/test/test_xml_etree_c.py | 55 -
.../Python-2.7.2/Lib/test/test_xmllib.py | 48 -
.../Python-2.7.2/Lib/test/test_xmlrpc.py | 1018 -
.../Python-2.7.2/Lib/test/test_xpickle.py | 260 -
.../Python-2.7.2/Lib/test/test_xrange.py | 143 -
.../Python-2.7.2/Lib/test/test_zipfile.py | 1362 --
.../Python-2.7.2/Lib/test/test_zipfile64.py | 124 -
.../Python-2.7.2/Lib/test/test_zipimport.py | 472 -
.../Lib/test/test_zipimport_support.py | 238 -
.../Python/Python-2.7.2/Lib/test/test_zlib.py | 572 -
.../Python/Python-2.7.2/Lib/test/testall.py | 10 -
.../Python/Python-2.7.2/Lib/test/testcodec.py | 48 -
.../Python/Python-2.7.2/Lib/test/testimg.uue | 1170 --
.../Python/Python-2.7.2/Lib/test/testimgr.uue | 1170 --
.../Python/Python-2.7.2/Lib/test/testrgb.uue | 971 -
.../Python/Python-2.7.2/Lib/test/testtar.tar | Bin 281088 -> 0 bytes
.../Python-2.7.2/Lib/test/tf_inherit_check.py | 25 -
.../Lib/test/threaded_import_hangers.py | 42 -
.../Python-2.7.2/Lib/test/time_hashlib.py | 87 -
.../Python-2.7.2/Lib/test/tokenize_tests.txt | 178 -
.../Lib/test/tracedmodules/__init__.py | 4 -
.../Lib/test/tracedmodules/testmod.py | 9 -
.../Python-2.7.2/Lib/test/warning_tests.py | 9 -
.../Lib/test/win_console_handler.py | 49 -
.../Python-2.7.2/Lib/test/wrongcert.pem | 32 -
.../Lib/test/xmltestdata/simple-ns.xml | 7 -
.../Lib/test/xmltestdata/simple.xml | 6 -
.../Lib/test/xmltestdata/test.xml | 115 -
.../Lib/test/xmltestdata/test.xml.out | 115 -
.../Python/Python-2.7.2/Lib/test/xmltests.py | 21 -
.../Python/Python-2.7.2/Lib/test/zipdir.zip | Bin 374 -> 0 bytes
.../Python/Python-2.7.2/Lib/textwrap.py | 417 -
.../Python/Python-2.7.2/Lib/this.py | 28 -
.../Python/Python-2.7.2/Lib/timeit.py | 328 -
.../Python/Python-2.7.2/Lib/toaiff.py | 110 -
.../Python/Python-2.7.2/Lib/token.py | 142 -
.../Python/Python-2.7.2/Lib/tokenize.py | 424 -
.../Python/Python-2.7.2/Lib/trace.py | 827 -
.../Python/Python-2.7.2/Lib/traceback.py | 319 -
.../Python/Python-2.7.2/Lib/tty.py | 36 -
.../Python/Python-2.7.2/Lib/types.py | 84 -
.../Python-2.7.2/Lib/unittest/__init__.py | 69 -
.../Python-2.7.2/Lib/unittest/__main__.py | 12 -
.../Python/Python-2.7.2/Lib/unittest/case.py | 1070 -
.../Python-2.7.2/Lib/unittest/loader.py | 314 -
.../Python/Python-2.7.2/Lib/unittest/main.py | 233 -
.../Python-2.7.2/Lib/unittest/result.py | 193 -
.../Python-2.7.2/Lib/unittest/runner.py | 196 -
.../Python-2.7.2/Lib/unittest/signals.py | 57 -
.../Python/Python-2.7.2/Lib/unittest/suite.py | 303 -
.../Lib/unittest/test/__init__.py | 21 -
.../Python-2.7.2/Lib/unittest/test/dummy.py | 1 -
.../Python-2.7.2/Lib/unittest/test/support.py | 119 -
.../Lib/unittest/test/test_assertions.py | 286 -
.../Lib/unittest/test/test_break.py | 252 -
.../Lib/unittest/test/test_case.py | 1109 -
.../Lib/unittest/test/test_discovery.py | 362 -
.../unittest/test/test_functiontestcase.py | 148 -
.../Lib/unittest/test/test_loader.py | 1286 --
.../Lib/unittest/test/test_program.py | 255 -
.../Lib/unittest/test/test_result.py | 567 -
.../Lib/unittest/test/test_runner.py | 253 -
.../Lib/unittest/test/test_setups.py | 508 -
.../Lib/unittest/test/test_skipping.py | 138 -
.../Lib/unittest/test/test_suite.py | 367 -
.../Python/Python-2.7.2/Lib/unittest/util.py | 156 -
.../Python/Python-2.7.2/Lib/urllib.py | 1646 --
.../Python/Python-2.7.2/Lib/urllib2.py | 1448 --
.../Python/Python-2.7.2/Lib/urlparse.py | 397 -
.../Python/Python-2.7.2/Lib/user.py | 48 -
.../Python/Python-2.7.2/Lib/uu.py | 196 -
.../Python/Python-2.7.2/Lib/uuid.py | 560 -
.../Python/Python-2.7.2/Lib/warnings.py | 400 -
.../Python/Python-2.7.2/Lib/wave.py | 504 -
.../Python/Python-2.7.2/Lib/weakref.py | 379 -
.../Python/Python-2.7.2/Lib/webbrowser.py | 673 -
.../Python/Python-2.7.2/Lib/whichdb.py | 117 -
.../Python/Python-2.7.2/Lib/wsgiref.egg-info | 8 -
.../Python-2.7.2/Lib/wsgiref/__init__.py | 23 -
.../Python-2.7.2/Lib/wsgiref/handlers.py | 448 -
.../Python-2.7.2/Lib/wsgiref/headers.py | 169 -
.../Python-2.7.2/Lib/wsgiref/simple_server.py | 155 -
.../Python/Python-2.7.2/Lib/wsgiref/util.py | 165 -
.../Python-2.7.2/Lib/wsgiref/validate.py | 432 -
.../Python/Python-2.7.2/Lib/xdrlib.py | 231 -
.../Python/Python-2.7.2/Lib/xml/__init__.py | 41 -
.../Python-2.7.2/Lib/xml/dom/NodeFilter.py | 27 -
.../Python-2.7.2/Lib/xml/dom/__init__.py | 139 -
.../Python/Python-2.7.2/Lib/xml/dom/domreg.py | 99 -
.../Python-2.7.2/Lib/xml/dom/expatbuilder.py | 983 -
.../Python-2.7.2/Lib/xml/dom/minicompat.py | 110 -
.../Python-2.7.2/Lib/xml/dom/minidom.py | 1937 --
.../Python-2.7.2/Lib/xml/dom/pulldom.py | 351 -
.../Python-2.7.2/Lib/xml/dom/xmlbuilder.py | 386 -
.../Lib/xml/etree/ElementInclude.py | 143 -
.../Python-2.7.2/Lib/xml/etree/ElementPath.py | 303 -
.../Python-2.7.2/Lib/xml/etree/ElementTree.py | 1649 --
.../Python-2.7.2/Lib/xml/etree/__init__.py | 33 -
.../Lib/xml/etree/cElementTree.py | 3 -
.../Python-2.7.2/Lib/xml/parsers/__init__.py | 8 -
.../Python-2.7.2/Lib/xml/parsers/expat.py | 4 -
.../Python-2.7.2/Lib/xml/sax/__init__.py | 108 -
.../Python-2.7.2/Lib/xml/sax/_exceptions.py | 131 -
.../Python-2.7.2/Lib/xml/sax/expatreader.py | 414 -
.../Python-2.7.2/Lib/xml/sax/handler.py | 342 -
.../Python-2.7.2/Lib/xml/sax/saxutils.py | 308 -
.../Python-2.7.2/Lib/xml/sax/xmlreader.py | 381 -
.../Python/Python-2.7.2/Lib/xmllib.py | 930 -
.../Python/Python-2.7.2/Lib/xmlrpclib.py | 1636 --
.../Python/Python-2.7.2/Lib/zipfile.py | 1437 --
.../Python-2.7.2/Modules/_bisectmodule.c | 241 -
.../Python-2.7.2/Modules/_codecsmodule.c | 1116 -
.../Python-2.7.2/Modules/_collectionsmodule.c | 1634 --
.../Python/Python-2.7.2/Modules/_csv.c | 1611 --
.../Python-2.7.2/Modules/_elementtree.c | 3079 ---
.../Python-2.7.2/Modules/_functoolsmodule.c | 402 -
.../Python-2.7.2/Modules/_hashopenssl.c | 597 -
.../Python-2.7.2/Modules/_heapqmodule.c | 697 -
.../Python/Python-2.7.2/Modules/_hotshot.c | 1643 --
.../Python-2.7.2/Modules/_io/_iomodule.c | 768 -
.../Python-2.7.2/Modules/_io/_iomodule.h | 165 -
.../Python-2.7.2/Modules/_io/bufferedio.c | 2389 ---
.../Python/Python-2.7.2/Modules/_io/bytesio.c | 887 -
.../Python/Python-2.7.2/Modules/_io/fileio.c | 1095 -
.../Python/Python-2.7.2/Modules/_io/iobase.c | 893 -
.../Python-2.7.2/Modules/_io/stringio.c | 882 -
.../Python/Python-2.7.2/Modules/_io/textio.c | 2617 ---
.../Python/Python-2.7.2/Modules/_json.c | 2421 ---
.../Python-2.7.2/Modules/_localemodule.c | 758 -
.../Python/Python-2.7.2/Modules/_lsprof.c | 892 -
.../Python/Python-2.7.2/Modules/_math.c | 232 -
.../Python/Python-2.7.2/Modules/_math.h | 45 -
.../Python-2.7.2/Modules/_randommodule.c | 580 -
.../Python-2.7.2/Modules/_sqlite/cache.c | 375 -
.../Python-2.7.2/Modules/_sqlite/cache.h | 73 -
.../Python-2.7.2/Modules/_sqlite/connection.c | 1664 --
.../Python-2.7.2/Modules/_sqlite/connection.h | 138 -
.../Python-2.7.2/Modules/_sqlite/cursor.c | 1126 -
.../Python-2.7.2/Modules/_sqlite/cursor.h | 74 -
.../Modules/_sqlite/microprotocols.c | 142 -
.../Modules/_sqlite/microprotocols.h | 55 -
.../Python-2.7.2/Modules/_sqlite/module.c | 457 -
.../Python-2.7.2/Modules/_sqlite/module.h | 58 -
.../Modules/_sqlite/prepare_protocol.c | 84 -
.../Modules/_sqlite/prepare_protocol.h | 41 -
.../Python/Python-2.7.2/Modules/_sqlite/row.c | 256 -
.../Python/Python-2.7.2/Modules/_sqlite/row.h | 39 -
.../Modules/_sqlite/sqlitecompat.h | 63 -
.../Python-2.7.2/Modules/_sqlite/statement.c | 543 -
.../Python-2.7.2/Modules/_sqlite/statement.h | 59 -
.../Python-2.7.2/Modules/_sqlite/util.c | 106 -
.../Python-2.7.2/Modules/_sqlite/util.h | 38 -
.../Python/Python-2.7.2/Modules/_sre.c | 3921 ----
.../Python/Python-2.7.2/Modules/_ssl.c | 1751 --
.../Python/Python-2.7.2/Modules/_struct.c | 2048 --
.../Python-2.7.2/Modules/_testcapimodule.c | 1897 --
.../Python/Python-2.7.2/Modules/_weakref.c | 112 -
.../Python/Python-2.7.2/Modules/addrinfo.h | 178 -
.../Python/Python-2.7.2/Modules/arraymodule.c | 2246 --
.../Python/Python-2.7.2/Modules/binascii.c | 1531 --
.../Python/Python-2.7.2/Modules/bz2module.c | 2344 ---
.../Python/Python-2.7.2/Modules/cPickle.c | 6023 ------
.../Python/Python-2.7.2/Modules/cStringIO.c | 752 -
.../Python-2.7.2/Modules/cjkcodecs/README | 79 -
.../Modules/cjkcodecs/_codecs_cn.c | 444 -
.../Modules/cjkcodecs/_codecs_hk.c | 183 -
.../Modules/cjkcodecs/_codecs_iso2022.c | 1131 -
.../Modules/cjkcodecs/_codecs_jp.c | 731 -
.../Modules/cjkcodecs/_codecs_kr.c | 452 -
.../Modules/cjkcodecs/_codecs_tw.c | 132 -
.../Modules/cjkcodecs/alg_jisx0201.h | 24 -
.../Modules/cjkcodecs/cjkcodecs.h | 398 -
.../Modules/cjkcodecs/emu_jisx0213_2000.h | 43 -
.../Modules/cjkcodecs/mappings_cn.h | 4103 ----
.../Modules/cjkcodecs/mappings_hk.h | 2378 ---
.../cjkcodecs/mappings_jisx0213_pair.h | 59 -
.../Modules/cjkcodecs/mappings_jp.h | 4765 -----
.../Modules/cjkcodecs/mappings_kr.h | 3251 ---
.../Modules/cjkcodecs/mappings_tw.h | 2633 ---
.../Modules/cjkcodecs/multibytecodec.c | 1829 --
.../Modules/cjkcodecs/multibytecodec.h | 141 -
.../Python/Python-2.7.2/Modules/cmathmodule.c | 1210 --
.../Python/Python-2.7.2/Modules/cryptmodule.c | 49 -
.../Python-2.7.2/Modules/datetimemodule.c | 5117 -----
.../Python/Python-2.7.2/Modules/errnomodule.c | 845 -
.../Python/Python-2.7.2/Modules/expat/COPYING | 21 -
.../Python-2.7.2/Modules/expat/amigaconfig.h | 96 -
.../Python/Python-2.7.2/Modules/expat/ascii.h | 85 -
.../Python-2.7.2/Modules/expat/asciitab.h | 36 -
.../Python/Python-2.7.2/Modules/expat/expat.h | 1013 -
.../Python-2.7.2/Modules/expat/expat_config.h | 19 -
.../Modules/expat/expat_external.h | 121 -
.../Python-2.7.2/Modules/expat/iasciitab.h | 37 -
.../Python-2.7.2/Modules/expat/internal.h | 73 -
.../Python-2.7.2/Modules/expat/latin1tab.h | 36 -
.../Python-2.7.2/Modules/expat/macconfig.h | 53 -
.../Python-2.7.2/Modules/expat/nametab.h | 150 -
.../Python-2.7.2/Modules/expat/pyexpatns.h | 124 -
.../Python-2.7.2/Modules/expat/utf8tab.h | 37 -
.../Python-2.7.2/Modules/expat/winconfig.h | 30 -
.../Python-2.7.2/Modules/expat/xmlparse.c | 6279 ------
.../Python-2.7.2/Modules/expat/xmlrole.c | 1330 --
.../Python-2.7.2/Modules/expat/xmlrole.h | 114 -
.../Python-2.7.2/Modules/expat/xmltok.c | 1639 --
.../Python-2.7.2/Modules/expat/xmltok.h | 316 -
.../Python-2.7.2/Modules/expat/xmltok_impl.c | 1779 --
.../Python-2.7.2/Modules/expat/xmltok_impl.h | 46 -
.../Python-2.7.2/Modules/expat/xmltok_ns.c | 106 -
.../Python/Python-2.7.2/Modules/fcntlmodule.c | 620 -
.../Python/Python-2.7.2/Modules/flmodule.c | 2144 --
.../Python/Python-2.7.2/Modules/fmmodule.c | 269 -
.../Python-2.7.2/Modules/fpectlmodule.c | 303 -
.../Python-2.7.2/Modules/fpetestmodule.c | 186 -
.../Python-2.7.2/Modules/future_builtins.c | 105 -
.../Python-2.7.2/Modules/gc_weakref.txt | 219 -
.../Python/Python-2.7.2/Modules/gcmodule.c | 1516 --
.../Python/Python-2.7.2/Modules/getaddrinfo.c | 638 -
.../Python-2.7.2/Modules/getbuildinfo.c | 85 -
.../Python/Python-2.7.2/Modules/getnameinfo.c | 222 -
.../Python/Python-2.7.2/Modules/getpath.c | 698 -
.../Python/Python-2.7.2/Modules/imageop.c | 794 -
.../Python-2.7.2/Modules/itertoolsmodule.c | 4097 ----
.../Python/Python-2.7.2/Modules/main.c | 663 -
.../Python/Python-2.7.2/Modules/mathmodule.c | 1624 --
.../Python/Python-2.7.2/Modules/md5.c | 394 -
.../Python/Python-2.7.2/Modules/md5.h | 91 -
.../Python/Python-2.7.2/Modules/md5module.c | 315 -
.../Python/Python-2.7.2/Modules/operator.c | 802 -
.../Python-2.7.2/Modules/parsermodule.c | 3464 ----
.../Python/Python-2.7.2/Modules/posixmodule.c | 9396 ---------
.../Python/Python-2.7.2/Modules/puremodule.c | 992 -
.../Python/Python-2.7.2/Modules/pwdmodule.c | 200 -
.../Python/Python-2.7.2/Modules/pyexpat.c | 2123 --
.../Python/Python-2.7.2/Modules/python.c | 24 -
.../Python/Python-2.7.2/Modules/readline.c | 1144 -
.../Python/Python-2.7.2/Modules/resource.c | 329 -
.../Python-2.7.2/Modules/rotatingtree.c | 121 -
.../Python-2.7.2/Modules/rotatingtree.h | 27 -
.../Python-2.7.2/Modules/selectmodule.c | 1912 --
.../Python-2.7.2/Modules/sha256module.c | 706 -
.../Python-2.7.2/Modules/sha512module.c | 774 -
.../Python/Python-2.7.2/Modules/shamodule.c | 597 -
.../Python-2.7.2/Modules/signalmodule.c | 986 -
.../Python-2.7.2/Modules/socketmodule.c | 5454 -----
.../Python-2.7.2/Modules/socketmodule.h | 250 -
.../Python/Python-2.7.2/Modules/sre.h | 94 -
.../Python-2.7.2/Modules/sre_constants.h | 86 -
.../Python/Python-2.7.2/Modules/stropmodule.c | 1270 --
.../Python-2.7.2/Modules/symtablemodule.c | 83 -
.../Python-2.7.2/Modules/testcapi_long.h | 182 -
.../Python-2.7.2/Modules/threadmodule.c | 931 -
.../Python/Python-2.7.2/Modules/timemodule.c | 1054 -
.../Python/Python-2.7.2/Modules/timing.h | 64 -
.../Python-2.7.2/Modules/timingmodule.c | 62 -
.../Python/Python-2.7.2/Modules/unicodedata.c | 1280 --
.../Python-2.7.2/Modules/unicodedata_db.h | 6202 ------
.../Python-2.7.2/Modules/unicodename_db.h | 17259 ----------------
.../Python/Python-2.7.2/Modules/xxmodule.c | 379 -
.../Python/Python-2.7.2/Modules/xxsubtype.c | 297 -
.../Python/Python-2.7.2/Modules/yuv.h | 99 -
.../Python/Python-2.7.2/Modules/yuvconvert.c | 118 -
.../Python/Python-2.7.2/Modules/zipimport.c | 1229 --
.../Python-2.7.2/Modules/zlib/ChangeLog | 855 -
.../Python/Python-2.7.2/Modules/zlib/FAQ | 339 -
.../Python/Python-2.7.2/Modules/zlib/INDEX | 51 -
.../Python/Python-2.7.2/Modules/zlib/Makefile | 154 -
.../Python-2.7.2/Modules/zlib/Makefile.in | 154 -
.../Python/Python-2.7.2/Modules/zlib/README | 125 -
.../Python-2.7.2/Modules/zlib/adler32.c | 149 -
.../Python-2.7.2/Modules/zlib/algorithm.txt | 209 -
.../Python-2.7.2/Modules/zlib/compress.c | 79 -
.../Python-2.7.2/Modules/zlib/configure | 459 -
.../Python/Python-2.7.2/Modules/zlib/crc32.c | 423 -
.../Python/Python-2.7.2/Modules/zlib/crc32.h | 441 -
.../Python-2.7.2/Modules/zlib/deflate.c | 1736 --
.../Python-2.7.2/Modules/zlib/deflate.h | 331 -
.../Python-2.7.2/Modules/zlib/example.c | 565 -
.../Python/Python-2.7.2/Modules/zlib/gzio.c | 1026 -
.../Python-2.7.2/Modules/zlib/infback.c | 623 -
.../Python-2.7.2/Modules/zlib/inffast.c | 318 -
.../Python-2.7.2/Modules/zlib/inffast.h | 11 -
.../Python-2.7.2/Modules/zlib/inffixed.h | 94 -
.../Python-2.7.2/Modules/zlib/inflate.c | 1368 --
.../Python-2.7.2/Modules/zlib/inflate.h | 115 -
.../Python-2.7.2/Modules/zlib/inftrees.c | 329 -
.../Python-2.7.2/Modules/zlib/inftrees.h | 55 -
.../Python-2.7.2/Modules/zlib/make_vms.com | 461 -
.../Python-2.7.2/Modules/zlib/minigzip.c | 322 -
.../Python/Python-2.7.2/Modules/zlib/trees.c | 1219 --
.../Python/Python-2.7.2/Modules/zlib/trees.h | 128 -
.../Python-2.7.2/Modules/zlib/uncompr.c | 61 -
.../Python/Python-2.7.2/Modules/zlib/zconf.h | 332 -
.../Python-2.7.2/Modules/zlib/zconf.in.h | 332 -
.../Python/Python-2.7.2/Modules/zlib/zlib.3 | 159 -
.../Python/Python-2.7.2/Modules/zlib/zlib.h | 1357 --
.../Python/Python-2.7.2/Modules/zlib/zutil.c | 318 -
.../Python/Python-2.7.2/Modules/zlib/zutil.h | 277 -
.../Python/Python-2.7.2/Modules/zlibmodule.c | 1058 -
.../Python/Python-2.7.2/Objects/abstract.c | 3113 ---
.../Python/Python-2.7.2/Objects/boolobject.c | 202 -
.../Python-2.7.2/Objects/bufferobject.c | 857 -
.../Python-2.7.2/Objects/bytearrayobject.c | 3044 ---
.../Python-2.7.2/Objects/bytes_methods.c | 398 -
.../Python/Python-2.7.2/Objects/capsule.c | 324 -
.../Python/Python-2.7.2/Objects/cellobject.c | 145 -
.../Python/Python-2.7.2/Objects/classobject.c | 2672 ---
.../Python/Python-2.7.2/Objects/cobject.c | 172 -
.../Python/Python-2.7.2/Objects/codeobject.c | 581 -
.../Python-2.7.2/Objects/complexobject.c | 1353 --
.../Python/Python-2.7.2/Objects/descrobject.c | 1385 --
.../Python/Python-2.7.2/Objects/dictnotes.txt | 270 -
.../Python/Python-2.7.2/Objects/dictobject.c | 3210 ---
.../Python/Python-2.7.2/Objects/enumobject.c | 381 -
.../Python/Python-2.7.2/Objects/exceptions.c | 2215 --
.../Python/Python-2.7.2/Objects/fileobject.c | 2822 ---
.../Python/Python-2.7.2/Objects/floatobject.c | 2693 ---
.../Python/Python-2.7.2/Objects/frameobject.c | 982 -
.../Python/Python-2.7.2/Objects/funcobject.c | 897 -
.../Python/Python-2.7.2/Objects/genobject.c | 414 -
.../Python/Python-2.7.2/Objects/intobject.c | 1550 --
.../Python/Python-2.7.2/Objects/iterobject.c | 230 -
.../Python/Python-2.7.2/Objects/listobject.c | 3044 ---
.../Python/Python-2.7.2/Objects/listsort.txt | 677 -
.../Python-2.7.2/Objects/lnotab_notes.txt | 124 -
.../Python/Python-2.7.2/Objects/longobject.c | 4381 ----
.../Python-2.7.2/Objects/memoryobject.c | 842 -
.../Python-2.7.2/Objects/methodobject.c | 427 -
.../Python-2.7.2/Objects/moduleobject.c | 260 -
.../Python/Python-2.7.2/Objects/object.c | 2455 ---
.../Python/Python-2.7.2/Objects/obmalloc.c | 1888 --
.../Python/Python-2.7.2/Objects/rangeobject.c | 322 -
.../Python/Python-2.7.2/Objects/setobject.c | 2518 ---
.../Python/Python-2.7.2/Objects/sliceobject.c | 361 -
.../Python-2.7.2/Objects/stringlib/README.txt | 40 -
.../Python-2.7.2/Objects/stringlib/count.h | 30 -
.../Python-2.7.2/Objects/stringlib/ctype.h | 109 -
.../Objects/stringlib/fastsearch.h | 160 -
.../Python-2.7.2/Objects/stringlib/find.h | 175 -
.../Objects/stringlib/formatter.h | 1531 --
.../Objects/stringlib/localeutil.h | 227 -
.../Objects/stringlib/partition.h | 110 -
.../Python-2.7.2/Objects/stringlib/split.h | 394 -
.../Objects/stringlib/string_format.h | 1364 --
.../Objects/stringlib/stringdefs.h | 33 -
.../Objects/stringlib/transmogrify.h | 264 -
.../Objects/stringlib/unicodedefs.h | 37 -
.../Python-2.7.2/Objects/stringobject.c | 4824 -----
.../Python/Python-2.7.2/Objects/structseq.c | 539 -
.../Python/Python-2.7.2/Objects/tupleobject.c | 1052 -
.../Python/Python-2.7.2/Objects/typeobject.c | 6712 ------
.../Python-2.7.2/Objects/unicodectype.c | 215 -
.../Python-2.7.2/Objects/unicodeobject.c | 8888 --------
.../Python-2.7.2/Objects/unicodetype_db.h | 3337 ---
.../Python-2.7.2/Objects/weakrefobject.c | 975 -
.../Python/Python-2.7.2/Parser/Python.asdl | 115 -
.../Python/Python-2.7.2/Parser/acceler.c | 125 -
.../Python/Python-2.7.2/Parser/asdl.py | 413 -
.../Python/Python-2.7.2/Parser/asdl_c.py | 1220 --
.../Python/Python-2.7.2/Parser/bitset.c | 66 -
.../Python/Python-2.7.2/Parser/firstsets.c | 113 -
.../Python/Python-2.7.2/Parser/grammar.c | 254 -
.../Python/Python-2.7.2/Parser/grammar1.c | 57 -
.../Python/Python-2.7.2/Parser/intrcheck.c | 178 -
.../Python/Python-2.7.2/Parser/listnode.c | 66 -
.../Python/Python-2.7.2/Parser/metagrammar.c | 159 -
.../Python/Python-2.7.2/Parser/myreadline.c | 221 -
.../Python/Python-2.7.2/Parser/node.c | 138 -
.../Python/Python-2.7.2/Parser/parser.c | 436 -
.../Python/Python-2.7.2/Parser/parser.h | 42 -
.../Python/Python-2.7.2/Parser/parsetok.c | 295 -
.../Python/Python-2.7.2/Parser/pgen.c | 708 -
.../Python/Python-2.7.2/Parser/pgenmain.c | 173 -
.../Python/Python-2.7.2/Parser/printgrammar.c | 117 -
.../Python/Python-2.7.2/Parser/spark.py | 839 -
.../Python/Python-2.7.2/Parser/tokenizer.c | 1726 --
.../Python/Python-2.7.2/Parser/tokenizer.h | 70 -
.../Python-2.7.2/Parser/tokenizer_pgen.c | 2 -
.../Python/Python-2.7.2/Python/Python-ast.c | 6763 ------
.../Python/Python-2.7.2/Python/_warnings.c | 909 -
.../Python/Python-2.7.2/Python/asdl.c | 64 -
.../Python/Python-2.7.2/Python/ast.c | 3558 ----
.../Python/Python-2.7.2/Python/atof.c | 50 -
.../Python/Python-2.7.2/Python/bltinmodule.c | 3043 ---
.../Python/Python-2.7.2/Python/ceval.c | 4895 -----
.../Python/Python-2.7.2/Python/codecs.c | 872 -
.../Python/Python-2.7.2/Python/compile.c | 3979 ----
.../Python/Python-2.7.2/Python/dtoa.c | 2918 ---
.../Python/Python-2.7.2/Python/dup2.c | 31 -
.../Python/Python-2.7.2/Python/dynload_aix.c | 183 -
.../Python-2.7.2/Python/dynload_atheos.c | 47 -
.../Python/Python-2.7.2/Python/dynload_beos.c | 254 -
.../Python/Python-2.7.2/Python/dynload_dl.c | 26 -
.../Python/Python-2.7.2/Python/dynload_hpux.c | 58 -
.../Python/Python-2.7.2/Python/dynload_next.c | 114 -
.../Python/Python-2.7.2/Python/dynload_os2.c | 46 -
.../Python-2.7.2/Python/dynload_shlib.c | 143 -
.../Python/Python-2.7.2/Python/dynload_stub.c | 11 -
.../Python/Python-2.7.2/Python/dynload_win.c | 274 -
.../Python/Python-2.7.2/Python/errors.c | 805 -
.../Python-2.7.2/Python/formatter_string.c | 17 -
.../Python-2.7.2/Python/formatter_unicode.c | 18 -
.../Python/Python-2.7.2/Python/frozen.c | 38 -
.../Python/Python-2.7.2/Python/frozenmain.c | 68 -
.../Python/Python-2.7.2/Python/future.c | 142 -
.../Python/Python-2.7.2/Python/getargs.c | 1907 --
.../Python/Python-2.7.2/Python/getcompiler.c | 28 -
.../Python/Python-2.7.2/Python/getcopyright.c | 36 -
.../Python/Python-2.7.2/Python/getcwd.c | 82 -
.../Python/Python-2.7.2/Python/getopt.c | 126 -
.../Python/Python-2.7.2/Python/getplatform.c | 12 -
.../Python/Python-2.7.2/Python/getversion.c | 15 -
.../Python/Python-2.7.2/Python/graminit.c | 2177 --
.../Python/Python-2.7.2/Python/import.c | 3398 ---
.../Python/Python-2.7.2/Python/importdl.c | 78 -
.../Python/Python-2.7.2/Python/importdl.h | 53 -
.../Python-2.7.2/Python/mactoolboxglue.c | 474 -
.../Python/Python-2.7.2/Python/marshal.c | 1422 --
.../Python/Python-2.7.2/Python/modsupport.c | 644 -
.../Python/Python-2.7.2/Python/mysnprintf.c | 105 -
.../Python/Python-2.7.2/Python/mystrtoul.c | 285 -
.../Python/Python-2.7.2/Python/peephole.c | 680 -
.../Python/Python-2.7.2/Python/pyarena.c | 220 -
.../Python/Python-2.7.2/Python/pyctype.c | 214 -
.../Python/Python-2.7.2/Python/pyfpe.c | 23 -
.../Python/Python-2.7.2/Python/pymath.c | 79 -
.../Python/Python-2.7.2/Python/pystate.c | 680 -
.../Python/Python-2.7.2/Python/pystrcmp.c | 26 -
.../Python/Python-2.7.2/Python/pystrtod.c | 1249 --
.../Python/Python-2.7.2/Python/pythonrun.c | 2004 --
.../Python/Python-2.7.2/Python/sigcheck.c | 19 -
.../Python/Python-2.7.2/Python/strdup.c | 14 -
.../Python/Python-2.7.2/Python/strtod.c | 159 -
.../Python/Python-2.7.2/Python/structmember.c | 363 -
.../Python/Python-2.7.2/Python/symtable.c | 1554 --
.../Python/Python-2.7.2/Python/sysmodule.c | 1779 --
.../Python/Python-2.7.2/Python/thread.c | 421 -
.../Python-2.7.2/Python/thread_atheos.h | 259 -
.../Python/Python-2.7.2/Python/thread_beos.h | 248 -
.../Python-2.7.2/Python/thread_cthread.h | 112 -
.../Python-2.7.2/Python/thread_foobar.h | 75 -
.../Python/Python-2.7.2/Python/thread_lwp.h | 113 -
.../Python/Python-2.7.2/Python/thread_nt.h | 359 -
.../Python/Python-2.7.2/Python/thread_os2.h | 267 -
.../Python/Python-2.7.2/Python/thread_pth.h | 178 -
.../Python-2.7.2/Python/thread_pthread.h | 505 -
.../Python/Python-2.7.2/Python/thread_sgi.h | 259 -
.../Python-2.7.2/Python/thread_solaris.h | 130 -
.../Python/Python-2.7.2/Python/thread_wince.h | 136 -
.../Python/Python-2.7.2/Python/traceback.c | 283 -
.../Applications/Python/Python-2.7.2/README | 1229 --
.../Python/Python-2.7.2/Tools/README | 41 -
.../Python/Python-2.7.2/Tools/bgen/README | 9 -
.../Python-2.7.2/Tools/bgen/bgen/bgen.py | 12 -
.../Tools/bgen/bgen/bgenBuffer.py | 301 -
.../Tools/bgen/bgen/bgenGenerator.py | 302 -
.../Tools/bgen/bgen/bgenGeneratorGroup.py | 40 -
.../Tools/bgen/bgen/bgenHeapBuffer.py | 145 -
.../Tools/bgen/bgen/bgenModule.py | 94 -
.../Tools/bgen/bgen/bgenObjectDefinition.py | 512 -
.../Tools/bgen/bgen/bgenOutput.py | 219 -
.../Tools/bgen/bgen/bgenStackBuffer.py | 62 -
.../Tools/bgen/bgen/bgenStringBuffer.py | 67 -
.../Python-2.7.2/Tools/bgen/bgen/bgenType.py | 328 -
.../Tools/bgen/bgen/bgenVariable.py | 112 -
.../Tools/bgen/bgen/macsupport.py | 197 -
.../Python-2.7.2/Tools/bgen/bgen/scantools.py | 849 -
.../Tools/buildbot/README.tcltk-AMD64 | 36 -
.../Tools/buildbot/build-amd64.bat | 6 -
.../Python-2.7.2/Tools/buildbot/build.bat | 7 -
.../Python-2.7.2/Tools/buildbot/buildmsi.bat | 20 -
.../Tools/buildbot/clean-amd64.bat | 10 -
.../Python-2.7.2/Tools/buildbot/clean.bat | 10 -
.../Tools/buildbot/external-amd64.bat | 20 -
.../Tools/buildbot/external-common.bat | 45 -
.../Python-2.7.2/Tools/buildbot/external.bat | 21 -
.../Tools/buildbot/test-amd64.bat | 3 -
.../Python-2.7.2/Tools/buildbot/test.bat | 3 -
.../Python-2.7.2/Tools/ccbench/ccbench.py | 609 -
.../Python/Python-2.7.2/Tools/compiler/ACKS | 8 -
.../Python/Python-2.7.2/Tools/compiler/README | 18 -
.../Python-2.7.2/Tools/compiler/ast.txt | 104 -
.../Python-2.7.2/Tools/compiler/astgen.py | 294 -
.../Python-2.7.2/Tools/compiler/compile.py | 51 -
.../Python-2.7.2/Tools/compiler/demo.py | 38 -
.../Python-2.7.2/Tools/compiler/dumppyc.py | 46 -
.../Python-2.7.2/Tools/compiler/regrtest.py | 78 -
.../Python-2.7.2/Tools/compiler/stacktest.py | 43 -
.../Python/Python-2.7.2/Tools/faqwiz/README | 114 -
.../Python-2.7.2/Tools/faqwiz/faqconf.py | 577 -
.../Python-2.7.2/Tools/faqwiz/faqcust.py | 1 -
.../Python/Python-2.7.2/Tools/faqwiz/faqw.py | 33 -
.../Python-2.7.2/Tools/faqwiz/faqwiz.py | 841 -
.../Python-2.7.2/Tools/faqwiz/move-faqwiz.sh | 55 -
.../Python-2.7.2/Tools/framer/README.txt | 8 -
.../Python/Python-2.7.2/Tools/framer/TODO.txt | 6 -
.../Python-2.7.2/Tools/framer/example.py | 126 -
.../Tools/framer/framer/__init__.py | 6 -
.../Python-2.7.2/Tools/framer/framer/bases.py | 220 -
.../Tools/framer/framer/function.py | 173 -
.../Tools/framer/framer/member.py | 73 -
.../Python-2.7.2/Tools/framer/framer/slots.py | 64 -
.../Tools/framer/framer/struct.py | 52 -
.../Tools/framer/framer/structparse.py | 46 -
.../Tools/framer/framer/template.py | 102 -
.../Python-2.7.2/Tools/framer/framer/util.py | 35 -
.../Python/Python-2.7.2/Tools/freeze/README | 296 -
.../Python-2.7.2/Tools/freeze/bkfile.py | 47 -
.../Tools/freeze/checkextensions.py | 90 -
.../Tools/freeze/checkextensions_win32.py | 188 -
.../Tools/freeze/extensions_win32.ini | 171 -
.../Python-2.7.2/Tools/freeze/freeze.py | 497 -
.../Python/Python-2.7.2/Tools/freeze/hello.py | 1 -
.../Python-2.7.2/Tools/freeze/makeconfig.py | 60 -
.../Python-2.7.2/Tools/freeze/makefreeze.py | 90 -
.../Python-2.7.2/Tools/freeze/makemakefile.py | 29 -
.../Python-2.7.2/Tools/freeze/parsesetup.py | 112 -
.../Python-2.7.2/Tools/freeze/win32.html | 119 -
.../Tools/freeze/winmakemakefile.py | 147 -
.../Python-2.7.2/Tools/gdb/libpython.py | 1447 --
.../Tools/i18n/makelocalealias.py | 73 -
.../Python/Python-2.7.2/Tools/i18n/msgfmt.py | 226 -
.../Python-2.7.2/Tools/i18n/pygettext.py | 669 -
.../Python-2.7.2/Tools/iobench/iobench.py | 539 -
.../Python/Python-2.7.2/Tools/msi/README.txt | 25 -
.../Python-2.7.2/Tools/msi/crtlicense.txt | 44 -
.../Python/Python-2.7.2/Tools/msi/msi.py | 1398 --
.../Python/Python-2.7.2/Tools/msi/msilib.py | 692 -
.../Python-2.7.2/Tools/msi/msisupport.c | 93 -
.../Python-2.7.2/Tools/msi/msisupport.mak | 9 -
.../Python/Python-2.7.2/Tools/msi/schema.py | 1007 -
.../Python/Python-2.7.2/Tools/msi/sequence.py | 126 -
.../Python/Python-2.7.2/Tools/msi/uisample.py | 1400 --
.../Python/Python-2.7.2/Tools/msi/uuids.py | 58 -
.../Python-2.7.2/Tools/pybench/Arithmetic.py | 777 -
.../Python-2.7.2/Tools/pybench/Calls.py | 560 -
.../Python-2.7.2/Tools/pybench/CommandLine.py | 634 -
.../Python-2.7.2/Tools/pybench/Constructs.py | 564 -
.../Python/Python-2.7.2/Tools/pybench/Dict.py | 504 -
.../Python-2.7.2/Tools/pybench/Exceptions.py | 699 -
.../Python-2.7.2/Tools/pybench/Imports.py | 138 -
.../Python-2.7.2/Tools/pybench/Instances.py | 66 -
.../Python/Python-2.7.2/Tools/pybench/LICENSE | 25 -
.../Python-2.7.2/Tools/pybench/Lists.py | 350 -
.../Python-2.7.2/Tools/pybench/Lookups.py | 945 -
.../Tools/pybench/NewInstances.py | 75 -
.../Python-2.7.2/Tools/pybench/Numbers.py | 784 -
.../Python/Python-2.7.2/Tools/pybench/README | 368 -
.../Python-2.7.2/Tools/pybench/Setup.py | 43 -
.../Python-2.7.2/Tools/pybench/Strings.py | 562 -
.../Python-2.7.2/Tools/pybench/Tuples.py | 360 -
.../Python-2.7.2/Tools/pybench/Unicode.py | 542 -
.../Python/Python-2.7.2/Tools/pybench/With.py | 190 -
.../Python-2.7.2/Tools/pybench/clockres.py | 43 -
.../Tools/pybench/package/__init__.py | 0
.../Tools/pybench/package/submodule.py | 0
.../Python-2.7.2/Tools/pybench/pybench.py | 961 -
.../Python-2.7.2/Tools/pybench/systimes.py | 211 -
.../Python/Python-2.7.2/Tools/scripts/2to3 | 5 -
.../Python/Python-2.7.2/Tools/scripts/README | 69 -
.../Python-2.7.2/Tools/scripts/analyze_dxp.py | 129 -
.../Python-2.7.2/Tools/scripts/byext.py | 131 -
.../Python-2.7.2/Tools/scripts/byteyears.py | 61 -
.../Python-2.7.2/Tools/scripts/checkappend.py | 167 -
.../Python-2.7.2/Tools/scripts/checkpyc.py | 66 -
.../Python-2.7.2/Tools/scripts/classfix.py | 190 -
.../Python-2.7.2/Tools/scripts/cleanfuture.py | 276 -
.../Python-2.7.2/Tools/scripts/combinerefs.py | 127 -
.../Python-2.7.2/Tools/scripts/copytime.py | 26 -
.../Python/Python-2.7.2/Tools/scripts/crlf.py | 23 -
.../Python-2.7.2/Tools/scripts/cvsfiles.py | 72 -
.../Python-2.7.2/Tools/scripts/db2pickle.py | 135 -
.../Python/Python-2.7.2/Tools/scripts/diff.py | 49 -
.../Python-2.7.2/Tools/scripts/dutree.doc | 54 -
.../Python-2.7.2/Tools/scripts/dutree.py | 60 -
.../Python-2.7.2/Tools/scripts/eptags.py | 56 -
.../Tools/scripts/find_recursionlimit.py | 117 -
.../Python-2.7.2/Tools/scripts/finddiv.py | 89 -
.../Python-2.7.2/Tools/scripts/findlinksto.py | 43 -
.../Tools/scripts/findnocoding.py | 104 -
.../Python-2.7.2/Tools/scripts/fixcid.py | 314 -
.../Python-2.7.2/Tools/scripts/fixdiv.py | 380 -
.../Python-2.7.2/Tools/scripts/fixheader.py | 49 -
.../Python-2.7.2/Tools/scripts/fixnotice.py | 113 -
.../Python-2.7.2/Tools/scripts/fixps.py | 33 -
.../Python-2.7.2/Tools/scripts/ftpmirror.py | 400 -
.../Python-2.7.2/Tools/scripts/google.py | 23 -
.../Python-2.7.2/Tools/scripts/gprof2html.py | 79 -
.../Python/Python-2.7.2/Tools/scripts/h2py.py | 175 -
.../Python-2.7.2/Tools/scripts/hotshotmain.py | 55 -
.../Python/Python-2.7.2/Tools/scripts/idle | 5 -
.../Python-2.7.2/Tools/scripts/ifdef.py | 112 -
.../Python/Python-2.7.2/Tools/scripts/lfcr.py | 24 -
.../Python-2.7.2/Tools/scripts/linktree.py | 80 -
.../Python/Python-2.7.2/Tools/scripts/lll.py | 28 -
.../Python-2.7.2/Tools/scripts/logmerge.py | 185 -
.../Tools/scripts/mailerdaemon.py | 237 -
.../Python-2.7.2/Tools/scripts/md5sum.py | 90 -
.../Python-2.7.2/Tools/scripts/methfix.py | 171 -
.../Python-2.7.2/Tools/scripts/mkreal.py | 66 -
.../Python-2.7.2/Tools/scripts/ndiff.py | 133 -
.../Python-2.7.2/Tools/scripts/nm2def.py | 103 -
.../Python-2.7.2/Tools/scripts/objgraph.py | 215 -
.../Tools/scripts/parseentities.py | 64 -
.../Python-2.7.2/Tools/scripts/patchcheck.py | 158 -
.../Python-2.7.2/Tools/scripts/pathfix.py | 149 -
.../Python-2.7.2/Tools/scripts/pdeps.py | 167 -
.../Python-2.7.2/Tools/scripts/pickle2db.py | 147 -
.../Python-2.7.2/Tools/scripts/pindent.py | 542 -
.../Python-2.7.2/Tools/scripts/ptags.py | 53 -
.../Python/Python-2.7.2/Tools/scripts/pydoc | 5 -
.../Python-2.7.2/Tools/scripts/pydocgui.pyw | 7 -
.../Python-2.7.2/Tools/scripts/pysource.py | 130 -
.../Python-2.7.2/Tools/scripts/redemo.py | 171 -
.../Tools/scripts/reindent-rst.py | 14 -
.../Python-2.7.2/Tools/scripts/reindent.py | 304 -
.../Python-2.7.2/Tools/scripts/rgrep.py | 64 -
.../Python-2.7.2/Tools/scripts/serve.py | 35 -
.../Python-2.7.2/Tools/scripts/setup.py | 20 -
.../Python/Python-2.7.2/Tools/scripts/suff.py | 30 -
.../Python-2.7.2/Tools/scripts/svneol.py | 91 -
.../Python-2.7.2/Tools/scripts/texcheck.py | 233 -
.../Python-2.7.2/Tools/scripts/texi2html.py | 2078 --
.../Python-2.7.2/Tools/scripts/treesync.py | 205 -
.../Python-2.7.2/Tools/scripts/untabify.py | 52 -
.../Python-2.7.2/Tools/scripts/which.py | 60 -
.../Tools/scripts/win_add2path.py | 57 -
.../Python/Python-2.7.2/Tools/scripts/xxci.py | 116 -
.../Tools/ssl/get-remote-certificate.py | 79 -
.../Python-2.7.2/Tools/unicode/Makefile | 84 -
.../Tools/unicode/comparecodecs.py | 53 -
.../Tools/unicode/gencjkcodecs.py | 68 -
.../Python-2.7.2/Tools/unicode/gencodec.py | 423 -
.../Python-2.7.2/Tools/unicode/genwincodec.py | 61 -
.../Tools/unicode/genwincodecs.bat | 7 -
.../Python-2.7.2/Tools/unicode/listcodecs.py | 41 -
.../Tools/unicode/makeunicodedata.py | 1135 -
.../Tools/unicode/mkstringprep.py | 425 -
.../Tools/unicode/python-mappings/CP1140.TXT | 291 -
.../Tools/unicode/python-mappings/KOI8-U.TXT | 298 -
.../Tools/unicode/python-mappings/TIS-620.TXT | 284 -
.../Python-2.7.2/Tools/versioncheck/README | 41 -
.../Tools/versioncheck/_checkversion.py | 16 -
.../Tools/versioncheck/checkversions.py | 52 -
.../Tools/versioncheck/pyversioncheck.py | 98 -
.../Python-2.7.2/Tools/webchecker/README | 23 -
.../Python-2.7.2/Tools/webchecker/tktools.py | 366 -
.../Python-2.7.2/Tools/webchecker/wcgui.py | 456 -
.../Python-2.7.2/Tools/webchecker/wcmac.py | 7 -
.../Tools/webchecker/webchecker.py | 892 -
.../Tools/webchecker/websucker.py | 123 -
.../Python-2.7.2/Tools/webchecker/wsgui.py | 240 -
.../Python/Python-2.7.2/Tools/world/README | 85 -
.../Python/Python-2.7.2/Tools/world/world | 551 -
AppPkg/Applications/Python/PythonCore.inf | 248 -
AppPkg/Applications/Python/PythonReadMe.txt | 237 -
AppPkg/Applications/Python/X64/pyconfig.h | 1302 --
.../Applications/Sockets/DataSink/DataSink.c | 1281 --
.../Sockets/DataSink/DataSink.inf | 55 -
.../Sockets/DataSource/DataSource.c | 1749 --
.../Sockets/DataSource/DataSource.inf | 58 -
.../Sockets/GetAddrInfo/GetAddrInfo.c | 114 -
.../Sockets/GetAddrInfo/GetAddrInfo.inf | 50 -
.../Sockets/GetHostByAddr/GetHostByAddr.c | 125 -
.../Sockets/GetHostByAddr/GetHostByAddr.inf | 52 -
.../Sockets/GetHostByDns/GetHostByDns.c | 67 -
.../Sockets/GetHostByDns/GetHostByDns.inf | 52 -
.../Sockets/GetHostByName/GetHostByName.c | 101 -
.../Sockets/GetHostByName/GetHostByName.inf | 52 -
.../Sockets/GetNameInfo/GetNameInfo.c | 114 -
.../Sockets/GetNameInfo/GetNameInfo.inf | 50 -
.../Sockets/GetNetByAddr/GetNetByAddr.c | 83 -
.../Sockets/GetNetByAddr/GetNetByAddr.inf | 52 -
.../Sockets/GetNetByName/GetNetByName.c | 65 -
.../Sockets/GetNetByName/GetNetByName.inf | 52 -
.../Sockets/GetServByName/GetServByName.c | 58 -
.../Sockets/GetServByName/GetServByName.inf | 52 -
.../Sockets/GetServByPort/GetServByPort.c | 59 -
.../Sockets/GetServByPort/GetServByPort.inf | 52 -
AppPkg/Applications/Sockets/OobRx/Main.c | 38 -
AppPkg/Applications/Sockets/OobRx/OobRx.c | 247 -
AppPkg/Applications/Sockets/OobRx/OobRx.h | 91 -
AppPkg/Applications/Sockets/OobRx/OobRx.inf | 51 -
.../Sockets/OobRx/Windows/OobRx.sln | 20 -
.../Sockets/OobRx/Windows/OobRx.suo | Bin 23040 -> 0 bytes
.../Sockets/OobRx/Windows/OobRx.vcproj | 211 -
.../Applications/Sockets/OobRx/Windows/main.c | 50 -
AppPkg/Applications/Sockets/OobTx/Main.c | 38 -
AppPkg/Applications/Sockets/OobTx/OobTx.c | 242 -
AppPkg/Applications/Sockets/OobTx/OobTx.h | 92 -
AppPkg/Applications/Sockets/OobTx/OobTx.inf | 51 -
.../Sockets/OobTx/Windows/OobTx.sln | 20 -
.../Sockets/OobTx/Windows/OobTx.suo | Bin 38218 -> 0 bytes
.../Sockets/OobTx/Windows/OobTx.vcproj | 211 -
.../Applications/Sockets/OobTx/Windows/main.c | 50 -
AppPkg/Applications/Sockets/RawIp4Rx/Main.c | 38 -
.../Applications/Sockets/RawIp4Rx/RawIp4Rx.c | 182 -
.../Applications/Sockets/RawIp4Rx/RawIp4Rx.h | 93 -
.../Sockets/RawIp4Rx/RawIp4Rx.inf | 51 -
.../Sockets/RawIp4Rx/Windows/RawIp4Rx.sln | 20 -
.../Sockets/RawIp4Rx/Windows/RawIp4Rx.vcproj | 211 -
.../Sockets/RawIp4Rx/Windows/main.c | 55 -
AppPkg/Applications/Sockets/RawIp4Tx/Main.c | 38 -
.../Applications/Sockets/RawIp4Tx/RawIp4Tx.c | 151 -
.../Applications/Sockets/RawIp4Tx/RawIp4Tx.h | 93 -
.../Sockets/RawIp4Tx/RawIp4Tx.inf | 51 -
.../Sockets/RawIp4Tx/Windows/RawIp4Tx.sln | 20 -
.../Sockets/RawIp4Tx/Windows/RawIp4Tx.vcproj | 211 -
.../Sockets/RawIp4Tx/Windows/main.c | 56 -
AppPkg/Applications/Sockets/ReadMe.txt | 11 -
.../Sockets/RecvDgram/RecvDgram.c | 110 -
.../Sockets/RecvDgram/RecvDgram.inf | 51 -
.../Sockets/SetHostName/SetHostName.c | 94 -
.../Sockets/SetHostName/SetHostName.inf | 51 -
.../Sockets/SetSockOpt/SetSockOpt.c | 375 -
.../Sockets/SetSockOpt/SetSockOpt.inf | 51 -
AppPkg/Applications/Sockets/Sockets.inc | 42 -
.../Sockets/TftpServer/TftpServer.c | 2361 ---
.../Sockets/TftpServer/TftpServer.h | 425 -
.../Sockets/TftpServer/TftpServer.inf | 64 -
AppPkg/Applications/Sockets/WebServer/ACPI.c | 2551 ---
.../Sockets/WebServer/BootServicesTable.c | 465 -
.../Sockets/WebServer/ConfigurationTable.c | 364 -
.../Sockets/WebServer/DhcpOptions.c | 216 -
.../Sockets/WebServer/DxeServicesTable.c | 226 -
AppPkg/Applications/Sockets/WebServer/Exit.c | 76 -
.../Applications/Sockets/WebServer/Firmware.c | 90 -
AppPkg/Applications/Sockets/WebServer/HTTP.c | 1729 --
.../Applications/Sockets/WebServer/Handles.c | 278 -
AppPkg/Applications/Sockets/WebServer/Hello.c | 71 -
AppPkg/Applications/Sockets/WebServer/Index.c | 145 -
.../Sockets/WebServer/MemoryMap.c | 358 -
AppPkg/Applications/Sockets/WebServer/Mtrr.c | 819 -
.../Applications/Sockets/WebServer/PageList.c | 56 -
AppPkg/Applications/Sockets/WebServer/Ports.c | 130 -
.../Applications/Sockets/WebServer/Reboot.c | 89 -
.../Sockets/WebServer/RuntimeServicesTable.c | 211 -
.../Sockets/WebServer/SystemTable.c | 847 -
.../Sockets/WebServer/WebServer.c | 776 -
.../Sockets/WebServer/WebServer.h | 1304 --
.../Sockets/WebServer/WebServer.inf | 107 -
AppPkg/ISSUES.txt | 28 -
AppPkg/ReadMe.txt | 513 -
Maintainers.txt | 10 -
Readme.md | 3 -
StdLib/BsdSocketLib/BsdSocketLib.inf | 114 -
StdLib/BsdSocketLib/Ip6Addr_Any.c | 18 -
.../BsdSocketLib/Ip6Addr_LinkLocal_AllNodes.c | 18 -
.../Ip6Addr_LinkLocal_AllRouters.c | 18 -
StdLib/BsdSocketLib/Ip6Addr_Loopback.c | 18 -
.../BsdSocketLib/Ip6Addr_NodeLocal_AllNodes.c | 18 -
StdLib/BsdSocketLib/SocketInternals.h | 205 -
StdLib/BsdSocketLib/Socklib_internals.h | 42 -
StdLib/BsdSocketLib/accept.c | 161 -
StdLib/BsdSocketLib/base64.c | 355 -
StdLib/BsdSocketLib/bind.c | 65 -
StdLib/BsdSocketLib/close.c | 108 -
StdLib/BsdSocketLib/connect.c | 95 -
StdLib/BsdSocketLib/errno.c | 21 -
StdLib/BsdSocketLib/getaddrinfo.c | 1967 --
StdLib/BsdSocketLib/gethostbydns.c | 816 -
StdLib/BsdSocketLib/gethostbyht.c | 207 -
StdLib/BsdSocketLib/gethostbynis.c | 134 -
StdLib/BsdSocketLib/gethostnamadr.c | 225 -
StdLib/BsdSocketLib/gethostname.c | 92 -
StdLib/BsdSocketLib/getnameinfo.c | 581 -
StdLib/BsdSocketLib/getnetbydns.c | 318 -
StdLib/BsdSocketLib/getnetbyht.c | 169 -
StdLib/BsdSocketLib/getnetbynis.c | 171 -
StdLib/BsdSocketLib/getnetnamadr.c | 186 -
StdLib/BsdSocketLib/getpeername.c | 74 -
StdLib/BsdSocketLib/getproto.c | 54 -
StdLib/BsdSocketLib/getprotoent.c | 118 -
StdLib/BsdSocketLib/getprotoname.c | 61 -
StdLib/BsdSocketLib/getservbyname.c | 77 -
StdLib/BsdSocketLib/getservbyport.c | 72 -
StdLib/BsdSocketLib/getservent.c | 277 -
StdLib/BsdSocketLib/getsockname.c | 74 -
StdLib/BsdSocketLib/getsockopt.c | 58 -
StdLib/BsdSocketLib/herror.c | 134 -
StdLib/BsdSocketLib/inet_net_ntop.c | 142 -
StdLib/BsdSocketLib/inet_net_pton.c | 252 -
StdLib/BsdSocketLib/inet_neta.c | 125 -
StdLib/BsdSocketLib/inet_pton.c | 257 -
StdLib/BsdSocketLib/listen.c | 56 -
StdLib/BsdSocketLib/map_v4v6.c | 135 -
StdLib/BsdSocketLib/ns_addr.c | 241 -
StdLib/BsdSocketLib/ns_name.c | 629 -
StdLib/BsdSocketLib/ns_netint.c | 50 -
StdLib/BsdSocketLib/ns_ntoa.c | 103 -
StdLib/BsdSocketLib/ns_parse.c | 232 -
StdLib/BsdSocketLib/ns_print.c | 776 -
StdLib/BsdSocketLib/ns_ttl.c | 187 -
StdLib/BsdSocketLib/nsap_addr.c | 104 -
StdLib/BsdSocketLib/poll.c | 45 -
StdLib/BsdSocketLib/read.c | 60 -
StdLib/BsdSocketLib/recv.c | 67 -
StdLib/BsdSocketLib/recvfrom.c | 201 -
StdLib/BsdSocketLib/res_comp.c | 283 -
StdLib/BsdSocketLib/res_config.h | 8 -
StdLib/BsdSocketLib/res_data.c | 83 -
StdLib/BsdSocketLib/res_debug.c | 988 -
StdLib/BsdSocketLib/res_init.c | 514 -
StdLib/BsdSocketLib/res_mkquery.c | 211 -
StdLib/BsdSocketLib/res_mkupdate.c | 461 -
StdLib/BsdSocketLib/res_query.c | 430 -
StdLib/BsdSocketLib/res_send.c | 933 -
StdLib/BsdSocketLib/res_update.c | 561 -
StdLib/BsdSocketLib/send.c | 54 -
StdLib/BsdSocketLib/sendto.c | 112 -
StdLib/BsdSocketLib/sethostname.c | 117 -
StdLib/BsdSocketLib/setsockopt.c | 57 -
StdLib/BsdSocketLib/shutdown.c | 73 -
StdLib/BsdSocketLib/socket.c | 301 -
StdLib/BsdSocketLib/write.c | 53 -
StdLib/Efi/StdLib/etc/host.conf | 4 -
StdLib/Efi/StdLib/etc/hosts | 9 -
StdLib/Efi/StdLib/etc/networks | 3 -
StdLib/Efi/StdLib/etc/protocols | 59 -
StdLib/Efi/StdLib/etc/resolv.conf | 19 -
StdLib/Efi/StdLib/etc/services | 576 -
StdLib/EfiSocketLib/DxeSupport.c | 222 -
StdLib/EfiSocketLib/EfiSocketLib.inf | 65 -
StdLib/EfiSocketLib/Init.c | 111 -
StdLib/EfiSocketLib/Ip4.c | 1374 --
StdLib/EfiSocketLib/ReleaseNotes.txt | 34 -
StdLib/EfiSocketLib/Service.c | 473 -
StdLib/EfiSocketLib/Socket.c | 5789 ------
StdLib/EfiSocketLib/Socket.h | 1682 --
StdLib/EfiSocketLib/Tcp4.c | 2426 ---
StdLib/EfiSocketLib/Tcp6.c | 2590 ---
StdLib/EfiSocketLib/Udp4.c | 1226 --
StdLib/EfiSocketLib/Udp6.c | 1373 --
StdLib/EfiSocketLib/UseEfiSocketLib.c | 370 -
StdLib/Fixes.txt | 41 -
StdLib/ISSUES.txt | 62 -
StdLib/Include/Aarch64/arm-gcc.h | 110 -
StdLib/Include/Aarch64/machine/ansi.h | 106 -
StdLib/Include/Aarch64/machine/bswap.h | 13 -
StdLib/Include/Aarch64/machine/byte_swap.h | 63 -
StdLib/Include/Aarch64/machine/endian.h | 3 -
.../Include/Aarch64/machine/endian_machdep.h | 3 -
StdLib/Include/Aarch64/machine/fenv.h | 39 -
StdLib/Include/Aarch64/machine/float.h | 59 -
StdLib/Include/Aarch64/machine/ieee.h | 31 -
StdLib/Include/Aarch64/machine/ieeefp.h | 45 -
StdLib/Include/Aarch64/machine/int_const.h | 63 -
StdLib/Include/Aarch64/machine/int_limits.h | 127 -
.../Include/Aarch64/machine/int_mwgwtypes.h | 82 -
StdLib/Include/Aarch64/machine/int_types.h | 61 -
StdLib/Include/Aarch64/machine/limits.h | 100 -
StdLib/Include/Aarch64/machine/math.h | 3 -
StdLib/Include/Aarch64/machine/param.h | 124 -
StdLib/Include/Aarch64/machine/signal.h | 22 -
StdLib/Include/Aarch64/machine/types.h | 82 -
StdLib/Include/Aarch64/milieu.h | 52 -
StdLib/Include/Aarch64/softfloat.h | 316 -
StdLib/Include/Arm/arm-gcc.h | 114 -
StdLib/Include/Arm/machine/_math.h | 18 -
StdLib/Include/Arm/machine/ansi.h | 106 -
StdLib/Include/Arm/machine/asm.h | 167 -
StdLib/Include/Arm/machine/atomic.h | 102 -
StdLib/Include/Arm/machine/bswap.h | 11 -
StdLib/Include/Arm/machine/byte_swap.h | 63 -
StdLib/Include/Arm/machine/cpufunc.h | 558 -
StdLib/Include/Arm/machine/endian.h | 3 -
StdLib/Include/Arm/machine/endian_machdep.h | 8 -
StdLib/Include/Arm/machine/fenv.h | 55 -
StdLib/Include/Arm/machine/float.h | 31 -
StdLib/Include/Arm/machine/frame.h | 123 -
StdLib/Include/Arm/machine/ieee.h | 13 -
StdLib/Include/Arm/machine/ieeefp.h | 58 -
StdLib/Include/Arm/machine/int_const.h | 63 -
StdLib/Include/Arm/machine/int_limits.h | 127 -
StdLib/Include/Arm/machine/int_mwgwtypes.h | 82 -
StdLib/Include/Arm/machine/int_types.h | 61 -
StdLib/Include/Arm/machine/limits.h | 95 -
StdLib/Include/Arm/machine/lock.h | 89 -
StdLib/Include/Arm/machine/math.h | 3 -
StdLib/Include/Arm/machine/mcontext.h | 114 -
StdLib/Include/Arm/machine/param.h | 137 -
StdLib/Include/Arm/machine/proc.h | 55 -
StdLib/Include/Arm/machine/signal.h | 22 -
StdLib/Include/Arm/machine/types.h | 82 -
StdLib/Include/Arm/milieu.h | 38 -
StdLib/Include/Arm/softfloat.h | 316 -
StdLib/Include/Containers/Fifo.h | 208 -
StdLib/Include/Containers/ModuloUtil.h | 105 -
StdLib/Include/Efi/EfiSocketLib.h | 752 -
StdLib/Include/Ia32/machine/_math.h | 18 -
StdLib/Include/Ia32/machine/ansi.h | 106 -
StdLib/Include/Ia32/machine/asm.h | 208 -
StdLib/Include/Ia32/machine/bswap.h | 13 -
StdLib/Include/Ia32/machine/byte_swap.h | 79 -
StdLib/Include/Ia32/machine/endian.h | 3 -
StdLib/Include/Ia32/machine/endian_machdep.h | 3 -
StdLib/Include/Ia32/machine/float.h | 3 -
StdLib/Include/Ia32/machine/ieee.h | 3 -
StdLib/Include/Ia32/machine/int_const.h | 63 -
StdLib/Include/Ia32/machine/int_limits.h | 141 -
StdLib/Include/Ia32/machine/int_mwgwtypes.h | 82 -
StdLib/Include/Ia32/machine/int_types.h | 61 -
StdLib/Include/Ia32/machine/limits.h | 33 -
StdLib/Include/Ia32/machine/math.h | 3 -
StdLib/Include/Ia32/machine/param.h | 148 -
StdLib/Include/Ia32/machine/signal.h | 22 -
StdLib/Include/Ia32/machine/types.h | 81 -
StdLib/Include/Lua/lauxlib.h | 212 -
StdLib/Include/Lua/lua.h | 444 -
StdLib/Include/Lua/luaconf.h | 550 -
StdLib/Include/Lua/lualib.h | 55 -
StdLib/Include/Protocol/EfiSocket.h | 650 -
StdLib/Include/X64/machine/ansi.h | 106 -
StdLib/Include/X64/machine/asm.h | 146 -
StdLib/Include/X64/machine/atomic.h | 95 -
StdLib/Include/X64/machine/bswap.h | 13 -
StdLib/Include/X64/machine/byte_swap.h | 71 -
StdLib/Include/X64/machine/endian.h | 3 -
StdLib/Include/X64/machine/endian_machdep.h | 3 -
StdLib/Include/X64/machine/float.h | 3 -
StdLib/Include/X64/machine/fpu.h | 103 -
StdLib/Include/X64/machine/ieee.h | 3 -
StdLib/Include/X64/machine/int_const.h | 63 -
StdLib/Include/X64/machine/int_fmtio.h | 219 -
StdLib/Include/X64/machine/int_limits.h | 135 -
StdLib/Include/X64/machine/int_mwgwtypes.h | 82 -
StdLib/Include/X64/machine/int_types.h | 73 -
StdLib/Include/X64/machine/limits.h | 40 -
StdLib/Include/X64/machine/math.h | 3 -
StdLib/Include/X64/machine/param.h | 105 -
StdLib/Include/X64/machine/signal.h | 22 -
StdLib/Include/X64/machine/types.h | 74 -
StdLib/Include/arpa/ftp.h | 109 -
StdLib/Include/arpa/inet.h | 105 -
StdLib/Include/arpa/nameser.h | 598 -
StdLib/Include/arpa/nameser_compat.h | 236 -
StdLib/Include/arpa/telnet.h | 340 -
StdLib/Include/assert.h | 82 -
StdLib/Include/ctype.h | 241 -
StdLib/Include/dirent.h | 106 -
StdLib/Include/err.h | 25 -
StdLib/Include/errno.h | 174 -
StdLib/Include/fcntl.h | 1 -
StdLib/Include/float.h | 16 -
StdLib/Include/glob.h | 109 -
StdLib/Include/ieeefp.h | 46 -
StdLib/Include/inttypes.h | 63 -
StdLib/Include/iso646.h | 32 -
StdLib/Include/langinfo.h | 91 -
StdLib/Include/libgen.h | 14 -
StdLib/Include/limits.h | 115 -
StdLib/Include/locale.h | 194 -
StdLib/Include/math.h | 442 -
StdLib/Include/net/if.h | 227 -
StdLib/Include/net/if_dl.h | 86 -
StdLib/Include/net/radix.h | 170 -
StdLib/Include/net/route.h | 292 -
StdLib/Include/net/servent.h | 60 -
StdLib/Include/netatalk/at.h | 92 -
StdLib/Include/netdb.h | 270 -
StdLib/Include/netinet/in.h | 557 -
StdLib/Include/netinet/in_systm.h | 62 -
StdLib/Include/netinet/ip.h | 197 -
StdLib/Include/netinet/tcp.h | 143 -
StdLib/Include/netinet6/in6.h | 791 -
StdLib/Include/netns/ns.h | 157 -
StdLib/Include/nl_types.h | 98 -
StdLib/Include/nsswitch.h | 237 -
StdLib/Include/paths.h | 93 -
StdLib/Include/pwd.h | 145 -
StdLib/Include/resolv.h | 297 -
StdLib/Include/setjmp.h | 65 -
StdLib/Include/signal.h | 86 -
StdLib/Include/stdarg.h | 146 -
StdLib/Include/stdbool.h | 37 -
StdLib/Include/stddef.h | 68 -
StdLib/Include/stdint.h | 1 -
StdLib/Include/stdio.h | 1620 --
StdLib/Include/stdlib.h | 951 -
StdLib/Include/string.h | 493 -
StdLib/Include/stringlist.h | 65 -
StdLib/Include/strings.h | 56 -
StdLib/Include/sys/EfiCdefs.h | 376 -
StdLib/Include/sys/EfiSysCall.h | 350 -
StdLib/Include/sys/_ctype.h | 68 -
StdLib/Include/sys/_posix.h | 97 -
StdLib/Include/sys/ansi.h | 63 -
StdLib/Include/sys/bswap.h | 77 -
StdLib/Include/sys/callout.h | 131 -
StdLib/Include/sys/cdefs.h | 15 -
StdLib/Include/sys/cdefs_aout.h | 136 -
StdLib/Include/sys/dirent.h | 144 -
StdLib/Include/sys/endian.h | 309 -
StdLib/Include/sys/errno.h | 152 -
StdLib/Include/sys/fcntl.h | 200 -
StdLib/Include/sys/fd_set.h | 107 -
StdLib/Include/sys/featuretest.h | 73 -
StdLib/Include/sys/file.h | 102 -
StdLib/Include/sys/filio.h | 61 -
StdLib/Include/sys/float_ieee754.h | 105 -
StdLib/Include/sys/ieee754.h | 152 -
StdLib/Include/sys/inttypes.h | 52 -
StdLib/Include/sys/ioccom.h | 68 -
StdLib/Include/sys/ioctl.h | 101 -
StdLib/Include/sys/localedef.h | 100 -
StdLib/Include/sys/param.h | 321 -
StdLib/Include/sys/poll.h | 91 -
StdLib/Include/sys/pool.h | 311 -
StdLib/Include/sys/resource.h | 143 -
StdLib/Include/sys/select.h | 52 -
StdLib/Include/sys/signal.h | 68 -
StdLib/Include/sys/sigtypes.h | 123 -
StdLib/Include/sys/socket.h | 571 -
StdLib/Include/sys/sockio.h | 100 -
StdLib/Include/sys/stat.h | 217 -
StdLib/Include/sys/stdint.h | 107 -
StdLib/Include/sys/sysctl.h | 505 -
StdLib/Include/sys/syslimits.h | 67 -
StdLib/Include/sys/termios.h | 429 -
StdLib/Include/sys/time.h | 200 -
StdLib/Include/sys/types.h | 301 -
StdLib/Include/sys/uio.h | 124 -
StdLib/Include/sys/unistd.h | 95 -
StdLib/Include/sys/wait.h | 170 -
StdLib/Include/sysexits.h | 122 -
StdLib/Include/time.h | 434 -
StdLib/Include/unistd.h | 242 -
StdLib/Include/utime.h | 66 -
StdLib/Include/wchar.h | 1552 --
StdLib/Include/wctype.h | 343 -
StdLib/Include/x86/float.h | 35 -
StdLib/Include/x86/ieee.h | 107 -
StdLib/Include/x86/limits.h | 67 -
StdLib/Include/x86/math.h | 4 -
StdLib/LibC/CRT/Gcc.c | 195 -
StdLib/LibC/CRT/Ia32/ashrdi3.S | 66 -
StdLib/LibC/CRT/Ia32/lldiv.c | 97 -
StdLib/LibC/CRT/Ia32/lldvrm.c | 100 -
StdLib/LibC/CRT/Ia32/llmul.c | 79 -
StdLib/LibC/CRT/Ia32/llrem.c | 93 -
StdLib/LibC/CRT/Ia32/llshl.c | 54 -
StdLib/LibC/CRT/Ia32/llshr.c | 58 -
StdLib/LibC/CRT/Ia32/mulll.S | 77 -
StdLib/LibC/CRT/Ia32/shldi3.S | 62 -
StdLib/LibC/CRT/Ia32/udivdi3.S | 83 -
StdLib/LibC/CRT/Ia32/ulldiv.c | 88 -
StdLib/LibC/CRT/Ia32/ulldvrm.c | 100 -
StdLib/LibC/CRT/Ia32/ullrem.c | 93 -
StdLib/LibC/CRT/Ia32/ullshr.c | 57 -
StdLib/LibC/CRT/Ia32/umoddi3.S | 89 -
StdLib/LibC/Containers/Common/ModuloUtil.c | 149 -
StdLib/LibC/Containers/ContainerLib.inf | 46 -
StdLib/LibC/Containers/Queues/Fifo.c | 525 -
StdLib/LibC/Ctype/CClass.c | 271 -
StdLib/LibC/Ctype/CConv.c | 70 -
StdLib/LibC/Ctype/Ctype.inf | 50 -
StdLib/LibC/Ctype/iCtype.c | 308 -
StdLib/LibC/LibC.inf | 119 -
StdLib/LibC/Locale/Locale.inf | 64 -
StdLib/LibC/Locale/__mb_cur_max.c | 39 -
StdLib/LibC/Locale/__wctoint.h | 79 -
StdLib/LibC/Locale/_def_messages.c | 24 -
StdLib/LibC/Locale/_def_monetary.c | 42 -
StdLib/LibC/Locale/_def_numeric.c | 23 -
StdLib/LibC/Locale/_def_time.c | 42 -
StdLib/LibC/Locale/_wcstod.h | 126 -
StdLib/LibC/Locale/_wcstol.h | 153 -
StdLib/LibC/Locale/_wcstoul.h | 133 -
StdLib/LibC/Locale/aliasname.c | 129 -
StdLib/LibC/Locale/aliasname_local.h | 29 -
StdLib/LibC/Locale/ctypeio.c | 186 -
StdLib/LibC/Locale/ctypeio.h | 35 -
StdLib/LibC/Locale/iswctype_sb.c | 234 -
StdLib/LibC/Locale/localeconv.c | 85 -
StdLib/LibC/Locale/multibyte_Utf8.c | 1010 -
StdLib/LibC/Locale/multibyte_sb.c | 287 -
StdLib/LibC/Locale/nl_langinfo.c | 125 -
StdLib/LibC/Locale/rune.h | 100 -
StdLib/LibC/Locale/runetype.h | 221 -
StdLib/LibC/Locale/setlocale.c | 424 -
StdLib/LibC/Locale/setlocale1.c | 61 -
StdLib/LibC/Locale/setlocale32.c | 46 -
StdLib/LibC/Locale/wcscoll.c | 47 -
StdLib/LibC/Locale/wcsftime.c | 109 -
StdLib/LibC/Locale/wcstod.c | 51 -
StdLib/LibC/Locale/wcstof.c | 53 -
StdLib/LibC/Locale/wcstoimax.c | 59 -
StdLib/LibC/Locale/wcstol.c | 58 -
StdLib/LibC/Locale/wcstold.c | 53 -
StdLib/LibC/Locale/wcstoll.c | 58 -
StdLib/LibC/Locale/wcstoul.c | 58 -
StdLib/LibC/Locale/wcstoull.c | 58 -
StdLib/LibC/Locale/wcstoumax.c | 59 -
StdLib/LibC/Locale/wcsxfrm.c | 66 -
StdLib/LibC/Main/Arm/fixunsdfsi.c | 74 -
StdLib/LibC/Main/Arm/floatunsidf.c | 71 -
StdLib/LibC/Main/Arm/flt_rounds.c | 82 -
StdLib/LibC/Main/Arm/fp_lib.h | 282 -
StdLib/LibC/Main/Arm/int_endianness.h | 71 -
StdLib/LibC/Main/Arm/int_lib.h | 105 -
StdLib/LibC/Main/Arm/int_types.h | 170 -
StdLib/LibC/Main/Arm/int_util.h | 68 -
StdLib/LibC/Main/ByteSwap.c | 72 -
StdLib/LibC/Main/HtoNtoH.c | 90 -
StdLib/LibC/Main/Ia32/fpu_rmode.S | 22 -
StdLib/LibC/Main/Ia32/fpu_rmode.asm | 46 -
StdLib/LibC/Main/Ia32/ftol2.obj | Bin 2320 -> 0 bytes
StdLib/LibC/Main/Ia32/isinfl.c | 68 -
StdLib/LibC/Main/Ia32/isnanl.c | 69 -
StdLib/LibC/Main/Main.c | 210 -
StdLib/LibC/Main/X64/fpu_rmode.S | 20 -
StdLib/LibC/Main/X64/fpu_rmode.asm | 41 -
StdLib/LibC/Main/X64/isinfl.c | 63 -
StdLib/LibC/Main/X64/isnanl.c | 64 -
StdLib/LibC/Main/assert.c | 57 -
StdLib/LibC/Main/bswap16.c | 22 -
StdLib/LibC/Main/bswap32.c | 25 -
StdLib/LibC/Main/bswap64.c | 44 -
StdLib/LibC/Main/errno.c | 19 -
StdLib/LibC/Main/infinityf_ieee754.c | 20 -
StdLib/LibC/Main/isinfd_ieee754.c | 68 -
StdLib/LibC/Main/isinff_ieee754.c | 63 -
StdLib/LibC/Main/isnand_ieee754.c | 68 -
StdLib/LibC/Main/isnanf_ieee754.c | 63 -
StdLib/LibC/Main/longjmp.c | 20 -
StdLib/LibC/Main/x86flt_rounds.c | 22 -
StdLib/LibC/Math/Math.inf | 101 -
StdLib/LibC/Math/e_acos.c | 122 -
StdLib/LibC/Math/e_asin.c | 120 -
StdLib/LibC/Math/e_atan2.c | 128 -
StdLib/LibC/Math/e_cosh.c | 91 -
StdLib/LibC/Math/e_exp.c | 167 -
StdLib/LibC/Math/e_fmod.c | 138 -
StdLib/LibC/Math/e_log.c | 155 -
StdLib/LibC/Math/e_log10.c | 106 -
StdLib/LibC/Math/e_log2.c | 85 -
StdLib/LibC/Math/e_pow.c | 323 -
StdLib/LibC/Math/e_rem_pio2.c | 169 -
StdLib/LibC/Math/e_sinh.c | 79 -
StdLib/LibC/Math/e_sqrt.c | 464 -
StdLib/LibC/Math/k_cos.c | 89 -
StdLib/LibC/Math/k_rem_pio2.c | 306 -
StdLib/LibC/Math/k_sin.c | 72 -
StdLib/LibC/Math/k_tan.c | 156 -
StdLib/LibC/Math/math_private.h | 229 -
StdLib/LibC/Math/s_atan.c | 120 -
StdLib/LibC/Math/s_ceil.c | 74 -
StdLib/LibC/Math/s_copysign.c | 35 -
StdLib/LibC/Math/s_cos.c | 79 -
StdLib/LibC/Math/s_expm1.c | 228 -
StdLib/LibC/Math/s_fabs.c | 32 -
StdLib/LibC/Math/s_finite.c | 32 -
StdLib/LibC/Math/s_floor.c | 74 -
StdLib/LibC/Math/s_frexp.c | 52 -
StdLib/LibC/Math/s_infinity.c | 27 -
StdLib/LibC/Math/s_ldexp.c | 29 -
StdLib/LibC/Math/s_modf.c | 76 -
StdLib/LibC/Math/s_scalbn.c | 60 -
StdLib/LibC/Math/s_sin.c | 79 -
StdLib/LibC/Math/s_tan.c | 73 -
StdLib/LibC/Math/s_tanh.c | 79 -
StdLib/LibC/Math/w_acos.c | 40 -
StdLib/LibC/Math/w_asin.c | 41 -
StdLib/LibC/Math/w_atan2.c | 40 -
StdLib/LibC/Math/w_cosh.c | 39 -
StdLib/LibC/Math/w_exp.c | 48 -
StdLib/LibC/Math/w_fmod.c | 40 -
StdLib/LibC/Math/w_log.c | 40 -
StdLib/LibC/Math/w_log10.c | 43 -
StdLib/LibC/Math/w_log2.c | 43 -
StdLib/LibC/Math/w_pow.c | 62 -
StdLib/LibC/Math/w_sinh.c | 39 -
StdLib/LibC/Math/w_sqrt.c | 39 -
StdLib/LibC/NetUtil/NetUtil.inf | 50 -
StdLib/LibC/NetUtil/inet_addr.c | 225 -
StdLib/LibC/NetUtil/inet_lnaof.c | 70 -
StdLib/LibC/NetUtil/inet_makeaddr.c | 74 -
StdLib/LibC/NetUtil/inet_netof.c | 69 -
StdLib/LibC/NetUtil/inet_network.c | 120 -
StdLib/LibC/NetUtil/inet_ntoa.c | 69 -
StdLib/LibC/NetUtil/inet_ntop.c | 238 -
StdLib/LibC/Signal/Signal.c | 93 -
StdLib/LibC/Signal/Signal.inf | 39 -
StdLib/LibC/Softfloat/Arm/__aeabi_dcmpeq.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_dcmpge.c | 35 -
StdLib/LibC/Softfloat/Arm/__aeabi_dcmpgt.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_dcmple.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_dcmplt.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_dcmpun.c | 42 -
StdLib/LibC/Softfloat/Arm/__aeabi_fcmpeq.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_fcmpge.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_fcmpgt.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_fcmple.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_fcmplt.c | 37 -
StdLib/LibC/Softfloat/Arm/__aeabi_fcmpun.c | 42 -
StdLib/LibC/Softfloat/Makefile.inc | 42 -
StdLib/LibC/Softfloat/README.NetBSD | 8 -
StdLib/LibC/Softfloat/README.txt | 39 -
StdLib/LibC/Softfloat/Softfloat.inf | 74 -
StdLib/LibC/Softfloat/bits32/softfloat-macros | 648 -
StdLib/LibC/Softfloat/bits32/softfloat.c | 2355 ---
StdLib/LibC/Softfloat/bits64/softfloat-macros | 745 -
StdLib/LibC/Softfloat/bits64/softfloat.c | 5602 -----
StdLib/LibC/Softfloat/eqdf2.c | 38 -
StdLib/LibC/Softfloat/eqsf2.c | 38 -
StdLib/LibC/Softfloat/eqtf2.c | 40 -
StdLib/LibC/Softfloat/fpgetmask.c | 55 -
StdLib/LibC/Softfloat/fpgetround.c | 55 -
StdLib/LibC/Softfloat/fpgetsticky.c | 55 -
StdLib/LibC/Softfloat/fpsetmask.c | 60 -
StdLib/LibC/Softfloat/fpsetround.c | 60 -
StdLib/LibC/Softfloat/fpsetsticky.c | 60 -
StdLib/LibC/Softfloat/gedf2.c | 38 -
StdLib/LibC/Softfloat/gesf2.c | 38 -
StdLib/LibC/Softfloat/getf2.c | 40 -
StdLib/LibC/Softfloat/gexf2.c | 39 -
StdLib/LibC/Softfloat/gtdf2.c | 36 -
StdLib/LibC/Softfloat/gtsf2.c | 36 -
StdLib/LibC/Softfloat/gttf2.c | 40 -
StdLib/LibC/Softfloat/gtxf2.c | 39 -
StdLib/LibC/Softfloat/ledf2.c | 36 -
StdLib/LibC/Softfloat/lesf2.c | 36 -
StdLib/LibC/Softfloat/letf2.c | 40 -
StdLib/LibC/Softfloat/ltdf2.c | 36 -
StdLib/LibC/Softfloat/ltsf2.c | 36 -
StdLib/LibC/Softfloat/lttf2.c | 40 -
StdLib/LibC/Softfloat/nedf2.c | 36 -
StdLib/LibC/Softfloat/negdf2.c | 36 -
StdLib/LibC/Softfloat/negsf2.c | 36 -
StdLib/LibC/Softfloat/negtf2.c | 41 -
StdLib/LibC/Softfloat/negxf2.c | 39 -
StdLib/LibC/Softfloat/nesf2.c | 36 -
StdLib/LibC/Softfloat/netf2.c | 40 -
StdLib/LibC/Softfloat/nexf2.c | 39 -
StdLib/LibC/Softfloat/softfloat-for-gcc.h | 242 -
StdLib/LibC/Softfloat/softfloat-history.txt | 52 -
StdLib/LibC/Softfloat/softfloat-source.txt | 383 -
StdLib/LibC/Softfloat/softfloat-specialize | 529 -
StdLib/LibC/Softfloat/softfloat.txt | 372 -
StdLib/LibC/Softfloat/templates/milieu.h | 48 -
.../Softfloat/templates/softfloat-specialize | 464 -
StdLib/LibC/Softfloat/templates/softfloat.h | 290 -
StdLib/LibC/Softfloat/timesoftfloat.c | 2641 ---
StdLib/LibC/Softfloat/timesoftfloat.txt | 149 -
StdLib/LibC/Softfloat/unorddf2.c | 40 -
StdLib/LibC/Softfloat/unordsf2.c | 40 -
StdLib/LibC/Softfloat/unordtf2.c | 44 -
StdLib/LibC/StdLib/Bsearch.c | 105 -
StdLib/LibC/StdLib/Environs.c | 282 -
StdLib/LibC/StdLib/Malloc.c | 281 -
StdLib/LibC/StdLib/NumericInt.c | 498 -
StdLib/LibC/StdLib/Qsort.c | 205 -
StdLib/LibC/StdLib/Rand.c | 67 -
StdLib/LibC/StdLib/StdLib.inf | 69 -
StdLib/LibC/StdLib/Xabs.c | 36 -
StdLib/LibC/StdLib/Xdiv.c | 76 -
StdLib/LibC/StdLib/realpath.c | 54 -
StdLib/LibC/StdLib/setprogname.c | 64 -
StdLib/LibC/StdLib/strtoimax.c | 166 -
StdLib/LibC/StdLib/strtoumax.c | 141 -
StdLib/LibC/Stdio/Stdio.inf | 147 -
StdLib/LibC/Stdio/clrerr.c | 65 -
StdLib/LibC/Stdio/fclose.c | 87 -
StdLib/LibC/Stdio/fdopen.c | 112 -
StdLib/LibC/Stdio/feof.c | 72 -
StdLib/LibC/Stdio/ferror.c | 72 -
StdLib/LibC/Stdio/fflush.c | 119 -
StdLib/LibC/Stdio/fgetc.c | 71 -
StdLib/LibC/Stdio/fgetln.c | 71 -
StdLib/LibC/Stdio/fgetpos.c | 65 -
StdLib/LibC/Stdio/fgets.c | 122 -
StdLib/LibC/Stdio/fgetstr.c | 184 -
StdLib/LibC/Stdio/fgetwc.c | 117 -
StdLib/LibC/Stdio/fgetws.c | 101 -
StdLib/LibC/Stdio/fileext.h | 66 -
StdLib/LibC/Stdio/fileno.c | 78 -
StdLib/LibC/Stdio/findfp.c | 215 -
StdLib/LibC/Stdio/flags.c | 115 -
StdLib/LibC/Stdio/floatio.h | 55 -
StdLib/LibC/Stdio/flockfile.c | 192 -
StdLib/LibC/Stdio/fopen.c | 109 -
StdLib/LibC/Stdio/fparseln.c | 258 -
StdLib/LibC/Stdio/fprintf.c | 70 -
StdLib/LibC/Stdio/fpurge.c | 83 -
StdLib/LibC/Stdio/fputc.c | 71 -
StdLib/LibC/Stdio/fputs.c | 85 -
StdLib/LibC/Stdio/fputwc.c | 113 -
StdLib/LibC/Stdio/fputws.c | 74 -
StdLib/LibC/Stdio/fread.c | 100 -
StdLib/LibC/Stdio/freopen.c | 200 -
StdLib/LibC/Stdio/fscanf.c | 66 -
StdLib/LibC/Stdio/fseek.c | 74 -
StdLib/LibC/Stdio/fseeko.c | 303 -
StdLib/LibC/Stdio/fsetpos.c | 63 -
StdLib/LibC/Stdio/ftell.c | 103 -
StdLib/LibC/Stdio/ftello.c | 100 -
StdLib/LibC/Stdio/funopen.c | 82 -
StdLib/LibC/Stdio/fvwrite.c | 229 -
StdLib/LibC/Stdio/fvwrite.h | 50 -
StdLib/LibC/Stdio/fwalk.c | 70 -
StdLib/LibC/Stdio/fwide.c | 83 -
StdLib/LibC/Stdio/fwprintf.c | 53 -
StdLib/LibC/Stdio/fwrite.c | 94 -
StdLib/LibC/Stdio/fwscanf.c | 53 -
StdLib/LibC/Stdio/getc.c | 88 -
StdLib/LibC/Stdio/getchar.c | 72 -
StdLib/LibC/Stdio/gets.c | 80 -
StdLib/LibC/Stdio/gettemp.c | 177 -
StdLib/LibC/Stdio/getwc.c | 49 -
StdLib/LibC/Stdio/getwchar.c | 49 -
StdLib/LibC/Stdio/glue.h | 47 -
StdLib/LibC/Stdio/local.h | 113 -
StdLib/LibC/Stdio/makebuf.c | 138 -
StdLib/LibC/Stdio/mkdtemp.c | 69 -
StdLib/LibC/Stdio/mkstemp.c | 76 -
StdLib/LibC/Stdio/mktemp.c | 71 -
StdLib/LibC/Stdio/perror.c | 72 -
StdLib/LibC/Stdio/printf.c | 63 -
StdLib/LibC/Stdio/putc.c | 88 -
StdLib/LibC/Stdio/putchar.c | 75 -
StdLib/LibC/Stdio/puts.c | 85 -
StdLib/LibC/Stdio/putwc.c | 49 -
StdLib/LibC/Stdio/putwchar.c | 49 -
StdLib/LibC/Stdio/refill.c | 159 -
StdLib/LibC/Stdio/remove.c | 74 -
StdLib/LibC/Stdio/rewind.c | 65 -
StdLib/LibC/Stdio/rget.c | 72 -
StdLib/LibC/Stdio/scanf.c | 64 -
StdLib/LibC/Stdio/setbuf.c | 63 -
StdLib/LibC/Stdio/setbuffer.c | 75 -
StdLib/LibC/Stdio/setvbuf.c | 180 -
StdLib/LibC/Stdio/snprintf.c | 93 -
StdLib/LibC/Stdio/snprintf_ss.c | 69 -
StdLib/LibC/Stdio/sprintf.c | 78 -
StdLib/LibC/Stdio/sscanf.c | 89 -
StdLib/LibC/Stdio/stdio.c | 133 -
StdLib/LibC/Stdio/swprintf.c | 47 -
StdLib/LibC/Stdio/swscanf.c | 47 -
StdLib/LibC/Stdio/tempnam.c | 106 -
StdLib/LibC/Stdio/tmpfile.c | 94 -
StdLib/LibC/Stdio/tmpnam.c | 70 -
StdLib/LibC/Stdio/ungetc.c | 180 -
StdLib/LibC/Stdio/ungetwc.c | 75 -
StdLib/LibC/Stdio/vasprintf.c | 79 -
StdLib/LibC/Stdio/vfprintf.c | 2 -
StdLib/LibC/Stdio/vfscanf.c | 1137 -
StdLib/LibC/Stdio/vfwprintf.c | 2053 --
StdLib/LibC/Stdio/vfwscanf.c | 912 -
StdLib/LibC/Stdio/vprintf.c | 58 -
StdLib/LibC/Stdio/vscanf.c | 60 -
StdLib/LibC/Stdio/vsnprintf.c | 85 -
StdLib/LibC/Stdio/vsnprintf_ss.c | 494 -
StdLib/LibC/Stdio/vsprintf.c | 74 -
StdLib/LibC/Stdio/vsscanf.c | 83 -
StdLib/LibC/Stdio/vswprintf.c | 94 -
StdLib/LibC/Stdio/vswscanf.c | 100 -
StdLib/LibC/Stdio/vwprintf.c | 41 -
StdLib/LibC/Stdio/vwscanf.c | 47 -
StdLib/LibC/Stdio/wbuf.c | 106 -
StdLib/LibC/Stdio/wcio.h | 72 -
StdLib/LibC/Stdio/wprintf.c | 53 -
StdLib/LibC/Stdio/wscanf.c | 53 -
StdLib/LibC/Stdio/wsetup.c | 106 -
StdLib/LibC/String/Comparison.c | 111 -
StdLib/LibC/String/Concatenation.c | 83 -
StdLib/LibC/String/Copying.c | 148 -
StdLib/LibC/String/ErrorList.c | 144 -
StdLib/LibC/String/Misc.c | 101 -
StdLib/LibC/String/Searching.c | 262 -
StdLib/LibC/String/String.inf | 66 -
StdLib/LibC/String/strlcat.c | 86 -
StdLib/LibC/String/strlcpy.c | 82 -
StdLib/LibC/String/strncasecmp.c | 82 -
StdLib/LibC/String/strsep.c | 82 -
StdLib/LibC/Time/Theory.txt | 553 -
StdLib/LibC/Time/Time.c | 765 -
StdLib/LibC/Time/Time.inf | 56 -
StdLib/LibC/Time/TimeEfi.c | 110 -
StdLib/LibC/Time/TimeVals.h | 117 -
StdLib/LibC/Time/ZoneProc.c | 828 -
StdLib/LibC/Time/gettimeofday.c | 67 -
StdLib/LibC/Time/itimer.c | 277 -
StdLib/LibC/Time/strftime.c | 598 -
StdLib/LibC/Time/strptime.c | 400 -
StdLib/LibC/Time/timegm.c | 113 -
StdLib/LibC/Time/tzfile.h | 145 -
StdLib/LibC/Uefi/Devices/Console/daConsole.c | 825 -
StdLib/LibC/Uefi/Devices/UefiShell/daShell.c | 856 -
StdLib/LibC/Uefi/Devices/Utility/DevGenisis.c | 158 -
StdLib/LibC/Uefi/Devices/Utility/DevSearch.c | 112 -
StdLib/LibC/Uefi/Devices/Utility/Path.c | 431 -
StdLib/LibC/Uefi/Devices/daConsole.inf | 52 -
StdLib/LibC/Uefi/Devices/daShell.inf | 52 -
StdLib/LibC/Uefi/Devices/daUtility.inf | 44 -
StdLib/LibC/Uefi/InteractiveIO/CanonRead.c | 167 -
StdLib/LibC/Uefi/InteractiveIO/IIO.c | 417 -
StdLib/LibC/Uefi/InteractiveIO/IIO.inf | 51 -
StdLib/LibC/Uefi/InteractiveIO/IIOecho.c | 141 -
StdLib/LibC/Uefi/InteractiveIO/IIOechoCtrl.h | 33 -
StdLib/LibC/Uefi/InteractiveIO/IIOutilities.c | 290 -
StdLib/LibC/Uefi/InteractiveIO/IIOutilities.h | 129 -
StdLib/LibC/Uefi/InteractiveIO/IIOwrite.c | 207 -
StdLib/LibC/Uefi/InteractiveIO/NonCanonRead.c | 88 -
.../Uefi/InteractiveIO/TerminalFunctions.c | 285 -
StdLib/LibC/Uefi/StubFunctions.c | 92 -
StdLib/LibC/Uefi/SysCalls.c | 1448 --
StdLib/LibC/Uefi/Uefi.inf | 53 -
StdLib/LibC/Uefi/Xform.c | 191 -
StdLib/LibC/Uefi/compat.c | 843 -
StdLib/LibC/Uefi/select.c | 256 -
StdLib/LibC/Uefi/writev.c | 144 -
StdLib/LibC/Wchar/Comparison.c | 97 -
StdLib/LibC/Wchar/Concatenation.c | 48 -
StdLib/LibC/Wchar/ConsDecons.c | 68 -
StdLib/LibC/Wchar/Copying.c | 80 -
StdLib/LibC/Wchar/Searching.c | 270 -
StdLib/LibC/Wchar/String.c | 43 -
StdLib/LibC/Wchar/Wchar.inf | 56 -
StdLib/LibC/gdtoa/Ipf/strtold.c | 18 -
StdLib/LibC/gdtoa/_strtof.c | 46 -
StdLib/LibC/gdtoa/_strtold.c | 47 -
StdLib/LibC/gdtoa/atof.c | 22 -
StdLib/LibC/gdtoa/dmisc.c | 228 -
StdLib/LibC/gdtoa/dtoa.c | 821 -
StdLib/LibC/gdtoa/gdtoa.c | 827 -
StdLib/LibC/gdtoa/gdtoa.h | 168 -
StdLib/LibC/gdtoa/gdtoa.inf | 78 -
StdLib/LibC/gdtoa/gdtoaimp.h | 634 -
StdLib/LibC/gdtoa/gethex.c | 249 -
StdLib/LibC/gdtoa/gmisc.c | 82 -
StdLib/LibC/gdtoa/hd_init.c | 58 -
StdLib/LibC/gdtoa/hexnan.c | 134 -
StdLib/LibC/gdtoa/ldtoa.c | 113 -
StdLib/LibC/gdtoa/misc.c | 909 -
StdLib/LibC/gdtoa/smisc.c | 209 -
StdLib/LibC/gdtoa/strtod.c | 1035 -
StdLib/LibC/gdtoa/strtodg.c | 1021 -
StdLib/LibC/gdtoa/strtof.c | 85 -
StdLib/LibC/gdtoa/strtold_px.c | 4 -
StdLib/LibC/gdtoa/strtold_subr.c | 45 -
StdLib/LibC/gdtoa/strtopx.c | 108 -
StdLib/LibC/gdtoa/sum.c | 105 -
StdLib/LibC/gdtoa/ulp.c | 73 -
StdLib/PosixLib/Err/LibErr.inf | 42 -
StdLib/PosixLib/Err/warn_err.c | 99 -
StdLib/PosixLib/Gen/LibGen.inf | 47 -
StdLib/PosixLib/Gen/access.c | 118 -
StdLib/PosixLib/Gen/closedir.c | 88 -
StdLib/PosixLib/Gen/dirname.c | 105 -
StdLib/PosixLib/Gen/opendir.c | 136 -
StdLib/PosixLib/Gen/readdir.c | 136 -
StdLib/PosixLib/Gen/utime.c | 73 -
StdLib/PosixLib/GetPass/GetPass.c | 57 -
StdLib/PosixLib/Glob/LibGlob.inf | 45 -
StdLib/PosixLib/Glob/glob.c | 1043 -
StdLib/PosixLib/PosixLib.inf | 59 -
StdLib/PosixLib/Stringlist/LibStringlist.inf | 41 -
StdLib/PosixLib/Stringlist/stringlist.c | 155 -
StdLib/ReadMe.txt | 502 -
StdLib/SocketDxe/ComponentName.c | 176 -
StdLib/SocketDxe/DriverBinding.c | 235 -
StdLib/SocketDxe/EntryUnload.c | 345 -
StdLib/SocketDxe/Socket.h | 169 -
StdLib/SocketDxe/SocketDxe.inf | 57 -
StdLib/StdLib.dec | 40 -
StdLib/StdLib.dsc | 142 -
StdLib/StdLib.inc | 139 -
StdLib/UseSocketDxe/UseSocketDxe.c | 221 -
StdLib/UseSocketDxe/UseSocketDxe.inf | 40 -
StdLibPrivateInternalFiles/DoNotUse.dec | 30 -
.../Include/Arm/arith.h | 9 -
.../Include/Arm/gd_qnan.h | 12 -
.../Include/Device/Console.h | 53 -
.../Include/Device/Device.h | 216 -
.../Include/Device/IIO.h | 81 -
.../Include/Efi/SysEfi.h | 37 -
.../Include/Ia32/arith.h | 3 -
.../Include/Ia32/gd_qnan.h | 11 -
.../Include/LibConfig.h | 56 -
StdLibPrivateInternalFiles/Include/MainData.h | 97 -
.../Include/X64/arith.h | 3 -
.../Include/X64/gd_qnan.h | 11 -
StdLibPrivateInternalFiles/Include/extern.h | 89 -
StdLibPrivateInternalFiles/Include/kfile.h | 304 -
.../Include/namespace.h | 779 -
.../Include/reentrant.h | 268 -
StdLibPrivateInternalFiles/ReadMe.txt | 502 -
3649 files changed, 1498542 deletions(-)
delete mode 100644 AppPkg/AppPkg.dec
delete mode 100644 AppPkg/AppPkg.dsc
delete mode 100644 AppPkg/Applications/ArithChk/ArithChk.inf
delete mode 100644 AppPkg/Applications/ArithChk/arithchk.c
delete mode 100644 AppPkg/Applications/Enquire/Enquire.c
delete mode 100644 AppPkg/Applications/Enquire/Enquire.inf
delete mode 100644 AppPkg/Applications/Hello/Hello.c
delete mode 100644 AppPkg/Applications/Hello/Hello.inf
delete mode 100644 AppPkg/Applications/Lua/Copyright.txt
delete mode 100644 AppPkg/Applications/Lua/Lua.inf
delete mode 100644 AppPkg/Applications/Lua/LuaLib.inf
delete mode 100644 AppPkg/Applications/Lua/ReadMe.txt
delete mode 100644 AppPkg/Applications/Lua/doc/contents.html
delete mode 100644 AppPkg/Applications/Lua/doc/logo.gif
delete mode 100644 AppPkg/Applications/Lua/doc/lua.1
delete mode 100644 AppPkg/Applications/Lua/doc/lua.css
delete mode 100644 AppPkg/Applications/Lua/doc/luac.1
delete mode 100644 AppPkg/Applications/Lua/doc/manual.css
delete mode 100644 AppPkg/Applications/Lua/doc/manual.html
delete mode 100644 AppPkg/Applications/Lua/doc/osi-certified-72x60.png
delete mode 100644 AppPkg/Applications/Lua/doc/readme.html
delete mode 100644 AppPkg/Applications/Lua/scripts/Fact.lua
delete mode 100644 AppPkg/Applications/Lua/scripts/Hello.lua
delete mode 100644 AppPkg/Applications/Lua/src/Makefile
delete mode 100644 AppPkg/Applications/Lua/src/lapi.c
delete mode 100644 AppPkg/Applications/Lua/src/lapi.h
delete mode 100644 AppPkg/Applications/Lua/src/lauxlib.c
delete mode 100644 AppPkg/Applications/Lua/src/lauxlib.h
delete mode 100644 AppPkg/Applications/Lua/src/lbaselib.c
delete mode 100644 AppPkg/Applications/Lua/src/lbitlib.c
delete mode 100644 AppPkg/Applications/Lua/src/lcode.c
delete mode 100644 AppPkg/Applications/Lua/src/lcode.h
delete mode 100644 AppPkg/Applications/Lua/src/lcorolib.c
delete mode 100644 AppPkg/Applications/Lua/src/lctype.c
delete mode 100644 AppPkg/Applications/Lua/src/lctype.h
delete mode 100644 AppPkg/Applications/Lua/src/ldblib.c
delete mode 100644 AppPkg/Applications/Lua/src/ldebug.c
delete mode 100644 AppPkg/Applications/Lua/src/ldebug.h
delete mode 100644 AppPkg/Applications/Lua/src/ldo.c
delete mode 100644 AppPkg/Applications/Lua/src/ldo.h
delete mode 100644 AppPkg/Applications/Lua/src/ldump.c
delete mode 100644 AppPkg/Applications/Lua/src/lfunc.c
delete mode 100644 AppPkg/Applications/Lua/src/lfunc.h
delete mode 100644 AppPkg/Applications/Lua/src/lgc.c
delete mode 100644 AppPkg/Applications/Lua/src/lgc.h
delete mode 100644 AppPkg/Applications/Lua/src/linit.c
delete mode 100644 AppPkg/Applications/Lua/src/liolib.c
delete mode 100644 AppPkg/Applications/Lua/src/llex.c
delete mode 100644 AppPkg/Applications/Lua/src/llex.h
delete mode 100644 AppPkg/Applications/Lua/src/llimits.h
delete mode 100644 AppPkg/Applications/Lua/src/lmathlib.c
delete mode 100644 AppPkg/Applications/Lua/src/lmem.c
delete mode 100644 AppPkg/Applications/Lua/src/lmem.h
delete mode 100644 AppPkg/Applications/Lua/src/loadlib.c
delete mode 100644 AppPkg/Applications/Lua/src/lobject.c
delete mode 100644 AppPkg/Applications/Lua/src/lobject.h
delete mode 100644 AppPkg/Applications/Lua/src/lopcodes.c
delete mode 100644 AppPkg/Applications/Lua/src/lopcodes.h
delete mode 100644 AppPkg/Applications/Lua/src/loslib.c
delete mode 100644 AppPkg/Applications/Lua/src/lparser.c
delete mode 100644 AppPkg/Applications/Lua/src/lparser.h
delete mode 100644 AppPkg/Applications/Lua/src/lstate.c
delete mode 100644 AppPkg/Applications/Lua/src/lstate.h
delete mode 100644 AppPkg/Applications/Lua/src/lstring.c
delete mode 100644 AppPkg/Applications/Lua/src/lstring.h
delete mode 100644 AppPkg/Applications/Lua/src/lstrlib.c
delete mode 100644 AppPkg/Applications/Lua/src/ltable.c
delete mode 100644 AppPkg/Applications/Lua/src/ltable.h
delete mode 100644 AppPkg/Applications/Lua/src/ltablib.c
delete mode 100644 AppPkg/Applications/Lua/src/ltm.c
delete mode 100644 AppPkg/Applications/Lua/src/ltm.h
delete mode 100644 AppPkg/Applications/Lua/src/lua.c
delete mode 100644 AppPkg/Applications/Lua/src/lua.h
delete mode 100644 AppPkg/Applications/Lua/src/lua.hpp
delete mode 100644 AppPkg/Applications/Lua/src/luac.c
delete mode 100644 AppPkg/Applications/Lua/src/luaconf.h
delete mode 100644 AppPkg/Applications/Lua/src/lualib.h
delete mode 100644 AppPkg/Applications/Lua/src/lundump.c
delete mode 100644 AppPkg/Applications/Lua/src/lundump.h
delete mode 100644 AppPkg/Applications/Lua/src/lvm.c
delete mode 100644 AppPkg/Applications/Lua/src/lvm.h
delete mode 100644 AppPkg/Applications/Lua/src/lzio.c
delete mode 100644 AppPkg/Applications/Lua/src/lzio.h
delete mode 100644 AppPkg/Applications/Main/Main.c
delete mode 100644 AppPkg/Applications/Main/Main.inf
delete mode 100644 AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.c
delete mode 100644 AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.inf
delete mode 100644 AppPkg/Applications/OrderedCollectionTest/gentest.sh
delete mode 100644 AppPkg/Applications/Python/Efi/config.c
delete mode 100644 AppPkg/Applications/Python/Efi/edk2module.c
delete mode 100644 AppPkg/Applications/Python/Efi/getpath.c
delete mode 100644 AppPkg/Applications/Python/Ia32/pyconfig.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Include/fileobject.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Include/osdefs.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Include/pyport.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Lib/ntpath.py
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Lib/os.py
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Lib/pydoc.py
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Lib/site.py
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/_sre.c
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/addrinfo.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/errnomodule.c
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/expat_external.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/xmlparse.c
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/main.c
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/selectmodule.c
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/socketmodule.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/zutil.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Objects/longobject.c
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/localeutil.h
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Python/getcopyright.c
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Python/import.c
delete mode 100644 AppPkg/Applications/Python/PyMod-2.7.2/Python/marshal.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/Python-ast.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/Python.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/abstract.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/asdl.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/ast.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/bitset.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/boolobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/bufferobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/bytearrayobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/bytes_methods.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/bytesobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/cStringIO.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/cellobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/ceval.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/classobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/cobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/code.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/codecs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/compile.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/complexobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/datetime.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/descrobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/dictobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/dtoa.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/enumobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/errcode.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/eval.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/fileobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/floatobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/frameobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/funcobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/genobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/graminit.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/grammar.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/import.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/intobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/intrcheck.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/iterobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/listobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/longintrepr.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/longobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/marshal.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/memoryobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/metagrammar.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/methodobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/modsupport.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/moduleobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/node.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/object.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/objimpl.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/opcode.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/osdefs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/parsetok.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/patchlevel.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pgen.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pgenheaders.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/py_curses.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pyarena.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pycapsule.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pyctype.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pydebug.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pyerrors.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pyexpat.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pyfpe.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pygetopt.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pymacconfig.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pymactoolbox.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pymath.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pymem.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pyport.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pystate.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pystrcmp.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pystrtod.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pythonrun.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/pythread.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/rangeobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/setobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/sliceobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/stringobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/structmember.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/structseq.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/symtable.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/sysmodule.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/timefuncs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/token.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/traceback.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/tupleobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/ucnhash.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/unicodeobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/warnings.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Include/weakrefobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/LICENSE
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/BaseHTTPServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/HTMLParser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/SimpleHTTPServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/SocketServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/StringIO.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/UserDict.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/_abcoll.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/_weakrefset.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/abc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/argparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/ast.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/atexit.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/binhex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/bisect.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/calendar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/cmd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/codecs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/collections.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/compileall.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/copy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/copy_reg.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/csv.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/dis.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/dummy_thread.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/aliases.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ascii.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/base64_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/big5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/big5hkscs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/bz2_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/charmap.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp037.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1006.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1026.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1140.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1250.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1251.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1252.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1253.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1254.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1255.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1256.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1257.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1258.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp424.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp437.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp500.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp720.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp737.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp775.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp850.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp852.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp855.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp856.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp857.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp858.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp860.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp861.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp862.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp863.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp864.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp865.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp866.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp869.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp874.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp875.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp932.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp949.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp950.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jis_2004.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jisx0213.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_kr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gb18030.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gb2312.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gbk.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hex_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hp_roman8.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hz.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/idna.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_2004.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_ext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_kr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_10.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_11.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_13.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_14.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_15.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_16.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_4.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_6.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_7.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_8.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_9.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/johab.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/koi8_r.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/koi8_u.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/latin_1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_arabic.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_centeuro.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_croatian.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_cyrillic.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_farsi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_greek.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_iceland.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_latin2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_roman.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_romanian.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_turkish.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mbcs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/palmos.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ptcp154.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/punycode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/quopri_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/raw_unicode_escape.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/rot_13.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jis.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jis_2004.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jisx0213.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/string_escape.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/tis_620.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/undefined.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/unicode_escape.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/unicode_internal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16_be.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16_le.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32_be.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32_le.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_7.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_8.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_8_sig.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/uu_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/zlib_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/fileinput.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/fnmatch.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/formatter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/functools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/genericpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/getopt.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/gettext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/hashlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/heapq.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/importlib/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/inspect.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/io.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/decoder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/encoder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/scanner.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_check_circular.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_decode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_default.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_dump.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_encode_basestring_ascii.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_fail.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_float.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_indent.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_recursion.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_scanstring.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_separators.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_speedups.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_tool.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_unicode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/json/tool.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/keyword.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/linecache.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/locale.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/md5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/modulefinder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/numbers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/opcode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/optparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/pkgutil.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/platform.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/topics.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/random.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/re.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/repr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/runpy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/sha.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/shutil.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/socket.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/sre.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/sre_compile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/sre_constants.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/sre_parse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/stat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/string.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/struct.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/sysconfig.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/textwrap.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/token.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/tokenize.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/traceback.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/types.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/urlparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/warnings.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/weakref.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/NodeFilter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/domreg.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/expatbuilder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/minicompat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/minidom.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/pulldom.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/xmlbuilder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementInclude.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementPath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementTree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/cElementTree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/parsers/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/parsers/expat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/_exceptions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/expatreader.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/handler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/saxutils.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/xmlreader.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/xmllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Lib/zipfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_bisectmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_codecsmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_csv.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_functoolsmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_io/_iomodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_io/_iomodule.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_io/bufferedio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_io/bytesio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_io/iobase.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_io/stringio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_io/textio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_json.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_localemodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_math.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_math.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/_weakref.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/addrinfo.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cStringIO.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_cn.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_hk.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_iso2022.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_jp.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_kr.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_tw.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/alg_jisx0201.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/cjkcodecs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/emu_jisx0213_2000.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_cn.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_hk.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_jisx0213_pair.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_jp.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_kr.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_tw.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/multibytecodec.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/multibytecodec.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/cmathmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/datetimemodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/COPYING
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ascii.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/asciitab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/expat.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/expat_external.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/iasciitab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/internal.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/latin1tab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/nametab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/utf8tab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlparse.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlrole.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlrole.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/future_builtins.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/gcmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/getbuildinfo.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/mathmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/md5.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/md5.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/md5module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/operator.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/parsermodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/python.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/sha256module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/sha512module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/shamodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/signalmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/socketmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/socketmodule.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/sre.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/sre_constants.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/stropmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/symtablemodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/timemodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata_db.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/unicodename_db.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/xxsubtype.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zipimport.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ChangeLog
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/FAQ
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/INDEX
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/adler32.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/algorithm.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/compress.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/configure
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/crc32.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/crc32.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/example.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzclose.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzguts.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzlib.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzread.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzwrite.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/infback.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffast.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffast.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffixed.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inftrees.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inftrees.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/minigzip.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/uncompr.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zconf.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zlib.3
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zlib.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zutil.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zutil.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Modules/zlibmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/boolobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/bufferobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/bytearrayobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/bytes_methods.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/capsule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/cellobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/cobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/codeobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/complexobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/descrobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/dictnotes.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/dictobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/enumobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/exceptions.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/floatobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/frameobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/funcobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/genobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/intobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/iterobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/listsort.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/lnotab_notes.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/memoryobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/methodobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/moduleobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/object.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/obmalloc.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/rangeobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/sliceobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/README.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/count.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ctype.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/fastsearch.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/find.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/formatter.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/partition.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/split.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/string_format.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/stringdefs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/transmogrify.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/unicodedefs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/stringobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/structseq.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/tupleobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/unicodectype.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/unicodeobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/unicodetype_db.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Objects/weakrefobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/acceler.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/bitset.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/firstsets.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/grammar.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/grammar1.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/listnode.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/metagrammar.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/myreadline.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/node.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/parser.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/parser.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/parsetok.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/tokenizer.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Parser/tokenizer.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Py2710ReadMe.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/fileobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/osdefs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/pyport.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ntpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/os.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/pydoc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/site.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/_sre.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/addrinfo.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/config.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/errnomodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/expat/expat_external.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/getpath.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/main.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/selectmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/gzguts.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/zutil.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/longobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/localeutil.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/getcopyright.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/marshal.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/random.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/Python-ast.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/_warnings.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/asdl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/ast.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/bltinmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/compile.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/dtoa.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/dynload_stub.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/errors.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/formatter_string.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/formatter_unicode.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/frozen.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/future.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/getcompiler.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/getopt.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/getplatform.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/getversion.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/graminit.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/import.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/importdl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/importdl.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/modsupport.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/mysnprintf.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/mystrtoul.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/peephole.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/pyarena.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/pyctype.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/pyfpe.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/pymath.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/pystate.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/pystrcmp.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/pystrtod.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/pythonrun.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/structmember.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/sysmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/Python2710.inf
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/libprep.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.10/srcprep.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi0.sh
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/wiki.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Complex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Dates.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Dbm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/classes/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Range.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Rev.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Vec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/classes/bitvec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/patterns
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/regextest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/sortingtest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/systemtest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/foo
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/md5driver.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Eiffel.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Enum.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Meta.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Simple.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Synch.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Trace.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/index.html
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/meta-vladimir.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/Eiffel.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/Enum.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/FILES
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/docstring.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/example.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/simple.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/source.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/test_parser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/test_unparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/parser/unparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/FSProxy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/RCSProxy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/client.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/cmdfw.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/cmptree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/cvslib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/cvslock.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/mac.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/makechangelog.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcsbump
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcsclient.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcslib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcvs
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcvs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rrcs
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rrcs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/security.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/server.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/sumtree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/beer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/eqfix.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/fact.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/find-uname.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/from.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/lpwatch.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/makedir.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/markov.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/mboxconvert.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/morse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/newslist.doc
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/newslist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/pi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/pp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/primes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/queens.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/script.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/unbirthday.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/update.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/broadcast.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/echosvr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/finger.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ftp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/gopher.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/mcast.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/radio.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/rpython.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/rpythond.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/telnet.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/throughput.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/udpecho.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/unicast.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/unixclient.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/unixserver.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/xml/elem_count.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/xml/roundtrip.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/xml/rss2html.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/minigzip.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/zlibdemo.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Grammar/Grammar
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/Python-ast.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/Python.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/abstract.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/asdl.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/ast.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/bitset.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/boolobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/bufferobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/bytearrayobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/bytes_methods.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/bytesobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/cStringIO.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/cellobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/ceval.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/classobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/cobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/code.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/codecs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/compile.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/complexobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/datetime.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/descrobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/dictobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/dtoa.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/enumobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/errcode.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/eval.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/fileobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/floatobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/frameobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/funcobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/genobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/graminit.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/grammar.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/import.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/intobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/intrcheck.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/iterobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/listobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/longintrepr.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/longobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/marshal.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/memoryobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/metagrammar.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/methodobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/modsupport.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/moduleobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/node.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/object.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/objimpl.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/opcode.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/osdefs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/parsetok.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/patchlevel.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pgen.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pgenheaders.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/py_curses.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pyarena.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pycapsule.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pyctype.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pydebug.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pyerrors.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pyexpat.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pyfpe.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pygetopt.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pymacconfig.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pymactoolbox.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pymath.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pymem.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pyport.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pystate.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pystrcmp.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pystrtod.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pythonrun.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/pythread.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/rangeobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/setobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/sliceobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/stringobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/structmember.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/structseq.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/symtable.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/sysmodule.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/timefuncs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/token.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/traceback.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/tupleobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/ucnhash.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/unicodeobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/warnings.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Include/weakrefobject.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/LICENSE
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/BaseHTTPServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/Bastion.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/CGIHTTPServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/ConfigParser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/Cookie.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/DocXMLRPCServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/HTMLParser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/MimeWriter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/Queue.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/SimpleHTTPServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/SimpleXMLRPCServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/SocketServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/StringIO.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/UserDict.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/UserList.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/UserString.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/_LWPCookieJar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/_MozillaCookieJar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/__future__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/__phello__.foo.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/_abcoll.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/_pyio.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/_strptime.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/_weakrefset.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/abc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/aifc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/antigravity.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/anydbm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/argparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/ast.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/asynchat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/asyncore.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/atexit.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/base64.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/bdb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/binhex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/bisect.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/cProfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/calendar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/cgi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/cgitb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/chunk.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/cmd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/code.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/codecs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/codeop.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/collections.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/colorsys.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/commands.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compileall.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ast.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/consts.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/future.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/misc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/pyassem.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/pycodegen.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/symbols.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/syntax.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/transformer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/visitor.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/contextlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/cookielib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/copy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/copy_reg.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/csv.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/dbhash.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/difflib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/dircache.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/dis.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/archive_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/bcppcompiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ccompiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/cmd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist_dumb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist_msi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist_rpm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist_wininst.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build_clib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build_ext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build_py.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build_scripts.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/check.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/clean.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/command_template
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/config.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_data.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_egg_info.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_headers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_lib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_scripts.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/register.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/sdist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/upload.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-6.0.exe
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-7.1.exe
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-8.0.exe
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-9.0-amd64.exe
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-9.0.exe
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/config.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/core.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/cygwinccompiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/dep_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/dir_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/dist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/emxccompiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/errors.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/extension.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/fancy_getopt.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/file_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/filelist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/log.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/msvc9compiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/msvccompiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/spawn.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/sysconfig.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/Setup.sample
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/setuptools_build_ext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/setuptools_extension.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/support.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_archive_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist_dumb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist_msi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist_rpm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist_wininst.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build_clib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build_ext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build_py.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build_scripts.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_ccompiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_check.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_clean.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_cmd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_config.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_config_cmd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_core.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_dep_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_dir_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_dist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_file_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_filelist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install_data.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install_headers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install_lib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install_scripts.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_msvc9compiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_register.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_sdist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_spawn.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_sysconfig.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_text_file.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_unixccompiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_upload.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_version.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_versionpredicate.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/text_file.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/unixccompiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/version.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/versionpredicate.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/doctest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/dumbdbm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/dummy_thread.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/dummy_threading.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/_parseaddr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/base64mime.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/charset.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/encoders.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/errors.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/feedparser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/generator.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/header.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/iterators.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/message.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/application.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/audio.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/base.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/image.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/message.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/multipart.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/nonmultipart.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/text.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/parser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/quoprimime.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/PyBanner048.gif
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/audiotest.au
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_01.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_02.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_03.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_04.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_05.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_06.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_07.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_08.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_09.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_10.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_11.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_12.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_12a.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_13.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_14.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_15.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_16.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_17.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_18.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_19.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_20.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_21.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_22.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_23.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_24.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_25.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_26.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_27.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_28.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_29.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_30.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_31.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_32.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_33.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_34.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_35.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_36.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_37.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_38.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_39.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_40.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_41.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_42.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_43.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_44.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_45.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_46.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email_codecs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email_codecs_renamed.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email_renamed.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email_torture.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/email/utils.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/aliases.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ascii.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/base64_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/big5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/big5hkscs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/bz2_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/charmap.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp037.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1006.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1026.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1140.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1250.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1251.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1252.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1253.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1254.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1255.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1256.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1257.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1258.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp424.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp437.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp500.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp720.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp737.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp775.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp850.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp852.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp855.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp856.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp857.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp858.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp860.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp861.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp862.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp863.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp864.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp865.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp866.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp869.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp874.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp875.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp932.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp949.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp950.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/euc_jis_2004.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/euc_jisx0213.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/euc_jp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/euc_kr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/gb18030.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/gb2312.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/gbk.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/hex_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/hp_roman8.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/hz.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/idna.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_2004.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_ext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_kr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_10.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_11.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_13.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_14.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_15.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_16.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_4.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_6.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_7.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_8.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_9.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/johab.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/koi8_r.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/koi8_u.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/latin_1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_arabic.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_centeuro.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_croatian.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_cyrillic.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_farsi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_greek.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_iceland.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_latin2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_roman.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_romanian.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_turkish.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mbcs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/palmos.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ptcp154.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/punycode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/quopri_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/raw_unicode_escape.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/rot_13.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/shift_jis.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/shift_jis_2004.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/shift_jisx0213.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/string_escape.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/tis_620.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/undefined.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/unicode_escape.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/unicode_internal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_16.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_16_be.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_16_le.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_32.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_32_be.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_32_le.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_7.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_8.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_8_sig.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/uu_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/zlib_codec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/filecmp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/fileinput.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/fnmatch.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/formatter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/fpformat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/fractions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/ftplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/functools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/genericpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/getopt.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/getpass.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/gettext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/glob.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/gzip.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/hashlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/heapq.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/hmac.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/log.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/stats.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/stones.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/htmlentitydefs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/htmllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/httplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/ihooks.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/imaplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/imghdr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/importlib/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/imputil.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/inspect.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/io.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/decoder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/encoder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/scanner.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_check_circular.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_decode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_default.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_dump.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_encode_basestring_ascii.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_fail.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_float.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_indent.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_pass1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_pass2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_pass3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_recursion.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_scanstring.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_separators.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_speedups.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_unicode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/json/tool.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/keyword.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/Grammar.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/PatternGrammar.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/__main__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/btm_matcher.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/btm_utils.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixer_base.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixer_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_apply.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_basestring.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_buffer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_callable.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_dict.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_except.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_exec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_execfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_exitfunc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_filter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_funcattrs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_future.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_getcwdu.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_has_key.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_idioms.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_import.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_imports.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_imports2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_input.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_intern.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_isinstance.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_itertools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_itertools_imports.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_long.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_map.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_metaclass.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_methodattrs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_ne.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_next.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_nonzero.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_numliterals.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_operator.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_paren.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_print.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_raise.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_raw_input.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_reduce.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_renames.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_repr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_set_literal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_standarderror.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_sys_exc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_throw.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_tuple_params.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_types.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_unicode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_urllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_ws_comma.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_xrange.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_xreadlines.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_zip.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/main.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/patcomp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/conv.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/driver.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/grammar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/literals.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/parse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/pgen.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/token.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/tokenize.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pygram.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pytree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/refactor.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/bom.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/crlf.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/different_encoding.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/bad_order.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/parrot_example.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/infinite_recursion.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/py2_test_grammar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/py3_test_grammar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/pytree_idempotency.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/support.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_all_fixers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_fixers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_main.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_parser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_pytree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_refactor.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/linecache.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/locale.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/logging/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/logging/config.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/logging/handlers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/mailbox.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/mailcap.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/markupbase.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/md5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/mhlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/mimetools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/mimetypes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/mimify.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/modulefinder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/multifile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/mutex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/netrc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/new.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/nntplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/ntpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/nturl2path.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/numbers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/opcode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/optparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/os.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pdb.doc
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pdb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pickle.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pickletools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pipes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pkgutil.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/platform.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/plistlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/popen2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/poplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/posixfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/posixpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pprint.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/profile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pstats.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pty.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/py_compile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pyclbr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/topics.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/quopri.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/random.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/re.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/repr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/rexec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/rfc822.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/rlcompleter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/robotparser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/runpy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sched.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sets.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sgmllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sha.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/shelve.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/shlex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/shutil.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/site-packages/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/site.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/smtpd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/smtplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sndhdr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/socket.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sre.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sre_compile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sre_constants.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sre_parse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/ssl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/stat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/statvfs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/string.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/stringold.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/stringprep.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/struct.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/symbol.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/symtable.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/sysconfig.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/tabnanny.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/tarfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/telnetlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/tempfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/185test.db
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/Sine-1000Hz-300ms.aif
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/audiotest.au
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/autotest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/bad_coding.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/bad_coding2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badcert.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badkey.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future4.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future6.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future7.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future8.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future9.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_nocaret.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/buffer_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cfgparser.1
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/check_soundcard.vbs
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/big5-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/big5.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/big5hkscs-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/big5hkscs.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/cp949-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/cp949.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_jisx0213-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_jisx0213.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_jp-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_jp.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_kr-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_kr.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gb18030-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gb18030.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gb2312-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gb2312.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gbk-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gbk.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/hz-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/hz.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/johab-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/johab.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/shift_jis-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/shift_jis.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/shift_jisx0213-utf8.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/shift_jisx0213.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/cmath_testcases.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/bogus_code_obj.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/borrowed_ref_1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/borrowed_ref_2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/compiler_recursion.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/gc_has_finalizer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/gc_inspection.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/infinite_loop_re.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/loosing_mro_ref.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/mutation_inside_cyclegc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/nasty_eq_vs_dict.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/recursion_limit_too_high.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/recursive_call.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/curses_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/data/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/abs.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/add.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/and.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/base.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/clamp.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/class.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/compare.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/comparetotal.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/comparetotmag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/copy.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/copyabs.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/copynegate.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/copysign.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddAbs.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddAdd.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddAnd.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddBase.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCanonical.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddClass.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCompare.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCompareSig.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCompareTotal.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCompareTotalMag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCopy.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCopyAbs.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCopyNegate.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCopySign.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddDivide.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddDivideInt.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddEncode.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddFMA.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddInvert.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddLogB.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMax.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMaxMag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMin.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMinMag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMinus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMultiply.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddNextMinus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddNextPlus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddNextToward.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddOr.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddPlus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddQuantize.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddReduce.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddRemainder.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddRemainderNear.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddRotate.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddSameQuantum.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddScaleB.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddShift.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddSubtract.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddToIntegral.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddXor.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/decDouble.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/decQuad.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/decSingle.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/divide.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/divideint.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqAbs.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqAdd.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqAnd.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqBase.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCanonical.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqClass.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCompare.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCompareSig.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCompareTotal.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCompareTotalMag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCopy.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCopyAbs.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCopyNegate.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCopySign.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqDivide.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqDivideInt.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqEncode.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqFMA.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqInvert.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqLogB.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMax.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMaxMag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMin.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMinMag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMinus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMultiply.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqNextMinus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqNextPlus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqNextToward.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqOr.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqPlus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqQuantize.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqReduce.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqRemainder.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqRemainderNear.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqRotate.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqSameQuantum.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqScaleB.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqShift.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqSubtract.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqToIntegral.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqXor.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dsBase.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dsEncode.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/exp.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/extra.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/fma.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/inexact.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/invert.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ln.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/log10.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/logb.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/max.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/maxmag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/min.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/minmag.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/minus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/multiply.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/nextminus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/nextplus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/nexttoward.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/or.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/plus.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/power.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/powersqrt.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/quantize.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/randomBound32.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/randoms.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/reduce.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/remainder.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/remainderNear.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/rescale.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/rotate.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/rounding.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/samequantum.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/scaleb.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/shift.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/squareroot.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/subtract.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/testall.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/tointegral.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/tointegralx.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/xor.decTest
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/doctest_aliases.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/double_const.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/empty.vbs
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/exception_hierarchy.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/floating_points.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/fork_wait.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/formatfloat_testcases.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/gdb_sample.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/greyrgb.uue
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/https_svn_python_org_root.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/ieee754.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/infinite_reload.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/inspect_fodder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/inspect_fodder2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/keycert.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/README.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/test_ctypes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/test_dictself.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/test_gestalt.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/test_selftype.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/list_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/lock_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/mapping_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/math_testcases.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/nullcert.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/outstanding_bugs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/pickletester.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/profilee.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/pyclbr_input.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/pydoc_mod.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/pydocfodder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/pystone.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/randv2_32.pck
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/randv2_64.pck
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/randv3.pck
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/re_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/regex_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/regrtest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/relimport.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/reperf.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/sample_doctest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/script_helper.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/seq_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/sgml_input.html
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/sha256.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/sortperf.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/ssl_cert.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/ssl_key.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/string_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/subprocessdata/sigchild_ignore.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/svn_python_org_https_cert.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_MimeWriter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_SimpleHTTPServer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_StringIO.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test___all__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test___future__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test__locale.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_abc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_abstract_numbers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_aepack.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_aifc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_al.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_anydbm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_applesingle.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_argparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_array.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ascii_formatd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ast.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_asynchat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_asyncore.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_atexit.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_audioop.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_augassign.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_base64.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bastion.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bigaddrspace.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bigmem.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_binascii.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_binhex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_binop.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bisect.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bool.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bsddb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bsddb185.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bsddb3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_buffer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bufio.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_builtin.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bytes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bz2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_calendar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_call.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_capi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cfgparser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cgi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_charmapcodec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_class.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cmath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cmd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cmd_line.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cmd_line_script.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_code.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codeccallbacks.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_cn.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_hk.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_jp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_kr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_tw.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_cn.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_hk.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_jp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_kr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_tw.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codeop.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_coding.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_coercion.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_collections.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_colorsys.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_commands.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_compare.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_compile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_compileall.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_compiler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_complex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_complex_args.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_contains.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_contextlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cookie.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cookielib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_copy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_copy_reg.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cpickle.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cprofile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_crypt.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_csv.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ctypes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_curses.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_datetime.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dbm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_decimal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_decorators.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_defaultdict.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_deque.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_descr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_descrtut.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dict.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dictcomps.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dictviews.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_difflib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_difflib_expect.html
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dircache.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dis.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_distutils.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest2.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest3.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest4.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_docxmlrpc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dumbdbm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dummy_thread.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dummy_threading.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email_codecs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email_renamed.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_enumerate.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_eof.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_epoll.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_errno.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_exception_variations.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_exceptions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_extcall.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fcntl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_file.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_file2k.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_filecmp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fileinput.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fileio.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_float.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fnmatch.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fork1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_format.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fpformat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fractions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_frozen.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ftplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_funcattrs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_functools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future1.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future4.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future_builtins.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gdb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gdbm.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_generators.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_genericpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_genexps.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_getargs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_getargs2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_getopt.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gettext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_glob.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_global.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_grammar.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_grp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gzip.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_hash.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_hashlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_heapq.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_hmac.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_hotshot.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_htmllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_htmlparser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_httplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_httpservers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_imageop.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_imaplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_imgfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_imp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_import.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_importhooks.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_importlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_index.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_inspect.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_int.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_int_literal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_io.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ioctl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_isinstance.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_iter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_iterlen.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_itertools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_json.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_kqueue.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_largefile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_lib2to3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_linecache.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_linuxaudiodev.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_list.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_locale.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_logging.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_long.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_long_future.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_longexp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_macos.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_macostools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_macpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mailbox.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_marshal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_math.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_md5.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_memoryio.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_memoryview.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mhlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mimetools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mimetypes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_minidom.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mmap.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_module.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_modulefinder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_msilib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_multibytecodec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_multibytecodec_support.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_multifile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_multiprocessing.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mutants.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mutex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_netrc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_new.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_nis.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_normalization.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ntpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_old_mailbox.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_opcodes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_openpty.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_operator.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_optparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_os.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ossaudiodev.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_parser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pdb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_peepholer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep247.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep263.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep277.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep292.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep352.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pickle.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pickletools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pipes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pkg.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pkgimport.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pkgutil.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_platform.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_plistlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_poll.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_popen.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_popen2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_poplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_posix.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_posixpath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pow.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pprint.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_print.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_profile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_property.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pstats.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pty.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pwd.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_py3kwarn.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pyclbr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pydoc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pyexpat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_queue.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_quopri.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_random.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_re.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_readline.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_repr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_resource.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_rfc822.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_richcmp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_rlcompleter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_robotparser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_runpy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sax.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_scope.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_scriptpackages.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_select.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_set.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_setcomps.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sets.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sgmllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sha.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_shelve.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_shlex.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_shutil.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_signal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_site.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_slice.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_smtplib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_smtpnet.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_socket.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_socketserver.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_softspace.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sort.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sqlite.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ssl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_startfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_str.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_strftime.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_string.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_stringprep.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_strop.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_strptime.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_strtod.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_struct.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_structmembers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_structseq.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_subprocess.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sunaudiodev.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sundry.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_support.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_symtable.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_syntax.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sys.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sys_setprofile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sys_settrace.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sysconfig.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tarfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tcl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_telnetlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tempfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_textwrap.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_thread.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threaded_import.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threadedtempfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threading.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threading_local.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threadsignals.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_time.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_timeout.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tk.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tokenize.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_trace.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_traceback.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_transformer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ttk_guionly.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ttk_textonly.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tuple.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_typechecks.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_types.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ucn.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unary.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_undocumented_details.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unicode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unicode_file.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unicodedata.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unittest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_univnewlines.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_univnewlines2k.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unpack.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllib2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllib2_localnet.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllib2net.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllibnet.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urlparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_userdict.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_userlist.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_userstring.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_uu.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_uuid.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_wait3.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_wait4.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_warnings.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_wave.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_weakref.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_weakset.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_whichdb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_winreg.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_winsound.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_with.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_wsgiref.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xdrlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xml_etree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xml_etree_c.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xmllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xmlrpc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xpickle.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xrange.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zipfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zipfile64.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zipimport.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zipimport_support.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/testall.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/testcodec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/testimg.uue
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/testimgr.uue
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/testrgb.uue
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/testtar.tar
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/tf_inherit_check.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/threaded_import_hangers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/time_hashlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/tokenize_tests.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/testmod.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/warning_tests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/win_console_handler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/wrongcert.pem
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple-ns.xml
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple.xml
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/test.xml
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/test.xml.out
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltests.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/test/zipdir.zip
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/textwrap.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/this.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/timeit.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/toaiff.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/token.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/tokenize.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/trace.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/traceback.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/tty.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/types.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/__main__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/case.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/loader.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/main.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/result.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/runner.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/signals.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/suite.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/dummy.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/support.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_assertions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_break.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_case.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_discovery.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_functiontestcase.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_loader.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_program.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_result.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_runner.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_setups.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_skipping.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_suite.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/urllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/urllib2.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/urlparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/user.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/uu.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/uuid.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/warnings.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/wave.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/weakref.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/webbrowser.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/whichdb.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref.egg-info
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/handlers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/headers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/simple_server.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/validate.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xdrlib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/NodeFilter.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/domreg.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/expatbuilder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/minicompat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/minidom.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/pulldom.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/xmlbuilder.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ElementInclude.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ElementPath.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ElementTree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/cElementTree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/expat.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/_exceptions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/expatreader.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/handler.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/saxutils.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/xmlreader.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xmllib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/xmlrpclib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Lib/zipfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_bisectmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_codecsmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_csv.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_functoolsmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_hashopenssl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_heapqmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_hotshot.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_io/_iomodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_io/_iomodule.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_io/bufferedio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_io/bytesio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_io/iobase.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_io/stringio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_io/textio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_json.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_localemodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_lsprof.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_math.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_math.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/microprotocols.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/microprotocols.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/module.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/prepare_protocol.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/prepare_protocol.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/row.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/row.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/sqlitecompat.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/util.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/util.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_testcapimodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/_weakref.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/addrinfo.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/arraymodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/bz2module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cStringIO.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_cn.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_hk.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_jp.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_kr.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_tw.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/alg_jisx0201.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/cjkcodecs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/emu_jisx0213_2000.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_cn.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_hk.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_jisx0213_pair.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_jp.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_kr.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_tw.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/multibytecodec.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/multibytecodec.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cmathmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/cryptmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/datetimemodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/errnomodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/COPYING
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/amigaconfig.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ascii.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/asciitab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/expat.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/expat_config.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/expat_external.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/iasciitab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/internal.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/latin1tab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/macconfig.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/nametab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/pyexpatns.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/utf8tab.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/winconfig.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmlparse.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmlrole.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmlrole.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_impl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_impl.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_ns.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/fmmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/fpectlmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/fpetestmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/future_builtins.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/gc_weakref.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/gcmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/getaddrinfo.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/getbuildinfo.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/getnameinfo.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/getpath.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/imageop.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/main.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/mathmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/md5.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/md5.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/md5module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/operator.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/parsermodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/puremodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/pwdmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/pyexpat.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/python.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/readline.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/resource.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/rotatingtree.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/rotatingtree.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/selectmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/sha256module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/sha512module.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/shamodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/signalmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/socketmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/socketmodule.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/sre.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/sre_constants.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/stropmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/symtablemodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/testcapi_long.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/threadmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/timemodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/timing.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/timingmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata_db.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/unicodename_db.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/xxmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/xxsubtype.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/yuv.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/yuvconvert.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zipimport.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ChangeLog
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/FAQ
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/INDEX
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/Makefile
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/Makefile.in
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/adler32.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/algorithm.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/compress.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/configure
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/crc32.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/crc32.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/deflate.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/deflate.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/example.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/gzio.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/infback.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inffast.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inffast.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inffixed.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inftrees.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inftrees.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/make_vms.com
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/minigzip.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/uncompr.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zconf.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zconf.in.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zlib.3
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zlib.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zutil.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zutil.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Modules/zlibmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/boolobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/bufferobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/bytearrayobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/bytes_methods.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/capsule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/cellobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/cobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/codeobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/complexobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/descrobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/dictnotes.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/dictobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/enumobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/exceptions.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/floatobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/frameobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/funcobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/genobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/intobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/iterobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/listsort.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/lnotab_notes.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/longobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/memoryobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/methodobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/moduleobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/object.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/obmalloc.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/rangeobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/sliceobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/README.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/count.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ctype.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/fastsearch.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/find.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/formatter.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/localeutil.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/partition.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/split.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/string_format.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/stringdefs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/transmogrify.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/unicodedefs.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/stringobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/structseq.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/tupleobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/unicodectype.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/unicodeobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/unicodetype_db.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Objects/weakrefobject.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/Python.asdl
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/acceler.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/asdl.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/asdl_c.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/bitset.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/firstsets.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/grammar.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/grammar1.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/intrcheck.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/listnode.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/metagrammar.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/myreadline.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/node.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/parser.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/parser.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/pgen.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/pgenmain.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/printgrammar.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/spark.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/tokenizer.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/tokenizer.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Parser/tokenizer_pgen.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/Python-ast.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/_warnings.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/asdl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/ast.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/atof.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/bltinmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/compile.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dtoa.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dup2.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_aix.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_atheos.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_beos.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_dl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_hpux.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_next.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_os2.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_shlib.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_stub.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/dynload_win.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/errors.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/formatter_string.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/formatter_unicode.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/frozen.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/frozenmain.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/future.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/getcompiler.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/getcopyright.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/getcwd.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/getopt.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/getplatform.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/getversion.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/graminit.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/import.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/importdl.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/importdl.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/mactoolboxglue.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/marshal.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/modsupport.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/mysnprintf.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/mystrtoul.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/peephole.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/pyarena.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/pyctype.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/pyfpe.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/pymath.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/pystate.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/pystrcmp.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/pystrtod.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/pythonrun.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/sigcheck.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/strdup.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/strtod.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/structmember.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/sysmodule.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_atheos.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_beos.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_cthread.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_foobar.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_lwp.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_nt.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_os2.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_pth.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_pthread.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_sgi.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_solaris.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/thread_wince.h
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgen.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenBuffer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenGenerator.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenGeneratorGroup.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenHeapBuffer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenModule.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenObjectDefinition.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenOutput.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenStackBuffer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenStringBuffer.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenType.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenVariable.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/macsupport.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/scantools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/README.tcltk-AMD64
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build-amd64.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/buildmsi.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/clean-amd64.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/clean.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/external-amd64.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/external-common.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/external.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/test-amd64.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/test.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ccbench.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ACKS
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ast.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/astgen.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/compile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/demo.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/dumppyc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/regrtest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/stacktest.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/faqconf.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/faqcust.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/faqw.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/faqwiz.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/move-faqwiz.sh
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/README.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/TODO.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/example.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/bases.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/function.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/member.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/slots.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/struct.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/structparse.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/template.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/util.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/bkfile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/checkextensions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/checkextensions_win32.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/extensions_win32.ini
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/freeze.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/hello.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/makeconfig.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/makefreeze.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/makemakefile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/parsesetup.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/win32.html
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/winmakemakefile.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/libpython.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/makelocalealias.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/msgfmt.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/pygettext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/iobench.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/README.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/crtlicense.txt
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msi.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msilib.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msisupport.c
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msisupport.mak
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/schema.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/sequence.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/uisample.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/msi/uuids.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Arithmetic.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Calls.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/CommandLine.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Dict.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Exceptions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Imports.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Instances.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/LICENSE
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Lists.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Lookups.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/NewInstances.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Numbers.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Setup.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Strings.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Tuples.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Unicode.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/With.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/clockres.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/package/__init__.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/package/submodule.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/pybench.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/systimes.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/2to3
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/analyze_dxp.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/byext.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/byteyears.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/checkappend.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/checkpyc.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/classfix.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/cleanfuture.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/combinerefs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/copytime.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/crlf.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/cvsfiles.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/db2pickle.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/diff.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/dutree.doc
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/dutree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/eptags.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/find_recursionlimit.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/finddiv.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/findlinksto.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/findnocoding.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixcid.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixdiv.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixheader.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixnotice.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixps.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ftpmirror.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/google.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/gprof2html.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/h2py.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/hotshotmain.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/idle
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ifdef.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/lfcr.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/linktree.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/lll.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/logmerge.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/mailerdaemon.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/md5sum.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/methfix.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/mkreal.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ndiff.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/nm2def.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/objgraph.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/parseentities.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/patchcheck.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pathfix.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pdeps.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pickle2db.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pindent.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ptags.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pydoc
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pydocgui.pyw
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pysource.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/redemo.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/reindent-rst.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/reindent.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/rgrep.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/serve.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/setup.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/suff.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/svneol.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/texcheck.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/texi2html.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/treesync.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/untabify.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/which.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/win_add2path.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/xxci.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/get-remote-certificate.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/Makefile
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/comparecodecs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/gencjkcodecs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/gencodec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/genwincodec.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/genwincodecs.bat
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/listcodecs.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/makeunicodedata.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/mkstringprep.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/python-mappings/CP1140.TXT
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/python-mappings/KOI8-U.TXT
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/python-mappings/TIS-620.TXT
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/_checkversion.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/checkversions.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/pyversioncheck.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/tktools.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcgui.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcmac.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/webchecker.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/websucker.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wsgui.py
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/world/README
delete mode 100644 AppPkg/Applications/Python/Python-2.7.2/Tools/world/world
delete mode 100644 AppPkg/Applications/Python/PythonCore.inf
delete mode 100644 AppPkg/Applications/Python/PythonReadMe.txt
delete mode 100644 AppPkg/Applications/Python/X64/pyconfig.h
delete mode 100644 AppPkg/Applications/Sockets/DataSink/DataSink.c
delete mode 100644 AppPkg/Applications/Sockets/DataSink/DataSink.inf
delete mode 100644 AppPkg/Applications/Sockets/DataSource/DataSource.c
delete mode 100644 AppPkg/Applications/Sockets/DataSource/DataSource.inf
delete mode 100644 AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.c
delete mode 100644 AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.inf
delete mode 100644 AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c
delete mode 100644 AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf
delete mode 100644 AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.c
delete mode 100644 AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.inf
delete mode 100644 AppPkg/Applications/Sockets/GetHostByName/GetHostByName.c
delete mode 100644 AppPkg/Applications/Sockets/GetHostByName/GetHostByName.inf
delete mode 100644 AppPkg/Applications/Sockets/GetNameInfo/GetNameInfo.c
delete mode 100644 AppPkg/Applications/Sockets/GetNameInfo/GetNameInfo.inf
delete mode 100644 AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c
delete mode 100644 AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.inf
delete mode 100644 AppPkg/Applications/Sockets/GetNetByName/GetNetByName.c
delete mode 100644 AppPkg/Applications/Sockets/GetNetByName/GetNetByName.inf
delete mode 100644 AppPkg/Applications/Sockets/GetServByName/GetServByName.c
delete mode 100644 AppPkg/Applications/Sockets/GetServByName/GetServByName.inf
delete mode 100644 AppPkg/Applications/Sockets/GetServByPort/GetServByPort.c
delete mode 100644 AppPkg/Applications/Sockets/GetServByPort/GetServByPort.inf
delete mode 100644 AppPkg/Applications/Sockets/OobRx/Main.c
delete mode 100644 AppPkg/Applications/Sockets/OobRx/OobRx.c
delete mode 100644 AppPkg/Applications/Sockets/OobRx/OobRx.h
delete mode 100644 AppPkg/Applications/Sockets/OobRx/OobRx.inf
delete mode 100644 AppPkg/Applications/Sockets/OobRx/Windows/OobRx.sln
delete mode 100644 AppPkg/Applications/Sockets/OobRx/Windows/OobRx.suo
delete mode 100644 AppPkg/Applications/Sockets/OobRx/Windows/OobRx.vcproj
delete mode 100644 AppPkg/Applications/Sockets/OobRx/Windows/main.c
delete mode 100644 AppPkg/Applications/Sockets/OobTx/Main.c
delete mode 100644 AppPkg/Applications/Sockets/OobTx/OobTx.c
delete mode 100644 AppPkg/Applications/Sockets/OobTx/OobTx.h
delete mode 100644 AppPkg/Applications/Sockets/OobTx/OobTx.inf
delete mode 100644 AppPkg/Applications/Sockets/OobTx/Windows/OobTx.sln
delete mode 100644 AppPkg/Applications/Sockets/OobTx/Windows/OobTx.suo
delete mode 100644 AppPkg/Applications/Sockets/OobTx/Windows/OobTx.vcproj
delete mode 100644 AppPkg/Applications/Sockets/OobTx/Windows/main.c
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Rx/Main.c
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.c
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Rx/Windows/RawIp4Rx.sln
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Rx/Windows/RawIp4Rx.vcproj
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Rx/Windows/main.c
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Tx/Main.c
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.c
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.h
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Tx/Windows/RawIp4Tx.sln
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Tx/Windows/RawIp4Tx.vcproj
delete mode 100644 AppPkg/Applications/Sockets/RawIp4Tx/Windows/main.c
delete mode 100644 AppPkg/Applications/Sockets/ReadMe.txt
delete mode 100644 AppPkg/Applications/Sockets/RecvDgram/RecvDgram.c
delete mode 100644 AppPkg/Applications/Sockets/RecvDgram/RecvDgram.inf
delete mode 100644 AppPkg/Applications/Sockets/SetHostName/SetHostName.c
delete mode 100644 AppPkg/Applications/Sockets/SetHostName/SetHostName.inf
delete mode 100644 AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.c
delete mode 100644 AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.inf
delete mode 100644 AppPkg/Applications/Sockets/Sockets.inc
delete mode 100644 AppPkg/Applications/Sockets/TftpServer/TftpServer.c
delete mode 100644 AppPkg/Applications/Sockets/TftpServer/TftpServer.h
delete mode 100644 AppPkg/Applications/Sockets/TftpServer/TftpServer.inf
delete mode 100644 AppPkg/Applications/Sockets/WebServer/ACPI.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/BootServicesTable.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/ConfigurationTable.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/DhcpOptions.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/DxeServicesTable.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/Exit.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/Firmware.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/HTTP.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/Handles.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/Hello.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/Index.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/MemoryMap.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/Mtrr.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/PageList.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/Ports.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/Reboot.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/RuntimeServicesTable.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/SystemTable.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/WebServer.c
delete mode 100644 AppPkg/Applications/Sockets/WebServer/WebServer.h
delete mode 100644 AppPkg/Applications/Sockets/WebServer/WebServer.inf
delete mode 100644 AppPkg/ISSUES.txt
delete mode 100644 AppPkg/ReadMe.txt
delete mode 100644 StdLib/BsdSocketLib/BsdSocketLib.inf
delete mode 100644 StdLib/BsdSocketLib/Ip6Addr_Any.c
delete mode 100644 StdLib/BsdSocketLib/Ip6Addr_LinkLocal_AllNodes.c
delete mode 100644 StdLib/BsdSocketLib/Ip6Addr_LinkLocal_AllRouters.c
delete mode 100644 StdLib/BsdSocketLib/Ip6Addr_Loopback.c
delete mode 100644 StdLib/BsdSocketLib/Ip6Addr_NodeLocal_AllNodes.c
delete mode 100644 StdLib/BsdSocketLib/SocketInternals.h
delete mode 100644 StdLib/BsdSocketLib/Socklib_internals.h
delete mode 100644 StdLib/BsdSocketLib/accept.c
delete mode 100644 StdLib/BsdSocketLib/base64.c
delete mode 100644 StdLib/BsdSocketLib/bind.c
delete mode 100644 StdLib/BsdSocketLib/close.c
delete mode 100644 StdLib/BsdSocketLib/connect.c
delete mode 100644 StdLib/BsdSocketLib/errno.c
delete mode 100644 StdLib/BsdSocketLib/getaddrinfo.c
delete mode 100644 StdLib/BsdSocketLib/gethostbydns.c
delete mode 100644 StdLib/BsdSocketLib/gethostbyht.c
delete mode 100644 StdLib/BsdSocketLib/gethostbynis.c
delete mode 100644 StdLib/BsdSocketLib/gethostnamadr.c
delete mode 100644 StdLib/BsdSocketLib/gethostname.c
delete mode 100644 StdLib/BsdSocketLib/getnameinfo.c
delete mode 100644 StdLib/BsdSocketLib/getnetbydns.c
delete mode 100644 StdLib/BsdSocketLib/getnetbyht.c
delete mode 100644 StdLib/BsdSocketLib/getnetbynis.c
delete mode 100644 StdLib/BsdSocketLib/getnetnamadr.c
delete mode 100644 StdLib/BsdSocketLib/getpeername.c
delete mode 100644 StdLib/BsdSocketLib/getproto.c
delete mode 100644 StdLib/BsdSocketLib/getprotoent.c
delete mode 100644 StdLib/BsdSocketLib/getprotoname.c
delete mode 100644 StdLib/BsdSocketLib/getservbyname.c
delete mode 100644 StdLib/BsdSocketLib/getservbyport.c
delete mode 100644 StdLib/BsdSocketLib/getservent.c
delete mode 100644 StdLib/BsdSocketLib/getsockname.c
delete mode 100644 StdLib/BsdSocketLib/getsockopt.c
delete mode 100644 StdLib/BsdSocketLib/herror.c
delete mode 100644 StdLib/BsdSocketLib/inet_net_ntop.c
delete mode 100644 StdLib/BsdSocketLib/inet_net_pton.c
delete mode 100644 StdLib/BsdSocketLib/inet_neta.c
delete mode 100644 StdLib/BsdSocketLib/inet_pton.c
delete mode 100644 StdLib/BsdSocketLib/listen.c
delete mode 100644 StdLib/BsdSocketLib/map_v4v6.c
delete mode 100644 StdLib/BsdSocketLib/ns_addr.c
delete mode 100644 StdLib/BsdSocketLib/ns_name.c
delete mode 100644 StdLib/BsdSocketLib/ns_netint.c
delete mode 100644 StdLib/BsdSocketLib/ns_ntoa.c
delete mode 100644 StdLib/BsdSocketLib/ns_parse.c
delete mode 100644 StdLib/BsdSocketLib/ns_print.c
delete mode 100644 StdLib/BsdSocketLib/ns_ttl.c
delete mode 100644 StdLib/BsdSocketLib/nsap_addr.c
delete mode 100644 StdLib/BsdSocketLib/poll.c
delete mode 100644 StdLib/BsdSocketLib/read.c
delete mode 100644 StdLib/BsdSocketLib/recv.c
delete mode 100644 StdLib/BsdSocketLib/recvfrom.c
delete mode 100644 StdLib/BsdSocketLib/res_comp.c
delete mode 100644 StdLib/BsdSocketLib/res_config.h
delete mode 100644 StdLib/BsdSocketLib/res_data.c
delete mode 100644 StdLib/BsdSocketLib/res_debug.c
delete mode 100644 StdLib/BsdSocketLib/res_init.c
delete mode 100644 StdLib/BsdSocketLib/res_mkquery.c
delete mode 100644 StdLib/BsdSocketLib/res_mkupdate.c
delete mode 100644 StdLib/BsdSocketLib/res_query.c
delete mode 100644 StdLib/BsdSocketLib/res_send.c
delete mode 100644 StdLib/BsdSocketLib/res_update.c
delete mode 100644 StdLib/BsdSocketLib/send.c
delete mode 100644 StdLib/BsdSocketLib/sendto.c
delete mode 100644 StdLib/BsdSocketLib/sethostname.c
delete mode 100644 StdLib/BsdSocketLib/setsockopt.c
delete mode 100644 StdLib/BsdSocketLib/shutdown.c
delete mode 100644 StdLib/BsdSocketLib/socket.c
delete mode 100644 StdLib/BsdSocketLib/write.c
delete mode 100644 StdLib/Efi/StdLib/etc/host.conf
delete mode 100644 StdLib/Efi/StdLib/etc/hosts
delete mode 100644 StdLib/Efi/StdLib/etc/networks
delete mode 100644 StdLib/Efi/StdLib/etc/protocols
delete mode 100644 StdLib/Efi/StdLib/etc/resolv.conf
delete mode 100644 StdLib/Efi/StdLib/etc/services
delete mode 100644 StdLib/EfiSocketLib/DxeSupport.c
delete mode 100644 StdLib/EfiSocketLib/EfiSocketLib.inf
delete mode 100644 StdLib/EfiSocketLib/Init.c
delete mode 100644 StdLib/EfiSocketLib/Ip4.c
delete mode 100644 StdLib/EfiSocketLib/ReleaseNotes.txt
delete mode 100644 StdLib/EfiSocketLib/Service.c
delete mode 100644 StdLib/EfiSocketLib/Socket.c
delete mode 100644 StdLib/EfiSocketLib/Socket.h
delete mode 100644 StdLib/EfiSocketLib/Tcp4.c
delete mode 100644 StdLib/EfiSocketLib/Tcp6.c
delete mode 100644 StdLib/EfiSocketLib/Udp4.c
delete mode 100644 StdLib/EfiSocketLib/Udp6.c
delete mode 100644 StdLib/EfiSocketLib/UseEfiSocketLib.c
delete mode 100644 StdLib/Fixes.txt
delete mode 100644 StdLib/ISSUES.txt
delete mode 100644 StdLib/Include/Aarch64/arm-gcc.h
delete mode 100644 StdLib/Include/Aarch64/machine/ansi.h
delete mode 100644 StdLib/Include/Aarch64/machine/bswap.h
delete mode 100644 StdLib/Include/Aarch64/machine/byte_swap.h
delete mode 100644 StdLib/Include/Aarch64/machine/endian.h
delete mode 100644 StdLib/Include/Aarch64/machine/endian_machdep.h
delete mode 100644 StdLib/Include/Aarch64/machine/fenv.h
delete mode 100644 StdLib/Include/Aarch64/machine/float.h
delete mode 100644 StdLib/Include/Aarch64/machine/ieee.h
delete mode 100644 StdLib/Include/Aarch64/machine/ieeefp.h
delete mode 100644 StdLib/Include/Aarch64/machine/int_const.h
delete mode 100644 StdLib/Include/Aarch64/machine/int_limits.h
delete mode 100644 StdLib/Include/Aarch64/machine/int_mwgwtypes.h
delete mode 100644 StdLib/Include/Aarch64/machine/int_types.h
delete mode 100644 StdLib/Include/Aarch64/machine/limits.h
delete mode 100644 StdLib/Include/Aarch64/machine/math.h
delete mode 100644 StdLib/Include/Aarch64/machine/param.h
delete mode 100644 StdLib/Include/Aarch64/machine/signal.h
delete mode 100644 StdLib/Include/Aarch64/machine/types.h
delete mode 100644 StdLib/Include/Aarch64/milieu.h
delete mode 100644 StdLib/Include/Aarch64/softfloat.h
delete mode 100644 StdLib/Include/Arm/arm-gcc.h
delete mode 100644 StdLib/Include/Arm/machine/_math.h
delete mode 100644 StdLib/Include/Arm/machine/ansi.h
delete mode 100644 StdLib/Include/Arm/machine/asm.h
delete mode 100644 StdLib/Include/Arm/machine/atomic.h
delete mode 100644 StdLib/Include/Arm/machine/bswap.h
delete mode 100644 StdLib/Include/Arm/machine/byte_swap.h
delete mode 100644 StdLib/Include/Arm/machine/cpufunc.h
delete mode 100644 StdLib/Include/Arm/machine/endian.h
delete mode 100644 StdLib/Include/Arm/machine/endian_machdep.h
delete mode 100644 StdLib/Include/Arm/machine/fenv.h
delete mode 100644 StdLib/Include/Arm/machine/float.h
delete mode 100644 StdLib/Include/Arm/machine/frame.h
delete mode 100644 StdLib/Include/Arm/machine/ieee.h
delete mode 100644 StdLib/Include/Arm/machine/ieeefp.h
delete mode 100644 StdLib/Include/Arm/machine/int_const.h
delete mode 100644 StdLib/Include/Arm/machine/int_limits.h
delete mode 100644 StdLib/Include/Arm/machine/int_mwgwtypes.h
delete mode 100644 StdLib/Include/Arm/machine/int_types.h
delete mode 100644 StdLib/Include/Arm/machine/limits.h
delete mode 100644 StdLib/Include/Arm/machine/lock.h
delete mode 100644 StdLib/Include/Arm/machine/math.h
delete mode 100644 StdLib/Include/Arm/machine/mcontext.h
delete mode 100644 StdLib/Include/Arm/machine/param.h
delete mode 100644 StdLib/Include/Arm/machine/proc.h
delete mode 100644 StdLib/Include/Arm/machine/signal.h
delete mode 100644 StdLib/Include/Arm/machine/types.h
delete mode 100644 StdLib/Include/Arm/milieu.h
delete mode 100644 StdLib/Include/Arm/softfloat.h
delete mode 100644 StdLib/Include/Containers/Fifo.h
delete mode 100644 StdLib/Include/Containers/ModuloUtil.h
delete mode 100644 StdLib/Include/Efi/EfiSocketLib.h
delete mode 100644 StdLib/Include/Ia32/machine/_math.h
delete mode 100644 StdLib/Include/Ia32/machine/ansi.h
delete mode 100644 StdLib/Include/Ia32/machine/asm.h
delete mode 100644 StdLib/Include/Ia32/machine/bswap.h
delete mode 100644 StdLib/Include/Ia32/machine/byte_swap.h
delete mode 100644 StdLib/Include/Ia32/machine/endian.h
delete mode 100644 StdLib/Include/Ia32/machine/endian_machdep.h
delete mode 100644 StdLib/Include/Ia32/machine/float.h
delete mode 100644 StdLib/Include/Ia32/machine/ieee.h
delete mode 100644 StdLib/Include/Ia32/machine/int_const.h
delete mode 100644 StdLib/Include/Ia32/machine/int_limits.h
delete mode 100644 StdLib/Include/Ia32/machine/int_mwgwtypes.h
delete mode 100644 StdLib/Include/Ia32/machine/int_types.h
delete mode 100644 StdLib/Include/Ia32/machine/limits.h
delete mode 100644 StdLib/Include/Ia32/machine/math.h
delete mode 100644 StdLib/Include/Ia32/machine/param.h
delete mode 100644 StdLib/Include/Ia32/machine/signal.h
delete mode 100644 StdLib/Include/Ia32/machine/types.h
delete mode 100644 StdLib/Include/Lua/lauxlib.h
delete mode 100644 StdLib/Include/Lua/lua.h
delete mode 100644 StdLib/Include/Lua/luaconf.h
delete mode 100644 StdLib/Include/Lua/lualib.h
delete mode 100644 StdLib/Include/Protocol/EfiSocket.h
delete mode 100644 StdLib/Include/X64/machine/ansi.h
delete mode 100644 StdLib/Include/X64/machine/asm.h
delete mode 100644 StdLib/Include/X64/machine/atomic.h
delete mode 100644 StdLib/Include/X64/machine/bswap.h
delete mode 100644 StdLib/Include/X64/machine/byte_swap.h
delete mode 100644 StdLib/Include/X64/machine/endian.h
delete mode 100644 StdLib/Include/X64/machine/endian_machdep.h
delete mode 100644 StdLib/Include/X64/machine/float.h
delete mode 100644 StdLib/Include/X64/machine/fpu.h
delete mode 100644 StdLib/Include/X64/machine/ieee.h
delete mode 100644 StdLib/Include/X64/machine/int_const.h
delete mode 100644 StdLib/Include/X64/machine/int_fmtio.h
delete mode 100644 StdLib/Include/X64/machine/int_limits.h
delete mode 100644 StdLib/Include/X64/machine/int_mwgwtypes.h
delete mode 100644 StdLib/Include/X64/machine/int_types.h
delete mode 100644 StdLib/Include/X64/machine/limits.h
delete mode 100644 StdLib/Include/X64/machine/math.h
delete mode 100644 StdLib/Include/X64/machine/param.h
delete mode 100644 StdLib/Include/X64/machine/signal.h
delete mode 100644 StdLib/Include/X64/machine/types.h
delete mode 100644 StdLib/Include/arpa/ftp.h
delete mode 100644 StdLib/Include/arpa/inet.h
delete mode 100644 StdLib/Include/arpa/nameser.h
delete mode 100644 StdLib/Include/arpa/nameser_compat.h
delete mode 100644 StdLib/Include/arpa/telnet.h
delete mode 100644 StdLib/Include/assert.h
delete mode 100644 StdLib/Include/ctype.h
delete mode 100644 StdLib/Include/dirent.h
delete mode 100644 StdLib/Include/err.h
delete mode 100644 StdLib/Include/errno.h
delete mode 100644 StdLib/Include/fcntl.h
delete mode 100644 StdLib/Include/float.h
delete mode 100644 StdLib/Include/glob.h
delete mode 100644 StdLib/Include/ieeefp.h
delete mode 100644 StdLib/Include/inttypes.h
delete mode 100644 StdLib/Include/iso646.h
delete mode 100644 StdLib/Include/langinfo.h
delete mode 100644 StdLib/Include/libgen.h
delete mode 100644 StdLib/Include/limits.h
delete mode 100644 StdLib/Include/locale.h
delete mode 100644 StdLib/Include/math.h
delete mode 100644 StdLib/Include/net/if.h
delete mode 100644 StdLib/Include/net/if_dl.h
delete mode 100644 StdLib/Include/net/radix.h
delete mode 100644 StdLib/Include/net/route.h
delete mode 100644 StdLib/Include/net/servent.h
delete mode 100644 StdLib/Include/netatalk/at.h
delete mode 100644 StdLib/Include/netdb.h
delete mode 100644 StdLib/Include/netinet/in.h
delete mode 100644 StdLib/Include/netinet/in_systm.h
delete mode 100644 StdLib/Include/netinet/ip.h
delete mode 100644 StdLib/Include/netinet/tcp.h
delete mode 100644 StdLib/Include/netinet6/in6.h
delete mode 100644 StdLib/Include/netns/ns.h
delete mode 100644 StdLib/Include/nl_types.h
delete mode 100644 StdLib/Include/nsswitch.h
delete mode 100644 StdLib/Include/paths.h
delete mode 100644 StdLib/Include/pwd.h
delete mode 100644 StdLib/Include/resolv.h
delete mode 100644 StdLib/Include/setjmp.h
delete mode 100644 StdLib/Include/signal.h
delete mode 100644 StdLib/Include/stdarg.h
delete mode 100644 StdLib/Include/stdbool.h
delete mode 100644 StdLib/Include/stddef.h
delete mode 100644 StdLib/Include/stdint.h
delete mode 100644 StdLib/Include/stdio.h
delete mode 100644 StdLib/Include/stdlib.h
delete mode 100644 StdLib/Include/string.h
delete mode 100644 StdLib/Include/stringlist.h
delete mode 100644 StdLib/Include/strings.h
delete mode 100644 StdLib/Include/sys/EfiCdefs.h
delete mode 100644 StdLib/Include/sys/EfiSysCall.h
delete mode 100644 StdLib/Include/sys/_ctype.h
delete mode 100644 StdLib/Include/sys/_posix.h
delete mode 100644 StdLib/Include/sys/ansi.h
delete mode 100644 StdLib/Include/sys/bswap.h
delete mode 100644 StdLib/Include/sys/callout.h
delete mode 100644 StdLib/Include/sys/cdefs.h
delete mode 100644 StdLib/Include/sys/cdefs_aout.h
delete mode 100644 StdLib/Include/sys/dirent.h
delete mode 100644 StdLib/Include/sys/endian.h
delete mode 100644 StdLib/Include/sys/errno.h
delete mode 100644 StdLib/Include/sys/fcntl.h
delete mode 100644 StdLib/Include/sys/fd_set.h
delete mode 100644 StdLib/Include/sys/featuretest.h
delete mode 100644 StdLib/Include/sys/file.h
delete mode 100644 StdLib/Include/sys/filio.h
delete mode 100644 StdLib/Include/sys/float_ieee754.h
delete mode 100644 StdLib/Include/sys/ieee754.h
delete mode 100644 StdLib/Include/sys/inttypes.h
delete mode 100644 StdLib/Include/sys/ioccom.h
delete mode 100644 StdLib/Include/sys/ioctl.h
delete mode 100644 StdLib/Include/sys/localedef.h
delete mode 100644 StdLib/Include/sys/param.h
delete mode 100644 StdLib/Include/sys/poll.h
delete mode 100644 StdLib/Include/sys/pool.h
delete mode 100644 StdLib/Include/sys/resource.h
delete mode 100644 StdLib/Include/sys/select.h
delete mode 100644 StdLib/Include/sys/signal.h
delete mode 100644 StdLib/Include/sys/sigtypes.h
delete mode 100644 StdLib/Include/sys/socket.h
delete mode 100644 StdLib/Include/sys/sockio.h
delete mode 100644 StdLib/Include/sys/stat.h
delete mode 100644 StdLib/Include/sys/stdint.h
delete mode 100644 StdLib/Include/sys/sysctl.h
delete mode 100644 StdLib/Include/sys/syslimits.h
delete mode 100644 StdLib/Include/sys/termios.h
delete mode 100644 StdLib/Include/sys/time.h
delete mode 100644 StdLib/Include/sys/types.h
delete mode 100644 StdLib/Include/sys/uio.h
delete mode 100644 StdLib/Include/sys/unistd.h
delete mode 100644 StdLib/Include/sys/wait.h
delete mode 100644 StdLib/Include/sysexits.h
delete mode 100644 StdLib/Include/time.h
delete mode 100644 StdLib/Include/unistd.h
delete mode 100644 StdLib/Include/utime.h
delete mode 100644 StdLib/Include/wchar.h
delete mode 100644 StdLib/Include/wctype.h
delete mode 100644 StdLib/Include/x86/float.h
delete mode 100644 StdLib/Include/x86/ieee.h
delete mode 100644 StdLib/Include/x86/limits.h
delete mode 100644 StdLib/Include/x86/math.h
delete mode 100644 StdLib/LibC/CRT/Gcc.c
delete mode 100644 StdLib/LibC/CRT/Ia32/ashrdi3.S
delete mode 100644 StdLib/LibC/CRT/Ia32/lldiv.c
delete mode 100644 StdLib/LibC/CRT/Ia32/lldvrm.c
delete mode 100644 StdLib/LibC/CRT/Ia32/llmul.c
delete mode 100644 StdLib/LibC/CRT/Ia32/llrem.c
delete mode 100644 StdLib/LibC/CRT/Ia32/llshl.c
delete mode 100644 StdLib/LibC/CRT/Ia32/llshr.c
delete mode 100644 StdLib/LibC/CRT/Ia32/mulll.S
delete mode 100644 StdLib/LibC/CRT/Ia32/shldi3.S
delete mode 100644 StdLib/LibC/CRT/Ia32/udivdi3.S
delete mode 100644 StdLib/LibC/CRT/Ia32/ulldiv.c
delete mode 100644 StdLib/LibC/CRT/Ia32/ulldvrm.c
delete mode 100644 StdLib/LibC/CRT/Ia32/ullrem.c
delete mode 100644 StdLib/LibC/CRT/Ia32/ullshr.c
delete mode 100644 StdLib/LibC/CRT/Ia32/umoddi3.S
delete mode 100644 StdLib/LibC/Containers/Common/ModuloUtil.c
delete mode 100644 StdLib/LibC/Containers/ContainerLib.inf
delete mode 100644 StdLib/LibC/Containers/Queues/Fifo.c
delete mode 100644 StdLib/LibC/Ctype/CClass.c
delete mode 100644 StdLib/LibC/Ctype/CConv.c
delete mode 100644 StdLib/LibC/Ctype/Ctype.inf
delete mode 100644 StdLib/LibC/Ctype/iCtype.c
delete mode 100644 StdLib/LibC/LibC.inf
delete mode 100644 StdLib/LibC/Locale/Locale.inf
delete mode 100644 StdLib/LibC/Locale/__mb_cur_max.c
delete mode 100644 StdLib/LibC/Locale/__wctoint.h
delete mode 100644 StdLib/LibC/Locale/_def_messages.c
delete mode 100644 StdLib/LibC/Locale/_def_monetary.c
delete mode 100644 StdLib/LibC/Locale/_def_numeric.c
delete mode 100644 StdLib/LibC/Locale/_def_time.c
delete mode 100644 StdLib/LibC/Locale/_wcstod.h
delete mode 100644 StdLib/LibC/Locale/_wcstol.h
delete mode 100644 StdLib/LibC/Locale/_wcstoul.h
delete mode 100644 StdLib/LibC/Locale/aliasname.c
delete mode 100644 StdLib/LibC/Locale/aliasname_local.h
delete mode 100644 StdLib/LibC/Locale/ctypeio.c
delete mode 100644 StdLib/LibC/Locale/ctypeio.h
delete mode 100644 StdLib/LibC/Locale/iswctype_sb.c
delete mode 100644 StdLib/LibC/Locale/localeconv.c
delete mode 100644 StdLib/LibC/Locale/multibyte_Utf8.c
delete mode 100644 StdLib/LibC/Locale/multibyte_sb.c
delete mode 100644 StdLib/LibC/Locale/nl_langinfo.c
delete mode 100644 StdLib/LibC/Locale/rune.h
delete mode 100644 StdLib/LibC/Locale/runetype.h
delete mode 100644 StdLib/LibC/Locale/setlocale.c
delete mode 100644 StdLib/LibC/Locale/setlocale1.c
delete mode 100644 StdLib/LibC/Locale/setlocale32.c
delete mode 100644 StdLib/LibC/Locale/wcscoll.c
delete mode 100644 StdLib/LibC/Locale/wcsftime.c
delete mode 100644 StdLib/LibC/Locale/wcstod.c
delete mode 100644 StdLib/LibC/Locale/wcstof.c
delete mode 100644 StdLib/LibC/Locale/wcstoimax.c
delete mode 100644 StdLib/LibC/Locale/wcstol.c
delete mode 100644 StdLib/LibC/Locale/wcstold.c
delete mode 100644 StdLib/LibC/Locale/wcstoll.c
delete mode 100644 StdLib/LibC/Locale/wcstoul.c
delete mode 100644 StdLib/LibC/Locale/wcstoull.c
delete mode 100644 StdLib/LibC/Locale/wcstoumax.c
delete mode 100644 StdLib/LibC/Locale/wcsxfrm.c
delete mode 100644 StdLib/LibC/Main/Arm/fixunsdfsi.c
delete mode 100644 StdLib/LibC/Main/Arm/floatunsidf.c
delete mode 100644 StdLib/LibC/Main/Arm/flt_rounds.c
delete mode 100644 StdLib/LibC/Main/Arm/fp_lib.h
delete mode 100644 StdLib/LibC/Main/Arm/int_endianness.h
delete mode 100644 StdLib/LibC/Main/Arm/int_lib.h
delete mode 100644 StdLib/LibC/Main/Arm/int_types.h
delete mode 100644 StdLib/LibC/Main/Arm/int_util.h
delete mode 100644 StdLib/LibC/Main/ByteSwap.c
delete mode 100644 StdLib/LibC/Main/HtoNtoH.c
delete mode 100644 StdLib/LibC/Main/Ia32/fpu_rmode.S
delete mode 100644 StdLib/LibC/Main/Ia32/fpu_rmode.asm
delete mode 100644 StdLib/LibC/Main/Ia32/ftol2.obj
delete mode 100644 StdLib/LibC/Main/Ia32/isinfl.c
delete mode 100644 StdLib/LibC/Main/Ia32/isnanl.c
delete mode 100644 StdLib/LibC/Main/Main.c
delete mode 100644 StdLib/LibC/Main/X64/fpu_rmode.S
delete mode 100644 StdLib/LibC/Main/X64/fpu_rmode.asm
delete mode 100644 StdLib/LibC/Main/X64/isinfl.c
delete mode 100644 StdLib/LibC/Main/X64/isnanl.c
delete mode 100644 StdLib/LibC/Main/assert.c
delete mode 100644 StdLib/LibC/Main/bswap16.c
delete mode 100644 StdLib/LibC/Main/bswap32.c
delete mode 100644 StdLib/LibC/Main/bswap64.c
delete mode 100644 StdLib/LibC/Main/errno.c
delete mode 100644 StdLib/LibC/Main/infinityf_ieee754.c
delete mode 100644 StdLib/LibC/Main/isinfd_ieee754.c
delete mode 100644 StdLib/LibC/Main/isinff_ieee754.c
delete mode 100644 StdLib/LibC/Main/isnand_ieee754.c
delete mode 100644 StdLib/LibC/Main/isnanf_ieee754.c
delete mode 100644 StdLib/LibC/Main/longjmp.c
delete mode 100644 StdLib/LibC/Main/x86flt_rounds.c
delete mode 100644 StdLib/LibC/Math/Math.inf
delete mode 100644 StdLib/LibC/Math/e_acos.c
delete mode 100644 StdLib/LibC/Math/e_asin.c
delete mode 100644 StdLib/LibC/Math/e_atan2.c
delete mode 100644 StdLib/LibC/Math/e_cosh.c
delete mode 100644 StdLib/LibC/Math/e_exp.c
delete mode 100644 StdLib/LibC/Math/e_fmod.c
delete mode 100644 StdLib/LibC/Math/e_log.c
delete mode 100644 StdLib/LibC/Math/e_log10.c
delete mode 100644 StdLib/LibC/Math/e_log2.c
delete mode 100644 StdLib/LibC/Math/e_pow.c
delete mode 100644 StdLib/LibC/Math/e_rem_pio2.c
delete mode 100644 StdLib/LibC/Math/e_sinh.c
delete mode 100644 StdLib/LibC/Math/e_sqrt.c
delete mode 100644 StdLib/LibC/Math/k_cos.c
delete mode 100644 StdLib/LibC/Math/k_rem_pio2.c
delete mode 100644 StdLib/LibC/Math/k_sin.c
delete mode 100644 StdLib/LibC/Math/k_tan.c
delete mode 100644 StdLib/LibC/Math/math_private.h
delete mode 100644 StdLib/LibC/Math/s_atan.c
delete mode 100644 StdLib/LibC/Math/s_ceil.c
delete mode 100644 StdLib/LibC/Math/s_copysign.c
delete mode 100644 StdLib/LibC/Math/s_cos.c
delete mode 100644 StdLib/LibC/Math/s_expm1.c
delete mode 100644 StdLib/LibC/Math/s_fabs.c
delete mode 100644 StdLib/LibC/Math/s_finite.c
delete mode 100644 StdLib/LibC/Math/s_floor.c
delete mode 100644 StdLib/LibC/Math/s_frexp.c
delete mode 100644 StdLib/LibC/Math/s_infinity.c
delete mode 100644 StdLib/LibC/Math/s_ldexp.c
delete mode 100644 StdLib/LibC/Math/s_modf.c
delete mode 100644 StdLib/LibC/Math/s_scalbn.c
delete mode 100644 StdLib/LibC/Math/s_sin.c
delete mode 100644 StdLib/LibC/Math/s_tan.c
delete mode 100644 StdLib/LibC/Math/s_tanh.c
delete mode 100644 StdLib/LibC/Math/w_acos.c
delete mode 100644 StdLib/LibC/Math/w_asin.c
delete mode 100644 StdLib/LibC/Math/w_atan2.c
delete mode 100644 StdLib/LibC/Math/w_cosh.c
delete mode 100644 StdLib/LibC/Math/w_exp.c
delete mode 100644 StdLib/LibC/Math/w_fmod.c
delete mode 100644 StdLib/LibC/Math/w_log.c
delete mode 100644 StdLib/LibC/Math/w_log10.c
delete mode 100644 StdLib/LibC/Math/w_log2.c
delete mode 100644 StdLib/LibC/Math/w_pow.c
delete mode 100644 StdLib/LibC/Math/w_sinh.c
delete mode 100644 StdLib/LibC/Math/w_sqrt.c
delete mode 100644 StdLib/LibC/NetUtil/NetUtil.inf
delete mode 100644 StdLib/LibC/NetUtil/inet_addr.c
delete mode 100644 StdLib/LibC/NetUtil/inet_lnaof.c
delete mode 100644 StdLib/LibC/NetUtil/inet_makeaddr.c
delete mode 100644 StdLib/LibC/NetUtil/inet_netof.c
delete mode 100644 StdLib/LibC/NetUtil/inet_network.c
delete mode 100644 StdLib/LibC/NetUtil/inet_ntoa.c
delete mode 100644 StdLib/LibC/NetUtil/inet_ntop.c
delete mode 100644 StdLib/LibC/Signal/Signal.c
delete mode 100644 StdLib/LibC/Signal/Signal.inf
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_dcmpeq.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_dcmpge.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_dcmpgt.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_dcmple.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_dcmplt.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_dcmpun.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_fcmpeq.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_fcmpge.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_fcmpgt.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_fcmple.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_fcmplt.c
delete mode 100644 StdLib/LibC/Softfloat/Arm/__aeabi_fcmpun.c
delete mode 100644 StdLib/LibC/Softfloat/Makefile.inc
delete mode 100644 StdLib/LibC/Softfloat/README.NetBSD
delete mode 100644 StdLib/LibC/Softfloat/README.txt
delete mode 100644 StdLib/LibC/Softfloat/Softfloat.inf
delete mode 100644 StdLib/LibC/Softfloat/bits32/softfloat-macros
delete mode 100644 StdLib/LibC/Softfloat/bits32/softfloat.c
delete mode 100644 StdLib/LibC/Softfloat/bits64/softfloat-macros
delete mode 100644 StdLib/LibC/Softfloat/bits64/softfloat.c
delete mode 100644 StdLib/LibC/Softfloat/eqdf2.c
delete mode 100644 StdLib/LibC/Softfloat/eqsf2.c
delete mode 100644 StdLib/LibC/Softfloat/eqtf2.c
delete mode 100644 StdLib/LibC/Softfloat/fpgetmask.c
delete mode 100644 StdLib/LibC/Softfloat/fpgetround.c
delete mode 100644 StdLib/LibC/Softfloat/fpgetsticky.c
delete mode 100644 StdLib/LibC/Softfloat/fpsetmask.c
delete mode 100644 StdLib/LibC/Softfloat/fpsetround.c
delete mode 100644 StdLib/LibC/Softfloat/fpsetsticky.c
delete mode 100644 StdLib/LibC/Softfloat/gedf2.c
delete mode 100644 StdLib/LibC/Softfloat/gesf2.c
delete mode 100644 StdLib/LibC/Softfloat/getf2.c
delete mode 100644 StdLib/LibC/Softfloat/gexf2.c
delete mode 100644 StdLib/LibC/Softfloat/gtdf2.c
delete mode 100644 StdLib/LibC/Softfloat/gtsf2.c
delete mode 100644 StdLib/LibC/Softfloat/gttf2.c
delete mode 100644 StdLib/LibC/Softfloat/gtxf2.c
delete mode 100644 StdLib/LibC/Softfloat/ledf2.c
delete mode 100644 StdLib/LibC/Softfloat/lesf2.c
delete mode 100644 StdLib/LibC/Softfloat/letf2.c
delete mode 100644 StdLib/LibC/Softfloat/ltdf2.c
delete mode 100644 StdLib/LibC/Softfloat/ltsf2.c
delete mode 100644 StdLib/LibC/Softfloat/lttf2.c
delete mode 100644 StdLib/LibC/Softfloat/nedf2.c
delete mode 100644 StdLib/LibC/Softfloat/negdf2.c
delete mode 100644 StdLib/LibC/Softfloat/negsf2.c
delete mode 100644 StdLib/LibC/Softfloat/negtf2.c
delete mode 100644 StdLib/LibC/Softfloat/negxf2.c
delete mode 100644 StdLib/LibC/Softfloat/nesf2.c
delete mode 100644 StdLib/LibC/Softfloat/netf2.c
delete mode 100644 StdLib/LibC/Softfloat/nexf2.c
delete mode 100644 StdLib/LibC/Softfloat/softfloat-for-gcc.h
delete mode 100644 StdLib/LibC/Softfloat/softfloat-history.txt
delete mode 100644 StdLib/LibC/Softfloat/softfloat-source.txt
delete mode 100644 StdLib/LibC/Softfloat/softfloat-specialize
delete mode 100644 StdLib/LibC/Softfloat/softfloat.txt
delete mode 100644 StdLib/LibC/Softfloat/templates/milieu.h
delete mode 100644 StdLib/LibC/Softfloat/templates/softfloat-specialize
delete mode 100644 StdLib/LibC/Softfloat/templates/softfloat.h
delete mode 100644 StdLib/LibC/Softfloat/timesoftfloat.c
delete mode 100644 StdLib/LibC/Softfloat/timesoftfloat.txt
delete mode 100644 StdLib/LibC/Softfloat/unorddf2.c
delete mode 100644 StdLib/LibC/Softfloat/unordsf2.c
delete mode 100644 StdLib/LibC/Softfloat/unordtf2.c
delete mode 100644 StdLib/LibC/StdLib/Bsearch.c
delete mode 100644 StdLib/LibC/StdLib/Environs.c
delete mode 100644 StdLib/LibC/StdLib/Malloc.c
delete mode 100644 StdLib/LibC/StdLib/NumericInt.c
delete mode 100644 StdLib/LibC/StdLib/Qsort.c
delete mode 100644 StdLib/LibC/StdLib/Rand.c
delete mode 100644 StdLib/LibC/StdLib/StdLib.inf
delete mode 100644 StdLib/LibC/StdLib/Xabs.c
delete mode 100644 StdLib/LibC/StdLib/Xdiv.c
delete mode 100644 StdLib/LibC/StdLib/realpath.c
delete mode 100644 StdLib/LibC/StdLib/setprogname.c
delete mode 100644 StdLib/LibC/StdLib/strtoimax.c
delete mode 100644 StdLib/LibC/StdLib/strtoumax.c
delete mode 100644 StdLib/LibC/Stdio/Stdio.inf
delete mode 100644 StdLib/LibC/Stdio/clrerr.c
delete mode 100644 StdLib/LibC/Stdio/fclose.c
delete mode 100644 StdLib/LibC/Stdio/fdopen.c
delete mode 100644 StdLib/LibC/Stdio/feof.c
delete mode 100644 StdLib/LibC/Stdio/ferror.c
delete mode 100644 StdLib/LibC/Stdio/fflush.c
delete mode 100644 StdLib/LibC/Stdio/fgetc.c
delete mode 100644 StdLib/LibC/Stdio/fgetln.c
delete mode 100644 StdLib/LibC/Stdio/fgetpos.c
delete mode 100644 StdLib/LibC/Stdio/fgets.c
delete mode 100644 StdLib/LibC/Stdio/fgetstr.c
delete mode 100644 StdLib/LibC/Stdio/fgetwc.c
delete mode 100644 StdLib/LibC/Stdio/fgetws.c
delete mode 100644 StdLib/LibC/Stdio/fileext.h
delete mode 100644 StdLib/LibC/Stdio/fileno.c
delete mode 100644 StdLib/LibC/Stdio/findfp.c
delete mode 100644 StdLib/LibC/Stdio/flags.c
delete mode 100644 StdLib/LibC/Stdio/floatio.h
delete mode 100644 StdLib/LibC/Stdio/flockfile.c
delete mode 100644 StdLib/LibC/Stdio/fopen.c
delete mode 100644 StdLib/LibC/Stdio/fparseln.c
delete mode 100644 StdLib/LibC/Stdio/fprintf.c
delete mode 100644 StdLib/LibC/Stdio/fpurge.c
delete mode 100644 StdLib/LibC/Stdio/fputc.c
delete mode 100644 StdLib/LibC/Stdio/fputs.c
delete mode 100644 StdLib/LibC/Stdio/fputwc.c
delete mode 100644 StdLib/LibC/Stdio/fputws.c
delete mode 100644 StdLib/LibC/Stdio/fread.c
delete mode 100644 StdLib/LibC/Stdio/freopen.c
delete mode 100644 StdLib/LibC/Stdio/fscanf.c
delete mode 100644 StdLib/LibC/Stdio/fseek.c
delete mode 100644 StdLib/LibC/Stdio/fseeko.c
delete mode 100644 StdLib/LibC/Stdio/fsetpos.c
delete mode 100644 StdLib/LibC/Stdio/ftell.c
delete mode 100644 StdLib/LibC/Stdio/ftello.c
delete mode 100644 StdLib/LibC/Stdio/funopen.c
delete mode 100644 StdLib/LibC/Stdio/fvwrite.c
delete mode 100644 StdLib/LibC/Stdio/fvwrite.h
delete mode 100644 StdLib/LibC/Stdio/fwalk.c
delete mode 100644 StdLib/LibC/Stdio/fwide.c
delete mode 100644 StdLib/LibC/Stdio/fwprintf.c
delete mode 100644 StdLib/LibC/Stdio/fwrite.c
delete mode 100644 StdLib/LibC/Stdio/fwscanf.c
delete mode 100644 StdLib/LibC/Stdio/getc.c
delete mode 100644 StdLib/LibC/Stdio/getchar.c
delete mode 100644 StdLib/LibC/Stdio/gets.c
delete mode 100644 StdLib/LibC/Stdio/gettemp.c
delete mode 100644 StdLib/LibC/Stdio/getwc.c
delete mode 100644 StdLib/LibC/Stdio/getwchar.c
delete mode 100644 StdLib/LibC/Stdio/glue.h
delete mode 100644 StdLib/LibC/Stdio/local.h
delete mode 100644 StdLib/LibC/Stdio/makebuf.c
delete mode 100644 StdLib/LibC/Stdio/mkdtemp.c
delete mode 100644 StdLib/LibC/Stdio/mkstemp.c
delete mode 100644 StdLib/LibC/Stdio/mktemp.c
delete mode 100644 StdLib/LibC/Stdio/perror.c
delete mode 100644 StdLib/LibC/Stdio/printf.c
delete mode 100644 StdLib/LibC/Stdio/putc.c
delete mode 100644 StdLib/LibC/Stdio/putchar.c
delete mode 100644 StdLib/LibC/Stdio/puts.c
delete mode 100644 StdLib/LibC/Stdio/putwc.c
delete mode 100644 StdLib/LibC/Stdio/putwchar.c
delete mode 100644 StdLib/LibC/Stdio/refill.c
delete mode 100644 StdLib/LibC/Stdio/remove.c
delete mode 100644 StdLib/LibC/Stdio/rewind.c
delete mode 100644 StdLib/LibC/Stdio/rget.c
delete mode 100644 StdLib/LibC/Stdio/scanf.c
delete mode 100644 StdLib/LibC/Stdio/setbuf.c
delete mode 100644 StdLib/LibC/Stdio/setbuffer.c
delete mode 100644 StdLib/LibC/Stdio/setvbuf.c
delete mode 100644 StdLib/LibC/Stdio/snprintf.c
delete mode 100644 StdLib/LibC/Stdio/snprintf_ss.c
delete mode 100644 StdLib/LibC/Stdio/sprintf.c
delete mode 100644 StdLib/LibC/Stdio/sscanf.c
delete mode 100644 StdLib/LibC/Stdio/stdio.c
delete mode 100644 StdLib/LibC/Stdio/swprintf.c
delete mode 100644 StdLib/LibC/Stdio/swscanf.c
delete mode 100644 StdLib/LibC/Stdio/tempnam.c
delete mode 100644 StdLib/LibC/Stdio/tmpfile.c
delete mode 100644 StdLib/LibC/Stdio/tmpnam.c
delete mode 100644 StdLib/LibC/Stdio/ungetc.c
delete mode 100644 StdLib/LibC/Stdio/ungetwc.c
delete mode 100644 StdLib/LibC/Stdio/vasprintf.c
delete mode 100644 StdLib/LibC/Stdio/vfprintf.c
delete mode 100644 StdLib/LibC/Stdio/vfscanf.c
delete mode 100644 StdLib/LibC/Stdio/vfwprintf.c
delete mode 100644 StdLib/LibC/Stdio/vfwscanf.c
delete mode 100644 StdLib/LibC/Stdio/vprintf.c
delete mode 100644 StdLib/LibC/Stdio/vscanf.c
delete mode 100644 StdLib/LibC/Stdio/vsnprintf.c
delete mode 100644 StdLib/LibC/Stdio/vsnprintf_ss.c
delete mode 100644 StdLib/LibC/Stdio/vsprintf.c
delete mode 100644 StdLib/LibC/Stdio/vsscanf.c
delete mode 100644 StdLib/LibC/Stdio/vswprintf.c
delete mode 100644 StdLib/LibC/Stdio/vswscanf.c
delete mode 100644 StdLib/LibC/Stdio/vwprintf.c
delete mode 100644 StdLib/LibC/Stdio/vwscanf.c
delete mode 100644 StdLib/LibC/Stdio/wbuf.c
delete mode 100644 StdLib/LibC/Stdio/wcio.h
delete mode 100644 StdLib/LibC/Stdio/wprintf.c
delete mode 100644 StdLib/LibC/Stdio/wscanf.c
delete mode 100644 StdLib/LibC/Stdio/wsetup.c
delete mode 100644 StdLib/LibC/String/Comparison.c
delete mode 100644 StdLib/LibC/String/Concatenation.c
delete mode 100644 StdLib/LibC/String/Copying.c
delete mode 100644 StdLib/LibC/String/ErrorList.c
delete mode 100644 StdLib/LibC/String/Misc.c
delete mode 100644 StdLib/LibC/String/Searching.c
delete mode 100644 StdLib/LibC/String/String.inf
delete mode 100644 StdLib/LibC/String/strlcat.c
delete mode 100644 StdLib/LibC/String/strlcpy.c
delete mode 100644 StdLib/LibC/String/strncasecmp.c
delete mode 100644 StdLib/LibC/String/strsep.c
delete mode 100644 StdLib/LibC/Time/Theory.txt
delete mode 100644 StdLib/LibC/Time/Time.c
delete mode 100644 StdLib/LibC/Time/Time.inf
delete mode 100644 StdLib/LibC/Time/TimeEfi.c
delete mode 100644 StdLib/LibC/Time/TimeVals.h
delete mode 100644 StdLib/LibC/Time/ZoneProc.c
delete mode 100644 StdLib/LibC/Time/gettimeofday.c
delete mode 100644 StdLib/LibC/Time/itimer.c
delete mode 100644 StdLib/LibC/Time/strftime.c
delete mode 100644 StdLib/LibC/Time/strptime.c
delete mode 100644 StdLib/LibC/Time/timegm.c
delete mode 100644 StdLib/LibC/Time/tzfile.h
delete mode 100644 StdLib/LibC/Uefi/Devices/Console/daConsole.c
delete mode 100644 StdLib/LibC/Uefi/Devices/UefiShell/daShell.c
delete mode 100644 StdLib/LibC/Uefi/Devices/Utility/DevGenisis.c
delete mode 100644 StdLib/LibC/Uefi/Devices/Utility/DevSearch.c
delete mode 100644 StdLib/LibC/Uefi/Devices/Utility/Path.c
delete mode 100644 StdLib/LibC/Uefi/Devices/daConsole.inf
delete mode 100644 StdLib/LibC/Uefi/Devices/daShell.inf
delete mode 100644 StdLib/LibC/Uefi/Devices/daUtility.inf
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/CanonRead.c
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/IIO.c
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/IIO.inf
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/IIOecho.c
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/IIOechoCtrl.h
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/IIOutilities.c
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/IIOutilities.h
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/IIOwrite.c
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/NonCanonRead.c
delete mode 100644 StdLib/LibC/Uefi/InteractiveIO/TerminalFunctions.c
delete mode 100644 StdLib/LibC/Uefi/StubFunctions.c
delete mode 100644 StdLib/LibC/Uefi/SysCalls.c
delete mode 100644 StdLib/LibC/Uefi/Uefi.inf
delete mode 100644 StdLib/LibC/Uefi/Xform.c
delete mode 100644 StdLib/LibC/Uefi/compat.c
delete mode 100644 StdLib/LibC/Uefi/select.c
delete mode 100644 StdLib/LibC/Uefi/writev.c
delete mode 100644 StdLib/LibC/Wchar/Comparison.c
delete mode 100644 StdLib/LibC/Wchar/Concatenation.c
delete mode 100644 StdLib/LibC/Wchar/ConsDecons.c
delete mode 100644 StdLib/LibC/Wchar/Copying.c
delete mode 100644 StdLib/LibC/Wchar/Searching.c
delete mode 100644 StdLib/LibC/Wchar/String.c
delete mode 100644 StdLib/LibC/Wchar/Wchar.inf
delete mode 100644 StdLib/LibC/gdtoa/Ipf/strtold.c
delete mode 100644 StdLib/LibC/gdtoa/_strtof.c
delete mode 100644 StdLib/LibC/gdtoa/_strtold.c
delete mode 100644 StdLib/LibC/gdtoa/atof.c
delete mode 100644 StdLib/LibC/gdtoa/dmisc.c
delete mode 100644 StdLib/LibC/gdtoa/dtoa.c
delete mode 100644 StdLib/LibC/gdtoa/gdtoa.c
delete mode 100644 StdLib/LibC/gdtoa/gdtoa.h
delete mode 100644 StdLib/LibC/gdtoa/gdtoa.inf
delete mode 100644 StdLib/LibC/gdtoa/gdtoaimp.h
delete mode 100644 StdLib/LibC/gdtoa/gethex.c
delete mode 100644 StdLib/LibC/gdtoa/gmisc.c
delete mode 100644 StdLib/LibC/gdtoa/hd_init.c
delete mode 100644 StdLib/LibC/gdtoa/hexnan.c
delete mode 100644 StdLib/LibC/gdtoa/ldtoa.c
delete mode 100644 StdLib/LibC/gdtoa/misc.c
delete mode 100644 StdLib/LibC/gdtoa/smisc.c
delete mode 100644 StdLib/LibC/gdtoa/strtod.c
delete mode 100644 StdLib/LibC/gdtoa/strtodg.c
delete mode 100644 StdLib/LibC/gdtoa/strtof.c
delete mode 100644 StdLib/LibC/gdtoa/strtold_px.c
delete mode 100644 StdLib/LibC/gdtoa/strtold_subr.c
delete mode 100644 StdLib/LibC/gdtoa/strtopx.c
delete mode 100644 StdLib/LibC/gdtoa/sum.c
delete mode 100644 StdLib/LibC/gdtoa/ulp.c
delete mode 100644 StdLib/PosixLib/Err/LibErr.inf
delete mode 100644 StdLib/PosixLib/Err/warn_err.c
delete mode 100644 StdLib/PosixLib/Gen/LibGen.inf
delete mode 100644 StdLib/PosixLib/Gen/access.c
delete mode 100644 StdLib/PosixLib/Gen/closedir.c
delete mode 100644 StdLib/PosixLib/Gen/dirname.c
delete mode 100644 StdLib/PosixLib/Gen/opendir.c
delete mode 100644 StdLib/PosixLib/Gen/readdir.c
delete mode 100644 StdLib/PosixLib/Gen/utime.c
delete mode 100644 StdLib/PosixLib/GetPass/GetPass.c
delete mode 100644 StdLib/PosixLib/Glob/LibGlob.inf
delete mode 100644 StdLib/PosixLib/Glob/glob.c
delete mode 100644 StdLib/PosixLib/PosixLib.inf
delete mode 100644 StdLib/PosixLib/Stringlist/LibStringlist.inf
delete mode 100644 StdLib/PosixLib/Stringlist/stringlist.c
delete mode 100644 StdLib/ReadMe.txt
delete mode 100644 StdLib/SocketDxe/ComponentName.c
delete mode 100644 StdLib/SocketDxe/DriverBinding.c
delete mode 100644 StdLib/SocketDxe/EntryUnload.c
delete mode 100644 StdLib/SocketDxe/Socket.h
delete mode 100644 StdLib/SocketDxe/SocketDxe.inf
delete mode 100644 StdLib/StdLib.dec
delete mode 100644 StdLib/StdLib.dsc
delete mode 100644 StdLib/StdLib.inc
delete mode 100644 StdLib/UseSocketDxe/UseSocketDxe.c
delete mode 100644 StdLib/UseSocketDxe/UseSocketDxe.inf
delete mode 100644 StdLibPrivateInternalFiles/DoNotUse.dec
delete mode 100644 StdLibPrivateInternalFiles/Include/Arm/arith.h
delete mode 100644 StdLibPrivateInternalFiles/Include/Arm/gd_qnan.h
delete mode 100644 StdLibPrivateInternalFiles/Include/Device/Console.h
delete mode 100644 StdLibPrivateInternalFiles/Include/Device/Device.h
delete mode 100644 StdLibPrivateInternalFiles/Include/Device/IIO.h
delete mode 100644 StdLibPrivateInternalFiles/Include/Efi/SysEfi.h
delete mode 100644 StdLibPrivateInternalFiles/Include/Ia32/arith.h
delete mode 100644 StdLibPrivateInternalFiles/Include/Ia32/gd_qnan.h
delete mode 100644 StdLibPrivateInternalFiles/Include/LibConfig.h
delete mode 100644 StdLibPrivateInternalFiles/Include/MainData.h
delete mode 100644 StdLibPrivateInternalFiles/Include/X64/arith.h
delete mode 100644 StdLibPrivateInternalFiles/Include/X64/gd_qnan.h
delete mode 100644 StdLibPrivateInternalFiles/Include/extern.h
delete mode 100644 StdLibPrivateInternalFiles/Include/kfile.h
delete mode 100644 StdLibPrivateInternalFiles/Include/namespace.h
delete mode 100644 StdLibPrivateInternalFiles/Include/reentrant.h
delete mode 100644 StdLibPrivateInternalFiles/ReadMe.txt
--
2.21.0.windows.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Patch V2 1/2] edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
2019-04-26 1:07 [Patch V2 0/2] Remove AppPkg, StdLib, StdLibPrivateInternalFiles Michael D Kinney
@ 2019-04-26 1:07 ` Michael D Kinney
2019-04-26 22:19 ` [edk2-devel] " Laszlo Ersek
2019-04-26 1:07 ` [Patch V2 2/2] edk2: Update ReadMe.md and Maintainer.txt for edk2-libc repo Michael D Kinney
1 sibling, 1 reply; 5+ messages in thread
From: Michael D Kinney @ 2019-04-26 1:07 UTC (permalink / raw)
To: devel; +Cc: Jaben Carsey, Daryl McDaniel
https://bugzilla.tianocore.org/show_bug.cgi?id=1734
Remove the following packages and move them to the new
edk2-libc repository
* AppPkg
* StdLib
* StdLibPrivateInternalFiles
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Daryl McDaniel <edk2-lists@mc2research.org>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
===================
NOTE: Patch contents that show the removal of files from AppPkg, StdLib, and
StdLibPrivateInternalFiles has been removed. See Patch #0 for a summary
of the removed files.
===================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Patch V2 2/2] edk2: Update ReadMe.md and Maintainer.txt for edk2-libc repo
2019-04-26 1:07 [Patch V2 0/2] Remove AppPkg, StdLib, StdLibPrivateInternalFiles Michael D Kinney
2019-04-26 1:07 ` [Patch V2 1/2] edk2: " Michael D Kinney
@ 2019-04-26 1:07 ` Michael D Kinney
2019-04-26 22:20 ` [edk2-devel] " Laszlo Ersek
1 sibling, 1 reply; 5+ messages in thread
From: Michael D Kinney @ 2019-04-26 1:07 UTC (permalink / raw)
To: devel; +Cc: Jaben Carsey, Daryl McDaniel
https://bugzilla.tianocore.org/show_bug.cgi?id=1734
The following packages have been moved to the new edk2-libc
repository. Remove references to these packages from
Readme.md and Maintainers.txt.
* AppPkg
* StdLib
* StdLibPrivateInternalFiles
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Daryl McDaniel <edk2-lists@mc2research.org>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
---
Maintainers.txt | 10 ----------
Readme.md | 3 ---
2 files changed, 13 deletions(-)
diff --git a/Maintainers.txt b/Maintainers.txt
index ace0a58d94..7b432494ce 100644
--- a/Maintainers.txt
+++ b/Maintainers.txt
@@ -63,11 +63,6 @@ M: Liming Gao <liming.gao@intel.com>
EDK II Packages:
----------------
-AppPkg
-W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg
-M: Daryl McDaniel <edk2-lists@mc2research.org>
-M: Jaben Carsey <jaben.carsey@intel.com>
-
ArmPkg
W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
M: Leif Lindholm <leif.lindholm@linaro.org>
@@ -259,11 +254,6 @@ SourceLevelDebugPkg
W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
M: Hao Wu <hao.a.wu@intel.com>
-StdLib, StdLibPrivateInternalFiles
-W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib
-M: Daryl McDaniel <edk2-lists@mc2research.org>
-M: Jaben Carsey <jaben.carsey@intel.com>
-
UefiCpuPkg
W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
M: Eric Dong <eric.dong@intel.com>
diff --git a/Readme.md b/Readme.md
index 177d51972a..1feba16075 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,9 +6,6 @@ for the UEFI and PI specifications from www.uefi.org.
The majority of the content in the EDK II open source project uses a
[BSD-2-Clause Plus Patent License](License.txt). The EDK II open source project
contains the following components that are covered by additional licenses:
-* [AppPkg/Applications/Python/Python-2.7.2/Tools/pybench](AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/LICENSE)
-* [AppPkg/Applications/Python/Python-2.7.2](AppPkg/Applications/Python/Python-2.7.2/LICENSE)
-* [AppPkg/Applications/Python/Python-2.7.10](AppPkg/Applications/Python/Python-2.7.10/LICENSE)
* [BaseTools/Source/C/BrotliCompress](BaseTools/Source/C/BrotliCompress/LICENSE)
* [MdeModulePkg/Library/BrotliCustomDecompressLib](MdeModulePkg/Library/BrotliCustomDecompressLib/LICENSE)
* [BaseTools/Source/C/LzmaCompress](BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt)
--
2.21.0.windows.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [Patch V2 1/2] edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
2019-04-26 1:07 ` [Patch V2 1/2] edk2: " Michael D Kinney
@ 2019-04-26 22:19 ` Laszlo Ersek
0 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2019-04-26 22:19 UTC (permalink / raw)
To: devel, michael.d.kinney; +Cc: Jaben Carsey, Daryl McDaniel
On 04/26/19 03:07, Michael D Kinney wrote:
> https://bugzilla.tianocore.org/show_bug.cgi?id=1734
>
> Remove the following packages and move them to the new
> edk2-libc repository
>
> * AppPkg
> * StdLib
> * StdLibPrivateInternalFiles
>
> Cc: Jaben Carsey <jaben.carsey@intel.com>
> Cc: Daryl McDaniel <edk2-lists@mc2research.org>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
>
> ===================
> NOTE: Patch contents that show the removal of files from AppPkg, StdLib, and
> StdLibPrivateInternalFiles has been removed. See Patch #0 for a summary
> of the removed files.
> ===================
>
>
>
>
Acked-by: Laszlo Ersek <lersek@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [Patch V2 2/2] edk2: Update ReadMe.md and Maintainer.txt for edk2-libc repo
2019-04-26 1:07 ` [Patch V2 2/2] edk2: Update ReadMe.md and Maintainer.txt for edk2-libc repo Michael D Kinney
@ 2019-04-26 22:20 ` Laszlo Ersek
0 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2019-04-26 22:20 UTC (permalink / raw)
To: devel, michael.d.kinney; +Cc: Jaben Carsey, Daryl McDaniel
On 04/26/19 03:07, Michael D Kinney wrote:
> https://bugzilla.tianocore.org/show_bug.cgi?id=1734
>
> The following packages have been moved to the new edk2-libc
> repository. Remove references to these packages from
> Readme.md and Maintainers.txt.
>
> * AppPkg
> * StdLib
> * StdLibPrivateInternalFiles
>
> Cc: Jaben Carsey <jaben.carsey@intel.com>
> Cc: Daryl McDaniel <edk2-lists@mc2research.org>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
> ---
> Maintainers.txt | 10 ----------
> Readme.md | 3 ---
> 2 files changed, 13 deletions(-)
>
> diff --git a/Maintainers.txt b/Maintainers.txt
> index ace0a58d94..7b432494ce 100644
> --- a/Maintainers.txt
> +++ b/Maintainers.txt
> @@ -63,11 +63,6 @@ M: Liming Gao <liming.gao@intel.com>
>
> EDK II Packages:
> ----------------
> -AppPkg
> -W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg
> -M: Daryl McDaniel <edk2-lists@mc2research.org>
> -M: Jaben Carsey <jaben.carsey@intel.com>
> -
> ArmPkg
> W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
> M: Leif Lindholm <leif.lindholm@linaro.org>
> @@ -259,11 +254,6 @@ SourceLevelDebugPkg
> W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
> M: Hao Wu <hao.a.wu@intel.com>
>
> -StdLib, StdLibPrivateInternalFiles
> -W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib
> -M: Daryl McDaniel <edk2-lists@mc2research.org>
> -M: Jaben Carsey <jaben.carsey@intel.com>
> -
> UefiCpuPkg
> W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
> M: Eric Dong <eric.dong@intel.com>
> diff --git a/Readme.md b/Readme.md
> index 177d51972a..1feba16075 100644
> --- a/Readme.md
> +++ b/Readme.md
> @@ -6,9 +6,6 @@ for the UEFI and PI specifications from www.uefi.org.
> The majority of the content in the EDK II open source project uses a
> [BSD-2-Clause Plus Patent License](License.txt). The EDK II open source project
> contains the following components that are covered by additional licenses:
> -* [AppPkg/Applications/Python/Python-2.7.2/Tools/pybench](AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/LICENSE)
> -* [AppPkg/Applications/Python/Python-2.7.2](AppPkg/Applications/Python/Python-2.7.2/LICENSE)
> -* [AppPkg/Applications/Python/Python-2.7.10](AppPkg/Applications/Python/Python-2.7.10/LICENSE)
> * [BaseTools/Source/C/BrotliCompress](BaseTools/Source/C/BrotliCompress/LICENSE)
> * [MdeModulePkg/Library/BrotliCustomDecompressLib](MdeModulePkg/Library/BrotliCustomDecompressLib/LICENSE)
> * [BaseTools/Source/C/LzmaCompress](BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt)
>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-04-26 22:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26 1:07 [Patch V2 0/2] Remove AppPkg, StdLib, StdLibPrivateInternalFiles Michael D Kinney
2019-04-26 1:07 ` [Patch V2 1/2] edk2: " Michael D Kinney
2019-04-26 22:19 ` [edk2-devel] " Laszlo Ersek
2019-04-26 1:07 ` [Patch V2 2/2] edk2: Update ReadMe.md and Maintainer.txt for edk2-libc repo Michael D Kinney
2019-04-26 22:20 ` [edk2-devel] " Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox