summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-11Patch doctests to work with Python 3python3Martin Vilcans
2014-03-10Make some doctests compatible with Python 3.Martin Vilcans
2014-03-10Readme about how to set up development in Python 3Martin Vilcans
2014-03-03Use raw strings in docstrings with backslashes in themMartin Vilcans
2014-03-03Merge branch 'master' into python3Martin Vilcans
2014-03-03Tests that would have caught the p a r e n t h e t i c a l bugMartin Vilcans
2014-03-03fixed p a r e n t h e t i c a l bugKai Blöcker
2013-08-13Add missing dependency on six for Py3Martin Vilcans
2013-08-13Python 3 dependencies and Travis configMartin Vilcans
2013-08-13Got rid of overloaded "classes" parameter.Martin Vilcans
2013-08-13Use six.text_type in richstring_testpython2Martin Vilcans
2013-08-13Avoid overloaded function in fountain.pyMartin Vilcans
2013-08-13Use six.StringIO instead of StringIO.StringIOMartin Vilcans
2013-08-13Use six.StringIO for Python 3 compatMartin Vilcans
2013-08-13Use six.next instead of it.next (Py3 compat)Martin Vilcans
2013-08-13Use six in richstring to be compatible with Python 3Martin Vilcans
2013-08-13Always output styles in consistent order (Bold, Italic, Underline)Martin Vilcans
2013-08-13Use unittest2 if available but don't require it.Martin Vilcans
2013-08-13Removed dependency on unittest2Martin Vilcans
2013-08-13Use bin/test for Travis testsMartin Vilcans
2013-08-13Add Travis CI configMartin Vilcans
2013-08-13Removed Python 2.5 requirement and Reportlab (not used right now)Martin Vilcans
2012-07-22Fixed runtime error on HTML output of dual dialogue.Martin Vilcans
2012-07-10Strip leading and trailing whitespace from character names.Martin Vilcans
2012-07-10Automatically create test cases from files in tests/filesMartin Vilcans
2012-07-10Changed bad test case nameMartin Vilcans
2012-07-09Added page break support.Martin Vilcans
2012-07-09Refactored html.py to use a class instead of global functions.Martin Vilcans
2012-07-09Refactored how we generate HTML tags.Martin Vilcans
2012-07-08PEP8 compliance.Martin Vilcans
2012-07-08Only a single period creates a slug.Martin Vilcans
2012-03-12Support mixed sections and synopsisesMartin Vilcans
2012-03-12Refactored trying different paragraph types.Martin Vilcans
2012-03-12Support sections that are bunched together.Martin Vilcans
2012-03-01Line breaks become <br/> instead of <p> in HTML.Martin Vilcans
2012-02-23Output synopsis to HTML.Martin Vilcans
2012-02-20Added test scriptMartin Vilcans
2012-02-20Added commenting out using /* boneyard */Martin Vilcans
2012-02-19Transition must end with "TO:", not just ":"Martin Vilcans
2012-02-19Better error messages on unsupported formats.Martin Vilcans
2012-02-19Removed pdf and text modules as they aren't supported yet anyway.Martin Vilcans
2012-02-19Renamed SPMD to FountainMartin Vilcans
2012-02-19Moved spmd tests into separate classes.Martin Vilcans
2012-02-19Added synopsis support to slugs and sections.Martin Vilcans
2012-02-16Parse the title page.Martin Vilcans
2012-02-08Updated README to reflect new reality (Fountain, www.screenplain.com etc)Martin Vilcans
2012-02-08Added support for sectionsMartin Vilcans
2012-02-07Removed unused screenplain.format module etc.Martin Vilcans
2012-02-07Scene headings are now h6 in HTML outputMartin Vilcans
2012-02-07Read the spec again. Scene numbers are alphanumeric only.Martin Vilcans