1. d4d4874 Tweak PEP 519 documentation in stdlib (#163) by Berker Peksag · 7 years ago
  2. 5f59ddd Issue #28229: lzma module now supports pathlib by Berker Peksag · 8 years ago
  3. b334ee0 Issue #28319: Fix typo in lzma.rst by Berker Peksag · 8 years ago
  4. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  5. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 9 years ago
  6. 26795ba Issue #15955: Add an option to limit output size when decompressing LZMA data. by Antoine Pitrou · 10 years ago
  7. bd6932a Closes #18430: Document that peek() may change the position of the underlying by Nadeem Vawda · 11 years ago
  8. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  9. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  10. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  11. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  12. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 11 years ago
  13. 5011244 Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. by Nadeem Vawda · 12 years ago
  14. 667a13b Fix indentation of examples in lzma module documentation. by Nadeem Vawda · 12 years ago
  15. a425c3d Make lzma.{encode,decode}_filter_properties private. by Nadeem Vawda · 12 years ago
  16. e860404 Add a function lzma.open(), to match gzip.open() and bz2.open(). by Nadeem Vawda · 12 years ago
  17. 6cbb20c Allow LZMAFile to accept modes with a "b" suffix. by Nadeem Vawda · 12 years ago
  18. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 12 years ago
  19. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  20. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  21. fb39063 Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8). by Nadeem Vawda · 13 years ago
  22. d85d0e7 Document that some of LZMAFile.__init__()'s args are keyword-only. by Nadeem Vawda · 13 years ago
  23. dc9dd0d Add note on memory usage to LZMACompressor doc. by Nadeem Vawda · 13 years ago
  24. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago