cpython/Include
2013-02-01 13:14:47 +02:00
..
abstract.h
accu.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
fileutils.h
floatobject.h
frameobject.h Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. 2012-12-05 17:59:10 +02:00
funcobject.h
genobject.h
graminit.h
grammar.h
import.h Issue #15610: The PyImport_ImportModuleEx macro now calls 2012-08-10 18:55:08 -04:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h Issue #15989: Fix several occurrences of integer overflow 2013-01-19 12:41:45 +02:00
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
namespaceobject.h
node.h MERGE: Closes #15512: Correct __sizeof__ support for parser 2012-08-03 14:29:26 +02:00
object.h Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 2012-09-06 01:17:42 +02:00
objimpl.h Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. 2012-09-20 20:56:47 +02:00
opcode.h
osdefs.h Issue #15835: Define PATH_MAX on HP-UX. 2012-11-12 20:14:36 +01:00
parsetok.h
patchlevel.h Post-release update. 2012-09-29 14:21:25 +02:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h use char instead of int to please T_BOOL (closes #15597) 2012-08-08 17:22:50 -07:00
pyexpat.h
pyfpe.h Remove trailing whitespace in order to silence warnings on HP-UX. 2012-08-31 17:11:39 -04:00
pygetopt.h
pymacconfig.h
pymacro.h Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. 2013-01-06 16:41:56 +01:00
pymath.h
pymem.h
pyport.h Fix the internals of our hash functions to used unsigned values during hash 2012-12-10 18:32:53 -08:00
pystate.h Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 2012-09-06 01:17:42 +02:00
pystrcmp.h
pystrtod.h
Python-ast.h
Python.h
pythonrun.h
pythread.h
pytime.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h Issue #5765: Apply a hard recursion limit in the compiler 2012-11-04 23:14:34 +10:00
sysmodule.h Issue #1783: Remove declarations of nonexistent private variables. 2013-02-01 13:14:20 +02:00
token.h
traceback.h
tupleobject.h
typeslots.h
ucnhash.h
unicodeobject.h #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. 2012-10-05 03:33:31 +03:00
warnings.h
weakrefobject.h Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. 2012-12-08 21:15:26 +01:00