Lines Matching refs:gzip
336 blockwise. Use of gzip or bzip2 compression is possible.
418 """Initialize for writing with gzip compression.
475 """Initialize for reading a gzip compressed fileobj.
480 # taken from gzip.GzipFile with some alterations
482 raise ReadError("not a gzip file")
1784 'r:gz' open for reading with gzip compression
1789 'w:gz' open for writing with gzip compression
1795 'x:gz' create a gzip compressed tarfile, raise an exception
1804 'r|gz' open a gzip compressed stream of tar blocks
1808 'w|gz' open a gzip compressed stream for writing
1880 """Open gzip compressed tar archive name for reading or writing.
1887 from gzip import GzipFile
1889 raise CompressionError("gzip module is not available") from None
1895 raise ReadError("not a gzip file") from e
1903 raise ReadError("not a gzip file") from e
1970 "gz": "gzopen", # gzip compressed tar