cpython/Include
2005-12-24 06:03:06 +00:00
..
abstract.h Convert iterator __len__() methods to a private API. 2005-09-24 21:23:05 +00:00
asdl.h Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 2005-12-17 20:54:49 +00:00
ast.h Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 2005-12-17 20:54:49 +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 Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 2005-12-17 20:54:49 +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 Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro. 2004-06-28 00:48:30 +00:00
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 Patch #966493: Cleanup generator/eval_frame exposure. 2004-06-27 15:43:12 +00:00
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 Install two code generation optimizations that depend on NOP. 2004-06-21 16:31:15 +00:00
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
pyarena.h Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 2005-12-17 20:54:49 +00:00
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 Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 2005-12-17 20:54:49 +00:00
Python.h Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 2005-12-17 20:54:49 +00:00
pythonrun.h Expose Subversion revision number (calculated via "svnversion .") to Python. 2005-12-18 01:27:35 +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 const poisoning, spreading to fix new const warnings 2005-12-24 06:03:06 +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