1. 06 Jan, 2016 1 commit
  2. 02 Jan, 2016 1 commit
    • Tomasz Miąsko's avatar
      Use object class to hold partially converted python objects. · ca77130b
      Tomasz Miąsko authored
      Using object class to hold converted object automatically deallocates
      object if an exception is thrown or scope is left before constructing
      complete Python object.
      
      Additionally added method object::release() that allows to release
      ownership of python object without decreasing its reference count.
      ca77130b
  3. 30 Dec, 2015 1 commit
  4. 28 Dec, 2015 2 commits
  5. 27 Dec, 2015 3 commits
  6. 26 Dec, 2015 3 commits
  7. 22 Dec, 2015 2 commits
  8. 18 Dec, 2015 1 commit
  9. 16 Dec, 2015 3 commits
  10. 15 Dec, 2015 11 commits
  11. 14 Dec, 2015 5 commits
  12. 13 Dec, 2015 5 commits
  13. 12 Dec, 2015 1 commit
    • John Travers's avatar
      Add ldflags to compile command · f7e43029
      John Travers authored
      On my system (Mac OS with custom Python installation) I had to add the ldflags argument to python-config to get things working.
      f7e43029
  14. 07 Dec, 2015 1 commit