- 28 Mar, 2001 3 commits
-
-
Jeremy Hylton authored
- make function decls prototypes - remove unreferenced functions
-
Jeremy Hylton authored
XXX should remove Xaq eventually
-
Jim Fulton authored
-
- 27 Mar, 2001 34 commits
-
-
Ken Manheimer authored
-
Chris McDonough authored
-
Jim Fulton authored
-
Chris McDonough authored
-
Jeremy Hylton authored
-
Barry Warsaw authored
-
Jim Fulton authored
-
Evan Simpson authored
-
Guido van Rossum authored
checkin to this file. For <br>, we now end up calling emitEndElement() with isend = 1 and implied = -1, so it doesn't emit </br> text, but properly pops the todo stack.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jim Fulton authored
other versions of expat that might pop up elsewhere. Eventually, this version needs to go away.
-
Guido van Rossum authored
end. This would have caught the problem exposed in test10.html earlier.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
To prevent this in the future, read the path from a file .path.
-
Evan Simpson authored
-
Evan Simpson authored
-
Guido van Rossum authored
Properly pop the interpreter level even when an exception happens. Add a few asserts to ensure that the scope level and the interpreter level are correctly maintained.
-
Guido van Rossum authored
-
Evan Simpson authored
-
- 26 Mar, 2001 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Properly implement tal:replace="structure ..." combined with tal:attributes="...", both in HTML and in XML mode. This is pretty tricky, and requires instantiating a parser with a modified code generator which suppresses any TAL/METAL interpretation but does the attribute replacement on the first encountered start tag as required by the TAL 1.0 specs.
-
Guido van Rossum authored
that are now generated.
-