cpython/Include
Guido van Rossum 559e55f73c Make it lint-free 1992-03-27 17:23:59 +00:00
..
allobjects.h Make it lint-free 1992-03-27 17:23:59 +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 *** empty log message *** 1992-03-24 13:46:39 +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
intrcheck.h Initial revision 1992-01-19 16:32:47 +00:00
listobject.h Added copyright notice. 1991-02-19 12:39:46 +00:00
longintrepr.h Move the longobject typedef to longobject.h. 1992-01-19 16:30:12 +00:00
longobject.h Added typedef for longobject and declarations for long_{format,scan}. 1992-01-19 16:31:28 +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 New getargs() function. Define macros with conventional names, 1992-01-27 16:50:21 +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
osdefs.h Moved definition of search path DELIM here (from sysmodule.c). 1992-03-23 18:20:32 +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 definitions of sys_trace and sys_profile 1992-03-23 18:20:04 +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