Home | History | Annotate | Download | only in Python-2.7.10

Lines Matching refs:Python

48 # NOT being built in to Python.

71 #Python
72 PyMod-$(PYTHON_VERSION)/Python/getcopyright.c
73 PyMod-$(PYTHON_VERSION)/Python/marshal.c
74 PyMod-$(PYTHON_VERSION)/Python/random.c
76 Python/_warnings.c
77 Python/asdl.c
78 Python/ast.c
79 Python/bltinmodule.c
80 Python/ceval.c
81 Python/codecs.c
82 Python/compile.c
83 Python/dtoa.c
84 Python/dynload_stub.c
85 Python/errors.c
86 Python/formatter_string.c
87 Python/formatter_unicode.c
88 Python/frozen.c
89 Python/future.c
90 Python/getargs.c
91 Python/getcompiler.c
92 Python/getopt.c
93 Python/getplatform.c
94 Python/getversion.c
95 Python/graminit.c
96 Python/import.c
97 Python/importdl.c
98 Python/modsupport.c
99 Python/mysnprintf.c
100 Python/mystrtoul.c
101 Python/peephole.c
102 Python/pyarena.c
103 Python/pyctype.c
104 Python/pyfpe.c
105 Python/pymath.c
106 Python/pystate.c
107 Python/pystrcmp.c
108 Python/pystrtod.c
109 Python/Python-ast.c
110 Python/pythonrun.c
111 Python/structmember.c
112 Python/symtable.c
113 Python/sysmodule.c
114 Python/traceback.c
169 Modules/python.c
171 # Optional Modules -- See Python/Efi/config.c
255 MSFT:*_*_IA32_CC_FLAGS = /Oi- /wd4018 /wd4054 /wd4055 /wd4101 /wd4131 /wd4152 /wd4204 /wd4210 /wd4244 /wd4267 /wd4305 /wd4310 /wd4389 /wd4701 /wd4702 /wd4706 /I$(WORKSPACE)\AppPkg\Applications\Python\Python-2.7.10\Ia32 /I$(WORKSPACE)\AppPkg\Applications\Python\Python-2.7.10\Include /DHAVE_MEMMOVE /DUSE_PYEXPAT_CAPI /DXML_STATIC
256 MSFT:*_*_X64_CC_FLAGS = /Oi- /wd4018 /wd4054 /wd4055 /wd4101 /wd4131 /wd4152 /wd4204 /wd4210 /wd4244 /wd4267 /wd4305 /wd4310 /wd4389 /wd4701 /wd4702 /wd4706 /I$(WORKSPACE)\AppPkg\Applications\Python\Python-2.7.10\X64 /I$(WORKSPACE)\AppPkg\Applications\Python\Python-2.7.10\Include /DHAVE_MEMMOVE /DUSE_PYEXPAT_CAPI /DXML_STATIC
257 GCC:*_*_IA32_CC_FLAGS = -fno-builtin -Wno-format -I$(WORKSPACE)/AppPkg/Applications/Python/Python-2.7.10/Ia32 -I$(WORKSPACE)/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include -I$(WORKSPACE)/AppPkg/Applications/Python/Python-2.7.10/Include -DHAVE_MEMMOVE -DUSE_PYEXPAT_CAPI -DXML_STATIC
258 GCC:*_*_X64_CC_FLAGS = -Wno-format -I$(WORKSPACE)/AppPkg/Applications/Python/Python-2.7.10/X64 -I$(WORKSPACE)/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include -I$(WORKSPACE)/AppPkg/Applications/Python/Python-2.7.10/Include -DHAVE_MEMMOVE -DUSE_PYEXPAT_CAPI -DXML_STATIC