1. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  2. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  3. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  4. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  5. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  6. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  7. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  8. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  9. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  10. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago
  11. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  12. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  13. 79d8f3f Regenerated Argument Clinic checksums. by Serhiy Storchaka · 10 years ago
  14. 26795ba Issue #15955: Add an option to limit output size when decompressing LZMA data. by Antoine Pitrou · 10 years ago
  15. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
  16. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  17. f256c22 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). by Larry Hastings · 11 years ago
  18. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 11 years ago[Renamed (98%) from Modules/_lzmamodule.c]
  19. 98c779e Issue #20193: The _lzma module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  20. e6514f5 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
  21. 3797065 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
  22. b7f1f65 Issue #18227: "Free" function of bz2, lzma and zlib modules has no return value (void) by Victor Stinner · 11 years ago
  23. 5064a52 Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules by Victor Stinner · 11 years ago
  24. a425c3d Make lzma.{encode,decode}_filter_properties private. by Nadeem Vawda · 12 years ago
  25. d1b7f39 Silence VS 2010 warning on loss of precision (_int64 -> _int32). by Martin v. Löwis · 12 years ago
  26. 4d688e3 Remove uninitialized compiler warning. by Ross Lagerwall · 12 years ago
  27. 486a045 Fix buildbot failures in test_lzma. by Nadeem Vawda · 12 years ago
  28. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  29. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  30. 54c74ec Fix formatting of preset values for exception messages in _lzmamodule.c. by Nadeem Vawda · 12 years ago
  31. 59bb0e0 Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). by Nadeem Vawda · 13 years ago
  32. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  33. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago