- 15 Feb, 2001 1 commit
-
-
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 12 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
-
Martijn Pieters authored
object itself.
-
Tres Seaver authored
* Add unit test to exercise Collector #1959, "FieldIndexes won't store Zero's" (but I can't verify the hypothesis, dammit!)
-
- 12 Feb, 2001 13 commits
-
-
Chris McDonough authored
Changed getobject logic to log on failure and raise a meaningful exception instead of raising unauthorized and causing a browser auth box to pop up.
-
Guido van Rossum authored
-
Jim Fulton authored
extra semicolons at end, like Python allows extra commas.
-
Guido van Rossum authored
-
Guido van Rossum authored
compiling directly from DOM!
-
Guido van Rossum authored
-
Guido van Rossum authored