audk/AppPkg/Applications/Python/PyMod-2.7.2
darylm503 ffc6107d40 AppPkg/Applications/Python: Add support for the pyexpat module.
Add required flags to [BuildOptions] in PythonCore.inf.
Add initialization routine to Efi/config.c.
Alter #include targets if building for UEFI in expat_external.h and xmlparse.c.
Add expat modifications to PyMod-2.7.2/Modules/expat.

Contributed-under: TianoCore Contribution Agreement 1.0
Submitted-by:   Duane Voth <duanev@gmail.com>
Signed-off-by:  daryl.mcdaniel@intel.com
Reviewed-by:    duanev@gmail.com
Reviewed-by:    daryl.mcdaniel@intel.com


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14071 6f19259b-4bc3-4df7-8a09-765794883524
2013-01-18 20:36:27 +00:00
..
Include EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. 2012-03-24 01:19:06 +00:00
Lib AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdLib\lib\python.27\site-customize directories were not being processed. Fix bug where unicode strings were not being correctly encoded in the "idna" encoding before being passed to low-level networking functions. Correct problem where a spurious message, "Shell: Incorrect redirection syntax - '2>/dev/null'", was being output by PyDoc. 2012-04-04 23:40:55 +00:00
Modules AppPkg/Applications/Python: Add support for the pyexpat module. 2013-01-18 20:36:27 +00:00
Objects StdLib: Improve robustness of stat() and make basename() a public function. 2011-10-03 18:54:12 +00:00
Python StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. 2012-03-28 22:17:44 +00:00