- 19 Feb, 2001 5 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
that main() can handle argument processing entirely. Add test_AqAlg to list of tests.
-
Jeremy Hylton authored
Modify tests so that thread execution is actually interleaved; the old version ended up having one thread run to completion, then the next, etc. Use explicit counter to keep track of child threads, rather than counting on long sleep to be long enough.
-
Jeremy Hylton authored
(2 remain)
-
- 16 Feb, 2001 5 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 15 Feb, 2001 23 commits
-
-
Amos Latteier authored
-
Jeffrey Shell authored
create an object in a specified location on PUT. PUT is also public now, since it handles security by itself.
-
Shane Hathaway authored
of the new location rather than the old. * Converted fragile aq_* getattr operations to use the new(ish) module-scope functions available in Acquisition.
-
Guido van Rossum authored
-
Tres Seaver authored
-
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 7 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
-