summaryrefslogtreecommitdiff
path: root/docutils/statemachine.py
Commit message (Expand)AuthorAgeFilesLines
* 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