index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_gzip.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...
Andrew M. Kuchling
2005-06-09
1
-0/+23
*
Convert gzip test suite to use unittest
Andrew M. Kuchling
2005-06-09
1
-74/+110
*
SF bug #999776, zlib home page wrong
Neal Norwitz
2004-07-29
1
-1/+1
*
Added a new fileno() method. ZODB's repozo.py wants this so it can
Tim Peters
2004-07-27
1
-1/+9
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-3/+3
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
force gzip module to open files using 'b'inary mode.
Skip Montanaro
2002-05-23
1
-1/+5
*
Whitespace normalization.
Tim Peters
2001-08-09
1
-1/+1
*
Patch #448474: Add support for tell() and seek() to gzip.GzipFile.
Martin v. Löwis
2001-08-09
1
-0/+24
*
Marc-Andre must not have run these tests -- they used verify() but
Guido van Rossum
2001-01-17
1
-2/+3
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-3/+3
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-3/+2
*
Exercise .readline() and .readlines(). More data is written to the
Andrew M. Kuchling
2000-07-29
1
-4/+28
*
Use binary mode for all gzip files we open.
Guido van Rossum
1999-04-07
1
-4/+4
*
Added a simple test suite for gzip. It simply opens a temp file,
Andrew M. Kuchling
1999-03-25
1
-0/+30