1. 16 Nov, 1992 2 commits
  2. 06 Nov, 1992 1 commit
  3. 05 Nov, 1992 3 commits
  4. 04 Nov, 1992 1 commit
  5. 26 Oct, 1992 1 commit
  6. 25 Oct, 1992 4 commits
  7. 18 Oct, 1992 2 commits
    • Guido van Rossum's avatar
      * bltinmodule.c: added built-in function cmp(a, b) · a9e7dc10
      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.)
      a9e7dc10
    • Guido van Rossum's avatar
      Misc changes and new modules. whrandom is "objectified". SOCKET.py · 2db91358
      Guido van Rossum authored
      is moved to the sgi subdirectory.
      2db91358
  8. 02 Oct, 1992 1 commit
  9. 29 Sep, 1992 3 commits
    • Guido van Rossum's avatar
      New tool Vfix: truncate the right edge of 'grey' type images to make · 4df20fa8
      Guido van Rossum authored
      the scanline width a multiple of 4.
      
      VFile: use gl.gversion() to distinguish 4.0.1 and 4.0.5 Indigos;
      truncate width and height to multiples of packfactor.
      
      Vinfo: add -t to descriptive comment; print '!' after packfactor for
      files that should be fixed with Vfix.
      4df20fa8
    • Sjoerd Mullender's avatar
      Lots of little fixes. · 384f2481
      Sjoerd Mullender authored
      - merged CloseCompressor and CloseDecompressor into one function
      - keep existing errors in error function (for exceptions raised in the
        Compress or Decompress callback functions)
      - remove newline from error string generated by error function
      - allocate less memory when compressing multiple frames
      - keep existing errors when clCompress or clDecompress fails
      - raise an exception when compressed data doesn't fit within
        dataMaxSize bytes
      - allocate frameSize bytes for decompression buffer instead of
        dataMaxSize
      - use mkvalue more often
      - new function QueryParams which will accept CL.AUDIO and CL.VIDEO
        args
      - changed some function names
      384f2481
    • Guido van Rossum's avatar
      VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done · 9e3f335b
      Guido van Rossum authored
      using module 'jpeg' by the Displayer class.  (Unfortunately it's too
      slow for real time.)  Print file size in printinfo() method.
      
      Vinfo: added -t option (terse -- one line per file) and usage message.
      
      Vtime: use BasicV{in,out}File classes -- the minimum needed.
      
      Vmkjpeg, Vunjpeg: new utilities for jpeg (de)compression.
      9e3f335b
  10. 25 Sep, 1992 4 commits
  11. 24 Sep, 1992 13 commits
  12. 23 Sep, 1992 1 commit
  13. 22 Sep, 1992 2 commits
  14. 20 Sep, 1992 2 commits