1. 05 Feb, 2001 10 commits
  2. 02 Feb, 2001 5 commits
  3. 01 Feb, 2001 1 commit
  4. 31 Jan, 2001 12 commits
  5. 30 Jan, 2001 9 commits
  6. 29 Jan, 2001 3 commits
    • Guido van Rossum's avatar
      Implement revised TAL language: · 0fc919bd
      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.
      0fc919bd
    • Guido van Rossum's avatar
      Adapt tests to new syntax · 1d87aed7
      Guido van Rossum authored
      1d87aed7
    • Guido van Rossum's avatar
      Implement revised TAL language: · cd1773d5
      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
      cd1773d5