- 05 Feb, 2001 10 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Guido van Rossum authored
-
Guido van Rossum authored
The output of both has the same form, and most be interpreted using the TALInterpreter class. However the METALCompiler output only does (METAL) macro expansion and leaves everything else (i.e. TAL statements) alone.
-
Shane Hathaway authored
-
Shane Hathaway authored
-
- 02 Feb, 2001 5 commits
-
-
Jeffrey Shell authored
classes (DavLockManager now does its own Find-ish command).
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Chris McDonough authored
This tempfile module is r1.27 from the Python MAIN CVS branch. It fixes two rac e conditions. We will place this in lib/python and try to keep it up to date until we ditch Py thon 1.52, at which time we can rely on the (patched) tempfile.py that ships wit h the Python 2.X series.
-
- 01 Feb, 2001 1 commit
-
- 31 Jan, 2001 12 commits
-
-
Chris McDonough authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Christopher Petrilli authored
in it.
-
Christopher Petrilli authored
-
Guido van Rossum authored
discussed in today's meeting.
-
Guido van Rossum authored
-
Guido van Rossum authored
- Don't use a wrapper function around macroIndexer.
-
- 30 Jan, 2001 9 commits
-
-
Christopher Petrilli authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Running the test suite with this version ("./runtest.sh -c") now shows two failures: - test2: the checked-in test output is missing the xmlns="..." attributes because the Printer module doesn't emit these for prefix-less xmlns attributes (in cases where node.namespaceURI is set but node.prefix is None). - test8: this version emits a redundant xmlns:m attribute on the expanded macro element. AFAICT this is OK according to the XMLNS standard. The redundant attribute is emitted because macros are compiled without context (since they may be used in a different context).
-
Guido van Rossum authored
- Added (untested) insertStructure().
-
Guido van Rossum authored
(by applying str() if it is neither).
-
Tres Seaver authored
-
Guido van Rossum authored
-
- 29 Jan, 2001 3 commits
-
-
Guido van Rossum authored
- z:omit is gone - new, separate command to loop over a subtree: <tag z:repeat="var expr"> - remove syntactic sugar from z:define (no "as"), z:attributes (no "=") TALInterpreter needed no change. Note that TALCompiler doesn't yet emit proper xmlns attributes.
-
Guido van Rossum authored
-
Guido van Rossum authored
- z:omit is gone - new, separate command to loop over a subtree: <tag z:repeat="var expr"> - remove syntactic sugar from z:define (no "as"), z:attributes (no "=") - refactored a bit to accommodate this
-