]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6715: Add module for compression using the LZMA algorithm.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Tue, 29 Nov 2011 22:25:06 +0000 (00:25 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Tue, 29 Nov 2011 22:25:06 +0000 (00:25 +0200)
commit3ff069ebc6884c46c3f99ea61919f7728708c571
tree7841d724ab68fcd5aef276e06092ed15ae293e44
parent551ac957331ff7f2a08436198b73f9c0245987e0
Issue #6715: Add module for compression using the LZMA algorithm.
16 files changed:
Doc/library/archiving.rst
Doc/library/bz2.rst
Doc/library/gzip.rst
Doc/library/lzma.rst [new file with mode: 0644]
Doc/library/zipfile.rst
Doc/library/zlib.rst
Lib/lzma.py [new file with mode: 0644]
Lib/test/test_lzma.py [new file with mode: 0644]
Misc/NEWS
Modules/_lzmamodule.c [new file with mode: 0644]
PCbuild/_lzma.vcproj [new file with mode: 0644]
PCbuild/pcbuild.sln
PCbuild/pyproject.vsprops
PCbuild/readme.txt
Tools/buildbot/external-common.bat
setup.py