- 03 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
In goahead(), use a bound version of rawdata.startswith() since we use the same method all the time and never change the value of rawdata. This can save a lot of bound method creation.
-
- 24 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Use a new internal method, error(), consistently to raise parse errors; the new base class also uses this.
-
- 18 Eyl, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 04 Eyl, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
change their basic behavior: When parsing something that cannot possibly be valid in either HTML or XHTML, raise an exception.
-
Fred Drake yazdı
regarding bare ampersands in content.
-
- 20 Agu, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
module has to deal with "class" HTML-as-deployed as well as XHTML, so we cannot be as strict as XHTML allows. This closes SF bug #453059, but uses a different fix than suggested in the bug comments.
-
- 03 Agu, 2001 1 kayıt (commit)
-
-
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.
-
- 23 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 22 May, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 May, 2001 1 kayıt (commit)
-
-
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.
-