audk/AppPkg/Applications/Python/Python-2.7.10/Lib
Daryl McDaniel 3257aa9932 AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5.
The Lib directory from the cPython 2.7.10 distribution.
These files are unchanged and set the baseline for subsequent commits.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <edk2-lists@mc2research.org>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18740 6f19259b-4bc3-4df7-8a09-765794883524
2015-11-07 19:33:58 +00:00
..
encodings AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
importlib AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
json AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
pydoc_data AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
site-packages AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
xml AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
BaseHTTPServer.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
HTMLParser.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
SimpleHTTPServer.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
SocketServer.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
StringIO.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
UserDict.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
_abcoll.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
_weakrefset.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
abc.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
argparse.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
ast.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
atexit.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
binhex.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
bisect.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
calendar.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
cmd.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
codecs.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
collections.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
compileall.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
copy.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
copy_reg.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
csv.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
dis.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
dummy_thread.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
fileinput.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
fnmatch.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
formatter.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
functools.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
genericpath.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
getopt.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
gettext.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
hashlib.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
heapq.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
inspect.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
io.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
keyword.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
linecache.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
locale.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
md5.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
modulefinder.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
numbers.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
opcode.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
optparse.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
pkgutil.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
platform.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
random.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
re.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
repr.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
runpy.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
sha.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
shutil.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
socket.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
sre.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
sre_compile.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
sre_constants.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
sre_parse.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
stat.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
string.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
struct.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
sysconfig.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
textwrap.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
token.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
tokenize.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
traceback.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
types.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
urlparse.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
warnings.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
weakref.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
xmllib.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00
zipfile.py AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. 2015-11-07 19:33:58 +00:00