Lines Matching refs:BZ2File
5801 - Issue #16034: Fix performance regressions in the new `bz2.BZ2File`
6856 read1() methods of the BZ2File, GzipFile and LZMAFile classes.
7338 - BZ2File.__init__() and LZMAFile.__init__() now accept a file object as their
9569 - Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.
9847 - Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
12588 on a BZ2File object, rather than returning incorrect results.
13514 - Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames.
14001 - Issue #7205: Fix a possible deadlock when using a BZ2File object from
15745 - Issue #3860: GzipFile and BZ2File now support the context management protocol.
17503 - Patch #1535500: fix segfault in BZ2File.writelines and make sure it
18862 - Bug #1215928: Fix bz2.BZ2File.seek() for 64-bit file offsets.
18864 - Bug #1191043: Fix bz2.BZ2File.(x)readlines for files containing one
18880 - Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.