1. 14 Ara, 1992 24 kayıt (commit)
  2. 10 Ara, 1992 2 kayıt (commit)
  3. 09 Ara, 1992 3 kayıt (commit)
  4. 08 Ara, 1992 3 kayıt (commit)
  5. 27 Kas, 1992 2 kayıt (commit)
  6. 26 Kas, 1992 3 kayıt (commit)
    • Guido van Rossum's avatar
      * classobject.c: in instance_lenth, test result of call_object · d014ea6b
      Guido van Rossum yazdı
        for exception before using it.  Fixed a few other places where the
        outcome of calling sq_length wasn't tested for exceptions
        (bltinmodule.c, ceval.c).
      d014ea6b
    • Guido van Rossum's avatar
      * mainloop.py: added facility for calling select(). Also added · 18fc5696
      Guido van Rossum yazdı
        embryonic facility for pseudo-modal dialogs.
      * stdwinevents.py: added modifier masks for key/mouse events
      * renamed exceptions in nntplib.py
      * Changed string.join() to call string.joinfields() to profit of
        strop.joinfields()
      18fc5696
    • Guido van Rossum's avatar
      * config.c: Added audioop to lists. · c89705d6
      Guido van Rossum yazdı
      * Makefile: change default source directory
      * socketmodule.c: added getsockname and getpeername
      * bltinmodule.c: corrected typo in type() error message
      * Added new built-in functions str() and repr(): repr(x) == `x`;
        str(x) == x if x is a string, otherwise str(x) == repr(x).
      * Added joinfields to stropmodule.c (string.join calls joinfields now)
      c89705d6
  7. 16 Kas, 1992 3 kayıt (commit)