1. 27 Oct, 1993 3 commits
  2. 26 Oct, 1993 7 commits
  3. 25 Oct, 1993 2 commits
  4. 22 Oct, 1993 5 commits
  5. 18 Oct, 1993 3 commits
  6. 15 Oct, 1993 2 commits
    • Sjoerd Mullender's avatar
      intobject.c: Save references to small integers, so that they can be · 842d2ccd
      Sjoerd Mullender authored
      	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
    • Guido van Rossum's avatar
      Makefile, import.c: Lance's alternative module search (allow .pyc file · 21d335ed
      Guido van Rossum authored
      without .py file); Bill's dynamic loading for SunOS using shared
      libraries.
      
      pwdmodule.c (mkgrent): remove DECREF of uninitialized variable.
      
      classobject.c (instance_getattr): Fix case when class lookup returns
      unbound method instead of function.
      21d335ed
  7. 12 Oct, 1993 2 commits
  8. 11 Oct, 1993 3 commits
  9. 01 Oct, 1993 2 commits
  10. 28 Sep, 1993 4 commits
  11. 27 Sep, 1993 2 commits
  12. 14 Sep, 1993 1 commit
  13. 26 Aug, 1993 1 commit
  14. 25 Aug, 1993 1 commit
  15. 03 Aug, 1993 1 commit
  16. 29 Jul, 1993 1 commit