index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_zstd
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010) ...
Miss Islington (bot)
2025-06-05
4
-1/+142
*
[3.14] gh-132983: Minor fixes and clean up for the _zstd module (GH-134930) (...
Miss Islington (bot)
2025-06-01
5
-145/+89
*
[3.14] gh-134885: zstd: Use Py_XSETREF (GH-134886) (GH-134922)
Miss Islington (bot)
2025-05-30
1
-7/+4
*
[3.14] gh-134768: Fix definition of `mt_continue_should_break()` (GH-134769) ...
Miss Islington (bot)
2025-05-30
1
-1/+1
*
[3.14] gh-132983: Convert dict_content to take Py_buffer in ``ZstdDict()`` (G...
Miss Islington (bot)
2025-05-28
5
-73/+97
*
[3.14] gh-132983: Split ``_zstd_set_c_parameters`` (GH-133921) (#134838)
Miss Islington (bot)
2025-05-28
4
-111/+122
*
[3.14] gh-132983: Make _zstd C code PEP 7 compliant (GH-134605) (#134609)
Miss Islington (bot)
2025-05-24
6
-109/+137
*
[3.14] gh-132983: Slightly tweak error messages for _zstd compressor/decompre...
Miss Islington (bot)
2025-05-23
2
-10/+8
*
[3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289...
Miss Islington (bot)
2025-05-23
6
-179/+176
*
[3.14] gh-132983: Fix refleak in zstd dictionary functions (gh-134463)
Miss Islington (bot)
2025-05-21
1
-2/+2
*
[3.14] gh-132983: Refactor shared code in train_dict and finalize_dict (GH-13...
Miss Islington (bot)
2025-05-21
1
-68/+55
*
[3.14] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new...
Miss Islington (bot)
2025-05-20
3
-14/+15
*
[3.14] gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (GH-133...
Miss Islington (bot)
2025-05-20
11
-354/+261
*
[3.14] gh-132983: Fix compiler warning about unused function ``mt_continue_sh...
Miss Islington (bot)
2025-05-12
1
-0/+2
*
[3.14] gh-132983: Remove leftovers from EndlessZstdDecompressor (GH-133856) (...
Miss Islington (bot)
2025-05-11
1
-150/+30
*
[3.14] gh-132983: Make zstd types immutable (GH-133784) (#133857)
Miss Islington (bot)
2025-05-10
4
-2/+10
*
[3.14] gh-132983: Reduce the size of ``_zstdmodule.h`` (GH-133793) (#133854)
Miss Islington (bot)
2025-05-10
7
-163/+160
*
[3.14] GH-132983: PEP 7 and Argument Clinic changes for zstd (GH-133791) (#13...
Miss Islington (bot)
2025-05-10
6
-128/+109
*
[3.14] GH-132983: remove empty_bytes from _zstd module state (GH-133785) (#13...
Miss Islington (bot)
2025-05-09
3
-29/+2
*
[3.14] gh-132983: Simplify ``_zstd_exec()`` (GH-133775) (#133786)
Miss Islington (bot)
2025-05-09
5
-157/+69
*
[3.14] gh-132983: Clean-ups for ``_zstd`` (GH-133670) (#133756)
Miss Islington (bot)
2025-05-09
2
-135/+62
*
[3.14] GH-132983: Remove subclassing support from zstd types (GH-133694) (#13...
Miss Islington (bot)
2025-05-09
3
-3/+3
*
[3.14] gh-103092: Support subinterpreters in ``_zstd`` (GH-133674) (#133695)
Miss Islington (bot)
2025-05-08
3
-5/+5
*
[3.14] gh-132983: Remove pyzstd in identifiers (GH-133535) (#133629)
Miss Islington (bot)
2025-05-08
3
-27/+14
*
GH-132983: Remove zstd version check in the header file (#133502)
Adam Turner
2025-05-06
1
-8/+0
*
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
Emma Smith
2025-05-06
4
-90/+89
*
GH-132983: Build ``_zstd`` on Windows (#133366)
Adam Turner
2025-05-05
2
-1/+1
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
10
-0/+4230