1. 22 Eki, 1993 1 kayıt (commit)
  2. 18 Eki, 1993 3 kayıt (commit)
  3. 15 Eki, 1993 2 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
    • Guido van Rossum's avatar
      Makefile, import.c: Lance's alternative module search (allow .pyc file · 21d335ed
      Guido van Rossum yazdı
      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
  4. 12 Eki, 1993 2 kayıt (commit)
  5. 11 Eki, 1993 3 kayıt (commit)
  6. 01 Eki, 1993 2 kayıt (commit)
  7. 28 Eyl, 1993 4 kayıt (commit)
  8. 27 Eyl, 1993 2 kayıt (commit)
  9. 14 Eyl, 1993 1 kayıt (commit)
  10. 26 Agu, 1993 1 kayıt (commit)
  11. 25 Agu, 1993 1 kayıt (commit)
  12. 03 Agu, 1993 1 kayıt (commit)
  13. 29 Tem, 1993 4 kayıt (commit)
  14. 28 Tem, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Added support for X11 modules. · a3309960
      Guido van Rossum yazdı
      * Makefile: change location of FORMS library.
      * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not)
      * Almost all .h files: added CPP magic to avoid duplicate inclusions and
        to support inclusion from C++.
      a3309960
  15. 26 Tem, 1993 1 kayıt (commit)
  16. 23 Tem, 1993 1 kayıt (commit)
  17. 19 Tem, 1993 2 kayıt (commit)
  18. 11 Tem, 1993 1 kayıt (commit)
  19. 10 Tem, 1993 1 kayıt (commit)
  20. 09 Tem, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * config.c: different default PYTHONPATH for MS-DOS · e22e6442
      Guido van Rossum yazdı
      * timemodule.c: change #ifdef TURBO_C into #ifdef MSDOS
      * posixmodule.c: MSDOS changes by Marcel van der Peijl (Digicash)
      * stropmodule.c: use C isspace(c) to test for whitespace; add
        whitespace, lowercase and uppercase variables to the module.
      e22e6442
  21. 08 Tem, 1993 1 kayıt (commit)
  22. 06 Tem, 1993 1 kayıt (commit)
  23. 05 Tem, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Makefile: added all: and default: targets. · f1dc5663
      Guido van Rossum yazdı
      * many files: made some functions static; removed "extern int errno;".
      * frozenmain.c: fixed bugs introduced on 24 June...
      * flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a
        (and some old functions that were omitted).
      * timemodule.c: added MSDOS floatsleep version .
      * pgenmain.c: changed exit() to goaway() and added defn of goaway().
      * intrcheck.c: add hack (to UNIX only) so interrupting 3 times
        will exit from a hanging program.  The second interrupt prints
        a message explaining this to the user.
      f1dc5663
  24. 24 Haz, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * pythonmain.c: -k option, usage message, more environment flags. · 9e90a672
      Guido van Rossum yazdı
        (the latter also in frozenmain.c)
      * ceval.c: global 'killprint' flag raises exception when printing an
        expression statement's value (useful for finding stray output)
      * timemodule.c: add asctime() and ctime().  Change julian date to
        1-based origin (as intended and documented).
      * Removed unused DO_TIMES stuff from timemodule.c.  Added 'epoch' and
        'day0' globals (year where time.time() == 0 and day of the week the
        epoch started).
      9e90a672
  25. 23 Haz, 1993 1 kayıt (commit)