Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1036a7f7e180ac3fd98e43832a04e38b4c7c9e83
/
Lib
/
test
/
test_gzip.py
1036a7f
#6026 - fix tests that failed without zlib
by Ezio Melotti
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
b74fc2b
Issue #3860: GzipFile and BZ2File now support the context manager protocol.
by Antoine Pitrou
· 17 years ago
f0d2c3f
Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream.
by Antoine Pitrou
· 17 years ago
e08e3d0
#2959: allow multiple close() calls for GzipFile.
by Georg Brandl
· 17 years ago
36a59b4
Remove the test file before writing it in case there is no write permission.
by Neal Norwitz
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
5b1a785
Patch #1647484: Renamed GzipFile's filename attribute to name. The
by Lars Gustäbel
· 18 years ago
f733abb
Whitespace normalization.
by Tim Peters
· 19 years ago
065f0c8
Patch #1355023: support whence argument for GzipFile.seek.
by Martin v. Löwis
· 19 years ago
01cb47b
[Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin
by Andrew M. Kuchling
· 20 years ago
a6f68e1
Convert gzip test suite to use unittest
by Andrew M. Kuchling
· 20 years ago
014f103
SF bug #999776, zlib home page wrong
by Neal Norwitz
· 21 years ago
5cfb05e
Added a new fileno() method. ZODB's repozo.py wants this so it can
by Tim Peters
· 21 years ago
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
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 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