cpython/Include
Guido van Rossum 7c36ad7f44 New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00
..
allobjects.h Define 'macintosh' if THINK_C is defined. 1991-06-24 22:30:14 +00:00
assert.h Added copyright notice. 1991-02-19 12:39:46 +00:00
bitset.h Added copyright notice. 1991-02-19 12:39:46 +00:00
bltinmodule.h Change getbuiltin interface to get the name as an object. 1991-08-16 08:55:53 +00:00
ceval.h Added call_object interface 1991-07-27 21:33:03 +00:00
cgensupport.h Added copyright notice. 1991-02-19 12:39:46 +00:00
classobject.h newclassobject gets a third parameter (optional class name) 1991-10-20 20:12:10 +00:00
compile.h Export newcodeobject() interface. 1991-06-04 19:43:13 +00:00
dictobject.h Added/moved dict2 interfaces. 1991-08-16 09:00:42 +00:00
errcode.h Added copyright notice. 1991-02-19 12:39:46 +00:00
errors.h Added SystemExit. 1991-12-31 13:13:47 +00:00
fileobject.h Add "close" function parameter to newopenfileobject(). 1991-06-07 13:57:38 +00:00
floatobject.h Added copyright notice. 1991-02-19 12:39:46 +00:00
frameobject.h Added f_lasti and f_lineno members. 1992-01-14 18:32:11 +00:00
funcobject.h Added copyright notice. 1991-02-19 12:39:46 +00:00
graminit.h New syntax 1991-07-27 21:38:01 +00:00
grammar.h Added copyright notice. 1991-02-19 12:39:46 +00:00
import.h Added copyright notice. 1991-02-19 12:39:46 +00:00
intobject.h Added copyright notice. 1991-02-19 12:39:46 +00:00
listobject.h Added copyright notice. 1991-02-19 12:39:46 +00:00
longintrepr.h Added wdigit and stwodigits typedefs, and changed prototypes. 1991-05-14 12:06:16 +00:00
longobject.h Added declarations for dnewlongobject and dgetlongvalue. 1991-06-03 10:58:51 +00:00
marshal.h Initial revision 1991-06-04 19:42:30 +00:00
metagrammar.h Added copyright notice. 1991-02-19 12:39:46 +00:00
methodobject.h Add "varargs" attribute. 1991-12-16 13:07:24 +00:00
modsupport.h Added copyright notice. 1991-02-19 12:39:46 +00:00
moduleobject.h Added copyright notice. 1991-02-19 12:39:46 +00:00
node.h Added copyright notice. 1991-02-19 12:39:46 +00:00
object.h Added shifting and masking ops to as_number struct 1991-10-24 14:58:18 +00:00
objimpl.h Remove StopPrint hack 1991-06-07 22:50:34 +00:00
opcode.h Added UNPACK_VARARG. 1992-01-14 18:38:56 +00:00
parsetok.h Added copyright notice. 1991-02-19 12:39:46 +00:00
pgenheaders.h Generalize to macintosh. 1991-06-24 22:30:42 +00:00
pyerrors.h Added SystemExit. 1991-12-31 13:13:47 +00:00
pythonrun.h Added copyright notice. 1991-02-19 12:39:46 +00:00
stringobject.h Added copyright notice. 1991-02-19 12:39:46 +00:00
structmember.h Added copyright notice. 1991-02-19 12:39:46 +00:00
sysmodule.h Added copyright notice. 1991-02-19 12:39:46 +00:00
token.h Added shift and mask ops. 1991-10-24 14:59:31 +00:00
traceback.h Change tb_here() prototype. 1992-01-14 18:45:09 +00:00
tupleobject.h New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00