summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Python
AgeCommit message (Expand)AuthorFilesLines
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2-11/+31
2014-09-18StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel1-1/+1
2014-09-09AppPkg: Add the Arithchk utility and clean up some build problems.daryl.mcdaniel1-3/+3
2014-08-18AppPkg/Applications/Python: Explicitly initialize variables before use to kee...Daryl McDaniel5-16/+18
2013-10-25EADK (AppPkg): Update the Python ReadMe file, Python/PythonReadMe.txt, to ref...Daryl McDaniel1-12/+14
2013-01-18AppPkg/Applications/Python: Add support for the pyexpat module.darylm5036-60/+6480
2012-04-16AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Pyt...darylm5032106-0/+871583
2012-04-04AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdL...darylm5034-3/+2346
2012-03-28StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm50312-5435/+3634
2012-03-24EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm50311-238/+445
2012-01-27AppPkg/Applications/Python: Fix a mis-located module and establish the minimu...darylm5032-97/+57
2012-01-26AppPkg/Applications/Python: Get Python startup process fully working for EDK II.darylm50316-271/+12498
2011-12-01AppPkg/Applications/Python: Workaround recent build tool changes which preven...darylm5031-149/+160
2011-10-03StdLib: Improve robustness of stat() and make basename() a public function.darylm50314-1045/+1306
2011-09-11AppPkg|Python: Files from the Python 2.7.2 distribution that must be modified...darylm5037-0/+11174
2011-06-29Give Python/PythonCore.inf its own GUID.darylm5031-6/+1
2011-06-28Missing from previous check-in.darylm5031-0/+714
2011-06-28Basic Core Python interpreter.darylm50310-0/+9556