1. 26 Mar, 2001 15 commits
  2. 24 Mar, 2001 5 commits
  3. 23 Mar, 2001 7 commits
  4. 22 Mar, 2001 12 commits
  5. 21 Mar, 2001 1 commit
    • Guido van Rossum's avatar
      Change several "raise HTMLParseError" statements into assertions, as · fb73bb90
      Guido van Rossum authored
      these are really complaints about the intgrity of our own code.
      HTMLParseError should be raised only for invalid input.  (Should we
      turn more unrecognized constructs into exceptions, e.g. '&' not
      followed by an entity or character reference?)
      
      Also added an 'r' prefix to a regex string containing a backslash.
      fb73bb90