Fixed Fix exception when reading header which size is larger than buffer size (#252
Added Compatibility test with python-libarchive-c/libarchive for compression(#247) Document: expres...
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
avoid reading header data to calculate crc32 after writing header data, now calculation happened whe...
Add feature to make archive for zero size file Fix broken archive when there are many directories to...
Changed Use large(1MB) read blocksize for Python 3.7.5 and later and PyPy 7.2.0 and later. Fixed ...
Always use max_length as out_remianing to avoid enlarge queue inside lzma module. Use READ_BLOCKSIZE...
Fix to raise PasswordRequired exception when archive has encrypted header in certain condition
7zip (7zr) implementation in pure python3 for compression, decompression and decryptio
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
Chnaged Intenal helper class Buffer now grow when addition or set request a larger data.(#202
7zip implementation in python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, De...
Changed Utilize max_length argument for each decompressor.(#210, #211) Change READ_BUFFER_SIZE 3276...
Full support for compression Fix issues in v0.5a1-a2 and support compression with multiple files
Added Support for encrypted header (#139, #140) Changed Fix CRC32 check and introduce test and te...
Added Add Copy method as an extraction only support.(#184) Fixed Accept archive which Method ID i...
Added Compatibility test with python-libarchive-c/libarchive for compression(#247) Document: expres...
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
avoid reading header data to calculate crc32 after writing header data, now calculation happened whe...
Add feature to make archive for zero size file Fix broken archive when there are many directories to...
Changed Use large(1MB) read blocksize for Python 3.7.5 and later and PyPy 7.2.0 and later. Fixed ...
Always use max_length as out_remianing to avoid enlarge queue inside lzma module. Use READ_BLOCKSIZE...
Fix to raise PasswordRequired exception when archive has encrypted header in certain condition
7zip (7zr) implementation in pure python3 for compression, decompression and decryptio
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
Chnaged Intenal helper class Buffer now grow when addition or set request a larger data.(#202
7zip implementation in python3 with various compression methods: LZMA2, LZMA1, Delta, BCJ, BZip2, De...
Changed Utilize max_length argument for each decompressor.(#210, #211) Change READ_BUFFER_SIZE 3276...
Full support for compression Fix issues in v0.5a1-a2 and support compression with multiple files
Added Support for encrypted header (#139, #140) Changed Fix CRC32 check and introduce test and te...
Added Add Copy method as an extraction only support.(#184) Fixed Accept archive which Method ID i...
Added Compatibility test with python-libarchive-c/libarchive for compression(#247) Document: expres...
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
avoid reading header data to calculate crc32 after writing header data, now calculation happened whe...