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_bz2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
1
-1/+1
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+11
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+2
*
Get rid of xreadlines() (methods).
Neal Norwitz
2006-03-17
1
-9/+1
*
testSeekBackwardsFromEnd(): Repair obvious syntax error.
Tim Peters
2005-08-26
1
-1/+1
*
Add list() around xreadlines()
Georg Brandl
2005-08-26
1
-2/+2
*
Fix BZ2File.(x)readlines() for files without a newline.
Georg Brandl
2005-08-21
1
-1/+17
*
Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Georg Brandl
2005-06-03
1
-0/+10
*
Add error checks for the bz2, cStringIO and operator modules.
Walter Dörwald
2004-11-01
1
-0/+11
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
1
-1/+1
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-7/+6
*
Applying patch #728656, by logistix, fixing opening of nonexistent
Gustavo Niemeyer
2003-04-29
1
-0/+5
*
Add test to ensure files (fds) don't leak
Neal Norwitz
2003-02-12
1
-0/+6
*
OS/2 EMX has no popen2.Popen3 even though bunzip2 is available
Andrew MacIntyre
2002-12-31
1
-1/+1
*
This uses only one temp file at a time, so use test_support.TESTFN as
Tim Peters
2002-11-14
1
-2/+2
*
I already forgot what I changed -- it wasn't important <wink>.
Tim Peters
2002-11-09
1
-2/+0
*
OK -- all tests pass on Windows now. The rest were due to 3 more
Tim Peters
2002-11-09
1
-22/+5
*
More tests run on Windows now. Something is still wrong here, but no
Tim Peters
2002-11-09
1
-27/+34
*
Many changes to get this to pass on Windows, and to make it easier to
Tim Peters
2002-11-09
1
-11/+45
*
Whitespace normalization.
Tim Peters
2002-11-09
1
-260/+260
*
Comment out the test docstrings so we can at least tell which tests are
Tim Peters
2002-11-09
1
-28/+28
*
Whitespace normalization.
Tim Peters
2002-11-09
1
-16/+16
*
Open at least one binary file in binary mode. This allows a few of the
Tim Peters
2002-11-09
1
-1/+1
*
Patch implementing bz2 module.
Gustavo Niemeyer
2002-11-05
1
-0/+290