.. |
allobjects.h
|
Make it lint-free
|
1992-03-27 17:23:59 +00:00 |
assert.h
|
|
|
bitset.h
|
|
|
bltinmodule.h
|
Change getbuiltin interface to get the name as an object.
|
1991-08-16 08:55:53 +00:00 |
ceval.h
|
lint (added flushline() interface)
|
1992-03-27 17:29:31 +00:00 |
cgensupport.h
|
|
|
classobject.h
|
newclassobject gets a third parameter (optional class name)
|
1991-10-20 20:12:10 +00:00 |
compile.h
|
|
|
dictobject.h
|
Added/moved dict2 interfaces.
|
1991-08-16 09:00:42 +00:00 |
errcode.h
|
|
|
errors.h
|
Added SystemExit.
|
1991-12-31 13:13:47 +00:00 |
fileobject.h
|
|
|
floatobject.h
|
|
|
frameobject.h
|
Added f_lasti and f_lineno members.
|
1992-01-14 18:32:11 +00:00 |
funcobject.h
|
|
|
graminit.h
|
*** empty log message ***
|
1992-03-24 13:46:39 +00:00 |
grammar.h
|
|
|
import.h
|
|
|
intobject.h
|
|
|
intrcheck.h
|
Initial revision
|
1992-01-19 16:32:47 +00:00 |
listobject.h
|
|
|
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
|
|
|
metagrammar.h
|
|
|
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
|
|
|
node.h
|
|
|
object.h
|
Added shifting and masking ops to as_number struct
|
1991-10-24 14:58:18 +00:00 |
objimpl.h
|
|
|
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
|
|
|
pgenheaders.h
|
|
|
pyerrors.h
|
Added SystemExit.
|
1991-12-31 13:13:47 +00:00 |
pythonrun.h
|
|
|
stringobject.h
|
|
|
structmember.h
|
|
|
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 |