1. 03 Jul, 2001 9 commits
  2. 02 Jul, 2001 12 commits
  3. 29 Jun, 2001 11 commits
  4. 28 Jun, 2001 4 commits
  5. 27 Jun, 2001 2 commits
  6. 26 Jun, 2001 2 commits
    • Shane Hathaway's avatar
      Fixed a nested scopes bug reported by jellej@pacbell.net. Thanks! · f3fafd06
      Shane Hathaway authored
      Evan's description:
      
      If you defined two nested functions in a row that refer to the same
      non-global variable, the second one will be generated as though the
      variable were global.
      f3fafd06
    • Fred Drake's avatar
      · ce3191fa
      Fred Drake authored
      Refactor _compile() into a base class, and add a new test that checks
      the line-wrapping of attributes by TALInterpreter.do_startTag().
      ce3191fa