FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_zstd - faster-cpython/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_zstd
on
main
User selector
Datepicker
Commit history
Commits on Mar 29, 2026
gh-146579: _zstd: Fix decompression options dict error message (#146577)
Show description for 4d0e8ee
cuiweixie
authored
4d0e8ee
View commit details
Copy full SHA for 4d0e8ee
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95
befeleme
and
vstinner
authored
1887a95
View commit details
Copy full SHA for 1887a95
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)
Show description for f262297
emmatyping
and
picnixz
authored
f262297
View commit details
Copy full SHA for f262297
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
fix some typos (#138977)
aisk
authored
6393068
View commit details
Copy full SHA for 6393068
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
AA-Turner
authored
918e3ba
View commit details
Copy full SHA for 918e3ba
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
gh-132983: Use ``Py_UNREACHABLE`` in ``_zstd_load_impl()`` (#137320)
Rogdham
authored
57eab1b
View commit details
Copy full SHA for 57eab1b
View code at this point
Browse repository at this point
Commits on Aug 3, 2025
gh-132983: Fix docstrings in ``ZstdDict`` (#137321)
Show description for 676748d
Rogdham
and
AA-Turner
authored
676748d
View commit details
Copy full SHA for 676748d
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
GH-136975: Emend a spelling error (algorthm -> algorithm) (#136999)
AA-Turner
authored
b6d3242
View commit details
Copy full SHA for b6d3242
View code at this point
Browse repository at this point
Commits on Jun 5, 2025
gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010)
emmatyping
authored
4b44b34
View commit details
Copy full SHA for 4b44b34
View code at this point
Browse repository at this point
Commits on Jun 1, 2025
gh-132983: Minor fixes and clean up for the _zstd module (GH-134930)
serhiy-storchaka
authored
b595237
View commit details
Copy full SHA for b595237
View code at this point
Browse repository at this point
Commits on May 30, 2025
gh-134885: zstd: Use Py_XSETREF (GH-134886)
JelleZijlstra
authored
45c6c48
View commit details
Copy full SHA for 45c6c48
View code at this point
Browse repository at this point
gh-134768: Fix definition of `mt_continue_should_break()` (#134769)
Show description for 2f2bee2
thesamesam
authored
2f2bee2
View commit details
Copy full SHA for 2f2bee2
View code at this point
Browse repository at this point
Commits on May 28, 2025
gh-132983: Split ``_zstd_set_c_parameters`` (#133921)
AA-Turner
authored
11f7a93
View commit details
Copy full SHA for 11f7a93
View code at this point
Browse repository at this point
Commits on May 26, 2025
gh-132983: Convert dict_content to take Py_buffer in ``ZstdDict()`` (#133924)
AA-Turner
authored
f2ce4bb
View commit details
Copy full SHA for f2ce4bb
View code at this point
Browse repository at this point
Commits on May 24, 2025
gh-132983: Make _zstd C code PEP 7 compliant (GH-134605)
Show description for 973b8f6
emmatyping
authored
973b8f6
View commit details
Copy full SHA for 973b8f6
View code at this point
Browse repository at this point
Commits on May 23, 2025
gh-132983: Slightly tweak error messages for _zstd compressor/decompressor options dict (#134601)
Show description for f478331
emmatyping
authored
f478331
View commit details
Copy full SHA for f478331
View code at this point
Browse repository at this point
gh-133885: Use locks instead of critical sections for _zstd (gh-134289)
Show description for 8dbc119
emmatyping
authored
8dbc119
View commit details
Copy full SHA for 8dbc119
View code at this point
Browse repository at this point
Commits on May 21, 2025
gh-132983: Fix refleak in zstd dictionary functions (gh-134459)
emmatyping
authored
fb68776
View commit details
Copy full SHA for fb68776
View code at this point
Browse repository at this point
gh-132983: Refactor shared code in train_dict and finalize_dict (GH-134432)
Show description for c64a214
emmatyping
authored
c64a214
View commit details
Copy full SHA for c64a214
View code at this point
Browse repository at this point
Commits on May 13, 2025
gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962)
Show description for e575190
encukou
authored
e575190
View commit details
Copy full SHA for e575190
View code at this point
Browse repository at this point
Commits on May 12, 2025
gh-132983: Fix compiler warning about unused function ``mt_continue_should_break()`` (#133947)
erlend-aasland
authored
121ed71
View commit details
Copy full SHA for 121ed71
View code at this point
Browse repository at this point
gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860)
AA-Turner
authored
d29ddbd
View commit details
Copy full SHA for d29ddbd
View code at this point
Browse repository at this point
Commits on May 11, 2025
gh-132983: Remove leftovers from EndlessZstdDecompressor (#133856)
Show description for 878e0fb
authored
878e0fb
View commit details
Copy full SHA for 878e0fb
View code at this point
Browse repository at this point
Commits on May 10, 2025
gh-132983: Make zstd types immutable (#133784)
AA-Turner
authored
1a87b6e
View commit details
Copy full SHA for 1a87b6e
View code at this point
Browse repository at this point
gh-132983: Reduce the size of ``_zstdmodule.h`` (#133793)
AA-Turner
authored
1a548c0
View commit details
Copy full SHA for 1a548c0
View code at this point
Browse repository at this point
GH-132983: PEP 7 and Argument Clinic changes for zstd (#133791)
AA-Turner
authored
1978904
View commit details
Copy full SHA for 1978904
View code at this point
Browse repository at this point
Commits on May 9, 2025
GH-132983: remove empty_bytes from _zstd module state (#133785)
AA-Turner
authored
98e2c3a
View commit details
Copy full SHA for 98e2c3a
View code at this point
Browse repository at this point
gh-132983: Simplify ``_zstd_exec()`` (#133775)
AA-Turner
authored
bbe9c31
View commit details
Copy full SHA for bbe9c31
View code at this point
Browse repository at this point
gh-132983: Clean-ups for ``_zstd`` (#133670)
AA-Turner
authored
c2a5d4b
View commit details
Copy full SHA for c2a5d4b
View code at this point
Browse repository at this point
Commits on May 8, 2025
GH-132983: Remove subclassing support from zstd types (#133694)
Show description for bd7c585
AA-Turner
authored
bd7c585
View commit details
Copy full SHA for bd7c585
View code at this point
Browse repository at this point
gh-103092: Support subinterpreters in ``_zstd`` (#133674)
AA-Turner
authored
6f6f48d
View commit details
Copy full SHA for 6f6f48d
View code at this point
Browse repository at this point
gh-132983: Remove pyzstd in identifiers (#133535)
Rogdham
authored
2cc6de7
View commit details
Copy full SHA for 2cc6de7
View code at this point
Browse repository at this point
Commits on May 6, 2025
GH-132983: Remove zstd version check in the header file (#133502)
AA-Turner
authored
f869190
View commit details
Copy full SHA for f869190
View code at this point
Browse repository at this point
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
Show description for c273f59
authored
c273f59
View commit details
Copy full SHA for c273f59
View code at this point
Browse repository at this point
Commits on May 5, 2025
GH-132983: Build ``_zstd`` on Windows (#133366)
AA-Turner
authored
e6f8e0a
View commit details
Copy full SHA for e6f8e0a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL