]> git.proxmox.com Git - mirror_edk2.git/commit - AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/errnomodule.c
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 5/5.
authorDaryl McDaniel <edk2-lists@mc2research.org>
Sat, 7 Nov 2015 19:43:57 +0000 (19:43 +0000)
committerdarylm503 <darylm503@Edk2>
Sat, 7 Nov 2015 19:43:57 +0000 (19:43 +0000)
commit3ec97ca490009ed5604ccd7f2653e5a9ecbf3474
tree509aac1ca86fe15cfb8f796c089a8cf49195aeab
parent3257aa99321d745773a6bd1bd4ce7f6fafe74411
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 5/5.

These files are candidates for modification during the port to EDK II.
The following files were copied, unchanged, from the Python 2.7.2 port.
  Ia32/pyconfig.h
  X64/pyconfig.h
  PyMod-2.7.10/Modules/config.c
  PyMod-2.7.10/Modules/edk2module.c
  Py2710ReadMe.txt    // Copied from PythonReadMe.txt
  Python2710.inf      // Copied from PythonCore.inf

The remaining files were copied, unchanged, 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@18741 6f19259b-4bc3-4df7-8a09-765794883524
27 files changed:
AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Py2710ReadMe.txt [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/fileobject.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/osdefs.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/pyport.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ntpath.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/os.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/pydoc.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/site.py [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/_sre.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/addrinfo.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/config.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/errnomodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/expat/expat_external.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/getpath.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/main.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/selectmodule.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/gzguts.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/zutil.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/longobject.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/localeutil.h [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/getcopyright.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/marshal.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/random.c [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/Python2710.inf [new file with mode: 0644]
AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h [new file with mode: 0644]