1. 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
  2. 17 May, 2008 1 commit
  3. 16 May, 2008 6 commits
  4. 10 May, 2008 1 commit
  5. 09 May, 2008 7 commits
  6. 08 May, 2008 3 commits
  7. 07 May, 2008 1 commit
  8. 05 May, 2008 1 commit
  9. 04 May, 2008 1 commit
  10. 03 May, 2008 1 commit
    • Kirill Smelkov's avatar
      Initial .hgignore · dd613cde
      Kirill Smelkov authored
      We ignore *.pyc, vim swap files, build results under BUILD/ and Lexicon.pickle
      
      This is handy, because otherwise, say after runtest.py run, 'hg status' shows
      lots of unrelated info, thus lowering signal-to-noise ratio.
      dd613cde
  11. 04 May, 2008 1 commit
  12. 02 May, 2008 6 commits
  13. 01 May, 2008 6 commits
  14. 30 Apr, 2008 4 commits