1. 01 Kas, 1993 12 kayıt (commit)
  2. 30 Eki, 1993 3 kayıt (commit)
  3. 28 Eki, 1993 1 kayıt (commit)
  4. 27 Eki, 1993 6 kayıt (commit)
  5. 26 Eki, 1993 7 kayıt (commit)
  6. 25 Eki, 1993 2 kayıt (commit)
  7. 22 Eki, 1993 5 kayıt (commit)
  8. 18 Eki, 1993 3 kayıt (commit)
  9. 15 Eki, 1993 1 kayıt (commit)
    • Sjoerd Mullender's avatar
      intobject.c: Save references to small integers, so that they can be · 842d2ccd
      Sjoerd Mullender yazdı
      	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.
      842d2ccd