summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-03Use Courier Prime fontpdf-font-supportMartin Vilcans
2023-12-01Bump to 0.11.1HEAD0.11.1mastermagentastripeMartin Vilcans
2023-11-29Typo caused reading from stdin to failMartin Vilcans
2023-11-29Bump version to 0.11.00.11.0Martin Vilcans
2023-11-28Add arguments --encoding and --encoding-errorsMartin Vilcans
2023-11-09Bump version to 0.10.00.10.0Martin Vilcans
2023-11-09Fail tests on warningsMartin Vilcans
2023-11-09Close input file when main is doneMartin Vilcans
2023-11-09Compare types with isinstance - gets rid of warningMartin Vilcans
2023-03-20Add test for issue #65, which passesMartin Vilcans
2023-03-20readme: PDF is supported nowMartin Vilcans
2023-02-24Add Python 3.11 to testing matrixMartin Vilcans
2023-02-24Add test for forcing action with "!"Martin Vilcans
2023-02-24Fix runtime error in pdf output of dual dialogMartin Vilcans
2023-02-24Possible to force action by starting line with !Martin Vilcans
2022-11-07pdf Settings object for styles and layoutMartin Vilcans
2022-11-07Replace nose with pytestMartin Vilcans
2022-11-07assertEquals is deprecated - use assertEqualMartin Vilcans
2022-11-07Remove unittest2 (Python 2 compatibility)Martin Vilcans
2022-11-07Github actions: "pip" is not the cache key apparentlyMartin Vilcans
2022-11-07Parenthesis in if statement - blasphemy!Martin Vilcans
2022-11-07Remove code related to output in text formatMartin Vilcans
2022-11-07.gitignore __pycache__Martin Vilcans
2022-11-07Add tests for extended charactersMartin Vilcans
2022-11-07Set up Github workflowMartin Vilcans
2022-01-04Merge pull request #51 from abenson/title_page_marginMartin Vilcans
2022-01-04Merge pull request #49 from abenson/fix_contactMartin Vilcans
2022-01-02export/pdf: make sure title page is centered.Andrew Benson
2022-01-02export/pdf: use left aligned contact information.Andrew Benson
2021-09-15Merge pull request #70 from xiota/stdinMartin Vilcans
2021-09-15use sys.stdin.buffer to work around type mismatch in codecs.pyxiota
2020-08-27Merge pull request #61 from jpyams/masterMartin Vilcans
2020-08-06Add Windows supportJohn Peter Yamauchi
2020-07-12Use content or README.md as long_descriptionMartin Vilcans
2020-07-12Use more common extension .md rather than .markdownMartin Vilcans
2020-07-12Python 3 only - not a universal wheel0.9.0Martin Vilcans
2020-07-11Bump version to 0.9.0 - Python 3 only versionMartin Vilcans
2020-02-13Remove Python 2 from classifiers #54Martin Vilcans
2020-02-13Update readme for Python 3 #54Martin Vilcans
2020-02-13Remove Python 2.7 from CI #54Martin Vilcans
2020-02-12Merge branch 'remove-py2'Martin Vilcans
2020-02-12Removing Python 2 support - no need for six #54Martin Vilcans
2020-02-12Remove Python 2 support for doctests #54Martin Vilcans
2020-02-12Merge pull request #56 from jstasiak/python38-compatMartin Vilcans
2020-02-12Replace pep8 with pycodestyle, get rid of warningsMartin Vilcans
2020-02-12Merge pull request #57 from jstasiak/ci-modern-python3-versionsMartin Vilcans
2020-02-08Fix "TypeError: write() argument must be str, not bytes" on Python 3Jakub Stasiak
2020-02-08Test with currently supported Python 3 versionsJakub Stasiak
2020-02-07Fix "AttributeError: module 'cgi' has no attribute 'escape'" on Python 3.8Jakub Stasiak
2019-02-21Follow package recommendations0.8.0Martin Vilcans