COMMITS
/ Modules/_zstd/zstddict.c August 3, 2025
M
[3.14] gh-132983: Fix docstrings in ``ZstdDict`` (GH-137321) (#137343)
Miss Islington (bot) committed
July 23, 2025
M
[3.14] GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999) (#137003)
Miss Islington (bot) committed
June 1, 2025
M
[3.14] gh-132983: Minor fixes and clean up for the _zstd module (GH-134930) (GH-134998)
Miss Islington (bot) committed
May 28, 2025
M
[3.14] gh-132983: Convert dict_content to take Py_buffer in ``ZstdDict()`` (GH-133924) (#134723)
Miss Islington (bot) committed
May 24, 2025
M
[3.14] gh-132983: Make _zstd C code PEP 7 compliant (GH-134605) (#134609)
Miss Islington (bot) committed
May 23, 2025
M
[3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289) (gh-134560)
Miss Islington (bot) committed
May 20, 2025
M
[3.14] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) (#134305)
Miss Islington (bot) committed
M
[3.14] gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (GH-133860) (#133915)
Miss Islington (bot) committed
May 10, 2025
M
[3.14] gh-132983: Make zstd types immutable (GH-133784) (#133857)
Miss Islington (bot) committed
M
[3.14] gh-132983: Reduce the size of ``_zstdmodule.h`` (GH-133793) (#133854)
Miss Islington (bot) committed
M
[3.14] GH-132983: PEP 7 and Argument Clinic changes for zstd (GH-133791) (#133792)
Miss Islington (bot) committed
May 9, 2025
M
[3.14] gh-132983: Simplify ``_zstd_exec()`` (GH-133775) (#133786)
Miss Islington (bot) committed
M
[3.14] GH-132983: Remove subclassing support from zstd types (GH-133694) (#133762)
Miss Islington (bot) committed
May 5, 2025
A
GH-132983: Build ``_zstd`` on Windows (#133366)
Adam Turner committed