Home | History | Annotate | Download | only in test

Lines Matching full:gzip

17     import gzip
18 gzip.GzipFile
20 gzip = None
187 _open = gzip.GzipFile
241 _open = gzip.GzipFile
261 # For Gzip and Bz2 Tests: fail with a ReadError on an uncompressed file.
419 if gzip:
968 fobj = gzip.GzipFile(tmpname)
1364 if gzip is None:
1631 if gzip:
1632 # Create testtar.tar.gz and add gzip-specific tests.
1633 tar = gzip.open(gzipname, "wb")