summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-01Add support for choosing letter or A4 page size.page-sizeMartin 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
2019-02-21Rename license file to comply with recommendationMartin Vilcans
2019-02-21Add classifiers, URLs, license to setup.pyMartin Vilcans
2019-02-21Bump version and copyrightMartin Vilcans
2019-02-21Add install_requires six for universal Python supportMartin Vilcans
2019-02-21Do not create empty paragraph if Note is a full paragraphMartin Vilcans
2019-02-21Fountain treats a single space as an empty lineMartin Vilcans
2019-02-21Add supports for notesMartin Vilcans
2019-02-21Merge pull request #46 from jpyams/python3Martin Vilcans
2019-02-19Python 3 no longer requires separate requirementsJohn Peter Yamauchi
2019-02-19Fixed merge issueJohn Peter Yamauchi