cpython/Include
2011-10-18 23:32:53 +02:00
..
abstract.h Add API for static strings, primarily good for identifiers. 2011-10-09 10:38:36 +02:00
accu.h Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 2011-10-06 18:57:27 +02:00
asdl.h add a asdl bytes type, so Bytes.s be properly typechecked 2011-08-09 16:08:39 -05:00
ast.h add a AST validator (closes #12575) 2011-08-09 16:15:04 -05:00
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
code.h map cells to arg slots at code creation time (closes #12399) 2011-06-25 22:54:45 -05:00
codecs.h Fix build under Windows 2011-10-15 16:38:20 +02:00
compile.h Move code related to compile from Python.h to compile.h 2011-09-29 01:04:08 +02:00
complexobject.h Implement PEP 393. 2011-09-28 07:41:54 +02:00
datetime.h
descrobject.h make sure to initialize the method wrapper type 2011-09-01 16:32:31 -04:00
dictobject.h
dtoa.h
dynamic_annotations.h
enumobject.h
errcode.h
eval.h
fileobject.h Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is 2011-08-28 17:51:43 +02:00
fileutils.h
floatobject.h Clean up a few tabs that went in with PEP393. 2011-09-29 00:58:57 +03:00
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) 2011-05-25 09:29:00 -05:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h Clean up a few tabs that went in with PEP393. 2011-09-29 00:58:57 +03:00
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h Add API for static strings, primarily good for identifiers. 2011-10-09 10:38:36 +02:00
objimpl.h
opcode.h excise the remains of STOP_CODE, which hasn't done anything useful for years 2011-07-17 22:49:50 -05:00
osdefs.h
parsetok.h
patchlevel.h Post-release version bump. 2011-09-04 08:36:22 +02:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h Try to fix linking failures under Windows 2011-10-04 14:43:47 +02:00
pydebug.h
pyerrors.h PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. 2011-10-12 02:54:14 +02:00
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h
pymacro.h Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR 2011-09-29 12:43:18 +02:00
pymath.h
pymem.h
pyport.h any_find_slice() doesn't use callbacks anymore 2011-10-10 03:21:36 +02:00
pystate.h #10741: merge with 3.2 2011-08-08 00:17:43 +02:00
pystrcmp.h
pystrtod.h
Python-ast.h forgotten in f578ca44193d 2011-08-09 16:14:45 -05:00
Python.h Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 2011-10-06 19:04:12 +02:00
pythonrun.h Issue #1856: Avoid crashes and lockups when daemon threads run while the 2011-05-04 20:04:29 +02:00
pythread.h Issue #11223: Replace threading._info() by sys.thread_info 2011-04-30 14:53:09 +02:00
pytime.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h Issue #9904: fix and clarify some comments + fix indentation in symtable code 2011-04-10 07:37:26 +03:00
sysmodule.h
timefuncs.h
token.h
traceback.h
tupleobject.h
typeslots.h
ucnhash.h
unicodeobject.h Simplify _PyUnicode_COMPACT_DATA() macro 2011-10-18 23:32:53 +02:00
warnings.h
weakrefobject.h