COMMITS
July 10, 2026
J
Bump version: v10.10.0
James R. Barlow committed
J
Merge branch 'feature/prek-migration'
James R. Barlow committed
July 9, 2026
J
docs: point contributors at prek instead of pre-commit
James R. Barlow committed
J
ci: run prek through uv instead of pre-commit/action
James R. Barlow committed
J
build: remove pre-commit config and workflow
James R. Barlow committed
J
build: finalize prek.toml (builtin hooks, clang-format, mypy/ruff scope)
James R. Barlow committed
J
build: pin prek and clang-format through the venv, drop pre-commit
James R. Barlow committed
J
style: fix ruff format/lint violations ahead of prek migration
James R. Barlow committed
June 29, 2026
J
Merge branch 'feature/image-spec-gaps'
James R. Barlow committed
June 28, 2026
J
types: annotate image facade methods and Buffer stub
James R. Barlow committed
June 27, 2026
J
refactor: split image.py into a cohesive image/ package
James R. Barlow committed
June 26, 2026
J
feat: close smaller image-handling gaps (inline named CS, JPEG ColorTransform, filters, decode arrays)
James R. Barlow committed
June 25, 2026
J
feat: support image masks, Cal*/Lab colour spaces, and 16-bit images
James R. Barlow committed
June 24, 2026
J
fix: limit image pixels to prevent decompression-bomb DoS (#733)
James R. Barlow committed
June 21, 2026
J
Merge feature/pythonic-arrays-port: Pythonic Array list interface
James R. Barlow committed
J
docs+stubs: document Array list interface and add type stubs
James R. Barlow committed
J
feat: support slice assignment on Array.__setitem__
James R. Barlow committed
June 20, 2026
J
feat: support slice delete on Array.__delitem__
James R. Barlow committed
J
feat: support slice read on Array.__getitem__
James R. Barlow committed
J
feat: add Array.count/index/remove
James R. Barlow committed
J
test: cover Array.reverse() error path on non-array
James R. Barlow committed
J
feat: add Array.clear/reverse/insert/pop
James R. Barlow committed
J
refactor: add ensure_array() helper and normalize Array range-check messages
James R. Barlow committed
June 19, 2026
J
Bump version: v10.9.1
James R. Barlow committed
J
harden: guard DecimalPrecision destructor against exception escape
James R. Barlow committed
J
fix: prevent SIGABRT when Pdf is freed during exception unwind (#732)
James R. Barlow committed
J
Bump version: v10.9.0
James R. Barlow committed
J
Update uv.lock (pyjwt security advisory)
James R. Barlow committed
June 17, 2026
J
docs: document reordering pages without breaking links (#192)
James R. Barlow committed
J
docs: clarify AcroFormField.is_checked divergence from qpdf, add test
James R. Barlow committed