1. 28 Jul, 2015 1 commit
  2. 16 Jul, 2015 1 commit
    • 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
  3. 14 Jul, 2015 5 commits
  4. 13 Jul, 2015 5 commits
  5. 12 Jul, 2015 5 commits
  6. 11 Jul, 2015 1 commit
  7. 10 Jul, 2015 9 commits
  8. 08 Jul, 2015 13 commits