summaryrefslogtreecommitdiff
path: root/src/pikepdf/_methods.py
Commit message (Expand)AuthorAge
* qpdf 11: getCropBox and getTrimBox take an additional parameterJay Berkenbilt2022-09-09
* pydocstyle: _methodsJames R. Barlow2022-08-24
* docstring style fixesJames R. Barlow2022-08-20
* Fix typo in src/pikepdf/_methods.pyPablo Alexis Dominguez Grau2022-08-08
* Fix other potentially problematic eq'sJames R. Barlow2022-07-27
* Fix __eq__ implementation for PagesJames R. Barlow2022-07-27
* Redo licensing info with SPDXJames R. Barlow2022-07-27
* methods: tidy and help coverageJames R. Barlow2022-07-26
* Modernize typing with future annotationsJames R. Barlow2022-07-22
* Make NameTree and NumberTree more symmetricJames R. Barlow2022-07-15
* Implement NumberTree data structureJames R. Barlow2022-07-15
* Introduce NumberTreeJames R. Barlow2022-07-15
* page: expand documentation, add missed parameterJames R. Barlow2022-07-05
* Move @augments into new moduleJames R. Barlow2022-07-03
* Remove old/unused pybind11 shimJames R. Barlow2022-06-21
* Delinting passJames R. Barlow2022-06-21
* Fix error on writing PDFs containing JBIG2 images with null DecodeParmsJames R. Barlow2022-05-15
* docs: remove self-evident "Returns:" messagesJames R. Barlow2021-12-28
* Improve docs around Object.writeJames R. Barlow2021-12-28
* Fix _over_underlay's default rect handlingStephen Humphries2021-12-11
|\
| * Make description of rect param consistent between add_overlay and add_underlayStephen Humphries2021-11-28
| * Fix _over_underlay's default rect handlingStephen Humphries2021-11-28
* | Improve testing of push_stackJames R. Barlow2021-12-01
|/
* docs: improve documentation around attaching files from memoryJames R. Barlow2021-11-25
* Prevent creating file attachments with directory separators in the nameJames R. Barlow2021-11-07
* Merge branch 'py310'James R. Barlow2021-10-31
|\
| * Drop Python 3.6 supportJames R. Barlow2021-10-29
| * Fixes issues with pybind11 2.8.0James R. Barlow2021-10-29
* | Reset transformation matrix for add_overlayJames R. Barlow2021-10-29
* | Add comments on shimsJames R. Barlow2021-10-14
* | Fixes issues with pybind11 2.8.0James R. Barlow2021-10-05
|/
* docs: add missing period to end of docstringsJames R. Barlow2021-09-08
* methods: simplify type_check_writeJames R. Barlow2021-09-01
* Fix all simple flake8 warningsJames R. Barlow2021-08-28
* Update pre-commit to check more thingsJames R. Barlow2021-08-26
* attachments: more API improvementsJames R. Barlow2021-08-19
* Rename FileSpec -> AttachedFileSpec, AttachedFileStream -> AttachedFileJames R. Barlow2021-08-19
* Remove deprecated Pdf.rootJames R. Barlow2021-08-18
* Keep original filename as Path, not str, for portabilityJames R. Barlow2021-08-18
* Use QPDF::closeInputSource to close PDFsJames R. Barlow2021-08-18
* coverage: add a few missing lines in _methods.pyJames R. Barlow2021-08-18
* Clear up docs error by adding Python porcelain to overloaded C++ funcJames R. Barlow2021-08-16
* Fix PyPy supportJames R. Barlow2021-08-12
* Merge branch 'v3'James R. Barlow2021-08-12
|\
| * Change .add_blank_page return type to PageJames R. Barlow2021-08-07
| * typing: fixes and improvementsJames R. Barlow2021-08-07
| * Mandatory keyword arguments for open and saveJames R. Barlow2021-08-06
| * Remove Page._attachJames R. Barlow2021-08-06
| * docs: adjust for first class pagesJames R. Barlow2021-08-05
| * Remove Object.images in favor of Page.images; and other cleanupJames R. Barlow2021-08-05