1. 16 Mar, 2001 13 commits
  2. 15 Mar, 2001 18 commits
  3. 14 Mar, 2001 9 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
    • Fred Drake's avatar
      · 4d674598
      Fred Drake authored
      Add a test case to make sure we are closing implicitly closed elements
      correctly.
      4d674598
    • Fred Drake's avatar
      · 2a002013
      Fred Drake authored
      Add support for reasonable closing of open elements for which end tags
      are considered optional.  This does not always place the closing tags
      as a human editor would, but makes the structure correct.
      
      Removed support for the empty start & end tags which are no longer reported
      by nsgmllib (an SGML feature not used with HTML).
      2a002013
    • Fred Drake's avatar
      · d12ac69e
      Fred Drake authored
      Run the tests for HTML files as well as XML files in test/.
      d12ac69e
    • 's avatar
      removed cvs Log kw - it causes spurious diffs when trying to reconcile · 3b564de0
      authored
      branches. Please use cvs log instead to see revision history.
      3b564de0
    • 's avatar
      Merged fixes missed from 2.3 branch · cf0251db
      authored
      cf0251db