issues
search
michalc
/
stream-inflate
Uncompress Deflate and Deflate64 streams in pure Python (albeit compiled with Cython)
MIT License
11
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix build platform
#101
FL550
closed
6 days ago
0
Adds armv7l as wheel target
#100
FL550
closed
6 days ago
9
feat: build wheel for Python 3.13 on macOS
#99
michalc
closed
4 weeks ago
0
feat: build wheel for Python 3.13 on Windows
#98
michalc
closed
4 weeks ago
0
ci: refactor to reduce duplication and increase parallelism
#97
michalc
closed
4 weeks ago
0
ci: fix publish workflow file
#96
michalc
closed
1 month ago
0
feat: build ARM wheels
#95
michalc
closed
1 month ago
0
Add wheel files for arm64 architectures
#94
jmottier-niryo
closed
1 month ago
4
feat: no pagination - doesn't reduce memory usage
#93
michalc
closed
1 month ago
1
fix: infinite loop
#92
michalc
closed
1 month ago
0
tests: fix expecting bytes got bytearray
#91
michalc
closed
1 month ago
0
perf: cache chunk length to save a function call
#90
michalc
closed
1 month ago
0
perf: assign/tidy types
#89
michalc
closed
1 month ago
0
refactor: remove dead code
#88
michalc
closed
1 month ago
0
feat: nicer exception when stream looks back too far
#87
michalc
closed
1 month ago
0
test: test if the stream has a non-supported block type
#86
michalc
closed
1 month ago
0
test: more Huffman codes in a row than fit in cache
#85
michalc
closed
1 month ago
0
test: exhaust iterable to get full code coverage in tests themselves
#84
michalc
closed
1 month ago
0
ci: fix code coverage off-by-two errors
#83
michalc
closed
1 month ago
0
test: refactor to have a tiny bit higher branch coverage in tests
#82
michalc
closed
1 month ago
0
test: refactor to have slightly higher coverage in test itself
#81
michalc
closed
1 month ago
0
ci: fix generating code coverage
#80
michalc
closed
1 month ago
0
ci: avoid building source package multiple times (and tidy names)
#79
michalc
closed
2 months ago
0
ci: build binary images for musl linux
#78
michalc
closed
2 months ago
0
perf: slightly faster huffman decoding by declaring types
#77
michalc
closed
2 months ago
0
ci: run tests on compiled code
#76
michalc
closed
2 months ago
0
ci: fix deleting too many files when flattening
#75
michalc
closed
2 months ago
0
ci: fix flatenning
#74
michalc
closed
2 months ago
0
ci: fix corruption when packages have same file name
#73
michalc
closed
2 months ago
0
ci: make sure to wait for Windows
#72
michalc
closed
2 months ago
0
ci: attempt at flattening structure of artifacts for package upload
#71
michalc
closed
2 months ago
0
ci: fix download yml
#70
michalc
closed
2 months ago
0
ci: fix packages dir downloading artifacts
#69
michalc
closed
2 months ago
0
ci: build Windows, not macOS 11 and tidy version replacement
#68
michalc
closed
2 months ago
0
temp to check Windows
#67
michalc
closed
2 months ago
0
ci: build mac packages on versions that have arm Python versions
#66
michalc
closed
2 months ago
0
ci: large runner I suspect is enterprise only
#65
michalc
closed
2 months ago
0
ci: fix deploy yml
#64
michalc
closed
2 months ago
0
ci: disable Windows build - sed isn't quite working and so not correc…
#63
michalc
closed
2 months ago
0
ci: fix for latest upload artifacts - must have unique names
#62
michalc
closed
2 months ago
0
ci: fix build yaml windows section
#61
michalc
closed
2 months ago
0
ci: split Windows and macOS and install different Python versions
#60
michalc
closed
2 months ago
0
ci: fix deletion of backup file after sed
#59
michalc
closed
2 months ago
0
ci: fix sed command to be more compatible and install build package
#58
michalc
closed
2 months ago
0
ci: build macOS and Windows wheels
#57
michalc
closed
2 months ago
0
perf: remove some now-unnecessary ops
#56
michalc
closed
2 months ago
0
perf: avoid lengths and tuples in huffman decoding
#55
michalc
closed
2 months ago
0
ci: only build sdist on latest python since can only upload one to PyPI
#54
michalc
closed
2 months ago
0
ci: build multiple Python versions
#53
michalc
closed
2 months ago
0
ci: fix quoting in docker run
#52
michalc
closed
2 months ago
0
Next