]> git.proxmox.com Git - mirror_edk2.git/commit
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
authorMichael D Kinney <michael.d.kinney@intel.com>
Sat, 20 Apr 2019 00:22:39 +0000 (17:22 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Mon, 29 Apr 2019 20:06:36 +0000 (13:06 -0700)
commit964f432b9b0afe103c41c7613fade3e699118afe
treec2b2dbbd67a93c1e07c8ebd148d9f4fe3f118967
parente2d3a25f1a3135221a9c8061e1b8f90245d727eb
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles

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>
Acked-by: Laszlo Ersek <lersek@redhat.com>
3647 files changed:
AppPkg/AppPkg.dec [deleted file]
AppPkg/AppPkg.dsc [deleted file]
AppPkg/Applications/ArithChk/ArithChk.inf [deleted file]
AppPkg/Applications/ArithChk/arithchk.c [deleted file]
AppPkg/Applications/Enquire/Enquire.c [deleted file]
AppPkg/Applications/Enquire/Enquire.inf [deleted file]
AppPkg/Applications/Hello/Hello.c [deleted file]
AppPkg/Applications/Hello/Hello.inf [deleted file]
AppPkg/Applications/Lua/Copyright.txt [deleted file]
AppPkg/Applications/Lua/Lua.inf [deleted file]
AppPkg/Applications/Lua/LuaLib.inf [deleted file]
AppPkg/Applications/Lua/ReadMe.txt [deleted file]
AppPkg/Applications/Lua/doc/contents.html [deleted file]
AppPkg/Applications/Lua/doc/logo.gif [deleted file]
AppPkg/Applications/Lua/doc/lua.1 [deleted file]
AppPkg/Applications/Lua/doc/lua.css [deleted file]
AppPkg/Applications/Lua/doc/luac.1 [deleted file]
AppPkg/Applications/Lua/doc/manual.css [deleted file]
AppPkg/Applications/Lua/doc/manual.html [deleted file]
AppPkg/Applications/Lua/doc/osi-certified-72x60.png [deleted file]
AppPkg/Applications/Lua/doc/readme.html [deleted file]
AppPkg/Applications/Lua/scripts/Fact.lua [deleted file]
AppPkg/Applications/Lua/scripts/Hello.lua [deleted file]
AppPkg/Applications/Lua/src/Makefile [deleted file]
AppPkg/Applications/Lua/src/lapi.c [deleted file]
AppPkg/Applications/Lua/src/lapi.h [deleted file]
AppPkg/Applications/Lua/src/lauxlib.c [deleted file]
AppPkg/Applications/Lua/src/lauxlib.h [deleted file]
AppPkg/Applications/Lua/src/lbaselib.c [deleted file]
AppPkg/Applications/Lua/src/lbitlib.c [deleted file]
AppPkg/Applications/Lua/src/lcode.c [deleted file]
AppPkg/Applications/Lua/src/lcode.h [deleted file]
AppPkg/Applications/Lua/src/lcorolib.c [deleted file]
AppPkg/Applications/Lua/src/lctype.c [deleted file]
AppPkg/Applications/Lua/src/lctype.h [deleted file]
AppPkg/Applications/Lua/src/ldblib.c [deleted file]
AppPkg/Applications/Lua/src/ldebug.c [deleted file]
AppPkg/Applications/Lua/src/ldebug.h [deleted file]
AppPkg/Applications/Lua/src/ldo.c [deleted file]
AppPkg/Applications/Lua/src/ldo.h [deleted file]
AppPkg/Applications/Lua/src/ldump.c [deleted file]
AppPkg/Applications/Lua/src/lfunc.c [deleted file]
AppPkg/Applications/Lua/src/lfunc.h [deleted file]
AppPkg/Applications/Lua/src/lgc.c [deleted file]
AppPkg/Applications/Lua/src/lgc.h [deleted file]
AppPkg/Applications/Lua/src/linit.c [deleted file]
AppPkg/Applications/Lua/src/liolib.c [deleted file]
AppPkg/Applications/Lua/src/llex.c [deleted file]
AppPkg/Applications/Lua/src/llex.h [deleted file]
AppPkg/Applications/Lua/src/llimits.h [deleted file]
AppPkg/Applications/Lua/src/lmathlib.c [deleted file]
AppPkg/Applications/Lua/src/lmem.c [deleted file]
AppPkg/Applications/Lua/src/lmem.h [deleted file]
AppPkg/Applications/Lua/src/loadlib.c [deleted file]
AppPkg/Applications/Lua/src/lobject.c [deleted file]
AppPkg/Applications/Lua/src/lobject.h [deleted file]
AppPkg/Applications/Lua/src/lopcodes.c [deleted file]
AppPkg/Applications/Lua/src/lopcodes.h [deleted file]
AppPkg/Applications/Lua/src/loslib.c [deleted file]
AppPkg/Applications/Lua/src/lparser.c [deleted file]
AppPkg/Applications/Lua/src/lparser.h [deleted file]
AppPkg/Applications/Lua/src/lstate.c [deleted file]
AppPkg/Applications/Lua/src/lstate.h [deleted file]
AppPkg/Applications/Lua/src/lstring.c [deleted file]
AppPkg/Applications/Lua/src/lstring.h [deleted file]
AppPkg/Applications/Lua/src/lstrlib.c [deleted file]
AppPkg/Applications/Lua/src/ltable.c [deleted file]
AppPkg/Applications/Lua/src/ltable.h [deleted file]
AppPkg/Applications/Lua/src/ltablib.c [deleted file]
AppPkg/Applications/Lua/src/ltm.c [deleted file]
AppPkg/Applications/Lua/src/ltm.h [deleted file]
AppPkg/Applications/Lua/src/lua.c [deleted file]
AppPkg/Applications/Lua/src/lua.h [deleted file]
AppPkg/Applications/Lua/src/lua.hpp [deleted file]
AppPkg/Applications/Lua/src/luac.c [deleted file]
AppPkg/Applications/Lua/src/luaconf.h [deleted file]
AppPkg/Applications/Lua/src/lualib.h [deleted file]
AppPkg/Applications/Lua/src/lundump.c [deleted file]
AppPkg/Applications/Lua/src/lundump.h [deleted file]
AppPkg/Applications/Lua/src/lvm.c [deleted file]
AppPkg/Applications/Lua/src/lvm.h [deleted file]
AppPkg/Applications/Lua/src/lzio.c [deleted file]
AppPkg/Applications/Lua/src/lzio.h [deleted file]
AppPkg/Applications/Main/Main.c [deleted file]
AppPkg/Applications/Main/Main.inf [deleted file]
AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.c [deleted file]
AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.inf [deleted file]
AppPkg/Applications/OrderedCollectionTest/gentest.sh [deleted file]
AppPkg/Applications/Python/Efi/config.c [deleted file]
AppPkg/Applications/Python/Efi/edk2module.c [deleted file]
AppPkg/Applications/Python/Efi/getpath.c [deleted file]
AppPkg/Applications/Python/Ia32/pyconfig.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Include/fileobject.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Include/osdefs.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Include/pyport.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Lib/ntpath.py [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Lib/os.py [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Lib/pydoc.py [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Lib/site.py [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/_sre.c [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/addrinfo.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/errnomodule.c [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/expat_external.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/xmlparse.c [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/main.c [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/selectmodule.c [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/socketmodule.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/zutil.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Objects/longobject.c [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/localeutil.h [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Python/getcopyright.c [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Python/import.c [deleted file]
AppPkg/Applications/Python/PyMod-2.7.2/Python/marshal.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/Python-ast.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/Python.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/abstract.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/asdl.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/ast.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/bitset.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/boolobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/bufferobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/bytearrayobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/bytes_methods.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/bytesobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/cStringIO.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/cellobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/ceval.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/classobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/cobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/code.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/codecs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/compile.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/complexobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/datetime.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/descrobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/dictobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/dtoa.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/enumobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/errcode.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/eval.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/fileobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/floatobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/frameobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/funcobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/genobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/graminit.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/grammar.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/import.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/intobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/intrcheck.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/iterobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/listobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/longintrepr.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/longobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/marshal.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/memoryobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/metagrammar.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/methodobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/modsupport.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/moduleobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/node.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/object.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/objimpl.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/opcode.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/osdefs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/parsetok.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/patchlevel.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pgen.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pgenheaders.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/py_curses.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pyarena.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pycapsule.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pyctype.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pydebug.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pyerrors.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pyexpat.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pyfpe.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pygetopt.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pymacconfig.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pymactoolbox.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pymath.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pymem.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pyport.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pystate.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pystrcmp.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pystrtod.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pythonrun.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/pythread.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/rangeobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/setobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/sliceobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/stringobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/structmember.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/structseq.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/symtable.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/sysmodule.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/timefuncs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/token.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/traceback.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/tupleobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/ucnhash.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/unicodeobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/warnings.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Include/weakrefobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/LICENSE [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/BaseHTTPServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/HTMLParser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/SimpleHTTPServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/SocketServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/StringIO.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/UserDict.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/_abcoll.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/_weakrefset.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/abc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/argparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/ast.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/atexit.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/binhex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/bisect.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/calendar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/cmd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/codecs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/collections.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/compileall.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/copy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/copy_reg.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/csv.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/dis.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/dummy_thread.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/aliases.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ascii.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/base64_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/big5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/big5hkscs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/bz2_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/charmap.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp037.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1006.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1026.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1140.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1250.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1251.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1252.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1253.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1254.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1255.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1256.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1257.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp1258.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp424.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp437.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp500.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp720.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp737.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp775.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp850.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp852.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp855.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp856.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp857.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp858.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp860.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp861.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp862.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp863.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp864.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp865.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp866.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp869.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp874.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp875.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp932.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp949.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/cp950.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jis_2004.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jisx0213.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_jp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/euc_kr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gb18030.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gb2312.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/gbk.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hex_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hp_roman8.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/hz.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/idna.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_2004.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_jp_ext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso2022_kr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_10.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_11.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_13.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_14.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_15.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_16.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_4.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_6.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_7.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_8.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/iso8859_9.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/johab.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/koi8_r.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/koi8_u.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/latin_1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_arabic.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_centeuro.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_croatian.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_cyrillic.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_farsi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_greek.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_iceland.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_latin2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_roman.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_romanian.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mac_turkish.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/mbcs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/palmos.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ptcp154.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/punycode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/quopri_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/raw_unicode_escape.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/rot_13.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jis.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jis_2004.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/shift_jisx0213.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/string_escape.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/tis_620.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/undefined.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/unicode_escape.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/unicode_internal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16_be.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_16_le.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32_be.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_32_le.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_7.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_8.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/utf_8_sig.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/uu_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/zlib_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/fileinput.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/fnmatch.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/formatter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/functools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/genericpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/getopt.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/gettext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/hashlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/heapq.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/importlib/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/inspect.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/io.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/decoder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/encoder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/scanner.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_check_circular.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_decode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_default.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_dump.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_encode_basestring_ascii.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_fail.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_float.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_indent.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_pass3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_recursion.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_scanstring.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_separators.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_speedups.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_tool.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/test_unicode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/json/tool.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/keyword.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/linecache.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/locale.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/md5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/modulefinder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/numbers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/opcode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/optparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/pkgutil.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/platform.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/topics.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/random.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/re.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/repr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/runpy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/sha.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/shutil.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/README [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/socket.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/sre.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/sre_compile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/sre_constants.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/sre_parse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/stat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/string.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/struct.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/sysconfig.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/textwrap.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/token.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/tokenize.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/traceback.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/types.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/urlparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/warnings.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/weakref.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/NodeFilter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/domreg.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/expatbuilder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/minicompat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/minidom.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/pulldom.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/xmlbuilder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementInclude.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementPath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ElementTree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/cElementTree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/parsers/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/parsers/expat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/_exceptions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/expatreader.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/handler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/saxutils.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/xmlreader.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/xmllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Lib/zipfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_bisectmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_codecsmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_csv.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_functoolsmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/_iomodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/_iomodule.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/bufferedio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/bytesio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/iobase.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/stringio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_io/textio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_json.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_localemodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_math.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_math.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/_weakref.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/addrinfo.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cStringIO.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/README [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_cn.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_hk.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_iso2022.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_jp.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_kr.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_tw.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/alg_jisx0201.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/cjkcodecs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/emu_jisx0213_2000.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_cn.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_hk.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_jisx0213_pair.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_jp.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_kr.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/mappings_tw.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/multibytecodec.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/multibytecodec.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/cmathmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/datetimemodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/COPYING [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ascii.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/asciitab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/expat.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/expat_external.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/iasciitab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/internal.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/latin1tab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/nametab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/utf8tab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlparse.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlrole.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlrole.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/future_builtins.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/gcmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/getbuildinfo.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/mathmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/md5.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/md5.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/md5module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/operator.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/parsermodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/python.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/sha256module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/sha512module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/shamodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/signalmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/socketmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/socketmodule.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/sre.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/sre_constants.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/stropmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/symtablemodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/timemodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata_db.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/unicodename_db.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/xxsubtype.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zipimport.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ChangeLog [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/FAQ [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/INDEX [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/README [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/adler32.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/algorithm.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/compress.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/configure [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/crc32.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/crc32.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/example.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzclose.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzguts.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzlib.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzread.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzwrite.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/infback.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffast.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffast.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffixed.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inftrees.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inftrees.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/minigzip.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/uncompr.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zconf.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zlib.3 [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zlib.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zutil.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zutil.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Modules/zlibmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/boolobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/bufferobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/bytearrayobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/bytes_methods.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/capsule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/cellobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/cobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/codeobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/complexobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/descrobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/dictnotes.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/dictobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/enumobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/exceptions.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/floatobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/frameobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/funcobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/genobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/intobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/iterobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/listsort.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/lnotab_notes.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/memoryobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/methodobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/moduleobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/object.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/obmalloc.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/rangeobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/sliceobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/README.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/count.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ctype.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/fastsearch.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/find.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/formatter.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/partition.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/split.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/string_format.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/stringdefs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/transmogrify.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/unicodedefs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/stringobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/structseq.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/tupleobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/unicodectype.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/unicodeobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/unicodetype_db.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Objects/weakrefobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/acceler.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/bitset.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/firstsets.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/grammar.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/grammar1.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/listnode.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/metagrammar.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/myreadline.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/node.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/parser.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/parser.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/parsetok.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/tokenizer.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Parser/tokenizer.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Py2710ReadMe.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/fileobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/osdefs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/pyport.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ntpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/os.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/pydoc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/site.py [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/_sre.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/addrinfo.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/config.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/errnomodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/expat/expat_external.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/getpath.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/main.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/selectmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/gzguts.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/zutil.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/longobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/localeutil.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/getcopyright.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/marshal.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/random.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/Python-ast.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/_warnings.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/asdl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/ast.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/bltinmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/compile.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/dtoa.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/dynload_stub.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/errors.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/formatter_string.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/formatter_unicode.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/frozen.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/future.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/getcompiler.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/getopt.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/getplatform.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/getversion.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/graminit.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/import.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/importdl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/importdl.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/modsupport.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/mysnprintf.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/mystrtoul.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/peephole.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/pyarena.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/pyctype.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/pyfpe.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/pymath.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/pystate.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/pystrcmp.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/pystrtod.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/pythonrun.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/structmember.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/sysmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c [deleted file]
AppPkg/Applications/Python/Python-2.7.10/Python2710.inf [deleted file]
AppPkg/Applications/Python/Python-2.7.10/README [deleted file]
AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h [deleted file]
AppPkg/Applications/Python/Python-2.7.10/libprep.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.10/srcprep.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi0.sh [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/cgi3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/wiki.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Complex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Dates.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Dbm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/classes/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Range.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Rev.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/classes/Vec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/classes/bitvec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/patterns [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/regextest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/sortingtest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/systemtest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/foo [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/md5driver.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Eiffel.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Enum.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Meta.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Simple.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Synch.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/Trace.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/index.html [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/meta-vladimir.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/Eiffel.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/Enum.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/FILES [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/docstring.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/example.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/simple.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/source.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/test_parser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/test_unparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/parser/unparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/FSProxy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/RCSProxy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/client.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/cmdfw.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/cmptree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/cvslib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/cvslock.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/mac.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/makechangelog.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcsbump [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcsclient.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcslib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcvs [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rcvs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rrcs [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/rrcs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/security.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/server.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/sumtree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/beer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/eqfix.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/fact.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/find-uname.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/from.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/lpwatch.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/makedir.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/markov.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/mboxconvert.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/morse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/newslist.doc [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/newslist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/pi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/pp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/primes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/queens.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/script.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/unbirthday.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/update.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/broadcast.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/echosvr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/finger.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ftp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/gopher.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/mcast.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/radio.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/rpython.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/rpythond.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/telnet.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/throughput.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/udpecho.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/unicast.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/unixclient.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/unixserver.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/xml/elem_count.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/xml/roundtrip.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/xml/rss2html.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/minigzip.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/zlibdemo.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Grammar/Grammar [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/Python-ast.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/Python.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/abstract.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/asdl.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/ast.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/bitset.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/boolobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/bufferobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/bytearrayobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/bytes_methods.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/bytesobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/cStringIO.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/cellobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/ceval.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/classobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/cobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/code.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/codecs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/compile.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/complexobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/datetime.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/descrobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/dictobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/dtoa.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/enumobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/errcode.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/eval.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/fileobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/floatobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/frameobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/funcobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/genobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/graminit.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/grammar.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/import.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/intobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/intrcheck.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/iterobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/listobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/longintrepr.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/longobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/marshal.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/memoryobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/metagrammar.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/methodobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/modsupport.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/moduleobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/node.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/object.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/objimpl.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/opcode.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/osdefs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/parsetok.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/patchlevel.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pgen.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pgenheaders.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/py_curses.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pyarena.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pycapsule.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pyctype.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pydebug.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pyerrors.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pyexpat.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pyfpe.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pygetopt.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pymacconfig.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pymactoolbox.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pymath.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pymem.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pyport.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pystate.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pystrcmp.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pystrtod.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pythonrun.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/pythread.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/rangeobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/setobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/sliceobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/stringobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/structmember.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/structseq.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/symtable.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/sysmodule.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/timefuncs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/token.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/traceback.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/tupleobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/ucnhash.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/unicodeobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/warnings.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Include/weakrefobject.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/LICENSE [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/BaseHTTPServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/Bastion.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/CGIHTTPServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/ConfigParser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/Cookie.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/DocXMLRPCServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/HTMLParser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/MimeWriter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/Queue.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/SimpleHTTPServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/SimpleXMLRPCServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/SocketServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/StringIO.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/UserDict.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/UserList.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/UserString.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/_LWPCookieJar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/_MozillaCookieJar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/__future__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/__phello__.foo.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/_abcoll.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/_pyio.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/_strptime.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/_weakrefset.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/abc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/aifc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/antigravity.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/anydbm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/argparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/ast.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/asynchat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/asyncore.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/atexit.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/base64.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/bdb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/binhex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/bisect.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/cProfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/calendar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/cgi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/cgitb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/chunk.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/cmd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/code.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/codecs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/codeop.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/collections.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/colorsys.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/commands.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compileall.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ast.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/consts.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/future.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/misc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/pyassem.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/pycodegen.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/symbols.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/syntax.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/transformer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/visitor.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/contextlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/cookielib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/copy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/copy_reg.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/csv.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/dbhash.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/difflib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/dircache.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/dis.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/archive_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/bcppcompiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ccompiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/cmd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist_dumb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist_msi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist_rpm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/bdist_wininst.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build_clib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build_ext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build_py.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/build_scripts.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/check.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/clean.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/command_template [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/config.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_data.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_egg_info.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_headers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_lib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/install_scripts.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/register.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/sdist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/upload.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-6.0.exe [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-7.1.exe [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-8.0.exe [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-9.0-amd64.exe [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/wininst-9.0.exe [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/config.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/core.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/cygwinccompiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/dep_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/dir_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/dist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/emxccompiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/errors.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/extension.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/fancy_getopt.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/file_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/filelist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/log.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/msvc9compiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/msvccompiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/spawn.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/sysconfig.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/Setup.sample [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/setuptools_build_ext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/setuptools_extension.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/support.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_archive_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist_dumb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist_msi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist_rpm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_bdist_wininst.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build_clib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build_ext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build_py.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_build_scripts.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_ccompiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_check.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_clean.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_cmd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_config.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_config_cmd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_core.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_dep_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_dir_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_dist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_file_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_filelist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install_data.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install_headers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install_lib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_install_scripts.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_msvc9compiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_register.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_sdist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_spawn.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_sysconfig.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_text_file.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_unixccompiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_upload.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_version.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/test_versionpredicate.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/text_file.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/unixccompiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/version.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/versionpredicate.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/doctest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/dumbdbm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/dummy_thread.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/dummy_threading.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/_parseaddr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/base64mime.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/charset.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/encoders.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/errors.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/feedparser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/generator.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/header.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/iterators.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/message.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/application.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/audio.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/base.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/image.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/message.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/multipart.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/nonmultipart.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/text.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/parser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/quoprimime.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/PyBanner048.gif [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/audiotest.au [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_01.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_02.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_03.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_04.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_05.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_06.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_07.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_08.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_09.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_10.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_11.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_12.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_12a.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_13.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_14.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_15.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_16.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_17.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_18.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_19.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_20.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_21.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_22.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_23.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_24.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_25.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_26.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_27.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_28.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_29.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_30.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_31.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_32.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_33.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_34.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_35.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_36.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_37.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_38.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_39.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_40.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_41.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_42.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_43.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_44.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_45.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/msg_46.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email_codecs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email_codecs_renamed.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email_renamed.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/test_email_torture.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/email/utils.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/aliases.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ascii.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/base64_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/big5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/big5hkscs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/bz2_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/charmap.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp037.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1006.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1026.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1140.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1250.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1251.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1252.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1253.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1254.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1255.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1256.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1257.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp1258.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp424.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp437.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp500.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp720.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp737.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp775.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp850.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp852.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp855.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp856.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp857.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp858.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp860.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp861.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp862.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp863.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp864.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp865.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp866.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp869.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp874.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp875.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp932.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp949.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/cp950.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/euc_jis_2004.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/euc_jisx0213.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/euc_jp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/euc_kr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/gb18030.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/gb2312.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/gbk.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/hex_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/hp_roman8.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/hz.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/idna.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_2004.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_jp_ext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso2022_kr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_10.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_11.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_13.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_14.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_15.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_16.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_4.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_6.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_7.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_8.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/iso8859_9.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/johab.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/koi8_r.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/koi8_u.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/latin_1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_arabic.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_centeuro.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_croatian.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_cyrillic.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_farsi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_greek.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_iceland.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_latin2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_roman.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_romanian.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mac_turkish.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/mbcs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/palmos.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ptcp154.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/punycode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/quopri_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/raw_unicode_escape.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/rot_13.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/shift_jis.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/shift_jis_2004.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/shift_jisx0213.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/string_escape.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/tis_620.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/undefined.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/unicode_escape.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/unicode_internal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_16.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_16_be.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_16_le.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_32.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_32_be.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_32_le.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_7.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_8.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/utf_8_sig.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/uu_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/zlib_codec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/filecmp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/fileinput.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/fnmatch.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/formatter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/fpformat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/fractions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/ftplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/functools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/genericpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/getopt.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/getpass.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/gettext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/glob.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/gzip.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/hashlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/heapq.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/hmac.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/log.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/stats.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/stones.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/htmlentitydefs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/htmllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/httplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/ihooks.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/imaplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/imghdr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/importlib/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/imputil.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/inspect.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/io.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/decoder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/encoder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/scanner.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_check_circular.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_decode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_default.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_dump.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_encode_basestring_ascii.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_fail.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_float.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_indent.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_pass1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_pass2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_pass3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_recursion.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_scanstring.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_separators.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_speedups.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/test_unicode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/json/tool.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/keyword.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/Grammar.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/PatternGrammar.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/__main__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/btm_matcher.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/btm_utils.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixer_base.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixer_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_apply.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_basestring.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_buffer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_callable.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_dict.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_except.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_exec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_execfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_exitfunc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_filter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_funcattrs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_future.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_getcwdu.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_has_key.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_idioms.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_import.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_imports.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_imports2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_input.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_intern.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_isinstance.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_itertools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_itertools_imports.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_long.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_map.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_metaclass.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_methodattrs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_ne.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_next.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_nonzero.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_numliterals.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_operator.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_paren.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_print.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_raise.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_raw_input.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_reduce.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_renames.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_repr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_set_literal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_standarderror.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_sys_exc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_throw.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_tuple_params.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_types.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_unicode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_urllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_ws_comma.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_xrange.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_xreadlines.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_zip.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/main.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/patcomp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/conv.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/driver.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/grammar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/literals.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/parse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/pgen.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/token.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/tokenize.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pygram.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pytree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/refactor.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/bom.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/crlf.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/different_encoding.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/bad_order.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/parrot_example.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/infinite_recursion.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/py2_test_grammar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/py3_test_grammar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/pytree_idempotency.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/support.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_all_fixers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_fixers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_main.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_parser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_pytree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_refactor.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/test_util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/linecache.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/locale.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/logging/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/logging/config.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/logging/handlers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/mailbox.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/mailcap.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/markupbase.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/md5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/mhlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/mimetools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/mimetypes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/mimify.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/modulefinder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/multifile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/mutex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/netrc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/new.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/nntplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/ntpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/nturl2path.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/numbers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/opcode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/optparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/os.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pdb.doc [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pdb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pickle.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pickletools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pipes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pkgutil.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/platform.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/plistlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/popen2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/poplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/posixfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/posixpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pprint.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/profile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pstats.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pty.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/py_compile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pyclbr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/topics.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/quopri.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/random.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/re.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/repr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/rexec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/rfc822.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/rlcompleter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/robotparser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/runpy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sched.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sets.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sgmllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sha.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/shelve.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/shlex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/shutil.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/site-packages/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/site.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/smtpd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/smtplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sndhdr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/socket.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sre.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sre_compile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sre_constants.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sre_parse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/ssl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/stat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/statvfs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/string.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/stringold.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/stringprep.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/struct.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/symbol.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/symtable.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/sysconfig.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/tabnanny.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/tarfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/telnetlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/tempfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/185test.db [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/Sine-1000Hz-300ms.aif [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/audiotest.au [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/autotest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/bad_coding.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/bad_coding2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badcert.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badkey.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future4.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future6.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future7.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future8.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future9.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_nocaret.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/buffer_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cfgparser.1 [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/check_soundcard.vbs [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/big5-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/big5.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/big5hkscs-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/big5hkscs.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/cp949-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/cp949.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_jisx0213-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_jisx0213.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_jp-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_jp.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_kr-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/euc_kr.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gb18030-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gb18030.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gb2312-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gb2312.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gbk-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/gbk.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/hz-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/hz.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/johab-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/johab.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/shift_jis-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/shift_jis.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/shift_jisx0213-utf8.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/shift_jisx0213.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/cmath_testcases.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/bogus_code_obj.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/borrowed_ref_1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/borrowed_ref_2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/compiler_recursion.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/gc_has_finalizer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/gc_inspection.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/infinite_loop_re.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/loosing_mro_ref.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/mutation_inside_cyclegc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/nasty_eq_vs_dict.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/recursion_limit_too_high.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/recursive_call.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/curses_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/data/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/abs.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/add.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/and.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/base.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/clamp.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/class.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/compare.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/comparetotal.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/comparetotmag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/copy.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/copyabs.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/copynegate.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/copysign.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddAbs.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddAdd.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddAnd.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddBase.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCanonical.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddClass.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCompare.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCompareSig.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCompareTotal.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCompareTotalMag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCopy.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCopyAbs.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCopyNegate.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddCopySign.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddDivide.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddDivideInt.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddEncode.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddFMA.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddInvert.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddLogB.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMax.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMaxMag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMin.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMinMag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMinus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddMultiply.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddNextMinus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddNextPlus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddNextToward.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddOr.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddPlus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddQuantize.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddReduce.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddRemainder.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddRemainderNear.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddRotate.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddSameQuantum.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddScaleB.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddShift.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddSubtract.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddToIntegral.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ddXor.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/decDouble.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/decQuad.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/decSingle.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/divide.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/divideint.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqAbs.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqAdd.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqAnd.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqBase.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCanonical.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqClass.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCompare.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCompareSig.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCompareTotal.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCompareTotalMag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCopy.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCopyAbs.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCopyNegate.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqCopySign.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqDivide.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqDivideInt.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqEncode.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqFMA.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqInvert.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqLogB.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMax.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMaxMag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMin.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMinMag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMinus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqMultiply.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqNextMinus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqNextPlus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqNextToward.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqOr.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqPlus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqQuantize.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqReduce.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqRemainder.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqRemainderNear.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqRotate.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqSameQuantum.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqScaleB.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqShift.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqSubtract.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqToIntegral.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dqXor.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dsBase.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/dsEncode.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/exp.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/extra.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/fma.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/inexact.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/invert.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ln.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/log10.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/logb.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/max.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/maxmag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/min.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/minmag.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/minus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/multiply.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/nextminus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/nextplus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/nexttoward.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/or.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/plus.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/power.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/powersqrt.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/quantize.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/randomBound32.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/randoms.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/reduce.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/remainder.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/remainderNear.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/rescale.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/rotate.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/rounding.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/samequantum.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/scaleb.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/shift.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/squareroot.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/subtract.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/testall.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/tointegral.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/tointegralx.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/xor.decTest [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/doctest_aliases.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/double_const.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/empty.vbs [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/exception_hierarchy.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/floating_points.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/fork_wait.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/formatfloat_testcases.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/gdb_sample.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/greyrgb.uue [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/https_svn_python_org_root.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/ieee754.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/infinite_reload.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/inspect_fodder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/inspect_fodder2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/keycert.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/README.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/test_ctypes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/test_dictself.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/test_gestalt.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/test_selftype.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/list_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/lock_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/mapping_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/math_testcases.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/nullcert.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/outstanding_bugs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/pickletester.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/profilee.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/pyclbr_input.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/pydoc_mod.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/pydocfodder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/pystone.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/randv2_32.pck [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/randv2_64.pck [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/randv3.pck [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/re_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/regex_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/regrtest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/relimport.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/reperf.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/sample_doctest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/script_helper.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/seq_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/sgml_input.html [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/sha256.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/sortperf.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/ssl_cert.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/ssl_key.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/string_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/subprocessdata/sigchild_ignore.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/svn_python_org_https_cert.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_MimeWriter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_SimpleHTTPServer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_StringIO.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test___all__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test___future__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test__locale.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_abc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_abstract_numbers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_aepack.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_aifc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_al.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_anydbm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_applesingle.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_argparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_array.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ascii_formatd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ast.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_asynchat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_asyncore.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_atexit.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_audioop.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_augassign.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_base64.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bastion.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bigaddrspace.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bigmem.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_binascii.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_binhex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_binop.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bisect.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bool.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bsddb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bsddb185.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bsddb3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_buffer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bufio.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_builtin.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bytes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_bz2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_calendar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_call.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_capi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cfgparser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cgi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_charmapcodec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_class.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cmath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cmd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cmd_line.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cmd_line_script.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_code.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codeccallbacks.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_cn.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_hk.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_jp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_kr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecencodings_tw.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_cn.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_hk.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_jp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_kr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_tw.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codeop.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_coding.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_coercion.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_collections.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_colorsys.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_commands.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_compare.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_compile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_compileall.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_compiler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_complex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_complex_args.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_contains.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_contextlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cookie.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cookielib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_copy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_copy_reg.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cpickle.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_cprofile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_crypt.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_csv.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ctypes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_curses.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_datetime.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dbm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_decimal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_decorators.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_defaultdict.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_deque.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_descr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_descrtut.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dict.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dictcomps.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dictviews.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_difflib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_difflib_expect.html [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dircache.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dis.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_distutils.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest2.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest3.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest4.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_docxmlrpc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dumbdbm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dummy_thread.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_dummy_threading.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email_codecs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email_renamed.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_enumerate.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_eof.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_epoll.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_errno.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_exception_variations.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_exceptions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_extcall.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fcntl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_file.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_file2k.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_filecmp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fileinput.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fileio.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_float.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fnmatch.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fork1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_format.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fpformat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_fractions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_frozen.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ftplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_funcattrs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_functools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future1.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future4.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_future_builtins.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gdb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gdbm.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_generators.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_genericpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_genexps.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_getargs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_getargs2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_getopt.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gettext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_glob.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_global.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_grammar.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_grp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_gzip.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_hash.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_hashlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_heapq.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_hmac.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_hotshot.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_htmllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_htmlparser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_httplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_httpservers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_imageop.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_imaplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_imgfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_imp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_import.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_importhooks.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_importlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_index.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_inspect.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_int.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_int_literal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_io.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ioctl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_isinstance.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_iter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_iterlen.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_itertools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_json.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_kqueue.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_largefile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_lib2to3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_linecache.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_linuxaudiodev.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_list.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_locale.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_logging.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_long.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_long_future.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_longexp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_macos.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_macostools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_macpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mailbox.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_marshal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_math.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_md5.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_memoryio.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_memoryview.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mhlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mimetools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mimetypes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_minidom.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mmap.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_module.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_modulefinder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_msilib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_multibytecodec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_multibytecodec_support.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_multifile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_multiprocessing.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mutants.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_mutex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_netrc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_new.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_nis.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_normalization.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ntpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_old_mailbox.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_opcodes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_openpty.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_operator.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_optparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_os.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ossaudiodev.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_parser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pdb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_peepholer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep247.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep263.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep277.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep292.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pep352.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pickle.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pickletools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pipes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pkg.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pkgimport.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pkgutil.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_platform.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_plistlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_poll.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_popen.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_popen2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_poplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_posix.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_posixpath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pow.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pprint.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_print.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_profile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_property.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pstats.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pty.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pwd.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_py3kwarn.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pyclbr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pydoc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_pyexpat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_queue.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_quopri.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_random.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_re.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_readline.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_repr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_resource.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_rfc822.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_richcmp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_rlcompleter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_robotparser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_runpy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sax.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_scope.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_scriptpackages.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_select.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_set.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_setcomps.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sets.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sgmllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sha.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_shelve.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_shlex.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_shutil.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_signal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_site.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_slice.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_smtplib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_smtpnet.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_socket.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_socketserver.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_softspace.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sort.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sqlite.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ssl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_startfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_str.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_strftime.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_string.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_stringprep.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_strop.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_strptime.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_strtod.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_struct.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_structmembers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_structseq.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_subprocess.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sunaudiodev.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sundry.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_support.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_symtable.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_syntax.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sys.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sys_setprofile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sys_settrace.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_sysconfig.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tarfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tcl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_telnetlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tempfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_textwrap.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_thread.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threaded_import.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threadedtempfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threading.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threading_local.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_threadsignals.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_time.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_timeout.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tk.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tokenize.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_trace.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_traceback.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_transformer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ttk_guionly.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ttk_textonly.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_tuple.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_typechecks.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_types.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_ucn.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unary.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_undocumented_details.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unicode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unicode_file.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unicodedata.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unittest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_univnewlines.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_univnewlines2k.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unpack.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllib2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllib2_localnet.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllib2net.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urllibnet.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_urlparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_userdict.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_userlist.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_userstring.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_uu.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_uuid.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_wait3.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_wait4.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_warnings.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_wave.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_weakref.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_weakset.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_whichdb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_winreg.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_winsound.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_with.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_wsgiref.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xdrlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xml_etree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xml_etree_c.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xmllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xmlrpc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xpickle.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_xrange.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zipfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zipfile64.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zipimport.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zipimport_support.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_zlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/testall.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/testcodec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/testimg.uue [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/testimgr.uue [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/testrgb.uue [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/testtar.tar [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/tf_inherit_check.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/threaded_import_hangers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/time_hashlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/tokenize_tests.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/testmod.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/warning_tests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/win_console_handler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/wrongcert.pem [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple-ns.xml [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple.xml [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/test.xml [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/test.xml.out [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltests.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/test/zipdir.zip [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/textwrap.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/this.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/timeit.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/toaiff.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/token.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/tokenize.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/trace.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/traceback.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/tty.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/types.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/__main__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/case.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/loader.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/main.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/result.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/runner.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/signals.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/suite.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/dummy.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/support.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_assertions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_break.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_case.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_discovery.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_functiontestcase.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_loader.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_program.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_result.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_runner.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_setups.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_skipping.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/test_suite.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/urllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/urllib2.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/urlparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/user.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/uu.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/uuid.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/warnings.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/wave.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/weakref.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/webbrowser.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/whichdb.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref.egg-info [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/handlers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/headers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/simple_server.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/validate.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xdrlib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/NodeFilter.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/domreg.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/expatbuilder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/minicompat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/minidom.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/pulldom.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/xmlbuilder.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ElementInclude.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ElementPath.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ElementTree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/cElementTree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/parsers/expat.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/_exceptions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/expatreader.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/handler.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/saxutils.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/xmlreader.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xmllib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/xmlrpclib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Lib/zipfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_bisectmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_codecsmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_csv.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_functoolsmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_hashopenssl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_heapqmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_hotshot.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_io/_iomodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_io/_iomodule.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_io/bufferedio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_io/bytesio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_io/iobase.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_io/stringio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_io/textio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_json.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_localemodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_lsprof.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_math.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_math.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/microprotocols.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/microprotocols.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/module.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/prepare_protocol.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/prepare_protocol.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/row.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/row.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/sqlitecompat.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/util.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/util.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_testcapimodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/_weakref.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/addrinfo.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/arraymodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/bz2module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cStringIO.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_cn.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_hk.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_jp.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_kr.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_tw.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/alg_jisx0201.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/cjkcodecs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/emu_jisx0213_2000.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_cn.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_hk.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_jisx0213_pair.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_jp.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_kr.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/mappings_tw.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/multibytecodec.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/multibytecodec.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cmathmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/cryptmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/datetimemodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/errnomodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/COPYING [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/amigaconfig.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ascii.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/asciitab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/expat.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/expat_config.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/expat_external.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/iasciitab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/internal.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/latin1tab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/macconfig.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/nametab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/pyexpatns.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/utf8tab.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/winconfig.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmlparse.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmlrole.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmlrole.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_impl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_impl.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_ns.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/fmmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/fpectlmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/fpetestmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/future_builtins.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/gc_weakref.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/gcmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/getaddrinfo.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/getbuildinfo.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/getnameinfo.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/getpath.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/imageop.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/main.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/mathmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/md5.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/md5.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/md5module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/operator.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/parsermodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/puremodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/pwdmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/pyexpat.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/python.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/readline.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/resource.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/rotatingtree.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/rotatingtree.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/selectmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/sha256module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/sha512module.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/shamodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/signalmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/socketmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/socketmodule.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/sre.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/sre_constants.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/stropmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/symtablemodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/testcapi_long.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/threadmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/timemodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/timing.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/timingmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata_db.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/unicodename_db.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/xxmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/xxsubtype.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/yuv.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/yuvconvert.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zipimport.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ChangeLog [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/FAQ [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/INDEX [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/Makefile [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/Makefile.in [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/adler32.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/algorithm.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/compress.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/configure [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/crc32.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/crc32.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/deflate.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/deflate.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/example.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/gzio.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/infback.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inffast.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inffast.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inffixed.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inftrees.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inftrees.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/make_vms.com [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/minigzip.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/uncompr.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zconf.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zconf.in.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zlib.3 [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zlib.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zutil.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zutil.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Modules/zlibmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/boolobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/bufferobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/bytearrayobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/bytes_methods.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/capsule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/cellobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/cobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/codeobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/complexobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/descrobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/dictnotes.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/dictobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/enumobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/exceptions.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/floatobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/frameobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/funcobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/genobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/intobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/iterobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/listsort.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/lnotab_notes.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/longobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/memoryobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/methodobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/moduleobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/object.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/obmalloc.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/rangeobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/sliceobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/README.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/count.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ctype.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/fastsearch.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/find.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/formatter.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/localeutil.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/partition.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/split.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/string_format.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/stringdefs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/transmogrify.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/unicodedefs.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/stringobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/structseq.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/tupleobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/unicodectype.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/unicodeobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/unicodetype_db.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Objects/weakrefobject.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/Python.asdl [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/acceler.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/asdl.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/asdl_c.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/bitset.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/firstsets.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/grammar.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/grammar1.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/intrcheck.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/listnode.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/metagrammar.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/myreadline.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/node.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/parser.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/parser.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/pgen.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/pgenmain.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/printgrammar.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/spark.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/tokenizer.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/tokenizer.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Parser/tokenizer_pgen.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/Python-ast.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/_warnings.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/asdl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/ast.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/atof.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/bltinmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/compile.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dtoa.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dup2.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_aix.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_atheos.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_beos.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_dl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_hpux.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_next.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_os2.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_shlib.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_stub.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/dynload_win.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/errors.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/formatter_string.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/formatter_unicode.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/frozen.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/frozenmain.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/future.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/getcompiler.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/getcopyright.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/getcwd.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/getopt.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/getplatform.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/getversion.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/graminit.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/import.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/importdl.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/importdl.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/mactoolboxglue.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/marshal.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/modsupport.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/mysnprintf.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/mystrtoul.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/peephole.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/pyarena.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/pyctype.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/pyfpe.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/pymath.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/pystate.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/pystrcmp.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/pystrtod.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/pythonrun.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/sigcheck.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/strdup.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/strtod.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/structmember.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/sysmodule.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_atheos.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_beos.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_cthread.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_foobar.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_lwp.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_nt.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_os2.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_pth.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_pthread.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_sgi.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_solaris.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/thread_wince.h [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgen.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenBuffer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenGenerator.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenGeneratorGroup.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenHeapBuffer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenModule.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenObjectDefinition.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenOutput.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenStackBuffer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenStringBuffer.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenType.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/bgenVariable.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/macsupport.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/scantools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/README.tcltk-AMD64 [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build-amd64.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/build.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/buildmsi.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/clean-amd64.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/clean.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/external-amd64.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/external-common.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/external.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/test-amd64.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/test.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ccbench.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ACKS [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ast.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/astgen.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/compile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/demo.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/dumppyc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/regrtest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/stacktest.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/faqconf.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/faqcust.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/faqw.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/faqwiz.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/move-faqwiz.sh [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/README.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/TODO.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/example.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/bases.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/function.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/member.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/slots.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/struct.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/structparse.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/template.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/util.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/bkfile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/checkextensions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/checkextensions_win32.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/extensions_win32.ini [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/freeze.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/hello.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/makeconfig.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/makefreeze.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/makemakefile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/parsesetup.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/win32.html [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/winmakemakefile.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/libpython.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/makelocalealias.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/msgfmt.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/pygettext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/iobench.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/README.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/crtlicense.txt [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msi.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msilib.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msisupport.c [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msisupport.mak [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/schema.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/sequence.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/uisample.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/msi/uuids.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Arithmetic.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Calls.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/CommandLine.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Dict.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Exceptions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Imports.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Instances.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/LICENSE [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Lists.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Lookups.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/NewInstances.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Numbers.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Setup.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Strings.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Tuples.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Unicode.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/With.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/clockres.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/package/__init__.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/package/submodule.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/pybench.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/systimes.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/2to3 [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/analyze_dxp.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/byext.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/byteyears.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/checkappend.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/checkpyc.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/classfix.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/cleanfuture.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/combinerefs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/copytime.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/crlf.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/cvsfiles.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/db2pickle.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/diff.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/dutree.doc [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/dutree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/eptags.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/find_recursionlimit.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/finddiv.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/findlinksto.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/findnocoding.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixcid.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixdiv.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixheader.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixnotice.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/fixps.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ftpmirror.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/google.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/gprof2html.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/h2py.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/hotshotmain.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/idle [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ifdef.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/lfcr.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/linktree.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/lll.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/logmerge.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/mailerdaemon.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/md5sum.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/methfix.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/mkreal.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ndiff.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/nm2def.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/objgraph.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/parseentities.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/patchcheck.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pathfix.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pdeps.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pickle2db.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pindent.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ptags.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pydoc [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pydocgui.pyw [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/pysource.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/redemo.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/reindent-rst.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/reindent.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/rgrep.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/serve.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/setup.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/suff.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/svneol.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/texcheck.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/texi2html.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/treesync.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/untabify.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/which.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/win_add2path.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/xxci.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/get-remote-certificate.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/Makefile [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/comparecodecs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/gencjkcodecs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/gencodec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/genwincodec.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/genwincodecs.bat [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/listcodecs.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/makeunicodedata.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/mkstringprep.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/python-mappings/CP1140.TXT [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/python-mappings/KOI8-U.TXT [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/python-mappings/TIS-620.TXT [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/_checkversion.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/checkversions.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/pyversioncheck.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/tktools.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcgui.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcmac.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/webchecker.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/websucker.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wsgui.py [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/world/README [deleted file]
AppPkg/Applications/Python/Python-2.7.2/Tools/world/world [deleted file]
AppPkg/Applications/Python/PythonCore.inf [deleted file]
AppPkg/Applications/Python/PythonReadMe.txt [deleted file]
AppPkg/Applications/Python/X64/pyconfig.h [deleted file]
AppPkg/Applications/Sockets/DataSink/DataSink.c [deleted file]
AppPkg/Applications/Sockets/DataSink/DataSink.inf [deleted file]
AppPkg/Applications/Sockets/DataSource/DataSource.c [deleted file]
AppPkg/Applications/Sockets/DataSource/DataSource.inf [deleted file]
AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.c [deleted file]
AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.inf [deleted file]
AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c [deleted file]
AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf [deleted file]
AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.c [deleted file]
AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.inf [deleted file]
AppPkg/Applications/Sockets/GetHostByName/GetHostByName.c [deleted file]
AppPkg/Applications/Sockets/GetHostByName/GetHostByName.inf [deleted file]
AppPkg/Applications/Sockets/GetNameInfo/GetNameInfo.c [deleted file]
AppPkg/Applications/Sockets/GetNameInfo/GetNameInfo.inf [deleted file]
AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c [deleted file]
AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.inf [deleted file]
AppPkg/Applications/Sockets/GetNetByName/GetNetByName.c [deleted file]
AppPkg/Applications/Sockets/GetNetByName/GetNetByName.inf [deleted file]
AppPkg/Applications/Sockets/GetServByName/GetServByName.c [deleted file]
AppPkg/Applications/Sockets/GetServByName/GetServByName.inf [deleted file]
AppPkg/Applications/Sockets/GetServByPort/GetServByPort.c [deleted file]
AppPkg/Applications/Sockets/GetServByPort/GetServByPort.inf [deleted file]
AppPkg/Applications/Sockets/OobRx/Main.c [deleted file]
AppPkg/Applications/Sockets/OobRx/OobRx.c [deleted file]
AppPkg/Applications/Sockets/OobRx/OobRx.h [deleted file]
AppPkg/Applications/Sockets/OobRx/OobRx.inf [deleted file]
AppPkg/Applications/Sockets/OobRx/Windows/OobRx.sln [deleted file]
AppPkg/Applications/Sockets/OobRx/Windows/OobRx.suo [deleted file]
AppPkg/Applications/Sockets/OobRx/Windows/OobRx.vcproj [deleted file]
AppPkg/Applications/Sockets/OobRx/Windows/main.c [deleted file]
AppPkg/Applications/Sockets/OobTx/Main.c [deleted file]
AppPkg/Applications/Sockets/OobTx/OobTx.c [deleted file]
AppPkg/Applications/Sockets/OobTx/OobTx.h [deleted file]
AppPkg/Applications/Sockets/OobTx/OobTx.inf [deleted file]
AppPkg/Applications/Sockets/OobTx/Windows/OobTx.sln [deleted file]
AppPkg/Applications/Sockets/OobTx/Windows/OobTx.suo [deleted file]
AppPkg/Applications/Sockets/OobTx/Windows/OobTx.vcproj [deleted file]
AppPkg/Applications/Sockets/OobTx/Windows/main.c [deleted file]
AppPkg/Applications/Sockets/RawIp4Rx/Main.c [deleted file]
AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.c [deleted file]
AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h [deleted file]
AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf [deleted file]
AppPkg/Applications/Sockets/RawIp4Rx/Windows/RawIp4Rx.sln [deleted file]
AppPkg/Applications/Sockets/RawIp4Rx/Windows/RawIp4Rx.vcproj [deleted file]
AppPkg/Applications/Sockets/RawIp4Rx/Windows/main.c [deleted file]
AppPkg/Applications/Sockets/RawIp4Tx/Main.c [deleted file]
AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.c [deleted file]
AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.h [deleted file]
AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf [deleted file]
AppPkg/Applications/Sockets/RawIp4Tx/Windows/RawIp4Tx.sln [deleted file]
AppPkg/Applications/Sockets/RawIp4Tx/Windows/RawIp4Tx.vcproj [deleted file]
AppPkg/Applications/Sockets/RawIp4Tx/Windows/main.c [deleted file]
AppPkg/Applications/Sockets/ReadMe.txt [deleted file]
AppPkg/Applications/Sockets/RecvDgram/RecvDgram.c [deleted file]
AppPkg/Applications/Sockets/RecvDgram/RecvDgram.inf [deleted file]
AppPkg/Applications/Sockets/SetHostName/SetHostName.c [deleted file]
AppPkg/Applications/Sockets/SetHostName/SetHostName.inf [deleted file]
AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.c [deleted file]
AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.inf [deleted file]
AppPkg/Applications/Sockets/Sockets.inc [deleted file]
AppPkg/Applications/Sockets/TftpServer/TftpServer.c [deleted file]
AppPkg/Applications/Sockets/TftpServer/TftpServer.h [deleted file]
AppPkg/Applications/Sockets/TftpServer/TftpServer.inf [deleted file]
AppPkg/Applications/Sockets/WebServer/ACPI.c [deleted file]
AppPkg/Applications/Sockets/WebServer/BootServicesTable.c [deleted file]
AppPkg/Applications/Sockets/WebServer/ConfigurationTable.c [deleted file]
AppPkg/Applications/Sockets/WebServer/DhcpOptions.c [deleted file]
AppPkg/Applications/Sockets/WebServer/DxeServicesTable.c [deleted file]
AppPkg/Applications/Sockets/WebServer/Exit.c [deleted file]
AppPkg/Applications/Sockets/WebServer/Firmware.c [deleted file]
AppPkg/Applications/Sockets/WebServer/HTTP.c [deleted file]
AppPkg/Applications/Sockets/WebServer/Handles.c [deleted file]
AppPkg/Applications/Sockets/WebServer/Hello.c [deleted file]
AppPkg/Applications/Sockets/WebServer/Index.c [deleted file]
AppPkg/Applications/Sockets/WebServer/MemoryMap.c [deleted file]
AppPkg/Applications/Sockets/WebServer/Mtrr.c [deleted file]
AppPkg/Applications/Sockets/WebServer/PageList.c [deleted file]
AppPkg/Applications/Sockets/WebServer/Ports.c [deleted file]
AppPkg/Applications/Sockets/WebServer/Reboot.c [deleted file]
AppPkg/Applications/Sockets/WebServer/RuntimeServicesTable.c [deleted file]
AppPkg/Applications/Sockets/WebServer/SystemTable.c [deleted file]
AppPkg/Applications/Sockets/WebServer/WebServer.c [deleted file]
AppPkg/Applications/Sockets/WebServer/WebServer.h [deleted file]
AppPkg/Applications/Sockets/WebServer/WebServer.inf [deleted file]
AppPkg/ISSUES.txt [deleted file]
AppPkg/ReadMe.txt [deleted file]
StdLib/BsdSocketLib/BsdSocketLib.inf [deleted file]
StdLib/BsdSocketLib/Ip6Addr_Any.c [deleted file]
StdLib/BsdSocketLib/Ip6Addr_LinkLocal_AllNodes.c [deleted file]
StdLib/BsdSocketLib/Ip6Addr_LinkLocal_AllRouters.c [deleted file]
StdLib/BsdSocketLib/Ip6Addr_Loopback.c [deleted file]
StdLib/BsdSocketLib/Ip6Addr_NodeLocal_AllNodes.c [deleted file]
StdLib/BsdSocketLib/SocketInternals.h [deleted file]
StdLib/BsdSocketLib/Socklib_internals.h [deleted file]
StdLib/BsdSocketLib/accept.c [deleted file]
StdLib/BsdSocketLib/base64.c [deleted file]
StdLib/BsdSocketLib/bind.c [deleted file]
StdLib/BsdSocketLib/close.c [deleted file]
StdLib/BsdSocketLib/connect.c [deleted file]
StdLib/BsdSocketLib/errno.c [deleted file]
StdLib/BsdSocketLib/getaddrinfo.c [deleted file]
StdLib/BsdSocketLib/gethostbydns.c [deleted file]
StdLib/BsdSocketLib/gethostbyht.c [deleted file]
StdLib/BsdSocketLib/gethostbynis.c [deleted file]
StdLib/BsdSocketLib/gethostnamadr.c [deleted file]
StdLib/BsdSocketLib/gethostname.c [deleted file]
StdLib/BsdSocketLib/getnameinfo.c [deleted file]
StdLib/BsdSocketLib/getnetbydns.c [deleted file]
StdLib/BsdSocketLib/getnetbyht.c [deleted file]
StdLib/BsdSocketLib/getnetbynis.c [deleted file]
StdLib/BsdSocketLib/getnetnamadr.c [deleted file]
StdLib/BsdSocketLib/getpeername.c [deleted file]
StdLib/BsdSocketLib/getproto.c [deleted file]
StdLib/BsdSocketLib/getprotoent.c [deleted file]
StdLib/BsdSocketLib/getprotoname.c [deleted file]
StdLib/BsdSocketLib/getservbyname.c [deleted file]
StdLib/BsdSocketLib/getservbyport.c [deleted file]
StdLib/BsdSocketLib/getservent.c [deleted file]
StdLib/BsdSocketLib/getsockname.c [deleted file]
StdLib/BsdSocketLib/getsockopt.c [deleted file]
StdLib/BsdSocketLib/herror.c [deleted file]
StdLib/BsdSocketLib/inet_net_ntop.c [deleted file]
StdLib/BsdSocketLib/inet_net_pton.c [deleted file]
StdLib/BsdSocketLib/inet_neta.c [deleted file]
StdLib/BsdSocketLib/inet_pton.c [deleted file]
StdLib/BsdSocketLib/listen.c [deleted file]
StdLib/BsdSocketLib/map_v4v6.c [deleted file]
StdLib/BsdSocketLib/ns_addr.c [deleted file]
StdLib/BsdSocketLib/ns_name.c [deleted file]
StdLib/BsdSocketLib/ns_netint.c [deleted file]
StdLib/BsdSocketLib/ns_ntoa.c [deleted file]
StdLib/BsdSocketLib/ns_parse.c [deleted file]
StdLib/BsdSocketLib/ns_print.c [deleted file]
StdLib/BsdSocketLib/ns_ttl.c [deleted file]
StdLib/BsdSocketLib/nsap_addr.c [deleted file]
StdLib/BsdSocketLib/poll.c [deleted file]
StdLib/BsdSocketLib/read.c [deleted file]
StdLib/BsdSocketLib/recv.c [deleted file]
StdLib/BsdSocketLib/recvfrom.c [deleted file]
StdLib/BsdSocketLib/res_comp.c [deleted file]
StdLib/BsdSocketLib/res_config.h [deleted file]
StdLib/BsdSocketLib/res_data.c [deleted file]
StdLib/BsdSocketLib/res_debug.c [deleted file]
StdLib/BsdSocketLib/res_init.c [deleted file]
StdLib/BsdSocketLib/res_mkquery.c [deleted file]
StdLib/BsdSocketLib/res_mkupdate.c [deleted file]
StdLib/BsdSocketLib/res_query.c [deleted file]
StdLib/BsdSocketLib/res_send.c [deleted file]
StdLib/BsdSocketLib/res_update.c [deleted file]
StdLib/BsdSocketLib/send.c [deleted file]
StdLib/BsdSocketLib/sendto.c [deleted file]
StdLib/BsdSocketLib/sethostname.c [deleted file]
StdLib/BsdSocketLib/setsockopt.c [deleted file]
StdLib/BsdSocketLib/shutdown.c [deleted file]
StdLib/BsdSocketLib/socket.c [deleted file]
StdLib/BsdSocketLib/write.c [deleted file]
StdLib/Efi/StdLib/etc/host.conf [deleted file]
StdLib/Efi/StdLib/etc/hosts [deleted file]
StdLib/Efi/StdLib/etc/networks [deleted file]
StdLib/Efi/StdLib/etc/protocols [deleted file]
StdLib/Efi/StdLib/etc/resolv.conf [deleted file]
StdLib/Efi/StdLib/etc/services [deleted file]
StdLib/EfiSocketLib/DxeSupport.c [deleted file]
StdLib/EfiSocketLib/EfiSocketLib.inf [deleted file]
StdLib/EfiSocketLib/Init.c [deleted file]
StdLib/EfiSocketLib/Ip4.c [deleted file]
StdLib/EfiSocketLib/ReleaseNotes.txt [deleted file]
StdLib/EfiSocketLib/Service.c [deleted file]
StdLib/EfiSocketLib/Socket.c [deleted file]
StdLib/EfiSocketLib/Socket.h [deleted file]
StdLib/EfiSocketLib/Tcp4.c [deleted file]
StdLib/EfiSocketLib/Tcp6.c [deleted file]
StdLib/EfiSocketLib/Udp4.c [deleted file]
StdLib/EfiSocketLib/Udp6.c [deleted file]
StdLib/EfiSocketLib/UseEfiSocketLib.c [deleted file]
StdLib/Fixes.txt [deleted file]
StdLib/ISSUES.txt [deleted file]
StdLib/Include/Aarch64/arm-gcc.h [deleted file]
StdLib/Include/Aarch64/machine/ansi.h [deleted file]
StdLib/Include/Aarch64/machine/bswap.h [deleted file]
StdLib/Include/Aarch64/machine/byte_swap.h [deleted file]
StdLib/Include/Aarch64/machine/endian.h [deleted file]
StdLib/Include/Aarch64/machine/endian_machdep.h [deleted file]
StdLib/Include/Aarch64/machine/fenv.h [deleted file]
StdLib/Include/Aarch64/machine/float.h [deleted file]
StdLib/Include/Aarch64/machine/ieee.h [deleted file]
StdLib/Include/Aarch64/machine/ieeefp.h [deleted file]
StdLib/Include/Aarch64/machine/int_const.h [deleted file]
StdLib/Include/Aarch64/machine/int_limits.h [deleted file]
StdLib/Include/Aarch64/machine/int_mwgwtypes.h [deleted file]
StdLib/Include/Aarch64/machine/int_types.h [deleted file]
StdLib/Include/Aarch64/machine/limits.h [deleted file]
StdLib/Include/Aarch64/machine/math.h [deleted file]
StdLib/Include/Aarch64/machine/param.h [deleted file]
StdLib/Include/Aarch64/machine/signal.h [deleted file]
StdLib/Include/Aarch64/machine/types.h [deleted file]
StdLib/Include/Aarch64/milieu.h [deleted file]
StdLib/Include/Aarch64/softfloat.h [deleted file]
StdLib/Include/Arm/arm-gcc.h [deleted file]
StdLib/Include/Arm/machine/_math.h [deleted file]
StdLib/Include/Arm/machine/ansi.h [deleted file]
StdLib/Include/Arm/machine/asm.h [deleted file]
StdLib/Include/Arm/machine/atomic.h [deleted file]
StdLib/Include/Arm/machine/bswap.h [deleted file]
StdLib/Include/Arm/machine/byte_swap.h [deleted file]
StdLib/Include/Arm/machine/cpufunc.h [deleted file]
StdLib/Include/Arm/machine/endian.h [deleted file]
StdLib/Include/Arm/machine/endian_machdep.h [deleted file]
StdLib/Include/Arm/machine/fenv.h [deleted file]
StdLib/Include/Arm/machine/float.h [deleted file]
StdLib/Include/Arm/machine/frame.h [deleted file]
StdLib/Include/Arm/machine/ieee.h [deleted file]
StdLib/Include/Arm/machine/ieeefp.h [deleted file]
StdLib/Include/Arm/machine/int_const.h [deleted file]
StdLib/Include/Arm/machine/int_limits.h [deleted file]
StdLib/Include/Arm/machine/int_mwgwtypes.h [deleted file]
StdLib/Include/Arm/machine/int_types.h [deleted file]
StdLib/Include/Arm/machine/limits.h [deleted file]
StdLib/Include/Arm/machine/lock.h [deleted file]
StdLib/Include/Arm/machine/math.h [deleted file]
StdLib/Include/Arm/machine/mcontext.h [deleted file]
StdLib/Include/Arm/machine/param.h [deleted file]
StdLib/Include/Arm/machine/proc.h [deleted file]
StdLib/Include/Arm/machine/signal.h [deleted file]
StdLib/Include/Arm/machine/types.h [deleted file]
StdLib/Include/Arm/milieu.h [deleted file]
StdLib/Include/Arm/softfloat.h [deleted file]
StdLib/Include/Containers/Fifo.h [deleted file]
StdLib/Include/Containers/ModuloUtil.h [deleted file]
StdLib/Include/Efi/EfiSocketLib.h [deleted file]
StdLib/Include/Ia32/machine/_math.h [deleted file]
StdLib/Include/Ia32/machine/ansi.h [deleted file]
StdLib/Include/Ia32/machine/asm.h [deleted file]
StdLib/Include/Ia32/machine/bswap.h [deleted file]
StdLib/Include/Ia32/machine/byte_swap.h [deleted file]
StdLib/Include/Ia32/machine/endian.h [deleted file]
StdLib/Include/Ia32/machine/endian_machdep.h [deleted file]
StdLib/Include/Ia32/machine/float.h [deleted file]
StdLib/Include/Ia32/machine/ieee.h [deleted file]
StdLib/Include/Ia32/machine/int_const.h [deleted file]
StdLib/Include/Ia32/machine/int_limits.h [deleted file]
StdLib/Include/Ia32/machine/int_mwgwtypes.h [deleted file]
StdLib/Include/Ia32/machine/int_types.h [deleted file]
StdLib/Include/Ia32/machine/limits.h [deleted file]
StdLib/Include/Ia32/machine/math.h [deleted file]
StdLib/Include/Ia32/machine/param.h [deleted file]
StdLib/Include/Ia32/machine/signal.h [deleted file]
StdLib/Include/Ia32/machine/types.h [deleted file]
StdLib/Include/Lua/lauxlib.h [deleted file]
StdLib/Include/Lua/lua.h [deleted file]
StdLib/Include/Lua/luaconf.h [deleted file]
StdLib/Include/Lua/lualib.h [deleted file]
StdLib/Include/Protocol/EfiSocket.h [deleted file]
StdLib/Include/X64/machine/ansi.h [deleted file]
StdLib/Include/X64/machine/asm.h [deleted file]
StdLib/Include/X64/machine/atomic.h [deleted file]
StdLib/Include/X64/machine/bswap.h [deleted file]
StdLib/Include/X64/machine/byte_swap.h [deleted file]
StdLib/Include/X64/machine/endian.h [deleted file]
StdLib/Include/X64/machine/endian_machdep.h [deleted file]
StdLib/Include/X64/machine/float.h [deleted file]
StdLib/Include/X64/machine/fpu.h [deleted file]
StdLib/Include/X64/machine/ieee.h [deleted file]
StdLib/Include/X64/machine/int_const.h [deleted file]
StdLib/Include/X64/machine/int_fmtio.h [deleted file]
StdLib/Include/X64/machine/int_limits.h [deleted file]
StdLib/Include/X64/machine/int_mwgwtypes.h [deleted file]
StdLib/Include/X64/machine/int_types.h [deleted file]
StdLib/Include/X64/machine/limits.h [deleted file]
StdLib/Include/X64/machine/math.h [deleted file]
StdLib/Include/X64/machine/param.h [deleted file]
StdLib/Include/X64/machine/signal.h [deleted file]
StdLib/Include/X64/machine/types.h [deleted file]
StdLib/Include/arpa/ftp.h [deleted file]
StdLib/Include/arpa/inet.h [deleted file]
StdLib/Include/arpa/nameser.h [deleted file]
StdLib/Include/arpa/nameser_compat.h [deleted file]
StdLib/Include/arpa/telnet.h [deleted file]
StdLib/Include/assert.h [deleted file]
StdLib/Include/ctype.h [deleted file]
StdLib/Include/dirent.h [deleted file]
StdLib/Include/err.h [deleted file]
StdLib/Include/errno.h [deleted file]
StdLib/Include/fcntl.h [deleted file]
StdLib/Include/float.h [deleted file]
StdLib/Include/glob.h [deleted file]
StdLib/Include/ieeefp.h [deleted file]
StdLib/Include/inttypes.h [deleted file]
StdLib/Include/iso646.h [deleted file]
StdLib/Include/langinfo.h [deleted file]
StdLib/Include/libgen.h [deleted file]
StdLib/Include/limits.h [deleted file]
StdLib/Include/locale.h [deleted file]
StdLib/Include/math.h [deleted file]
StdLib/Include/net/if.h [deleted file]
StdLib/Include/net/if_dl.h [deleted file]
StdLib/Include/net/radix.h [deleted file]
StdLib/Include/net/route.h [deleted file]
StdLib/Include/net/servent.h [deleted file]
StdLib/Include/netatalk/at.h [deleted file]
StdLib/Include/netdb.h [deleted file]
StdLib/Include/netinet/in.h [deleted file]
StdLib/Include/netinet/in_systm.h [deleted file]
StdLib/Include/netinet/ip.h [deleted file]
StdLib/Include/netinet/tcp.h [deleted file]
StdLib/Include/netinet6/in6.h [deleted file]
StdLib/Include/netns/ns.h [deleted file]
StdLib/Include/nl_types.h [deleted file]
StdLib/Include/nsswitch.h [deleted file]
StdLib/Include/paths.h [deleted file]
StdLib/Include/pwd.h [deleted file]
StdLib/Include/resolv.h [deleted file]
StdLib/Include/setjmp.h [deleted file]
StdLib/Include/signal.h [deleted file]
StdLib/Include/stdarg.h [deleted file]
StdLib/Include/stdbool.h [deleted file]
StdLib/Include/stddef.h [deleted file]
StdLib/Include/stdint.h [deleted file]
StdLib/Include/stdio.h [deleted file]
StdLib/Include/stdlib.h [deleted file]
StdLib/Include/string.h [deleted file]
StdLib/Include/stringlist.h [deleted file]
StdLib/Include/strings.h [deleted file]
StdLib/Include/sys/EfiCdefs.h [deleted file]
StdLib/Include/sys/EfiSysCall.h [deleted file]
StdLib/Include/sys/_ctype.h [deleted file]
StdLib/Include/sys/_posix.h [deleted file]
StdLib/Include/sys/ansi.h [deleted file]
StdLib/Include/sys/bswap.h [deleted file]
StdLib/Include/sys/callout.h [deleted file]
StdLib/Include/sys/cdefs.h [deleted file]
StdLib/Include/sys/cdefs_aout.h [deleted file]
StdLib/Include/sys/dirent.h [deleted file]
StdLib/Include/sys/endian.h [deleted file]
StdLib/Include/sys/errno.h [deleted file]
StdLib/Include/sys/fcntl.h [deleted file]
StdLib/Include/sys/fd_set.h [deleted file]
StdLib/Include/sys/featuretest.h [deleted file]
StdLib/Include/sys/file.h [deleted file]
StdLib/Include/sys/filio.h [deleted file]
StdLib/Include/sys/float_ieee754.h [deleted file]
StdLib/Include/sys/ieee754.h [deleted file]
StdLib/Include/sys/inttypes.h [deleted file]
StdLib/Include/sys/ioccom.h [deleted file]
StdLib/Include/sys/ioctl.h [deleted file]
StdLib/Include/sys/localedef.h [deleted file]
StdLib/Include/sys/param.h [deleted file]
StdLib/Include/sys/poll.h [deleted file]
StdLib/Include/sys/pool.h [deleted file]
StdLib/Include/sys/resource.h [deleted file]
StdLib/Include/sys/select.h [deleted file]
StdLib/Include/sys/signal.h [deleted file]
StdLib/Include/sys/sigtypes.h [deleted file]
StdLib/Include/sys/socket.h [deleted file]
StdLib/Include/sys/sockio.h [deleted file]
StdLib/Include/sys/stat.h [deleted file]
StdLib/Include/sys/stdint.h [deleted file]
StdLib/Include/sys/sysctl.h [deleted file]
StdLib/Include/sys/syslimits.h [deleted file]
StdLib/Include/sys/termios.h [deleted file]
StdLib/Include/sys/time.h [deleted file]
StdLib/Include/sys/types.h [deleted file]
StdLib/Include/sys/uio.h [deleted file]
StdLib/Include/sys/unistd.h [deleted file]
StdLib/Include/sys/wait.h [deleted file]
StdLib/Include/sysexits.h [deleted file]
StdLib/Include/time.h [deleted file]
StdLib/Include/unistd.h [deleted file]
StdLib/Include/utime.h [deleted file]
StdLib/Include/wchar.h [deleted file]
StdLib/Include/wctype.h [deleted file]
StdLib/Include/x86/float.h [deleted file]
StdLib/Include/x86/ieee.h [deleted file]
StdLib/Include/x86/limits.h [deleted file]
StdLib/Include/x86/math.h [deleted file]
StdLib/LibC/CRT/Gcc.c [deleted file]
StdLib/LibC/CRT/Ia32/ashrdi3.S [deleted file]
StdLib/LibC/CRT/Ia32/lldiv.c [deleted file]
StdLib/LibC/CRT/Ia32/lldvrm.c [deleted file]
StdLib/LibC/CRT/Ia32/llmul.c [deleted file]
StdLib/LibC/CRT/Ia32/llrem.c [deleted file]
StdLib/LibC/CRT/Ia32/llshl.c [deleted file]
StdLib/LibC/CRT/Ia32/llshr.c [deleted file]
StdLib/LibC/CRT/Ia32/mulll.S [deleted file]
StdLib/LibC/CRT/Ia32/shldi3.S [deleted file]
StdLib/LibC/CRT/Ia32/udivdi3.S [deleted file]
StdLib/LibC/CRT/Ia32/ulldiv.c [deleted file]
StdLib/LibC/CRT/Ia32/ulldvrm.c [deleted file]
StdLib/LibC/CRT/Ia32/ullrem.c [deleted file]
StdLib/LibC/CRT/Ia32/ullshr.c [deleted file]
StdLib/LibC/CRT/Ia32/umoddi3.S [deleted file]
StdLib/LibC/Containers/Common/ModuloUtil.c [deleted file]
StdLib/LibC/Containers/ContainerLib.inf [deleted file]
StdLib/LibC/Containers/Queues/Fifo.c [deleted file]
StdLib/LibC/Ctype/CClass.c [deleted file]
StdLib/LibC/Ctype/CConv.c [deleted file]
StdLib/LibC/Ctype/Ctype.inf [deleted file]
StdLib/LibC/Ctype/iCtype.c [deleted file]
StdLib/LibC/LibC.inf [deleted file]
StdLib/LibC/Locale/Locale.inf [deleted file]
StdLib/LibC/Locale/__mb_cur_max.c [deleted file]
StdLib/LibC/Locale/__wctoint.h [deleted file]
StdLib/LibC/Locale/_def_messages.c [deleted file]
StdLib/LibC/Locale/_def_monetary.c [deleted file]
StdLib/LibC/Locale/_def_numeric.c [deleted file]
StdLib/LibC/Locale/_def_time.c [deleted file]
StdLib/LibC/Locale/_wcstod.h [deleted file]
StdLib/LibC/Locale/_wcstol.h [deleted file]
StdLib/LibC/Locale/_wcstoul.h [deleted file]
StdLib/LibC/Locale/aliasname.c [deleted file]
StdLib/LibC/Locale/aliasname_local.h [deleted file]
StdLib/LibC/Locale/ctypeio.c [deleted file]
StdLib/LibC/Locale/ctypeio.h [deleted file]
StdLib/LibC/Locale/iswctype_sb.c [deleted file]
StdLib/LibC/Locale/localeconv.c [deleted file]
StdLib/LibC/Locale/multibyte_Utf8.c [deleted file]
StdLib/LibC/Locale/multibyte_sb.c [deleted file]
StdLib/LibC/Locale/nl_langinfo.c [deleted file]
StdLib/LibC/Locale/rune.h [deleted file]
StdLib/LibC/Locale/runetype.h [deleted file]
StdLib/LibC/Locale/setlocale.c [deleted file]
StdLib/LibC/Locale/setlocale1.c [deleted file]
StdLib/LibC/Locale/setlocale32.c [deleted file]
StdLib/LibC/Locale/wcscoll.c [deleted file]
StdLib/LibC/Locale/wcsftime.c [deleted file]
StdLib/LibC/Locale/wcstod.c [deleted file]
StdLib/LibC/Locale/wcstof.c [deleted file]
StdLib/LibC/Locale/wcstoimax.c [deleted file]
StdLib/LibC/Locale/wcstol.c [deleted file]
StdLib/LibC/Locale/wcstold.c [deleted file]
StdLib/LibC/Locale/wcstoll.c [deleted file]
StdLib/LibC/Locale/wcstoul.c [deleted file]
StdLib/LibC/Locale/wcstoull.c [deleted file]
StdLib/LibC/Locale/wcstoumax.c [deleted file]
StdLib/LibC/Locale/wcsxfrm.c [deleted file]
StdLib/LibC/Main/Arm/fixunsdfsi.c [deleted file]
StdLib/LibC/Main/Arm/floatunsidf.c [deleted file]
StdLib/LibC/Main/Arm/flt_rounds.c [deleted file]
StdLib/LibC/Main/Arm/fp_lib.h [deleted file]
StdLib/LibC/Main/Arm/int_endianness.h [deleted file]
StdLib/LibC/Main/Arm/int_lib.h [deleted file]
StdLib/LibC/Main/Arm/int_types.h [deleted file]
StdLib/LibC/Main/Arm/int_util.h [deleted file]
StdLib/LibC/Main/ByteSwap.c [deleted file]
StdLib/LibC/Main/HtoNtoH.c [deleted file]
StdLib/LibC/Main/Ia32/fpu_rmode.S [deleted file]
StdLib/LibC/Main/Ia32/fpu_rmode.asm [deleted file]
StdLib/LibC/Main/Ia32/ftol2.obj [deleted file]
StdLib/LibC/Main/Ia32/isinfl.c [deleted file]
StdLib/LibC/Main/Ia32/isnanl.c [deleted file]
StdLib/LibC/Main/Main.c [deleted file]
StdLib/LibC/Main/X64/fpu_rmode.S [deleted file]
StdLib/LibC/Main/X64/fpu_rmode.asm [deleted file]
StdLib/LibC/Main/X64/isinfl.c [deleted file]
StdLib/LibC/Main/X64/isnanl.c [deleted file]
StdLib/LibC/Main/assert.c [deleted file]
StdLib/LibC/Main/bswap16.c [deleted file]
StdLib/LibC/Main/bswap32.c [deleted file]
StdLib/LibC/Main/bswap64.c [deleted file]
StdLib/LibC/Main/errno.c [deleted file]
StdLib/LibC/Main/infinityf_ieee754.c [deleted file]
StdLib/LibC/Main/isinfd_ieee754.c [deleted file]
StdLib/LibC/Main/isinff_ieee754.c [deleted file]
StdLib/LibC/Main/isnand_ieee754.c [deleted file]
StdLib/LibC/Main/isnanf_ieee754.c [deleted file]
StdLib/LibC/Main/longjmp.c [deleted file]
StdLib/LibC/Main/x86flt_rounds.c [deleted file]
StdLib/LibC/Math/Math.inf [deleted file]
StdLib/LibC/Math/e_acos.c [deleted file]
StdLib/LibC/Math/e_asin.c [deleted file]
StdLib/LibC/Math/e_atan2.c [deleted file]
StdLib/LibC/Math/e_cosh.c [deleted file]
StdLib/LibC/Math/e_exp.c [deleted file]
StdLib/LibC/Math/e_fmod.c [deleted file]
StdLib/LibC/Math/e_log.c [deleted file]
StdLib/LibC/Math/e_log10.c [deleted file]
StdLib/LibC/Math/e_log2.c [deleted file]
StdLib/LibC/Math/e_pow.c [deleted file]
StdLib/LibC/Math/e_rem_pio2.c [deleted file]
StdLib/LibC/Math/e_sinh.c [deleted file]
StdLib/LibC/Math/e_sqrt.c [deleted file]
StdLib/LibC/Math/k_cos.c [deleted file]
StdLib/LibC/Math/k_rem_pio2.c [deleted file]
StdLib/LibC/Math/k_sin.c [deleted file]
StdLib/LibC/Math/k_tan.c [deleted file]
StdLib/LibC/Math/math_private.h [deleted file]
StdLib/LibC/Math/s_atan.c [deleted file]
StdLib/LibC/Math/s_ceil.c [deleted file]
StdLib/LibC/Math/s_copysign.c [deleted file]
StdLib/LibC/Math/s_cos.c [deleted file]
StdLib/LibC/Math/s_expm1.c [deleted file]
StdLib/LibC/Math/s_fabs.c [deleted file]
StdLib/LibC/Math/s_finite.c [deleted file]
StdLib/LibC/Math/s_floor.c [deleted file]
StdLib/LibC/Math/s_frexp.c [deleted file]
StdLib/LibC/Math/s_infinity.c [deleted file]
StdLib/LibC/Math/s_ldexp.c [deleted file]
StdLib/LibC/Math/s_modf.c [deleted file]
StdLib/LibC/Math/s_scalbn.c [deleted file]
StdLib/LibC/Math/s_sin.c [deleted file]
StdLib/LibC/Math/s_tan.c [deleted file]
StdLib/LibC/Math/s_tanh.c [deleted file]
StdLib/LibC/Math/w_acos.c [deleted file]
StdLib/LibC/Math/w_asin.c [deleted file]
StdLib/LibC/Math/w_atan2.c [deleted file]
StdLib/LibC/Math/w_cosh.c [deleted file]
StdLib/LibC/Math/w_exp.c [deleted file]
StdLib/LibC/Math/w_fmod.c [deleted file]
StdLib/LibC/Math/w_log.c [deleted file]
StdLib/LibC/Math/w_log10.c [deleted file]
StdLib/LibC/Math/w_log2.c [deleted file]
StdLib/LibC/Math/w_pow.c [deleted file]
StdLib/LibC/Math/w_sinh.c [deleted file]
StdLib/LibC/Math/w_sqrt.c [deleted file]
StdLib/LibC/NetUtil/NetUtil.inf [deleted file]
StdLib/LibC/NetUtil/inet_addr.c [deleted file]
StdLib/LibC/NetUtil/inet_lnaof.c [deleted file]
StdLib/LibC/NetUtil/inet_makeaddr.c [deleted file]
StdLib/LibC/NetUtil/inet_netof.c [deleted file]
StdLib/LibC/NetUtil/inet_network.c [deleted file]
StdLib/LibC/NetUtil/inet_ntoa.c [deleted file]
StdLib/LibC/NetUtil/inet_ntop.c [deleted file]
StdLib/LibC/Signal/Signal.c [deleted file]
StdLib/LibC/Signal/Signal.inf [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_dcmpeq.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_dcmpge.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_dcmpgt.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_dcmple.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_dcmplt.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_dcmpun.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_fcmpeq.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_fcmpge.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_fcmpgt.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_fcmple.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_fcmplt.c [deleted file]
StdLib/LibC/Softfloat/Arm/__aeabi_fcmpun.c [deleted file]
StdLib/LibC/Softfloat/Makefile.inc [deleted file]
StdLib/LibC/Softfloat/README.NetBSD [deleted file]
StdLib/LibC/Softfloat/README.txt [deleted file]
StdLib/LibC/Softfloat/Softfloat.inf [deleted file]
StdLib/LibC/Softfloat/bits32/softfloat-macros [deleted file]
StdLib/LibC/Softfloat/bits32/softfloat.c [deleted file]
StdLib/LibC/Softfloat/bits64/softfloat-macros [deleted file]
StdLib/LibC/Softfloat/bits64/softfloat.c [deleted file]
StdLib/LibC/Softfloat/eqdf2.c [deleted file]
StdLib/LibC/Softfloat/eqsf2.c [deleted file]
StdLib/LibC/Softfloat/eqtf2.c [deleted file]
StdLib/LibC/Softfloat/fpgetmask.c [deleted file]
StdLib/LibC/Softfloat/fpgetround.c [deleted file]
StdLib/LibC/Softfloat/fpgetsticky.c [deleted file]
StdLib/LibC/Softfloat/fpsetmask.c [deleted file]
StdLib/LibC/Softfloat/fpsetround.c [deleted file]
StdLib/LibC/Softfloat/fpsetsticky.c [deleted file]
StdLib/LibC/Softfloat/gedf2.c [deleted file]
StdLib/LibC/Softfloat/gesf2.c [deleted file]
StdLib/LibC/Softfloat/getf2.c [deleted file]
StdLib/LibC/Softfloat/gexf2.c [deleted file]
StdLib/LibC/Softfloat/gtdf2.c [deleted file]
StdLib/LibC/Softfloat/gtsf2.c [deleted file]
StdLib/LibC/Softfloat/gttf2.c [deleted file]
StdLib/LibC/Softfloat/gtxf2.c [deleted file]
StdLib/LibC/Softfloat/ledf2.c [deleted file]
StdLib/LibC/Softfloat/lesf2.c [deleted file]
StdLib/LibC/Softfloat/letf2.c [deleted file]
StdLib/LibC/Softfloat/ltdf2.c [deleted file]
StdLib/LibC/Softfloat/ltsf2.c [deleted file]
StdLib/LibC/Softfloat/lttf2.c [deleted file]
StdLib/LibC/Softfloat/nedf2.c [deleted file]
StdLib/LibC/Softfloat/negdf2.c [deleted file]
StdLib/LibC/Softfloat/negsf2.c [deleted file]
StdLib/LibC/Softfloat/negtf2.c [deleted file]
StdLib/LibC/Softfloat/negxf2.c [deleted file]
StdLib/LibC/Softfloat/nesf2.c [deleted file]
StdLib/LibC/Softfloat/netf2.c [deleted file]
StdLib/LibC/Softfloat/nexf2.c [deleted file]
StdLib/LibC/Softfloat/softfloat-for-gcc.h [deleted file]
StdLib/LibC/Softfloat/softfloat-history.txt [deleted file]
StdLib/LibC/Softfloat/softfloat-source.txt [deleted file]
StdLib/LibC/Softfloat/softfloat-specialize [deleted file]
StdLib/LibC/Softfloat/softfloat.txt [deleted file]
StdLib/LibC/Softfloat/templates/milieu.h [deleted file]
StdLib/LibC/Softfloat/templates/softfloat-specialize [deleted file]
StdLib/LibC/Softfloat/templates/softfloat.h [deleted file]
StdLib/LibC/Softfloat/timesoftfloat.c [deleted file]
StdLib/LibC/Softfloat/timesoftfloat.txt [deleted file]
StdLib/LibC/Softfloat/unorddf2.c [deleted file]
StdLib/LibC/Softfloat/unordsf2.c [deleted file]
StdLib/LibC/Softfloat/unordtf2.c [deleted file]
StdLib/LibC/StdLib/Bsearch.c [deleted file]
StdLib/LibC/StdLib/Environs.c [deleted file]
StdLib/LibC/StdLib/Malloc.c [deleted file]
StdLib/LibC/StdLib/NumericInt.c [deleted file]
StdLib/LibC/StdLib/Qsort.c [deleted file]
StdLib/LibC/StdLib/Rand.c [deleted file]
StdLib/LibC/StdLib/StdLib.inf [deleted file]
StdLib/LibC/StdLib/Xabs.c [deleted file]
StdLib/LibC/StdLib/Xdiv.c [deleted file]
StdLib/LibC/StdLib/realpath.c [deleted file]
StdLib/LibC/StdLib/setprogname.c [deleted file]
StdLib/LibC/StdLib/strtoimax.c [deleted file]
StdLib/LibC/StdLib/strtoumax.c [deleted file]
StdLib/LibC/Stdio/Stdio.inf [deleted file]
StdLib/LibC/Stdio/clrerr.c [deleted file]
StdLib/LibC/Stdio/fclose.c [deleted file]
StdLib/LibC/Stdio/fdopen.c [deleted file]
StdLib/LibC/Stdio/feof.c [deleted file]
StdLib/LibC/Stdio/ferror.c [deleted file]
StdLib/LibC/Stdio/fflush.c [deleted file]
StdLib/LibC/Stdio/fgetc.c [deleted file]
StdLib/LibC/Stdio/fgetln.c [deleted file]
StdLib/LibC/Stdio/fgetpos.c [deleted file]
StdLib/LibC/Stdio/fgets.c [deleted file]
StdLib/LibC/Stdio/fgetstr.c [deleted file]
StdLib/LibC/Stdio/fgetwc.c [deleted file]
StdLib/LibC/Stdio/fgetws.c [deleted file]
StdLib/LibC/Stdio/fileext.h [deleted file]
StdLib/LibC/Stdio/fileno.c [deleted file]
StdLib/LibC/Stdio/findfp.c [deleted file]
StdLib/LibC/Stdio/flags.c [deleted file]
StdLib/LibC/Stdio/floatio.h [deleted file]
StdLib/LibC/Stdio/flockfile.c [deleted file]
StdLib/LibC/Stdio/fopen.c [deleted file]
StdLib/LibC/Stdio/fparseln.c [deleted file]
StdLib/LibC/Stdio/fprintf.c [deleted file]
StdLib/LibC/Stdio/fpurge.c [deleted file]
StdLib/LibC/Stdio/fputc.c [deleted file]
StdLib/LibC/Stdio/fputs.c [deleted file]
StdLib/LibC/Stdio/fputwc.c [deleted file]
StdLib/LibC/Stdio/fputws.c [deleted file]
StdLib/LibC/Stdio/fread.c [deleted file]
StdLib/LibC/Stdio/freopen.c [deleted file]
StdLib/LibC/Stdio/fscanf.c [deleted file]
StdLib/LibC/Stdio/fseek.c [deleted file]
StdLib/LibC/Stdio/fseeko.c [deleted file]
StdLib/LibC/Stdio/fsetpos.c [deleted file]
StdLib/LibC/Stdio/ftell.c [deleted file]
StdLib/LibC/Stdio/ftello.c [deleted file]
StdLib/LibC/Stdio/funopen.c [deleted file]
StdLib/LibC/Stdio/fvwrite.c [deleted file]
StdLib/LibC/Stdio/fvwrite.h [deleted file]
StdLib/LibC/Stdio/fwalk.c [deleted file]
StdLib/LibC/Stdio/fwide.c [deleted file]
StdLib/LibC/Stdio/fwprintf.c [deleted file]
StdLib/LibC/Stdio/fwrite.c [deleted file]
StdLib/LibC/Stdio/fwscanf.c [deleted file]
StdLib/LibC/Stdio/getc.c [deleted file]
StdLib/LibC/Stdio/getchar.c [deleted file]
StdLib/LibC/Stdio/gets.c [deleted file]
StdLib/LibC/Stdio/gettemp.c [deleted file]
StdLib/LibC/Stdio/getwc.c [deleted file]
StdLib/LibC/Stdio/getwchar.c [deleted file]
StdLib/LibC/Stdio/glue.h [deleted file]
StdLib/LibC/Stdio/local.h [deleted file]
StdLib/LibC/Stdio/makebuf.c [deleted file]
StdLib/LibC/Stdio/mkdtemp.c [deleted file]
StdLib/LibC/Stdio/mkstemp.c [deleted file]
StdLib/LibC/Stdio/mktemp.c [deleted file]
StdLib/LibC/Stdio/perror.c [deleted file]
StdLib/LibC/Stdio/printf.c [deleted file]
StdLib/LibC/Stdio/putc.c [deleted file]
StdLib/LibC/Stdio/putchar.c [deleted file]
StdLib/LibC/Stdio/puts.c [deleted file]
StdLib/LibC/Stdio/putwc.c [deleted file]
StdLib/LibC/Stdio/putwchar.c [deleted file]
StdLib/LibC/Stdio/refill.c [deleted file]
StdLib/LibC/Stdio/remove.c [deleted file]
StdLib/LibC/Stdio/rewind.c [deleted file]
StdLib/LibC/Stdio/rget.c [deleted file]
StdLib/LibC/Stdio/scanf.c [deleted file]
StdLib/LibC/Stdio/setbuf.c [deleted file]
StdLib/LibC/Stdio/setbuffer.c [deleted file]
StdLib/LibC/Stdio/setvbuf.c [deleted file]
StdLib/LibC/Stdio/snprintf.c [deleted file]
StdLib/LibC/Stdio/snprintf_ss.c [deleted file]
StdLib/LibC/Stdio/sprintf.c [deleted file]
StdLib/LibC/Stdio/sscanf.c [deleted file]
StdLib/LibC/Stdio/stdio.c [deleted file]
StdLib/LibC/Stdio/swprintf.c [deleted file]
StdLib/LibC/Stdio/swscanf.c [deleted file]
StdLib/LibC/Stdio/tempnam.c [deleted file]
StdLib/LibC/Stdio/tmpfile.c [deleted file]
StdLib/LibC/Stdio/tmpnam.c [deleted file]
StdLib/LibC/Stdio/ungetc.c [deleted file]
StdLib/LibC/Stdio/ungetwc.c [deleted file]
StdLib/LibC/Stdio/vasprintf.c [deleted file]
StdLib/LibC/Stdio/vfprintf.c [deleted file]
StdLib/LibC/Stdio/vfscanf.c [deleted file]
StdLib/LibC/Stdio/vfwprintf.c [deleted file]
StdLib/LibC/Stdio/vfwscanf.c [deleted file]
StdLib/LibC/Stdio/vprintf.c [deleted file]
StdLib/LibC/Stdio/vscanf.c [deleted file]
StdLib/LibC/Stdio/vsnprintf.c [deleted file]
StdLib/LibC/Stdio/vsnprintf_ss.c [deleted file]
StdLib/LibC/Stdio/vsprintf.c [deleted file]
StdLib/LibC/Stdio/vsscanf.c [deleted file]
StdLib/LibC/Stdio/vswprintf.c [deleted file]
StdLib/LibC/Stdio/vswscanf.c [deleted file]
StdLib/LibC/Stdio/vwprintf.c [deleted file]
StdLib/LibC/Stdio/vwscanf.c [deleted file]
StdLib/LibC/Stdio/wbuf.c [deleted file]
StdLib/LibC/Stdio/wcio.h [deleted file]
StdLib/LibC/Stdio/wprintf.c [deleted file]
StdLib/LibC/Stdio/wscanf.c [deleted file]
StdLib/LibC/Stdio/wsetup.c [deleted file]
StdLib/LibC/String/Comparison.c [deleted file]
StdLib/LibC/String/Concatenation.c [deleted file]
StdLib/LibC/String/Copying.c [deleted file]
StdLib/LibC/String/ErrorList.c [deleted file]
StdLib/LibC/String/Misc.c [deleted file]
StdLib/LibC/String/Searching.c [deleted file]
StdLib/LibC/String/String.inf [deleted file]
StdLib/LibC/String/strlcat.c [deleted file]
StdLib/LibC/String/strlcpy.c [deleted file]
StdLib/LibC/String/strncasecmp.c [deleted file]
StdLib/LibC/String/strsep.c [deleted file]
StdLib/LibC/Time/Theory.txt [deleted file]
StdLib/LibC/Time/Time.c [deleted file]
StdLib/LibC/Time/Time.inf [deleted file]
StdLib/LibC/Time/TimeEfi.c [deleted file]
StdLib/LibC/Time/TimeVals.h [deleted file]
StdLib/LibC/Time/ZoneProc.c [deleted file]
StdLib/LibC/Time/gettimeofday.c [deleted file]
StdLib/LibC/Time/itimer.c [deleted file]
StdLib/LibC/Time/strftime.c [deleted file]
StdLib/LibC/Time/strptime.c [deleted file]
StdLib/LibC/Time/timegm.c [deleted file]
StdLib/LibC/Time/tzfile.h [deleted file]
StdLib/LibC/Uefi/Devices/Console/daConsole.c [deleted file]
StdLib/LibC/Uefi/Devices/UefiShell/daShell.c [deleted file]
StdLib/LibC/Uefi/Devices/Utility/DevGenisis.c [deleted file]
StdLib/LibC/Uefi/Devices/Utility/DevSearch.c [deleted file]
StdLib/LibC/Uefi/Devices/Utility/Path.c [deleted file]
StdLib/LibC/Uefi/Devices/daConsole.inf [deleted file]
StdLib/LibC/Uefi/Devices/daShell.inf [deleted file]
StdLib/LibC/Uefi/Devices/daUtility.inf [deleted file]
StdLib/LibC/Uefi/InteractiveIO/CanonRead.c [deleted file]
StdLib/LibC/Uefi/InteractiveIO/IIO.c [deleted file]
StdLib/LibC/Uefi/InteractiveIO/IIO.inf [deleted file]
StdLib/LibC/Uefi/InteractiveIO/IIOecho.c [deleted file]
StdLib/LibC/Uefi/InteractiveIO/IIOechoCtrl.h [deleted file]
StdLib/LibC/Uefi/InteractiveIO/IIOutilities.c [deleted file]
StdLib/LibC/Uefi/InteractiveIO/IIOutilities.h [deleted file]
StdLib/LibC/Uefi/InteractiveIO/IIOwrite.c [deleted file]
StdLib/LibC/Uefi/InteractiveIO/NonCanonRead.c [deleted file]
StdLib/LibC/Uefi/InteractiveIO/TerminalFunctions.c [deleted file]
StdLib/LibC/Uefi/StubFunctions.c [deleted file]
StdLib/LibC/Uefi/SysCalls.c [deleted file]
StdLib/LibC/Uefi/Uefi.inf [deleted file]
StdLib/LibC/Uefi/Xform.c [deleted file]
StdLib/LibC/Uefi/compat.c [deleted file]
StdLib/LibC/Uefi/select.c [deleted file]
StdLib/LibC/Uefi/writev.c [deleted file]
StdLib/LibC/Wchar/Comparison.c [deleted file]
StdLib/LibC/Wchar/Concatenation.c [deleted file]
StdLib/LibC/Wchar/ConsDecons.c [deleted file]
StdLib/LibC/Wchar/Copying.c [deleted file]
StdLib/LibC/Wchar/Searching.c [deleted file]
StdLib/LibC/Wchar/String.c [deleted file]
StdLib/LibC/Wchar/Wchar.inf [deleted file]
StdLib/LibC/gdtoa/Ipf/strtold.c [deleted file]
StdLib/LibC/gdtoa/_strtof.c [deleted file]
StdLib/LibC/gdtoa/_strtold.c [deleted file]
StdLib/LibC/gdtoa/atof.c [deleted file]
StdLib/LibC/gdtoa/dmisc.c [deleted file]
StdLib/LibC/gdtoa/dtoa.c [deleted file]
StdLib/LibC/gdtoa/gdtoa.c [deleted file]
StdLib/LibC/gdtoa/gdtoa.h [deleted file]
StdLib/LibC/gdtoa/gdtoa.inf [deleted file]
StdLib/LibC/gdtoa/gdtoaimp.h [deleted file]
StdLib/LibC/gdtoa/gethex.c [deleted file]
StdLib/LibC/gdtoa/gmisc.c [deleted file]
StdLib/LibC/gdtoa/hd_init.c [deleted file]
StdLib/LibC/gdtoa/hexnan.c [deleted file]
StdLib/LibC/gdtoa/ldtoa.c [deleted file]
StdLib/LibC/gdtoa/misc.c [deleted file]
StdLib/LibC/gdtoa/smisc.c [deleted file]
StdLib/LibC/gdtoa/strtod.c [deleted file]
StdLib/LibC/gdtoa/strtodg.c [deleted file]
StdLib/LibC/gdtoa/strtof.c [deleted file]
StdLib/LibC/gdtoa/strtold_px.c [deleted file]
StdLib/LibC/gdtoa/strtold_subr.c [deleted file]
StdLib/LibC/gdtoa/strtopx.c [deleted file]
StdLib/LibC/gdtoa/sum.c [deleted file]
StdLib/LibC/gdtoa/ulp.c [deleted file]
StdLib/PosixLib/Err/LibErr.inf [deleted file]
StdLib/PosixLib/Err/warn_err.c [deleted file]
StdLib/PosixLib/Gen/LibGen.inf [deleted file]
StdLib/PosixLib/Gen/access.c [deleted file]
StdLib/PosixLib/Gen/closedir.c [deleted file]
StdLib/PosixLib/Gen/dirname.c [deleted file]
StdLib/PosixLib/Gen/opendir.c [deleted file]
StdLib/PosixLib/Gen/readdir.c [deleted file]
StdLib/PosixLib/Gen/utime.c [deleted file]
StdLib/PosixLib/GetPass/GetPass.c [deleted file]
StdLib/PosixLib/Glob/LibGlob.inf [deleted file]
StdLib/PosixLib/Glob/glob.c [deleted file]
StdLib/PosixLib/PosixLib.inf [deleted file]
StdLib/PosixLib/Stringlist/LibStringlist.inf [deleted file]
StdLib/PosixLib/Stringlist/stringlist.c [deleted file]
StdLib/ReadMe.txt [deleted file]
StdLib/SocketDxe/ComponentName.c [deleted file]
StdLib/SocketDxe/DriverBinding.c [deleted file]
StdLib/SocketDxe/EntryUnload.c [deleted file]
StdLib/SocketDxe/Socket.h [deleted file]
StdLib/SocketDxe/SocketDxe.inf [deleted file]
StdLib/StdLib.dec [deleted file]
StdLib/StdLib.dsc [deleted file]
StdLib/StdLib.inc [deleted file]
StdLib/UseSocketDxe/UseSocketDxe.c [deleted file]
StdLib/UseSocketDxe/UseSocketDxe.inf [deleted file]
StdLibPrivateInternalFiles/DoNotUse.dec [deleted file]
StdLibPrivateInternalFiles/Include/Arm/arith.h [deleted file]
StdLibPrivateInternalFiles/Include/Arm/gd_qnan.h [deleted file]
StdLibPrivateInternalFiles/Include/Device/Console.h [deleted file]
StdLibPrivateInternalFiles/Include/Device/Device.h [deleted file]
StdLibPrivateInternalFiles/Include/Device/IIO.h [deleted file]
StdLibPrivateInternalFiles/Include/Efi/SysEfi.h [deleted file]
StdLibPrivateInternalFiles/Include/Ia32/arith.h [deleted file]
StdLibPrivateInternalFiles/Include/Ia32/gd_qnan.h [deleted file]
StdLibPrivateInternalFiles/Include/LibConfig.h [deleted file]
StdLibPrivateInternalFiles/Include/MainData.h [deleted file]
StdLibPrivateInternalFiles/Include/X64/arith.h [deleted file]
StdLibPrivateInternalFiles/Include/X64/gd_qnan.h [deleted file]
StdLibPrivateInternalFiles/Include/extern.h [deleted file]
StdLibPrivateInternalFiles/Include/kfile.h [deleted file]
StdLibPrivateInternalFiles/Include/namespace.h [deleted file]
StdLibPrivateInternalFiles/Include/reentrant.h [deleted file]
StdLibPrivateInternalFiles/ReadMe.txt [deleted file]