Go to file
Sjoerd Mullender 842d2ccdcd intobject.c: Save references to small integers, so that they can be
shared.  The default is to save references to the integers in
	the range -1..99.  The lower limit can be set by defining
	NSMALLNEGINTS (absolute value of smallest integer to be saved)
	and NSMALLPOSINTS (1 more than the largest integer to be
	saved).
tupleobject.c: Save a reference to the empty tuple to be returned
	whenever a tuple of size 0 is requested.  Tuples of size 1
	upto, but not including, MAXSAVESIZE (default 20) are put in
	free lists when deallocated.  When MAXSAVESIZE equals 1, only
	share references to the empty tuple, when MAXSAVESIZE equals
	0, don't include the code at all and revert to the old
	behavior.
object.c: Print some more statistics when COUNT_ALLOCS is defined.
1993-10-15 16:18:48 +00:00
Demo * Added support for X window interface. 1993-10-12 12:55:27 +00:00
Doc * ref3.tex: added cross-ref to try statement for exc handler. 1993-10-11 12:54:58 +00:00
Grammar * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
Include * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
Lib Not everyone has Guido's bin in his/her PATH... 1993-10-11 12:39:15 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Makefile, import.c: Lance's alternative module search (allow .pyc file 1993-10-15 13:01:11 +00:00
Objects intobject.c: Save references to small integers, so that they can be 1993-10-15 16:18:48 +00:00
Parser * Added support for X11 modules. 1993-07-28 09:05:47 +00:00
Python Makefile, import.c: Lance's alternative module search (allow .pyc file 1993-10-15 13:01:11 +00:00
Tools/scripts Initial revision 1993-06-10 14:43:53 +00:00
.hgtags This commit was manufactured by cvs2svn to create tag 'release099'. 1993-07-29 13:14:32 +00:00