1. 15 Mar, 2017 1 commit
    • Armin Rigo's avatar
      PyPy3: make special dict methods work · 9d23fbf3
      Armin Rigo authored
      The .iterkeys(), .itervalues() and .iteritems() methods are accepted in Cython
      even when targetting Python 3.x.  However, this is implemented by a shortcut
      inside Optimize.c that is explicitly disabled on PyPy.  This fixes the
      situation.
      9d23fbf3
  2. 14 Mar, 2017 2 commits
  3. 11 Mar, 2017 2 commits
  4. 09 Mar, 2017 3 commits
  5. 08 Mar, 2017 1 commit
  6. 07 Mar, 2017 4 commits
  7. 03 Mar, 2017 1 commit
  8. 02 Mar, 2017 3 commits
  9. 01 Mar, 2017 3 commits
  10. 26 Feb, 2017 1 commit
  11. 14 Feb, 2017 1 commit
  12. 12 Feb, 2017 8 commits
  13. 11 Feb, 2017 10 commits