| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix spelling | milde | 2021-10-22 | 1 | -3/+3 |
| * | Limit length of input lines and substitution expansion. | milde | 2020-09-14 | 1 | -2/+2 |
| * | Delete spurious parentheses. | milde | 2020-09-01 | 1 | -33/+25 |
| * | fix typo | grubert | 2020-08-22 | 1 | -1/+1 |
| * | Document possible heavy ressource use when parsing untrusted input. | milde | 2019-12-12 | 1 | -1/+2 |
| * | Simplify code. | milde | 2019-08-27 | 1 | -2/+1 |
| * | py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list' | milde | 2019-08-27 | 1 | -1/+1 |
| * | Formatting changes to facilitate integration of "py3" patchset. | milde | 2019-08-27 | 1 | -1/+1 |
| * | Consistent Python 3 checks. | milde | 2019-08-26 | 1 | -1/+1 |
| * | Use 'isinstance(foo, bar)' instead of 'type(foo) is bar' | milde | 2019-08-26 | 1 | -1/+1 |
| * | py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'. | milde | 2019-08-26 | 1 | -3/+2 |
| * | py3: Replace 'sys.maxint' with 'sys.maxsize' | milde | 2019-08-26 | 1 | -1/+1 |
| * | py3: Add aliases for removed symbols | milde | 2019-08-26 | 1 | -1/+9 |
| * | py3: Switch to 'except foo as bar' syntax | milde | 2019-08-26 | 1 | -3/+3 |
| * | py3: Switch to print functions | milde | 2019-08-26 | 1 | -29/+26 |
| * | py3: Use new style classes | milde | 2019-08-26 | 1 | -4/+4 |
| * | Patch+158 Speed up patterns by saving compiled versions | grubert | 2019-08-06 | 1 | -4/+4 |
| * | Drop compatibility code for Python 2.4 and 2.5. | milde | 2017-08-11 | 1 | -4/+1 |
| * | math, error_reporting, and urischemes moved to the utils package. | milde | 2012-06-25 | 1 | -1/+1 |
| * | Cleanup: Use True/False for boolean values | milde | 2012-01-19 | 1 | -21/+18 |
| * | Clean up system message (source, line) reporting. | milde | 2012-01-09 | 1 | -2/+2 |
| * | Fix [ 2926161 ] for simple tables. | milde | 2011-11-25 | 1 | -0/+12 |
| * | New sub-module and test suite for error reporting. | milde | 2011-05-19 | 1 | -1/+1 |
| * | fix and re-organize error printing to sys.stderr | milde | 2011-05-10 | 1 | -21/+19 |
| * | Fix: failsafe encoding of unicode strings before writing to sys.stderr | milde | 2011-05-06 | 1 | -15/+21 |
| * | minor code cleanup (unify variable names) | milde | 2010-08-13 | 1 | -3/+3 |
| * | Fix [ 2788716 ] reporting problems in included files. | milde | 2010-04-26 | 1 | -11/+33 |
| * | More fixes for reporting issues in included source files. | milde | 2010-04-15 | 1 | -9/+21 |
| * | (partially) Fix reporting for problems in included files. | milde | 2009-10-28 | 1 | -7/+15 |
| * | Using a cache in the parsers state machine. | milde | 2009-06-02 | 1 | -11/+4 |
| * | Convert docutils to Python 3 (at least so that it runs the test suite.) | gbrandl | 2009-04-01 | 1 | -5/+5 |
| * | Prepare for python 3.0: minimize "types" module where possible (gbrandl). | grubert | 2008-11-30 | 1 | -1/+1 |
| * | Merged abolish-userstring-haskey r5609:5616 to trunk. | strank | 2008-07-28 | 1 | -5/+5 |
| * | use $Id$ instead of $Date$ and $Revision$; | wiemann | 2006-05-21 | 1 | -4/+2 |
| * | added East Asian double-width character support; thanks to Frank Bennett for ... | goodger | 2005-12-07 | 1 | -3/+28 |
| * | Added trailing whitespace stripping to ``string2lines()`` | goodger | 2005-12-06 | 1 | -2/+3 |
| * | support for CSV directive implementation | goodger | 2004-06-17 | 1 | -0/+4 |
| * | Renamed ``StringList.strip_indent`` to ``.trim_left``. Added ``StringList.ge... | goodger | 2003-07-05 | 1 | -4/+15 |
| * | prevent duplicate detailed error reporting except when debugging | goodger | 2003-06-29 | 1 | -1/+2 |
| * | Fixed slice handling for Python 2.3. Patch from (and thanks to) Fred Drake. | goodger | 2003-01-01 | 1 | -10/+16 |
| * | Added ``ViewList`` & ``StringList`` classes, to allow synchronized updating o... | goodger | 2002-11-08 | 1 | -101/+409 |
| * | Made "context" a parameter to ``StateMachine.run()``. | goodger | 2002-10-30 | 1 | -2/+2 |
| * | Added ``strip_top`` parameter to ``StateMachineWS.get_first_known_indented``. | goodger | 2002-10-02 | 1 | -4/+7 |
| * | Added support for the Observer pattern, triggered by input line changes. | goodger | 2002-09-24 | 1 | -12/+39 |
| * | - Factored out ``State.add_initial_transitions()`` so it can be | goodger | 2002-09-19 | 1 | -158/+169 |
| * | updated | goodger | 2002-07-04 | 1 | -1/+0 |
| * | - In ``string2lines()``, changed whitespace normalizing translation | goodger | 2002-06-29 | 1 | -6/+3 |
| * | - Added support for input and output encodings and for internal Unicode support. | goodger | 2002-06-28 | 1 | -1/+3 |
| * | Cleaned up imports | goodger | 2002-05-30 | 1 | -1/+3 |
| * | docstring fix | goodger | 2002-05-18 | 1 | -2/+2 |