Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
25cb7dfb0f0c32b51a813869f4ef3ab25cba5b2a
/
Lib
/
test
/
test_gzip.py
3b0a329
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
by Guido van Rossum
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
12424bc
force gzip module to open files using 'b'inary mode. closes patch #536278.
by Skip Montanaro
· 23 years ago
ab9ba27
Whitespace normalization.
by Tim Peters
· 24 years ago
8cc965c
Patch #448474: Add support for tell() and seek() to gzip.GzipFile.
by Martin v. Löwis
· 24 years ago
f27cc5b
Marc-Andre must not have run these tests -- they used verify() but
by Guido van Rossum
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
85ab738
Exercise .readline() and .readlines(). More data is written to the
by Andrew M. Kuchling
· 25 years ago
052364b
Use binary mode for all gzip files we open.
by Guido van Rossum
· 26 years ago
605ebdd
Added a simple test suite for gzip. It simply opens a temp file,
by Andrew M. Kuchling
· 26 years ago