René's URL Explorer Experiment


Title: bz2 — Support for bzip2 compression — Python 3.14.2 documentation

Open Graph Title: bz2 — Support for bzip2 compression

Description: Source code: Lib/bz2.py This module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm. The bz2 module contains: The open() function and...

Open Graph Description: Source code: Lib/bz2.py This module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm. The bz2 module contains: The open() function and...

Opengraph URL: https://docs.python.org/3/library/bz2.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_bz2_8f1a2f36.png
og:image:altSource code: Lib/bz2.py This module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm. The bz2 module contains: The open() function and...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
bz2 — Support for bzip2 compressionhttps://docs.python.org/library/bz2.html
(De)compression of fileshttps://docs.python.org/library/bz2.html#de-compression-of-files
Incremental (de)compressionhttps://docs.python.org/library/bz2.html#incremental-de-compression
One-shot (de)compressionhttps://docs.python.org/library/bz2.html#one-shot-de-compression
Examples of usagehttps://docs.python.org/library/bz2.html#examples-of-usage
gzip — Support for gzip fileshttps://docs.python.org/library/gzip.html
lzma — Compression using the LZMA algorithmhttps://docs.python.org/library/lzma.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/bz2.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/lzma.html
previoushttps://docs.python.org/library/gzip.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Data Compression and Archivinghttps://docs.python.org/library/archiving.html
bz2 — Support for bzip2 compressionhttps://docs.python.org/library/bz2.html
https://docs.python.org/library/bz2.html#module-bz2
Lib/bz2.pyhttps://github.com/python/cpython/tree/3.14/Lib/bz2.py
bz2https://docs.python.org/library/bz2.html#module-bz2
open()https://docs.python.org/library/bz2.html#bz2.open
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
BZ2Compressorhttps://docs.python.org/library/bz2.html#bz2.BZ2Compressor
BZ2Decompressorhttps://docs.python.org/library/bz2.html#bz2.BZ2Decompressor
compress()https://docs.python.org/library/bz2.html#bz2.compress
decompress()https://docs.python.org/library/bz2.html#bz2.decompress
optional modulehttps://docs.python.org/glossary.html#term-optional-module
Requirements for optional moduleshttps://docs.python.org/using/configure.html#optional-module-requirements
https://docs.python.org/library/bz2.html#de-compression-of-files
https://docs.python.org/library/bz2.html#bz2.open
file objecthttps://docs.python.org/glossary.html#term-file-object
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
strhttps://docs.python.org/library/stdtypes.html#str
byteshttps://docs.python.org/library/stdtypes.html#bytes
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
io.TextIOWrapperhttps://docs.python.org/library/io.html#io.TextIOWrapper
path-like objecthttps://docs.python.org/glossary.html#term-path-like-object
https://docs.python.org/library/bz2.html#bz2.BZ2File
strhttps://docs.python.org/library/stdtypes.html#str
byteshttps://docs.python.org/library/stdtypes.html#bytes
file objecthttps://docs.python.org/glossary.html#term-file-object
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
io.BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
detach()https://docs.python.org/library/io.html#io.BufferedIOBase.detach
truncate()https://docs.python.org/library/io.html#io.IOBase.truncate
withhttps://docs.python.org/reference/compound_stmts.html#with
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
https://docs.python.org/library/bz2.html#bz2.BZ2File.peek
peek()https://docs.python.org/library/bz2.html#bz2.BZ2File.peek
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
https://docs.python.org/library/bz2.html#bz2.BZ2File.fileno
https://docs.python.org/library/bz2.html#bz2.BZ2File.readable
https://docs.python.org/library/bz2.html#bz2.BZ2File.seekable
https://docs.python.org/library/bz2.html#bz2.BZ2File.writable
https://docs.python.org/library/bz2.html#bz2.BZ2File.read1
https://docs.python.org/library/bz2.html#bz2.BZ2File.readinto
https://docs.python.org/library/bz2.html#bz2.BZ2File.mode
https://docs.python.org/library/bz2.html#bz2.BZ2File.name
namehttps://docs.python.org/library/io.html#io.FileIO.name
file objecthttps://docs.python.org/glossary.html#term-file-object
withhttps://docs.python.org/reference/compound_stmts.html#with
file objecthttps://docs.python.org/glossary.html#term-file-object
read()https://docs.python.org/library/io.html#io.BufferedIOBase.read
path-like objecthttps://docs.python.org/glossary.html#term-path-like-object
gziphttps://docs.python.org/library/gzip.html#module-gzip
lzmahttps://docs.python.org/library/lzma.html#module-lzma
https://docs.python.org/library/bz2.html#incremental-de-compression
https://docs.python.org/library/bz2.html#bz2.BZ2Compressor
compress()https://docs.python.org/library/bz2.html#bz2.compress
https://docs.python.org/library/bz2.html#bz2.BZ2Compressor.compress
flush()https://docs.python.org/library/bz2.html#bz2.BZ2Compressor.flush
https://docs.python.org/library/bz2.html#bz2.BZ2Compressor.flush
https://docs.python.org/library/bz2.html#bz2.BZ2Decompressor
decompress()https://docs.python.org/library/bz2.html#bz2.decompress
decompress()https://docs.python.org/library/bz2.html#bz2.decompress
BZ2Filehttps://docs.python.org/library/bz2.html#bz2.BZ2File
BZ2Decompressorhttps://docs.python.org/library/bz2.html#bz2.BZ2Decompressor
https://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.decompress
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
decompress()https://docs.python.org/library/bz2.html#bz2.decompress
decompress()https://docs.python.org/library/bz2.html#bz2.decompress
needs_inputhttps://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.needs_input
decompress()https://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.decompress
needs_inputhttps://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.needs_input
EOFErrorhttps://docs.python.org/library/exceptions.html#EOFError
unused_datahttps://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.unused_data
https://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.eof
https://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.unused_data
https://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.needs_input
decompress()https://docs.python.org/library/bz2.html#bz2.BZ2Decompressor.decompress
https://docs.python.org/library/bz2.html#one-shot-de-compression
https://docs.python.org/library/bz2.html#bz2.compress
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
BZ2Compressorhttps://docs.python.org/library/bz2.html#bz2.BZ2Compressor
https://docs.python.org/library/bz2.html#bz2.decompress
bytes-like objecthttps://docs.python.org/glossary.html#term-bytes-like-object
BZ2Decompressorhttps://docs.python.org/library/bz2.html#bz2.BZ2Decompressor
https://docs.python.org/library/bz2.html#examples-of-usage
bz2https://docs.python.org/library/bz2.html#module-bz2
compress()https://docs.python.org/library/bz2.html#bz2.compress
decompress()https://docs.python.org/library/bz2.html#bz2.decompress
BZ2Compressorhttps://docs.python.org/library/bz2.html#bz2.BZ2Compressor
Table of Contentshttps://docs.python.org/contents.html
bz2 — Support for bzip2 compressionhttps://docs.python.org/library/bz2.html
(De)compression of fileshttps://docs.python.org/library/bz2.html#de-compression-of-files
Incremental (de)compressionhttps://docs.python.org/library/bz2.html#incremental-de-compression
One-shot (de)compressionhttps://docs.python.org/library/bz2.html#one-shot-de-compression
Examples of usagehttps://docs.python.org/library/bz2.html#examples-of-usage
gzip — Support for gzip fileshttps://docs.python.org/library/gzip.html
lzma — Compression using the LZMA algorithmhttps://docs.python.org/library/lzma.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/bz2.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/lzma.html
previoushttps://docs.python.org/library/gzip.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Data Compression and Archivinghttps://docs.python.org/library/archiving.html
bz2 — Support for bzip2 compressionhttps://docs.python.org/library/bz2.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.