• Jeremy Hylton's avatar
    Many changes. · 41b9f00e
    Jeremy Hylton yazdı
    Change default alloc size for uncompressing to 16K.
    
    Remove comment about core dumps when an invalid window sizes is used.
    This bug has been fixed in zlib 1.0.4.
    
    Two new optional arguments to decompress, wbits and bufsize.  wbits
    specifies the window size and bufsize specifies the initial output
    string size.
    
    In decompression code -- decompress and decompressobj methods -- use a
    Python string (and _PyString_Resize) to collect the uncompressed
    stream.  Replaces a separate buffer that was copied into a string.
    
    Fix bug in decompress that caused it to always realloc the buffer when
    it was finished decompressing.
    
    Modernized handling of optional arguments to compressobj.
    
    Updated doc strings.
    41b9f00e
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
BUGS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...