index
:
gemato
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_compression.py
Age
Commit message (
Expand
)
Author
2022-09-26
Modernize via pyupgrade
Michał Górny
2020-09-08
test_compression: Decode test string as ASCII
Michał Górny
2020-08-27
Import names directly, fix coding style issues
Michał Górny
2020-08-27
test_compression: fix unused imports
Michał Górny
2020-08-26
tests: Convert test_compression to pytest
Michał Górny
2017-10-29
compression: Add an explicit function to get suffix
Michał Górny
2017-10-26
compression: Fix opening files in text mode without encoding
Michał Górny
2017-10-26
test_compression: Fix mismatched suffixes
Michał Górny
2017-10-26
compression: Workaround missing gzip.GzipFile.read1() in py<3.3
Michał Górny
2017-10-25
gemato.compression: Support getting potential compressed names
Michał Górny
2017-10-25
test_compression: Check if .fileno() is passed through correctly
Michał Górny
2017-10-25
compression: Support passing text-mode kwargs to open
Michał Górny
2017-10-25
test_compression: Add tests for opening uncompressed files
Michał Górny
2017-10-25
compression: Introduce a generic opener for files
Michał Górny
2017-10-25
compression: Enforce correct format for lzma/xz files
Michał Górny
2017-10-25
compression: Support passing mode to the compressor
Michał Górny
2017-10-25
Provide compression abstraction
Michał Górny