1. 26 Sep, 2001 3 commits
  2. 25 Sep, 2001 11 commits
  3. 24 Sep, 2001 3 commits
    • Fred Drake's avatar
      · 8219646a
      Fred Drake authored
      [Synchronizing the HTMLParser module with the Python standard library.]
      
      Re-factor the HTMLParser class to use the new markupbase.ParserBase class.
      Use a new internal method, error(), consistently to raise parse errors;
      the new base class also uses this.
      8219646a
    • Fred Drake's avatar
      · f1066e74
      Fred Drake authored
      [Synchonizing the HTMLParser module with the Python standard library;
       the HTMLParser module is now dependent on this module.]
      
      New base class for the SGMLParser and HTMLParser classes from the sgmllib
      and HTMLParser modules (and indirectly for the htmllib.HTMLParser class).
      
      This has all the support for scanning over DOCTYPE declarations; it warrants
      having a base class since this is a fair amount of tedious code (since it's
      fairly strict), and should be in a separate module to avoid compiling many
      REs that are not used (which would happen if this were placed in either then
      sgmllib or HTMLParser module).
      f1066e74
    • Evan Simpson's avatar
      Make complex_marshal iterate in reverse order, so that lists are · 9912c8ab
      Evan Simpson authored
      handled correctly.
      9912c8ab
  4. 21 Sep, 2001 1 commit
  5. 20 Sep, 2001 5 commits
  6. 18 Sep, 2001 1 commit
  7. 17 Sep, 2001 4 commits
  8. 14 Sep, 2001 5 commits
  9. 13 Sep, 2001 3 commits
  10. 12 Sep, 2001 3 commits
  11. 11 Sep, 2001 1 commit