Home | History | Annotate | Download | only in python2.7

Lines Matching full:gzip

391        blockwise.  Use of gzip or bzip2 compression is possible.
449 """Initialize for writing with gzip compression.
511 """Initialize for reading a gzip compressed fileobj.
516 # taken from gzip.GzipFile with some alterations
518 raise ReadError("not a gzip file")
644 class which (unlike gzip.GzipFile) has no support for
1634 'r:gz' open for reading with gzip compression
1638 'w:gz' open for writing with gzip compression
1643 'r|gz' open a gzip compressed stream of tar blocks
1646 'w|gz' open a gzip compressed stream for writing
1709 """Open gzip compressed tar archive name for reading or writing.
1716 import gzip
1717 gzip.GzipFile
1719 raise CompressionError("gzip module is not available")
1726 gzip.GzipFile(name, mode, compresslevel, fileobj),
1729 raise ReadError("not a gzip file")
1761 "gz": "gzopen", # gzip compressed tar