1. 20 2月, 2013 17 次提交
  2. 19 2月, 2013 5 次提交
    • abalkin's avatar
      More python 3.x fixes: · 39c511ea
      abalkin 提交于
        * allow numpy array as an argument to hash_from_code.
        * use truediv instead of div under 3.x.
        * **kwds checks that keys are strings in 3.x
        * fixed a typo bug in tensor/opt.py
        * fixed an incorrect numpy version check in test_basic
      39c511ea
    • abalkin's avatar
      More python 3.x fixes: · 95531c52
      abalkin 提交于
        * Use PyCapsule instead of PyCObject.
      
        * Use Python 3 module initialization.
      
        * Prepend 'm' to code hash to avoid module names that start with a digit.
      95531c52
    • abalkin's avatar
      More python 3.x fixes: · fe50ef92
      abalkin 提交于
        * Suppress 2to3's "next" fixer that conflicts with having non-iterator attributes called "next."
           Rely on six.next instead.
      
         * added python 3 version of hash_from_code.
      fe50ef92
    • abalkin's avatar
    • abalkin's avatar
      More python 3.x fixes. · 6dc377c1
      abalkin 提交于
      6dc377c1
  3. 18 2月, 2013 5 次提交
  4. 15 2月, 2013 5 次提交
  5. 14 2月, 2013 7 次提交
  6. 13 2月, 2013 1 次提交