Lines Matching defs:gzip
109 blockwise. Use of gzip or bzip2 compression is possible.
161 """Initialize for writing with gzip compression.
212 """Initialize for reading a gzip compressed fileobj.
217 # taken from gzip.GzipFile with some alterations
219 raise ReadError("not a gzip file")
612 'r:gz' open for reading with gzip compression
616 'w:gz' open for writing with gzip compression
619 'r|gz' open a gzip compressed stream of cpio blocks
622 'w|gz' open a gzip compressed stream for writing
680 """Open gzip compressed cpio archive name for reading or writing.
687 import gzip
688 gzip.GzipFile
690 raise CompressionError("gzip module is not available")
706 gzip.GzipFile(name, mode, compresslevel,
709 raise ReadError("not a gzip file")
786 "gz": "gzopen", # gzip compressed