1. 16 Mar, 2001 18 commits
  2. 15 Mar, 2001 18 commits
  3. 14 Mar, 2001 4 commits
    • Fred Drake's avatar
      · e353be51
      Fred Drake authored
      Update the HTML test to ensure that automagical placement of end tags
      only happens for implied end tags and not all end tags in the affected
      group.
      
      This also corrects for the bug where paragraph-level tags would close
      themselves (before they opened!) if they implicitly closed anything at
      all.
      e353be51
    • Fred Drake's avatar
      · 8d8e57a5
      Fred Drake authored
      Fix a bug that caused paragraph-level markup to close itself when implicitly
      closing anything.
      
      For some elements, when the end tag is implied, insert the tag before any
      whitespace at the end of the text being enclosed.  This makes the generated
      end tags "feel" more like human-generated markup.
      8d8e57a5
    • Fred Drake's avatar
      · 12e723fb
      Fred Drake authored
      If there are errors, generate a non-zero return code.
      12e723fb
    • 's avatar
      Merged issue fixes from 2.3 branch · 1d88685b
      authored
      1d88685b