- 15 Feb, 2001 16 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
still isn't supported when using replace -- too bad.
-
Guido van Rossum authored
-
Tres Seaver authored
* Merge fix for Collector #1975 ('_verifyObjectPaste' uses metatype permission, if available).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
three.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
insertStructure() is used.
-
Guido van Rossum authored
them now?)
-
Guido van Rossum authored
-
Guido van Rossum authored
explicit handler on untranslated. As long as there's a DOCTYPE declaration (*any* doctype declaration), entity references are passed to this handler as well.
-
Guido van Rossum authored
be taken care of by the DefaultHandler that I'm adding to TALParser.
-
- 14 Feb, 2001 14 commits
-
-
Guido van Rossum authored
the generated XML for repeated elements. This also required slightly refactoring the way beginScope/endScope are emitted for repeated element: now we open and close two scopes if an element has both a tal:define and a tal:repeat attribute -- just like TALParser does.
-
Guido van Rossum authored
-
Guido van Rossum authored
preceding whitespace into the repeated stuff for a loop: if a repeated element is preceded by a newline possibly followed by whitespace, repeat that newline and whitespace for each loop iteration. This makes the generated XML look better.
-
Guido van Rossum authored
following whitespace back out of the instruction stream. This can be used to make the output for loops look nicer.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Guido van Rossum authored
redundant namespace declaration for the xml prefix when we see <elem xml:attr="">.
-
Guido van Rossum authored
-
Guido van Rossum authored
xml:attr=""> without an xmlns declaration.
-
Guido van Rossum authored
-
Chris McDonough authored
-
Guido van Rossum authored
-
- 13 Feb, 2001 10 commits
-
-
Guido van Rossum authored
TALCompiler, and caused a subtle problem when integrating into PresentationTemplates.
-
Jeffrey Shell authored
to try to handle extreme cases where the _dav_writelocks object is completely hosed.
-
Guido van Rossum authored
messages.
-
Guido van Rossum authored
messages. - Now that splitParts() is fixed to lose the last part if it's empty, don't break on empty parts.
-
Guido van Rossum authored
-
Guido van Rossum authored
messages. - Fix splitParts() to lose the last part if it's empty.
-
Chris McDonough authored
-
Guido van Rossum authored
-