Search
Searching for multiple words only shows matches that contain all words.
Searching
- gzip (Python module, in
gzip
— Support for gzip files) - zipapp (Python module, in
zipapp
— Manage executable Python zip archives) - zipfile (Python module, in
zipfile
— Work with ZIP archives) - zipimport (Python module, in
zipimport
— Import modules from Zip archives) - zip (Python function, in Built-in Functions)
zipapp
— Manage executable Python zip archiveszipfile
— Work with ZIP archiveszipimport
— Import modules from Zip archives- What’s New in Python 2.3
- BZIP2_CFLAGS (program option, in 3. Configure Python)
- BZIP2_LIBS (program option, in 3. Configure Python)
- gzip.BadGzipFile (Python exception, in
gzip
— Support for gzip files) - gzip.GzipFile (Python class, in
gzip
— Support for gzip files) - itertools.zip_longest (Python function, in
itertools
— Functions creating iterators for efficient looping) - test.support.requires_gzip (Python function, in
test
— Regression tests package for Python) - test.support.script_helper.make_zip_pkg (Python function, in
test
— Regression tests package for Python) - test.support.script_helper.make_zip_script (Python function, in
test
— Regression tests package for Python) - What’s New In Python 3.11 > gzip
- What’s New In Python 3.12 > gzip
- What’s New In Python 3.5 > gzip
- What’s New In Python 3.8 > gzip
- zipfile.BadZipfile (Python exception, in
zipfile
— Work with ZIP archives) - zipfile.BadZipFile (Python exception, in
zipfile
— Work with ZIP archives) - zipfile.is_zipfile (Python function, in
zipfile
— Work with ZIP archives) - zipfile.LargeZipFile (Python exception, in
zipfile
— Work with ZIP archives) - zipfile.PyZipFile (Python class, in
zipfile
— Work with ZIP archives) - zipfile.ZIP_BZIP2 (Python data, in
zipfile
— Work with ZIP archives) - zipfile.ZIP_DEFLATED (Python data, in
zipfile
— Work with ZIP archives) - zipfile.ZIP_LZMA (Python data, in
zipfile
— Work with ZIP archives)