]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Extended X interface: pixmap objects, colormap objects visual objects,
authorSjoerd Mullender <sjoerd@acm.org>
Mon, 11 Oct 1993 12:54:31 +0000 (12:54 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Mon, 11 Oct 1993 12:54:31 +0000 (12:54 +0000)
commita9c3c22c33762699b362e7598268442fd2df9eb6
tree7ff6bdfb7228abf0a566b6d3215a383796bd5cbf
parent35fe6ec4cf6e192829a5bd28c080761157258e3e
* Extended X interface: pixmap objects, colormap objects visual objects,
  image objects, and lots of new methods.
* Added counting of allocations and deallocations of builtin types if
  COUNT_ALLOCS is defined.  Had to move calls to NEWREF down in some
  files.
* Bug fix in sorting lists.
12 files changed:
Include/object.h
Modules/arraymodule.c
Modules/config.c.in
Modules/imageop.c
Modules/imgfile.c
Objects/floatobject.c
Objects/intobject.c
Objects/listobject.c
Objects/object.c
Objects/stringobject.c
Objects/tupleobject.c
Python/pythonrun.c