0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Include
1990-11-18 17:44:34 +00:00
..
assert.h
bitset.h
cgensupport.h
classobject.h
dictobject.h Added getdictkeys() prototype. 1990-10-30 13:27:43 +00:00
errcode.h
errors.h Added err_badcall() and planned new errors. 1990-10-21 22:09:30 +00:00
fileobject.h
floatobject.h
funcobject.h Changed interface (no nodes but code). 1990-11-18 17:44:34 +00:00
graminit.h removed dir statement. Function arguments may now be tests. 1990-10-26 15:01:05 +00:00
grammar.h
import.h Added prototype for reload_module. 1990-10-26 14:59:11 +00:00
intobject.h
listobject.h Added prototype for sortlist(). 1990-10-30 13:32:39 +00:00
metagrammar.h
methodobject.h
modsupport.h Removed declarations of err_badargs [sic] and err_nomem. 1990-10-14 20:03:07 +00:00
moduleobject.h Added getmodulename() public interface. 1990-10-26 15:00:11 +00:00
node.h Added prototype for new function freenode(). 1990-11-18 17:37:25 +00:00
object.h Add UNREF macro if not tracing refs (see UNREF function in object.c). 1990-11-18 17:27:10 +00:00
objimpl.h Changed strdup prototype to use const. 1990-10-21 22:13:08 +00:00
opcode.h Added opcodes for classes. 1990-11-18 17:38:15 +00:00
parsetok.h
pyerrors.h Added err_badcall() and planned new errors. 1990-10-21 22:09:30 +00:00
stringobject.h
sysmodule.h
token.h
tupleobject.h