"vscode:/vscode.git/clone" did not exist on "4a879cfdcbe38ec67281e53dd0433413f02e8c4e"
  1. 06 Mar, 2016 1 commit
  2. 03 Mar, 2016 1 commit
  3. 01 Mar, 2016 1 commit
  4. 22 Feb, 2016 2 commits
  5. 20 Feb, 2016 1 commit
  6. 12 Feb, 2016 1 commit
  7. 07 Feb, 2016 4 commits
  8. 02 Feb, 2016 1 commit
  9. 01 Feb, 2016 1 commit
  10. 29 Jan, 2016 1 commit
  11. 21 Jan, 2016 1 commit
  12. 20 Jan, 2016 1 commit
  13. 18 Jan, 2016 1 commit
  14. 17 Jan, 2016 12 commits
  15. 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
  16. 28 Dec, 2015 1 commit
  17. 26 Dec, 2015 1 commit
  18. 15 Dec, 2015 2 commits
  19. 14 Dec, 2015 3 commits
  20. 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
  21. 07 Dec, 2015 2 commits