| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-05 | 511 Bytes | |
| v10.4.0 source code.tar.gz | 2026-09-05 | 5.0 MB | |
| v10.4.0 source code.zip | 2026-09-05 | 5.1 MB | |
| Totals: 3 Items | 10.1 MB | 0 | |
- Enums are now proper Python
enum.Enum/enum.IntFlagtypes (PEP 435 compliant), migrated from pybind11's deprecatedpy::enum_topy::native_enum. - Reimplemented the PDFDocEncoding codec in pure Python using the standard library charmap pattern, removing the C++ dependency on qpdf for encoding.
- Upgraded to qpdf 12.3.2.
- Fixed incorrect docstrings for
StreamDecodeLevel. :issue:708 - Fixed type stubs: added PEP 570 positional-only markers, and corrected
index()signature.