Commit Verlauf

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