COMMITS
/ Doc/library/lzma.rst May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 21, 2024
S
gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036)
Serhiy Storchaka committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
December 26, 2022
G
gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)
Guy Yagev committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
May 13, 2022
1
gh-92446: Argparse choices should be a sequence (#92450)
180909 committed
April 13, 2021
I
bpo-43785: Update bz2 document (GH-25351)
Inada Naoki committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
February 19, 2017
B
Tweak PEP 519 documentation in stdlib (#163)
Berker Peksag committed
October 4, 2016
B
Issue #28229: lzma module now supports pathlib
Berker Peksag committed
September 30, 2016
B
Issue #28319: Fix typo in lzma.rst
Berker Peksag committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 10, 2015
A
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou committed
January 17, 2015
A
Issue #15955: Add an option to limit output size when decompressing LZMA data.
Antoine Pitrou committed
December 8, 2013
N
Closes #18430: Document that peek() may change the position of the underlying
Nadeem Vawda committed
N
#18430: Document that peek() may change the position of the underlying file for
Nadeem Vawda committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
October 18, 2013
N
Issue #19201: Add support for the 'x' mode to the lzma module.
Nadeem Vawda committed
February 16, 2013
S
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
Serhiy Storchaka committed
September 23, 2012
N
Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.
Nadeem Vawda committed
N
Fix indentation of examples in lzma module documentation.
Nadeem Vawda committed
June 21, 2012
N
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda committed
June 4, 2012
N
Add a function lzma.open(), to match gzip.open() and bz2.open().
Nadeem Vawda committed
N
Allow LZMAFile to accept modes with a "b" suffix.
Nadeem Vawda committed
N
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
Nadeem Vawda committed
May 6, 2012
N
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
Nadeem Vawda committed
N
Add lzma.{encode,decode}_filter_properties().
Nadeem Vawda committed
February 5, 2012
N
Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8).
Nadeem Vawda committed
February 4, 2012
N
Document that some of LZMAFile.__init__()'s args are keyword-only.
Nadeem Vawda committed
January 2, 2012
N
Add note on memory usage to LZMACompressor doc.
Nadeem Vawda committed
November 29, 2011
N
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda committed