summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zstd.py
Commit message (Expand)AuthorAgeFilesLines
* gh-136394: Fix race condition in test_zstd (GH-136432)Rogdham2025-07-101-2/+6
* gh-136315: Fix skipped multithreading test in test_zstd (#136320)Emma Smith2025-07-051-3/+6
* gh-135166: Fix exception type expected by test.test_zstd (GH-135167)Weipeng Hong2025-06-051-3/+3
* gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010)Emma Smith2025-06-051-0/+109
* gh-132983: Minor fixes and clean up for the _zstd module (GH-134930)Serhiy Storchaka2025-06-011-15/+77
* gh-132983: Split ``_zstd_set_c_parameters`` (#133921)Adam Turner2025-05-281-44/+105
* gh-134357: Remove unused imports in tests (#134340)Hugo van Kemenade2025-05-251-1/+0
* gh-132983: Slightly tweak error messages for _zstd compressor/decompressor op...Emma Smith2025-05-231-2/+3
* gh-133885: Use locks instead of critical sections for _zstd (gh-134289)Emma Smith2025-05-231-3/+53
* gh-133885: skip `test_compress_locking` in `test_zstd` (#133943)sobolevn2025-05-121-0/+1
* gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860)Adam Turner2025-05-121-10/+14
* gh-132983: Don't allow trailer data in ZstdFile (#133736)Rogdham2025-05-101-2/+2
* GH-132983: PEP 7 and Argument Clinic changes for zstd (#133791)Adam Turner2025-05-101-17/+17
* gh-132983: Clean-ups for ``_zstd`` (#133670)Adam Turner2025-05-091-2/+2
* gh-132983: Add the `compression.zstd` pacakge and tests (#133365)Emma Smith2025-05-061-0/+2507