summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* black Python source codeJames R. Barlow2019-02-10
|
* Add pikepdf.new() for creating new PDFsJames R. Barlow2019-02-10
|
* Add to_jsonJames R. Barlow2019-02-10
|
* Fix handling of XMP metadata with no <x:xmpmeta> wrapperJames R. Barlow2019-02-06
|
* Fix pikepdf version not being set in metadataJames R. Barlow2019-02-06
|
* Warn when XMP date is not convertible to DocInfo dateJames R. Barlow2019-01-17
|
* Remove enron2.pdf; replace with synthetic fileJames R. Barlow2019-01-08
|
* test_readme_example: Fix error in testJames R. Barlow2019-01-07
|
* Fix negative indexing of pagesJames R. Barlow2019-01-07
|
* Fix another DocumentInfo->XMP conversion issue; v1.0.2 notesJames R. Barlow2019-01-05
|
* metadata: warn if unable to copy malformed docinfo fieldsJames R. Barlow2019-01-04
|
* Fix handling of encoded NUL in XMP metadata (as produced by Ghostscript)James R. Barlow2019-01-04
|
* metadata: Fix removal of individual attributeJames R. Barlow2019-01-02
|
* test_open_save: Windows might be fine after allJames R. Barlow2019-01-01
|
* Fix open/save to same fileJames R. Barlow2019-01-01
|
* Fix some pylintJames R. Barlow2019-01-01
|
* metadata: Fix nested children returned as keysJames R. Barlow2018-12-30
|
* metadata: use canonical XMLJames R. Barlow2018-12-29
|
* metadata: delete <?xpacket...?> processing instructionsJames R. Barlow2018-12-28
| | | | | Seems easiest to filter them out and generate them when serializing. Prevents duplicate <?xpacket?> tags.
* Fix rare failure for numbers smaller than -2**64James R. Barlow2018-12-20
|
* metadata: Support Language AlternatesJames R. Barlow2018-12-20
|
* Switch to lxml since stdlib xml messes up xmlns tagsJames R. Barlow2018-12-20
|
* Skip test that fails on WindowsJames R. Barlow2018-12-18
|
* Improve handling of XMP datetime with timezones, and invalid XML charactersJames R. Barlow2018-12-15
|
* Improve test coverageJames R. Barlow2018-12-14
|
* metadata: refactor arraysJames R. Barlow2018-12-14
|
* metadata: suppress NULJames R. Barlow2018-12-13
|
* metadata: fix times without time zonesJames R. Barlow2018-12-13
|
* metadata: load_from_docinfo fixesJames R. Barlow2018-12-13
|
* metadata: fix /Authors -> /AuthorJames R. Barlow2018-12-13
|
* Suppress XMLParser() warnings (triggered by defusedxml; what can we do?)James R. Barlow2018-12-12
|
* tests: Fix renamed Page to _Page for nowJames R. Barlow2018-12-11
|
* metadata: terminology, lots of little fixes and testsJames R. Barlow2018-12-11
|
* Drop python-xmp-toolkit, use Python stdlibJames R. Barlow2018-12-11
|
* metadata: load from existing docinfoJames R. Barlow2018-12-06
|
* metadata: handle deletion and transfer of dates to docinfoJames R. Barlow2018-12-03
|
* metadata: connect to other components, initial tests, docsJames R. Barlow2018-12-03
|
* metadata: synchronize docinfoJames R. Barlow2018-12-02
|
* Fix test on Python 3.5James R. Barlow2018-11-27
|
* Fix handling of filenames on non-UTF-8 platformsJames R. Barlow2018-11-27
|
* Reorganize some dictionary testsJames R. Barlow2018-10-12
|
* Replace setStreamDataMode API with setCompressedStreams and setDecodeLevelJames R. Barlow2018-10-05
|
* Fix Mock() missing assert_called() in Py3.5James R. Barlow2018-09-19
|
* jp2: improve testJames R. Barlow2018-09-19
|
* Add test case for JPEG2000James R. Barlow2018-09-19
|
* Implement progress reporting callbackJames R. Barlow2018-09-18
|
* image.py: more refactoring to make PdfInlineImage closer in behaviorJames R. Barlow2018-09-18
|
* Add direct image extraction of grayscale and CMYK JPEGsJames R. Barlow2018-08-19
| | | | Was only implemented for RGB JPEG
* Try to prevent misuse of pikepdf.NameJames R. Barlow2018-08-16
|
* Support syntax: "Name.Foo in dictionary"James R. Barlow2018-08-16
|