The Python programming language https://www.python.org
Find a file
Sjoerd Mullender 384f24816b Lots of little fixes.
- 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
1992-09-29 16:43:43 +00:00
Demo VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done 1992-09-29 13:40:47 +00:00
Doc __oct__ and __hex__ 1992-09-20 21:43:47 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
Lib New module "CL" (Compression Library) for Irix 4.0.5 and higher. 1992-09-24 10:40:03 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Lots of little fixes. 1992-09-29 16:43:43 +00:00
Objects Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
Parser Correct debug printing code 1992-09-03 20:46:37 +00:00
Python Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
Tools/scripts cope with filenames containing spaces 1992-08-31 10:54:54 +00:00