1. 03 Ara, 2001 1 kayıt (commit)
  2. 24 Eyl, 2001 1 kayıt (commit)
  3. 18 Eyl, 2001 1 kayıt (commit)
  4. 04 Eyl, 2001 2 kayıt (commit)
  5. 20 Agu, 2001 1 kayıt (commit)
  6. 03 Agu, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Change some comments into docstrings. · 1d4601d3
      Fred Drake yazdı
      Fix handling of hexadecimal character references (legal in XHTML) so that
      they are properly interpreted as character references.
      This fixes SF bug #445196.
      1d4601d3
  7. 23 May, 2001 1 kayıt (commit)
  8. 22 May, 2001 1 kayıt (commit)
  9. 18 May, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      A much improved HTML parser -- a replacement for sgmllib. The API is · 8846d717
      Guido van Rossum yazdı
      derived from but not quite compatible with that of sgmllib, so it's a
      new file.  I suppose it needs documentation, and htmllib needs to be
      changed to use this instead of sgmllib, and sgmllib needs to be
      declared obsolete.  But that can all be done later.
      
      This code was first published as part of TAL (part of Zope Page
      Templates), but that was strongly based on sgmllib anyway.  Authors
      are Fred drake and Guido van Rossum.
      8846d717