1. 14 Mar, 2001 9 commits
    • Guido van Rossum's avatar
      Remove some debug print statements. · df4d0c74
      Guido van Rossum authored
      df4d0c74
    • Fred Drake's avatar
      · 64f8efe2
      Fred Drake authored
      Change "[%s]" % string.whitespace to r"\s" in regular expressions.
      64f8efe2
    • Fred Drake's avatar
      · fedae89a
      Fred Drake authored
      Use .emitRawText() in a couple of places; this helps minimize the
      instruction sequence.
      fedae89a
    • Fred Drake's avatar
      · c3cfef9b
      Fred Drake authored
      Call the proper .emitText() / .emitRawText() methods instead of just
      calling .emit(); this ensures the right quoting is done and adjacent
      instructions are collapsed when possible.
      c3cfef9b
    • Guido van Rossum's avatar
      90f040e0
    • Fred Drake's avatar
      · 75bf0d61
      Fred Drake authored
      Split .emitText() into .exitText() and .emitRawText(); both generate
      "rawtext" instructions, but .emitText() re-writes the data to use magic
      entities for HTML.  Adjacent "rawtext" instructions are collapsed into a
      single instruction.
      75bf0d61
    • Fred Drake's avatar
      · 8dcc0e69
      Fred Drake authored
      Remove the use of Python 2.0 string methods; stick to the string module
      for now.
      8dcc0e69
    • Fred Drake's avatar
      · b2a105d3
      Fred Drake authored
      Instead of defaulting to XML, use the filename extension to determine which
      parser to use by default.  Use -h/-x only to override.
      b2a105d3
    • Guido van Rossum's avatar
      First steps towards an HTML parser · 0588e8ac
      Guido van Rossum authored
      0588e8ac
  2. 13 Mar, 2001 5 commits
  3. 12 Mar, 2001 8 commits
  4. 09 Mar, 2001 2 commits
  5. 08 Mar, 2001 8 commits
  6. 07 Mar, 2001 4 commits
  7. 06 Mar, 2001 4 commits