summaryrefslogtreecommitdiff
path: root/docutils/statemachine.py
Commit message (Expand)AuthorAgeFilesLines
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-21/+18
* Clean up system message (source, line) reporting.milde2012-01-091-2/+2
* Fix [ 2926161 ] for simple tables.milde2011-11-251-0/+12
* New sub-module and test suite for error reporting.milde2011-05-191-1/+1
* fix and re-organize error printing to sys.stderrmilde2011-05-101-21/+19
* Fix: failsafe encoding of unicode strings before writing to sys.stderrmilde2011-05-061-15/+21
* minor code cleanup (unify variable names)milde2010-08-131-3/+3
* Fix [ 2788716 ] reporting problems in included files.milde2010-04-261-11/+33
* More fixes for reporting issues in included source files.milde2010-04-151-9/+21
* (partially) Fix reporting for problems in included files.milde2009-10-281-7/+15
* Using a cache in the parsers state machine.milde2009-06-021-11/+4
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-5/+5
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-1/+1
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-5/+5
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added East Asian double-width character support; thanks to Frank Bennett for ...goodger2005-12-071-3/+28
* Added trailing whitespace stripping to ``string2lines()``goodger2005-12-061-2/+3
* support for CSV directive implementationgoodger2004-06-171-0/+4
* Renamed ``StringList.strip_indent`` to ``.trim_left``. Added ``StringList.ge...goodger2003-07-051-4/+15
* prevent duplicate detailed error reporting except when debugginggoodger2003-06-291-1/+2
* Fixed slice handling for Python 2.3. Patch from (and thanks to) Fred Drake.goodger2003-01-011-10/+16
* Added ``ViewList`` & ``StringList`` classes, to allow synchronized updating o...goodger2002-11-081-101/+409
* Made "context" a parameter to ``StateMachine.run()``.goodger2002-10-301-2/+2
* Added ``strip_top`` parameter to ``StateMachineWS.get_first_known_indented``.goodger2002-10-021-4/+7
* Added support for the Observer pattern, triggered by input line changes.goodger2002-09-241-12/+39
* - Factored out ``State.add_initial_transitions()`` so it can begoodger2002-09-191-158/+169
* updatedgoodger2002-07-041-1/+0
* - In ``string2lines()``, changed whitespace normalizing translationgoodger2002-06-291-6/+3
* - Added support for input and output encodings and for internal Unicode support.goodger2002-06-281-1/+3
* Cleaned up importsgoodger2002-05-301-1/+3
* docstring fixgoodger2002-05-181-2/+2
* - Added ``runtime_init`` method to ``StateMachine`` and ``State``.goodger2002-05-051-281/+300
* Initial revisiongoodger2002-04-201-0/+1076