This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-07-28 20:55:33 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cffcee4d1bc9d49b5b45e2e792dd8aea7b6c65eb
cpython
/
Modules
/
_zstd
T
History
Rogdham
and
GitHub
0983642c96
gh-150583: Fix zstd compression level with digested ZstdDict (
#150586
)
2026-07-17 21:15:39 -07:00
..
clinic
gh-150285: Fix too long docstrings in the zstd module (GH-150291)
2026-05-24 15:03:22 +03:00
_zstdmodule.c
…
_zstdmodule.h
…
buffer.h
…
compressor.c
gh-150583: Fix zstd compression level with digested ZstdDict (
#150586
)
2026-07-17 21:15:39 -07:00
decompressor.c
gh-148286: Fix UB in
ZstdDecompressor.unused_data
when a frame is decompressed in one call (
#153258
)
2026-07-13 09:02:02 +02:00
zstddict.c
gh-150285: Fix too long docstrings in the zstd module (GH-150291)
2026-05-24 15:03:22 +03:00
zstddict.h
…