summaryrefslogtreecommitdiff
path: root/tests/test_metadata.py
Commit message (Expand)AuthorAge
* Remove obsolete filterwarningsJames R. Barlow2022-09-11
* Fix test: add indirect from correct Pdf objectJay Berkenbilt2022-09-09
* Redo licensing info with SPDXJames R. Barlow2022-07-27
* Modernize typing with future annotationsJames R. Barlow2022-07-22
* Workaround for XML metadata that is missing its namespace tagJames R. Barlow2022-06-20
* metadata: Remove datetime shim for Python 3.6 but add a new shim for PyPy 3.7James R. Barlow2021-10-29
* Drop Python 3.6 supportJames R. Barlow2021-10-29
* Adjust libxmp checkJames R. Barlow2021-09-21
* test_metadata: simplify libxmp testingJames R. Barlow2021-09-21
* Fix all simple flake8 warningsJames R. Barlow2021-08-28
* tests: prefer "with Pdf.open()..."James R. Barlow2021-08-23
* More things to skip if pypyJames R. Barlow2021-03-30
* Make test less flakey on pypy, maybeJames R. Barlow2021-03-30
* Fix XXE vulnerability in XMP metadata parsingJames R. Barlow2021-03-29
* metadata: expand coverage for some miscellanyJames R. Barlow2021-03-22
* tests: fix more cases of not closing the test pdfJames R. Barlow2021-03-16
* Change fixtures to close opened PdfsJames R. Barlow2021-03-06
* Fix PyPy 3.7 regressionJames R. Barlow2021-01-31
* tests: cover a few more metadata casesJames R. Barlow2021-01-16
* tests: exclude unicode surrogates from valid metadata testJames R. Barlow2021-01-15
* metadata: fix node to array update for dc:creatorJames R. Barlow2021-01-15
* Move pdf.docinfo to Python and allow deleting docinfoJames R. Barlow2021-01-10
* Report an error if dc:creator is not set to a list of string(s)James R. Barlow2020-12-23
* Add 'D:' prefix to DocumentInfo date stringsJames R. Barlow2020-11-30
* Relax timezone test criteriaJames R. Barlow2020-11-22
* Revert "More Python 3.6 timezone nonsense"James R. Barlow2020-11-22
* More Python 3.6 timezone nonsenseJames R. Barlow2020-11-22
* Support ISO datetimes with microseconds on Python 3.6James R. Barlow2020-11-21
* Fix timezone not set when metadata date is updatedJames R. Barlow2020-11-20
* Fix issue with setting dc:title=set(...)James R. Barlow2020-09-08
* Fix error updating docinfo with empty tag XMPJames R. Barlow2020-07-01
* Fix pytest warnings in outlines PRJames R. Barlow2020-05-16
* Fix "don't know how to str this object" on certain metadataJames R. Barlow2020-05-03
* Use 'except Exception' for libxmpJames R. Barlow2020-04-18
* lint: testsJames R. Barlow2020-04-17
* lint: import cleanupJames R. Barlow2020-04-17
* Don't create empty XMP metadata when fix_metadata_pdfversion=TrueJames R. Barlow2020-04-14
* test_truncated_xml: fix deadline errorJames R. Barlow2020-04-09
* Remove possibly nonfree test file 'enron1_gs.pdf' and update tests to avoid itJames R. Barlow2020-04-04
* docs: update details on metadataJames R. Barlow2020-04-02
* Relax truncated XML testJames 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 docinfo->metadata testingJames R. Barlow2020-01-13
* Adjust skip conditions on previous testJames R. Barlow2020-01-06
* Skip one of the degenerate xml testsJames R. Barlow2020-01-06
* Fix certain types of broken XMP packetsJames R. Barlow2020-01-05
* Add more API to obtain encryption infoJames R. Barlow2019-06-19
* Support setting PDF extension levelJames R. Barlow2019-06-19
* Fix parse error on XMP missing RDF (via ocrmypdf)James R. Barlow2019-06-13