0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Objects
Guido van Rossum db3165e655 * bltinmodule.c: removed exec() built-in function.
* Grammar: add exec statement; allow testlist in expr statement.
* ceval.c, compile.c, opcode.h: support exec statement;
  avoid optimizing locals when it is used
* fileobject.{c,h}: add getfilename() internal function.
1993-10-18 17:06:59 +00:00
..
accessobject.c
classobject.c Makefile, import.c: Lance's alternative module search (allow .pyc file 1993-10-15 13:01:11 +00:00
dictobject.c
fileobject.c * bltinmodule.c: removed exec() built-in function. 1993-10-18 17:06:59 +00:00
floatobject.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
frameobject.c
funcobject.c
intobject.c intobject.c: Save references to small integers, so that they can be 1993-10-15 16:18:48 +00:00
listobject.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
longobject.c
mappingobject.c
methodobject.c
moduleobject.c
object.c intobject.c: Save references to small integers, so that they can be 1993-10-15 16:18:48 +00:00
stringobject.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
tupleobject.c intobject.c: Save references to small integers, so that they can be 1993-10-15 16:18:48 +00:00
typeobject.c
xxobject.c