aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use sys.stdin.buffer to work around type mismatch in codecs.pyxiota2021-09-151-1/+1
* Merge pull request #61 from jpyams/masterMartin Vilcans2020-08-274-9/+12
|\
| * Add Windows supportJohn Peter Yamauchi2020-08-064-9/+12
|/
* Use content or README.md as long_descriptionMartin Vilcans2020-07-121-0/+8
* Use more common extension .md rather than .markdownMartin Vilcans2020-07-122-1/+1
* Python 3 only - not a universal wheel0.9.0Martin Vilcans2020-07-121-3/+0
* Bump version to 0.9.0 - Python 3 only versionMartin Vilcans2020-07-111-1/+1
* Remove Python 2 from classifiers #54Martin Vilcans2020-02-131-1/+0
* Update readme for Python 3 #54Martin Vilcans2020-02-132-6/+7
* Remove Python 2.7 from CI #54Martin Vilcans2020-02-131-1/+0
* Merge branch 'remove-py2'Martin Vilcans2020-02-129-58/+24
|\
| * Removing Python 2 support - no need for six #54Martin Vilcans2020-02-127-9/+4
| * Remove Python 2 support for doctests #54Martin Vilcans2020-02-123-49/+20
|/
* Merge pull request #56 from jstasiak/python38-compatMartin Vilcans2020-02-122-4/+8
|\
| * Fix "TypeError: write() argument must be str, not bytes" on Python 3Jakub Stasiak2020-02-081-2/+2
| * Fix "AttributeError: module 'cgi' has no attribute 'escape'" on Python 3.8Jakub Stasiak2020-02-071-2/+6
* | Replace pep8 with pycodestyle, get rid of warningsMartin Vilcans2020-02-125-4/+7
* | Merge pull request #57 from jstasiak/ci-modern-python3-versionsMartin Vilcans2020-02-121-1/+4
|\ \ | |/ |/|
| * Test with currently supported Python 3 versionsJakub Stasiak2020-02-081-1/+4
|/
* Follow package recommendations0.8.0Martin Vilcans2019-02-213-1/+8
* Rename license file to comply with recommendationMartin Vilcans2019-02-211-0/+0
* Add classifiers, URLs, license to setup.pyMartin Vilcans2019-02-211-1/+12
* Bump version and copyrightMartin Vilcans2019-02-212-2/+2
* Add install_requires six for universal Python supportMartin Vilcans2019-02-211-0/+3
* Do not create empty paragraph if Note is a full paragraphMartin Vilcans2019-02-213-0/+20
* Fountain treats a single space as an empty lineMartin Vilcans2019-02-211-1/+1
* Add supports for notesMartin Vilcans2019-02-213-1/+27
* Merge pull request #46 from jpyams/python3Martin Vilcans2019-02-2111-15/+72
|\
| * Python 3 no longer requires separate requirementsJohn Peter Yamauchi2019-02-191-4/+0
| * Fixed merge issueJohn Peter Yamauchi2019-02-191-8/+4
| * Run Python 3 test script when running Py3John Peter Yamauchi2019-02-191-2/+7
| * Merge branch 'master' into python3John Peter Yamauchi2019-02-1921-107/+690
| |\ | |/ |/|
* | PDF output: No space between lines in multi-line Action paragraphsMartin Vilcans2017-02-231-2/+4
* | Get rid of literal 12 for font size/spacingMartin Vilcans2017-02-231-13/+21
* | Get rid of confusing PDF frame width calculationMartin Vilcans2017-02-231-2/+3
* | Show multiple spaces in a row as is in HTML & PDFMartin Vilcans2016-04-144-3/+48
* | Replace two spaces with   in PDF output tooMartin Vilcans2016-04-132-5/+7
* | Support writing PDF to stdoutMartin Vilcans2015-12-011-24/+32
* | Bump version to 0.7.00.7.0Martin Vilcans2015-12-011-1/+1
* | Possible to specify which CSS file to useMartin Vilcans2015-11-262-6/+20
* | Test that alphanumeric character names workMartin Vilcans2015-11-171-0/+7
* | Support non-alphanumeric character names with "@"Martin Vilcans2015-11-172-3/+19
* | Restore template_constructor argument in to_pdfMartin Vilcans2015-10-122-3/+6
* | Merge pull request #20 from charneykaye/pdf-scene-headings-boldMartin Vilcans2015-10-122-3/+22
|\ \
| * | PDF exports Scene Headings as Bold and Underlined; fixes #14Charney Kaye2015-10-082-3/+22
|/ /
* | Merge pull request #18 from michaelx386/masterMartin Vilcans2015-09-184-1/+68
|\ \
| * | Parse files with BOM present; fixes #5michaelx3862015-09-184-1/+68
|/ /
* | Add test for dual dialogue in FDX outputMartin Vilcans2015-07-231-0/+21
* | Bumped version to 0.6.00.6.0Martin Vilcans2015-04-031-1/+1
* | Use `pip install -e .` in development instructionsMartin Vilcans2015-04-032-0/+10