summaryrefslogtreecommitdiffstats
path: root/Doc/library/lzma.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-081-2/+2
* gh-115961: Add name and mode attributes for compressed file-like objects (GH-...Serhiy Storchaka2024-04-211-1/+15
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-24/+27
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-1/+2
* gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)Guy Yagev2022-12-261-1/+1
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
* gh-92446: Argparse choices should be a sequence (#92450)1809092022-05-131-1/+1
* bpo-43785: Update bz2 document (GH-25351)Inada Naoki2021-04-131-2/+2
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-2/+2
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-1/+1
* Tweak PEP 519 documentation in stdlib (#163)Berker Peksag2017-02-191-2/+2
* Issue #28229: lzma module now supports pathlibBerker Peksag2016-10-041-5/+13
* Issue #28319: Fix typo in lzma.rstBerker Peksag2016-09-301-4/+3
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-101-0/+4
* Issue #15955: Add an option to limit output size when decompressing LZMA data.Antoine Pitrou2015-01-171-6/+31
* Closes #18430: Document that peek() may change the position of the underlyingNadeem Vawda2013-12-081-0/+5
|\
| * #18430: Document that peek() may change the position of the underlying file forNadeem Vawda2013-12-081-0/+5
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Issue #19201: Add support for the 'x' mode to the lzma module.Nadeem Vawda2013-10-181-4/+11
|/
* Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-3/+3
* Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.Nadeem Vawda2012-09-231-4/+4
* Fix indentation of examples in lzma module documentation.Nadeem Vawda2012-09-231-2/+2
* Make lzma.{encode,decode}_filter_properties private.Nadeem Vawda2012-06-211-26/+0
* Add a function lzma.open(), to match gzip.open() and bz2.open().Nadeem Vawda2012-06-041-0/+29
* Allow LZMAFile to accept modes with a "b" suffix.Nadeem Vawda2012-06-041-3/+5
* Simplify usage of LZMAFile's fileobj support, like with BZ2File.Nadeem Vawda2012-06-041-9/+11
* Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...Nadeem Vawda2012-05-061-1/+1
* Add lzma.{encode,decode}_filter_properties().Nadeem Vawda2012-05-061-0/+26
* Make lzma docs consistent with other compression modules (cf. changeset 11bd2...Nadeem Vawda2012-02-051-3/+0
* Document that some of LZMAFile.__init__()'s args are keyword-only.Nadeem Vawda2012-02-041-1/+1
* Add note on memory usage to LZMACompressor doc.Nadeem Vawda2012-01-021-2/+10
* Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-291-0/+344