1. 08 Nov, 2013 1 commit
    • Michael Pratt's avatar
      Support PyString_AsString() in Python 3 < 3.3 · 8aafd569
      Michael Pratt authored
      In Python 3, version 3.3+, PyUnicode_AsUTF8() provides similar
      functionality to Python 2's PyString_AsString().
      
      In older versions of Python 3, there is no public function to provide
      the same functionality.  However, the "internal" _PyUnicode_AsString()
      does provide that functionality, so use it to replace
      PyString_AsString().
      
      With this patch, cv2 should compile for Python 3.[0-2].
      8aafd569
  2. 14 Jun, 2013 1 commit
  3. 13 Mar, 2013 1 commit
  4. 16 Oct, 2012 1 commit
  5. 24 Apr, 2012 1 commit
  6. 16 Apr, 2012 1 commit
  7. 04 Apr, 2012 1 commit
  8. 19 Mar, 2012 2 commits