summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* upstream version 1.6.1, DFSG-cleanedSean Whitton2019-08-16
* methods.py: refactorJames R. Barlow2019-07-25
* test: improve ipython coverageJames R. Barlow2019-07-25
* Fix get_warnings() and add a test for TokenFilterJames R. Barlow2019-07-25
* tests: improve Object coverageJames R. Barlow2019-07-25
* tests: indexing coverageJames R. Barlow2019-07-25
* tests: improve tokenfilter coverageJames R. Barlow2019-07-25
* tests: improve coverage for PdfJames R. Barlow2019-07-25
* tests: improve coverage for encryptionJames R. Barlow2019-07-25
* Improve test coverage for poor output IOJames R. Barlow2019-07-25
* Add test for QPDFSystemError translatorJames R. Barlow2019-07-25
* Add function to retrieve filtered contentsJames R. Barlow2019-07-22
* Trying to get trampolines working for TokenFilterJames R. Barlow2019-07-20
* TokenFilter: add Token, expand testJames R. Barlow2019-07-20
* TokenFilters: add testsJames R. Barlow2019-07-19
* PageObjectHelper fixesJames R. Barlow2019-07-19
* Harden Pl_PythonOutput against misbehaved output streamsJames R. Barlow2019-07-19
* Add test to confirm PYBIND11_RUNTIME_EXCEPTION on NotImplementedError worksJames R. Barlow2019-07-18
* Add test to check that we do not overwrite input fileJames R. Barlow2019-07-18
* Fix logic error on attempting to save a PDF created in memory in a way that o...James R. Barlow2019-07-18
* Add Object.wrap_in_array()James R. Barlow2019-07-08
* Deal with simple cases of stacked compression on JPXDecode imagesJames R. Barlow2019-07-08
* Improve type checking of Object.writeJames R. Barlow2019-07-08
* Prevent saving file with same name as open fileJames R. Barlow2019-07-03
* Fix .save(encryption=True) raised an exception; enabled preserving encryptionJames R. Barlow2019-07-03
* Ensure ICC profile is inserted when transcodingJames R. Barlow2019-07-01
* Add a PdfImage.icc property for accessing image ICC informationJames R. Barlow2019-07-01
* Permissions: Remove modify_all, wire print_*James R. Barlow2019-06-20
* Rename PdfPermissions to PermissionsJames R. Barlow2019-06-20
* Encryption, fix some features not fully mappedJames R. Barlow2019-06-20
* Further fixes for Py3.5James R. Barlow2019-06-19
* Add object to support saving with encryptionJames R. Barlow2019-06-19
* Add more API to obtain encryption infoJames R. Barlow2019-06-19
* Support setting PDF extension levelJames R. Barlow2019-06-19
* Revise PdfPermissions - shouldn't be a tuple when it's not orderedJames R. Barlow2019-06-19
* Fix setting access permissions on saveJames R. Barlow2019-06-18
* Encryption: add savingJames R. Barlow2019-06-18
* Allow testing PDF permissions from open filesJames R. Barlow2019-06-18
* Introduce "pdfdoc" codecJames R. Barlow2019-06-18
* Fix parse error on XMP missing RDF (via ocrmypdf)James R. Barlow2019-06-13
* Add Object.emplace() for dealing with page emplacementJames R. Barlow2019-05-03
* Tighten page replacement testsJames R. Barlow2019-05-02
* Eliminate intermediate buffer when writing to Python streamJames R. Barlow2019-05-01
* Fix PdfImage.extract_to(filepath=) would write to wrong locationJames R. Barlow2019-04-24
* Remove dependency on deprecated defusedxml.lxmlJames R. Barlow2019-04-24
* Update pytest-* versions and fix some testsJames R. Barlow2019-04-14
* Fix test for DCTDecode images with unusual ColorTransform not actually workingJames R. Barlow2019-04-13
* Update description of Pdf.close behaviorJames R. Barlow2019-04-13
* Eliminate hacky pagelist refcountingJames R. Barlow2019-04-13
* Implement Pdf.close() and context managerJames R. Barlow2019-04-13