Commit History

Author SHA1 Message Date
  813gan 0bf86b1192 Replace PyErr_GetRaisedException compatibility macro with function 1 month ago
  813gan 56294dd067 Rename call_function to call_py and allow it to call methods 1 month ago
  813gan e9cbf20366 Allow keyword arguments in emacspy--call-function 1 month ago
  813gan 2d76cfb23b Potentially fix potential problem with exception raised outside emacspy 2 months ago
  813gan 8bddfe7c78 add PyErr_GetRaisedException compatibility macro 2 months ago
  813gan 625950a260 Use Py_NewInterpreter instead Py_NewInterpreterFromConfig 2 months ago
  813gan 6e540fb4f7 Add missing DECREFs 2 months ago
  813gan 7ee5e35eef Fix errors raised by debug build of python 2 months ago
  813gan 7257b44b46 Better handling of valgrind in Makefile 2 months ago
  813gan 5f900cc777 deduplicate code that setup ret value 2 months ago
  813gan bc71b0f559 add py-list-interpreters 2 months ago
  813gan 3e72f27b13 fix memory leak in make_interpreter 2 months ago
  813gan fb3c142eb8 add py-destroy-interpreter 2 months ago
  813gan f479afd057 Refactor SUBINTERPRETER_SWITCH 2 months ago
  813gan ee024f1197 set_global returns name of variable instead True 2 months ago
  813gan a4ff0fd5b2 Fix order of arguments in set_global 2 months ago
  813gan 25ccd07538 Add few assertions 2 months ago
  813gan 170b08900c Deduplicate code handling subinterpreter switching 2 months ago
  813gan 91558310c1 clang-format stub.c and subinterpreter.c 2 months ago
  813gan 6f488aa01f unify function argument name and order 2 months ago
  813gan d767fdf11e Add ability to bind ret value in python to py-call-function 2 months ago
  813gan 4a34dec0d5 Add ability to bind ret value in python to py-call-method 2 months ago
  813gan 8324a7a6ef Add ability to bind ret value in python to py-run-string 2 months ago
  813gan 292436dabe Fix compilation on macos. Add macos to CI 2 months ago
  813gan 96a0c55e9d Add ability to bind ret value in python to get_object_attr 3 months ago
  813gan d02a59e613 Improve error handling in py-import, py-call-method and py-call-function 3 months ago
  813gan bee43040be Add py-set-global 3 months ago
  813gan 115cc0404a Add py-get-object-attr 3 months ago
  813gan a1a0e4cb8e add py-get-global-variable 3 months ago
  813gan 277814bb94 add py-call-function 3 months ago