1. 14 Dec, 1992 25 commits
  2. 10 Dec, 1992 2 commits
  3. 09 Dec, 1992 3 commits
  4. 08 Dec, 1992 3 commits
  5. 27 Nov, 1992 2 commits
  6. 26 Nov, 1992 3 commits
    • Guido van Rossum's avatar
      * classobject.c: in instance_lenth, test result of call_object · e1159f85
      Guido van Rossum authored
        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).
      e1159f85
    • Guido van Rossum's avatar
      * mainloop.py: added facility for calling select(). Also added · 2ec3676d
      Guido van Rossum authored
        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()
      2ec3676d
    • Guido van Rossum's avatar
      * config.c: Added audioop to lists. · 8d021091
      Guido van Rossum authored
      * 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)
      8d021091
  7. 16 Nov, 1992 2 commits