1. 14 Dec, 1992 9 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 4 commits
  8. 06 Nov, 1992 1 commit
  9. 05 Nov, 1992 3 commits
  10. 04 Nov, 1992 1 commit
  11. 26 Oct, 1992 1 commit
  12. 25 Oct, 1992 4 commits
  13. 18 Oct, 1992 2 commits
    • Guido van Rossum's avatar
      * bltinmodule.c: added built-in function cmp(a, b) · 5ea4c8ea
      Guido van Rossum authored
      * flmodule.c: added {do,check}_only_forms to fl's list of functions;
        and don't print a message when an unknown object is returned.
      
      * pythonrun.c: catch SIGHUP and SIGTERM to do essential cleanup.
      
      * Made jpegmodule.c smaller by using getargs() and mkvalue() consistently.
      
      * Increased parser stack size to 500 in parser.h.
      
      * Implemented custom allocation of stack frames to frameobject.c and
        added dynamic stack overflow checks (value stack only) to ceval.c.
        (There seems to be a bug left: sometimes stack traces don't make sense.)
      5ea4c8ea
    • Guido van Rossum's avatar
      Misc changes and new modules. whrandom is "objectified". SOCKET.py · 5d437486
      Guido van Rossum authored
      is moved to the sgi subdirectory.
      5d437486
  14. 02 Oct, 1992 1 commit
  15. 29 Sep, 1992 1 commit