1. 15 7月, 2011 8 次提交
  2. 14 7月, 2011 4 次提交
  3. 13 7月, 2011 21 次提交
  4. 12 7月, 2011 2 次提交
  5. 11 7月, 2011 1 次提交
  6. 10 7月, 2011 1 次提交
  7. 09 7月, 2011 3 次提交
    • Olivier Delalleau's avatar
      Python 2.4 compatibility fixes · 0cc0a9d9
      Olivier Delalleau 提交于
      0cc0a9d9
    • Olivier Delalleau's avatar
      Modified the way the version of lazylinker is checked to avoid problems under Windows. · 12152e3d
      Olivier Delalleau 提交于
      The problem was that the version was obtained *after* importing the C module. As a result,
      recompilation would fail because the library was still in use.
      This change also saves the version in the __init__.py file of the lazylinker_ext base module,
      so that it can be checked without loading the C module.
      12152e3d
    • James Bergstra's avatar
      Changes in CLazyLinker · a1197aac
      James Bergstra 提交于
      - can update shared variables internally, so that it does not need
        Function.__call__ to give correct answers.
      
      - it can loop without returning to Python to implement scan (though this is not
        much faster than a for i in xrange(...) f.fn() type thing
      
      - it is versioned now so that it is recompiled when necessary
      
      - the scan test speed is modified to show these things.
      a1197aac