cpython/Include
2005-12-13 21:55:36 +00:00
..
abstract.h Convert iterator __len__() methods to a private API. 2005-09-24 21:23:05 +00:00
asdl.h Whoops, checkin consistent versions of *all* files to stop polluting 2005-11-13 19:14:20 +00:00
ast.h use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc? 2005-10-24 01:07:47 +00:00
bitset.h
boolobject.h SF bug 994255: Py_RETURN_NONE causes too much warnings 2004-07-22 01:46:43 +00:00
bufferobject.h
cellobject.h Wrote down the invariants of some common objects whose structure is 2004-10-28 16:32:00 +00:00
ceval.h Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
classobject.h
cobject.h
code.h Use the newer names for APIs after the AST merge 2005-10-21 04:23:36 +00:00
codecs.h
compile.h use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc? 2005-10-23 19:06:02 +00:00
complexobject.h
cStringIO.h Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
datetime.h
descrobject.h
dictobject.h
enumobject.h
errcode.h Patch #802188: better parser error message for non-EOL following line cont. 2005-03-03 11:45:45 +00:00
eval.h
fileobject.h
floatobject.h This is my patch: 2005-05-27 15:23:20 +00:00
frameobject.h SF Bug #215126: Over restricted type checking on eval() function 2004-07-02 06:41:07 +00:00
funcobject.h Wrote down the invariants of some common objects whose structure is 2004-10-28 16:32:00 +00:00
genobject.h
graminit.h PEP 342 implementation. Per Guido's comments, the generator throw() 2005-08-02 00:46:46 +00:00
grammar.h
import.h Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
intobject.h Wrote down the invariants of some common objects whose structure is 2004-10-28 16:32:00 +00:00
intrcheck.h
iterobject.h
listobject.h Wrote down the invariants of some common objects whose structure is 2004-10-28 16:32:00 +00:00
longintrepr.h SF patch 936813: fast modular exponentiation 2004-08-30 02:44:38 +00:00
longobject.h Removed redundant declaration of _PyLong_NumBits(). 2004-09-23 01:56:02 +00:00
marshal.h This is my patch: 2005-06-03 14:41:55 +00:00
metagrammar.h
methodobject.h Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
modsupport.h Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
moduleobject.h Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
node.h PEP-0318, @decorator-style. In Guido's words: 2004-08-02 06:10:11 +00:00
object.h Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
objimpl.h [ 1243081 ] repair typos 2005-07-22 18:39:19 +00:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h post 2.4 release machinations 2004-11-30 13:16:15 +00:00
pgen.h
pgenheaders.h
py_curses.h
pydebug.h
pyerrors.h * set_new() doesn't need to zero the structure a second time after tp_alloc 2005-08-06 18:31:24 +00:00
pyexpat.h moved magic into structure (mainly to simplify the client code) 2005-12-13 21:55:36 +00:00
pyfpe.h
pygetopt.h
pymactoolbox.h SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core 2004-11-05 07:02:59 +00:00
pymem.h
pyport.h Remove INT_MIN that came from the AST merge. 2005-10-21 04:33:02 +00:00
pystate.h Add comments about PyThreadState and the usage of its fields. 2005-06-25 07:07:35 +00:00
pystrtod.h Patch #1006003: Cygwin standard module build problems 2004-08-09 15:02:30 +00:00
Python-ast.h SF #1373150, diffs in working copy after a build 2005-12-11 21:18:22 +00:00
Python.h Merge ast-branch to head 2005-10-20 19:59:25 +00:00
pythonrun.h Correct error to PyRun_SimpleString macro introduced in AST merge. 2005-10-23 10:53:06 +00:00
pythread.h
rangeobject.h Remove PyRange_New(). 2004-12-03 11:45:13 +00:00
setobject.h Numerous fix-ups to C API and docs. Added tests for C API. 2005-08-16 10:44:15 +00:00
sliceobject.h Wrote down the invariants of some common objects whose structure is 2004-10-28 16:32:00 +00:00
stringobject.h Wrote down the invariants of some common objects whose structure is 2004-10-28 16:32:00 +00:00
structmember.h Patch #1115086: support PY_LONGLONG in structmember. 2005-03-03 23:00:26 +00:00
structseq.h
symtable.h Do not pollute name block_ty, prefix with _Py_ 2005-10-24 00:30:44 +00:00
sysmodule.h
timefuncs.h
token.h PEP-0318, @decorator-style. In Guido's words: 2004-08-02 06:10:11 +00:00
traceback.h
tupleobject.h Wrote down the invariants of some common objects whose structure is 2004-10-28 16:32:00 +00:00
ucnhash.h
unicodeobject.h _PyUnicode_IsWhitespace(), 2005-10-29 02:33:18 +00:00
weakrefobject.h SF 1055820: weakref callback vs gc vs threads 2004-10-30 23:09:22 +00:00