summaryrefslogtreecommitdiffstats
path: root/Modules/_zstd
Commit message (Expand)AuthorAgeFilesLines
* gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)Emma Smith2025-10-143-7/+7
* fix some typos (#138977)AN Long2025-09-161-1/+1
* GH-137623: Use an AC decorator for docstring line length enforcement (#137690)Adam Turner2025-08-184-12/+25
* gh-132983: Use ``Py_UNREACHABLE`` in ``_zstd_load_impl()`` (#137320)Rogdham2025-08-041-4/+1
* gh-132983: Fix docstrings in ``ZstdDict`` (#137321)Rogdham2025-08-032-7/+7
* GH-136975: Emend a spelling error (algorthm -> algorithm) (#136999)Adam Turner2025-07-227-7/+7
* gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010)Emma Smith2025-06-054-1/+142
* gh-132983: Minor fixes and clean up for the _zstd module (GH-134930)Serhiy Storchaka2025-06-015-145/+89
* gh-134885: zstd: Use Py_XSETREF (GH-134886)Jelle Zijlstra2025-05-301-7/+4
* gh-134768: Fix definition of `mt_continue_should_break()` (#134769)Sam James2025-05-301-1/+1
* gh-132983: Split ``_zstd_set_c_parameters`` (#133921)Adam Turner2025-05-284-111/+122
* gh-132983: Convert dict_content to take Py_buffer in ``ZstdDict()`` (#133924)Adam Turner2025-05-265-73/+97
* gh-132983: Make _zstd C code PEP 7 compliant (GH-134605)Emma Smith2025-05-246-109/+137
* gh-132983: Slightly tweak error messages for _zstd compressor/decompressor op...Emma Smith2025-05-232-10/+8
* gh-133885: Use locks instead of critical sections for _zstd (gh-134289)Emma Smith2025-05-236-179/+176
* gh-132983: Fix refleak in zstd dictionary functions (gh-134459)Emma Smith2025-05-211-2/+2
* gh-132983: Refactor shared code in train_dict and finalize_dict (GH-134432)Emma Smith2025-05-211-68/+55
* gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-...Petr Viktorin2025-05-133-14/+15
* gh-132983: Fix compiler warning about unused function ``mt_continue_should_br...Erlend E. Aasland2025-05-121-0/+2
* gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860)Adam Turner2025-05-1211-354/+261
* gh-132983: Remove leftovers from EndlessZstdDecompressor (#133856)Rogdham2025-05-111-150/+30
* gh-132983: Make zstd types immutable (#133784)Adam Turner2025-05-104-2/+10
* gh-132983: Reduce the size of ``_zstdmodule.h`` (#133793)Adam Turner2025-05-107-163/+160
* GH-132983: PEP 7 and Argument Clinic changes for zstd (#133791)Adam Turner2025-05-106-128/+109
* GH-132983: remove empty_bytes from _zstd module state (#133785)Adam Turner2025-05-093-29/+2
* gh-132983: Simplify ``_zstd_exec()`` (#133775)Adam Turner2025-05-095-157/+69
* gh-132983: Clean-ups for ``_zstd`` (#133670)Adam Turner2025-05-092-135/+62
* GH-132983: Remove subclassing support from zstd types (#133694)Adam Turner2025-05-083-3/+3
* gh-103092: Support subinterpreters in ``_zstd`` (#133674)Adam Turner2025-05-083-5/+5
* gh-132983: Remove pyzstd in identifiers (#133535)Rogdham2025-05-083-27/+14
* GH-132983: Remove zstd version check in the header file (#133502)Adam Turner2025-05-061-8/+0
* gh-132983: Add the `compression.zstd` pacakge and tests (#133365)Emma Smith2025-05-064-90/+89
* GH-132983: Build ``_zstd`` on Windows (#133366)Adam Turner2025-05-052-1/+1
* gh-132983: Introduce `_zstd` bindings module (GH-133027)Emma Smith2025-05-0410-0/+4230