An error occurred fetching the project authors.
  1. 25 Sep, 2008 1 commit
  2. 24 Sep, 2008 1 commit
  3. 29 Jul, 2008 1 commit
  4. 26 Jul, 2008 1 commit
  5. 19 Jul, 2008 1 commit
  6. 18 Jul, 2008 1 commit
  7. 10 Jul, 2008 1 commit
  8. 19 Jun, 2008 1 commit
  9. 18 Jun, 2008 2 commits
  10. 27 May, 2008 1 commit
    • Dag Sverre Seljebotn's avatar
      Focus on visitors rather than transforms; Transform.py renamed to Visitor.py · fcccb15f
      Dag Sverre Seljebotn authored
      Some changes in class hierarchies etc.; transforms no longer has a common
      base class and VisitorTransform is a subclass of TreeVisitor rather than
      the reverse. Also removed visitor use of get_child_accessors;
      child_attrs is accessed directly (because of claims of overengineering :-) ).
      
      --HG--
      rename : Cython/Compiler/Transform.py => Cython/Compiler/Visitor.py
      fcccb15f
  11. 16 May, 2008 1 commit
    • Dag Sverre Seljebotn's avatar
      New features: CodeWriter, TreeFragment, and a transform unit test framework. · 2673725c
      Dag Sverre Seljebotn authored
      See the documentation of each class for details.
      
      It is a rather big commit, however seperating it is non-trivial. The tests
      for all of these features all rely on using each other, so there's a
      circular dependency in the tests and I wanted to commit the tests and
      features at the same time. (However, the non-test-code does not have a circular
      dependency.)
      2673725c