1. 28 Jul, 2015 2 commits
  2. 22 Jul, 2015 5 commits
  3. 20 Jul, 2015 1 commit
  4. 19 Jul, 2015 1 commit
  5. 18 Jul, 2015 2 commits
  6. 17 Jul, 2015 6 commits
  7. 16 Jul, 2015 2 commits
    • Robert Bradshaw's avatar
      Fix issue with const reference returned results. · bc61d5e2
      Robert Bradshaw authored
      This is a bit of a hack, but as Cython doesn't yet understand
      const overloads with different (usually const) return types,
      it can't provide the right type of reference in this case.
      bc61d5e2
    • Robert Bradshaw's avatar
      Use PyTypeObject* for the builtin type type. · 7ed3f722
      Robert Bradshaw authored
      Many C API calls, both from CPython and externally, expect
      PyTypeObject* for the type argument.  A misdeclaration is
      a warning in C, but an error in C++.
      
      The C type of other builtins, such as lists, are not typically
      required in function signatures, so they are left as PyObject*.
      7ed3f722
  8. 14 Jul, 2015 5 commits
  9. 13 Jul, 2015 5 commits
  10. 12 Jul, 2015 5 commits
  11. 11 Jul, 2015 1 commit
  12. 10 Jul, 2015 5 commits