Home | History | Annotate | Download | only in Lib

Lines Matching full:gzip

339        blockwise.  Use of gzip or bzip2 compression is possible.
421 """Initialize for writing with gzip compression.
476 """Initialize for reading a gzip compressed fileobj.
481 gzip.GzipFile with some alterations
483 raise ReadError("not a gzip file")
1527 'r:gz' open for reading with gzip compression
1532 'w:gz' open for writing with gzip compression
1538 'x:gz' create a gzip compressed tarfile, raise an exception
1547 'r|gz' open a gzip compressed stream of tar blocks
1551 'w|gz' open a gzip compressed stream for writing
1620 """Open gzip compressed tar archive name for reading or writing.
1627 import gzip
1628 gzip.GzipFile
1630 raise CompressionError("gzip module is not available")
1633 fileobj = gzip.GzipFile(name, mode + "b", compresslevel, fileobj)
1636 raise ReadError("not a gzip file")
1644 raise ReadError("not a gzip file")
1712 "gz": "gzopen", # gzip compressed tar