1. 07 8月, 2014 3 次提交
    • M
      Support Python 2 and 3 in test script · e9ccadeb
      Michael Pratt 提交于
      Add Python 3 support to the Python test.py script.
      
      The print function is used in place of the print statement.
      
      The urlopen function has been moved to urllib.request in Python 3, so
      attempt to import it from either location.
      
      TestCase.assert_() has been deprecated in place of
      TestCase.assertTrue().
      
      The tests all pass in both Python 2 and 3.
      e9ccadeb
    • M
      Build Python 3 bindings in subdirectory · 7d41ce23
      Michael Pratt 提交于
      Build the Python 3 cv2 module in lib/python3/, to avoid potential naming
      conflicts with the Python 2 bindings.
      
      The Python 2 bindings are placed directly in lib/, where they are
      required for the Buildbot to successfully execute the Python tests.
      7d41ce23
    • M
      Add opencv_matlab to Python ignored modules · d921cde4
      Michael Pratt 提交于
      Requested by @vpisarev in #3047.
      d921cde4
  2. 06 8月, 2014 3 次提交
  3. 05 8月, 2014 9 次提交
  4. 04 8月, 2014 10 次提交
  5. 03 8月, 2014 10 次提交
  6. 02 8月, 2014 4 次提交
  7. 01 8月, 2014 1 次提交