summaryrefslogtreecommitdiff
path: root/docutils/statemachine.py
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-221-3/+3
* Limit length of input lines and substitution expansion.milde2020-09-141-2/+2
* Delete spurious parentheses.milde2020-09-011-33/+25
* fix typogrubert2020-08-221-1/+1
* Document possible heavy ressource use when parsing untrusted input.milde2019-12-121-1/+2
* Simplify code.milde2019-08-271-2/+1
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* Consistent Python 3 checks.milde2019-08-261-1/+1
* Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'milde2019-08-261-1/+1
* py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.milde2019-08-261-3/+2
* py3: Replace 'sys.maxint' with 'sys.maxsize'milde2019-08-261-1/+1
* py3: Add aliases for removed symbolsmilde2019-08-261-1/+9
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-3/+3
* py3: Switch to print functionsmilde2019-08-261-29/+26
* py3: Use new style classesmilde2019-08-261-4/+4
* Patch+158 Speed up patterns by saving compiled versionsgrubert2019-08-061-4/+4
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-4/+1
* 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