cpython/Objects
Guido van Rossum 52f2c05401 * parsermodule.c, Makefile, config.c: rudimentary interface to the Python
parser.
* mappingobject.c (lookmapping): 'freeslot' was never used due to a bug in
  the code.
1993-11-10 12:53:24 +00:00
..
accessobject.c Several optimizations and speed improvements. 1993-10-22 12:04:32 +00:00
classobject.c Several optimizations and speed improvements. 1993-10-22 12:04:32 +00:00
dictobject.c * parsermodule.c, Makefile, config.c: rudimentary interface to the Python 1993-11-10 12:53:24 +00:00
fileobject.c * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
floatobject.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
frameobject.c * clmodule.c (doParams): free PVbuffer in error condition. 1993-08-03 15:11:36 +00:00
funcobject.c Added compare operations for functions and code objects. 1993-11-05 10:20:10 +00:00
intobject.c Changes to make range checks portable to 64-bit machines. 1993-10-26 15:21:51 +00:00
listobject.c * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +00:00
longobject.c * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
mappingobject.c * parsermodule.c, Makefile, config.c: rudimentary interface to the Python 1993-11-10 12:53:24 +00:00
methodobject.c * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
moduleobject.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
object.c * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
rangeobject.c * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range 1993-11-01 16:21:44 +00:00
stringobject.c Fixed bugs in resizetuple and extended the interface. 1993-11-01 13:46:50 +00:00
tupleobject.c * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +00:00
typeobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
xxobject.c * pythonrun.c: Print exception type+arg *after* stack trace instead of 1993-05-12 08:24:20 +00:00