1. 11 Eyl, 2006 1 kayıt (commit)
  2. 29 Haz, 2006 1 kayıt (commit)
  3. 23 Haz, 2006 1 kayıt (commit)
    • Fred Drake's avatar
      - SF bug #853506: IP6 address parsing in sgmllib · 2f99da63
      Fred Drake yazdı
        ('[' and ']' were not accepted in unquoted attribute values)
      
      - cleaned up tests of character and entity reference decoding so the
        tests cover the documented relationships among handle_charref,
        handle_entityref, convert_charref, convert_codepoint, and
        convert_entityref, without bringing up Unicode issues that sgmllib
        cannot be involved in
      2f99da63
  4. 17 Haz, 2006 1 kayıt (commit)
  5. 16 Haz, 2006 1 kayıt (commit)
  6. 14 Haz, 2006 1 kayıt (commit)
  7. 03 Nis, 2006 1 kayıt (commit)
  8. 01 Nis, 2006 1 kayıt (commit)
  9. 09 Eyl, 2004 1 kayıt (commit)
  10. 12 Şub, 2004 1 kayıt (commit)
  11. 20 Eyl, 2003 1 kayıt (commit)
  12. 29 Nis, 2003 1 kayıt (commit)
  13. 24 Nis, 2003 1 kayıt (commit)
  14. 30 Mar, 2003 1 kayıt (commit)
  15. 14 Mar, 2003 1 kayıt (commit)
  16. 02 Haz, 2002 1 kayıt (commit)
  17. 01 Haz, 2002 1 kayıt (commit)
  18. 26 Eki, 2001 1 kayıt (commit)
  19. 24 Eyl, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Re-factor the SGMLParser class to use the new markupbase.ParserBase class. · a3bae336
      Fred Drake yazdı
      Use a new internal method, error(), consistently to raise parse errors;
      the new base class also uses this.
      Adjust the parse_comment() method to return the new offset into the buffer
      instead of the number of characters scanned; this was the only helper
      method that did it this way, so we have better consistency now.  Required
      to share the new base class.
      This fixes SF bug #448482 and #453706.
      a3bae336
  20. 02 Agu, 2001 1 kayıt (commit)
  21. 19 Tem, 2001 2 kayıt (commit)
  22. 16 Tem, 2001 1 kayıt (commit)
  23. 14 Tem, 2001 1 kayıt (commit)
  24. 05 Tem, 2001 1 kayıt (commit)
  25. 21 May, 2001 1 kayıt (commit)
  26. 15 Nis, 2001 1 kayıt (commit)
  27. 16 Mar, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Change RuntimeError to SGMLParseError, which subclasses RuntimeError · 66957372
      Fred Drake yazdı
      for backward compatibility.
      
      Add support for SGML declaration syntax (<!....>) to some reasonable
      degree.  This does not support everything allowed in SGML, but should
      work with "real" HTML (internal subset in a DOCTYPE is not handled).
      The content of the declaration is passed to the .handle_decl() method,
      which can be overridden by subclasses.
      66957372
  28. 14 Mar, 2001 1 kayıt (commit)
  29. 19 Şub, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF Patch # 103839 byt dougfort: Allow ';' in attributes · b68c2456
      Guido van Rossum yazdı
      sgmllib does not recognize HTML attributes containing the semicolon
      ';' character. This may be in accordance with the HTML spec, but there
      are sites that use it (excite.com) and the browsers I regularly use
      (IE5, Netscape, Opera) all handle it. Doug Fort Downright Software LLC
      b68c2456
  30. 15 Şub, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      bunch more __all__ lists · 0de65807
      Skip Montanaro yazdı
      also modified check_all function to suppress all warnings since they aren't
      relevant to what this test is doing (allows quiet checking of regsub, for
      instance)
      0de65807
  31. 09 Şub, 2001 2 kayıt (commit)
  32. 15 Ock, 2001 1 kayıt (commit)
  33. 12 Ara, 2000 1 kayıt (commit)
  34. 29 Haz, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      [Old patch that hadn't been checked in.] · b46696c0
      Fred Drake yazdı
      get_starttag_text():  New method.
              Return the text of the most recently parsed start tag, from
              the '<' to the '>' or '/'.  Not really useful for structure
              processing, but requested for Web-related use.  May also be
              useful for being able to re-generate the input from the parse
              events, but there's no equivalent for end tags.
      
      attrfind:  Be a little more forgiving of unquoted attribute values.
      b46696c0
  35. 28 Haz, 2000 1 kayıt (commit)
  36. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      The third and final doc-string sweep by Ka-Ping Yee. · e7b146fb
      Guido van Rossum yazdı
      The attached patches update the standard library so that all modules
      have docstrings beginning with one-line summaries.
      
      A new docstring was added to formatter.  The docstring for os.py
      was updated to mention nt, os2, ce in addition to posix, dos, mac.
      e7b146fb
  37. 25 Ock, 1999 1 kayıt (commit)
  38. 24 Agu, 1998 1 kayıt (commit)