cpython/Include
Alexander Belopolsky f0f45142d5 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
va_copy, but available on all python platforms.  Untabified a few
unrelated files.
2010-08-11 17:31:17 +00:00
..
abstract.h
asdl.h
ast.h
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
code.h
codecs.h
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h
dtoa.h
dynamic_annotations.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h Issue #9337: Make float.__str__ identical to float.__repr__. 2010-08-04 20:56:28 +00:00
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h Issue #9089: Remove references to intobject.c and intobject.h from comments. 2010-06-27 18:19:09 +00:00
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h
objimpl.h
opcode.h revert unintended changes 2010-07-20 22:39:34 +00:00
osdefs.h
parsetok.h
patchlevel.h Post-release updates. 2010-07-31 18:05:35 +00:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h Add specification for the Py_IS* macros in pyctype.h. 2010-06-24 10:25:08 +00:00
pydebug.h
pyerrors.h
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h
pymath.h
pymem.h
pyport.h Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 2010-08-11 17:31:17 +00:00
pystate.h
pystrcmp.h
pystrtod.h
Python-ast.h
Python.h Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API 2010-08-05 17:34:27 +00:00
pythonrun.h Issue #477863: Print a warning at shutdown if gc.garbage is not empty. 2010-08-08 22:18:46 +00:00
pythread.h
pytime.h Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API 2010-08-05 17:34:27 +00:00
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h correct comment 2010-08-09 15:53:58 +00:00
symtable.h revert unintended changes 2010-07-20 22:39:34 +00:00
sysmodule.h Merged revisions 81398 via svnmerge from 2010-05-21 17:25:34 +00:00
timefuncs.h
token.h
traceback.h Issue #6543: Write the traceback in the terminal encoding instead of utf-8. 2010-06-17 23:08:50 +00:00
tupleobject.h
ucnhash.h
unicodeobject.h Issue #9425: create Py_UNICODE_strrchr() function 2010-08-10 16:37:20 +00:00
warnings.h
weakrefobject.h