1. 26 4月, 2011 6 次提交
  2. 25 4月, 2011 3 次提交
  3. 24 4月, 2011 2 次提交
  4. 23 4月, 2011 3 次提交
  5. 22 4月, 2011 17 次提交
  6. 21 4月, 2011 8 次提交
  7. 20 4月, 2011 1 次提交
    • Razvan Pascanu's avatar
      I used to store information either in self as properties or in the info · 8ae399a1
      Razvan Pascanu 提交于
      dictionary and from time to time tried to sync the two. As Josh pointed out,
      this was confusing, so I changed the code to use only self. I left the usage
      of the info dictionary to construct the op and in __eq__ and __hash__
      because at those points I don't care about the individual terms in the
      dictionary and it would make the code considerably bigger to spell out all
      keys in the info dictionary.
      8ae399a1