summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Improve testing of pages.p() and pages.remove(p=)James R. Barlow2020-04-10
* Fix compatibility with pytest 5.xJames R. Barlow2020-04-10
* Prevent creation of pikepdf.Dictionary with unslashed namesJames R. Barlow2020-04-05
* metadata: clarify that we cannot fix all metadataJames R. Barlow2020-04-04
* Fix isinstance(obj, pikepdf.Operator) not workingJames R. Barlow2020-03-16
* docs: proofread and expand a bitJames R. Barlow2020-03-11
* Typo in error messageJames R. Barlow2020-03-05
* Fix reference instead of copy when copying foreign pagesJames R. Barlow2020-02-24
* images: fix extraction of monochrome images with palettesJames R. Barlow2020-01-27
* Introduce strict versus non-strict XMP handlingJames R. Barlow2020-01-26
* metadata: do explicit check for empty XMP documentsJames R. Barlow2020-01-26
* Improve error messages for missing VC++ runtimeJames R. Barlow2020-01-26
* Add unparse_content_stream and expand docsJames R. Barlow2020-01-18
* metadata: use error-recovery tolerant parserJames R. Barlow2020-01-17
* Improve docinfo->metadata testingJames R. Barlow2020-01-13
* Fix use of e.msg on Python 3.8/macOSJames R. Barlow2020-01-06
* Fix certain types of broken XMP packetsJames R. Barlow2020-01-05
* Fix test_check failing on qpdf 8.4.2James R. Barlow2020-01-01
* Better testing of invalid file stream typesJames R. Barlow2019-12-07
* Fix files opened by name not properly closedJames R. Barlow2019-12-07
* Cancel file descriptor openingJames R. Barlow2019-12-06
* Add explicit fspath() for Py3.5James R. Barlow2019-12-06
* Revert "Add some typing hints"James R. Barlow2019-12-06
* Revert "Improve type annotations"James R. Barlow2019-12-06
* More Py3.5 workaroundsJames R. Barlow2019-12-06
* Fix Python typing for 3.5James R. Barlow2019-12-06
* Fix __all__: List on Python 3.5James R. Barlow2019-12-06
* Support Pdf.open(file_descriptor)James R. Barlow2019-12-06
* Standardize file opening to eliminate portable_fopenJames R. Barlow2019-12-06
* augment: iterate class members only onceJames R. Barlow2019-12-06
* Improve type annotationsJames R. Barlow2019-12-06
* Add test for Pdf.check()James R. Barlow2019-12-05
* Add some typing hintsJames R. Barlow2019-12-05
* Add Pdf.check() functionality that relays qpdf --check informationJames R. Barlow2019-12-05
* Add Pdf.objectsJames R. Barlow2019-12-04
* Remove redundant < 0 checkJames R. Barlow2019-11-25
* Use correct rvp for .pagesJames R. Barlow2019-11-25
* Note ability to replace Pdf.close()James R. Barlow2019-11-25
* Refactor defautl config of Pdf.new/openJames R. Barlow2019-11-25
* Remove C++11 shims and supportJames R. Barlow2019-11-03
* Support copy.copy(pikepdf.Object)James R. Barlow2019-10-25
* Fix corruption of extracted CCITT G4 image with /EncodedByteAlign trueJames R. Barlow2019-09-11
* Clarify photometry and add a testJames R. Barlow2019-09-03
* Fix failing test with qpdf 9.0.0James R. Barlow2019-09-01
* Remove more unused variable names in catch blocksJames R. Barlow2019-09-01
* Fix Windows warning about POSIX function namesJames R. Barlow2019-09-01
* Fix some exceptions caught by valueJames R. Barlow2019-09-01
* Fix compile error with qpdf 9.0.0James R. Barlow2019-09-01
* Avoid returning FILE*James R. Barlow2019-08-26
* Remove signature of deleted functionJames R. Barlow2019-08-25