Commit History

Author SHA1 Message Date
  813gan ef292203aa Add traceback to exception message and more data to failed export message 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 2f8dae37e5 Translate python dictionary to elisp hash 1 month ago
  813gan 560ec9086b Fix translation of empty hash 2 months ago
  813gan 625950a260 Use Py_NewInterpreter instead Py_NewInterpreterFromConfig 2 months ago
  813gan fbd0d99c93 Prevent creation of EmacsValue with NULL 2 months ago
  813gan ba04df46d0 Translate elisp hash to python dictionary 2 months ago
  813gan 8ed35c51f5 Add emacspy.el. Rename emacspy.so to emacspy-module.so 2 months ago
  813gan 7ee5e35eef Fix errors raised by debug build of python 2 months ago
  813gan f90a53d898 fix memory leak in EmacsValue.str 2 months ago
  813gan bc71b0f559 add py-list-interpreters 2 months ago
  813gan fb3c142eb8 add py-destroy-interpreter 2 months ago
  813gan ccd047c6f6 Add conversion of float 2 months ago
  813gan bc1ea28921 Convert list from elisp to python 2 months ago
  813gan 31d7375866 Convert list from python to elisp 2 months ago
  813gan d1360f6f5a Elisp->Python conversion of bool 2 months ago
  813gan 25f5af21fa Fix silly typo in int conversion. add more tests. 2 months ago
  813gan 71a806c2db Make sure target_name is always str 3 months ago
  813gan 6f488aa01f unify function argument name and order 3 months ago
  813gan d767fdf11e Add ability to bind ret value in python to py-call-function 3 months ago
  813gan 4a34dec0d5 Add ability to bind ret value in python to py-call-method 3 months ago
  813gan 8324a7a6ef Add ability to bind ret value in python to py-run-string 3 months ago
  813gan 96a0c55e9d Add ability to bind ret value in python to get_object_attr 3 months ago
  813gan c762ce7cc6 Dont print python exceptions to stdout 3 months ago
  813gan d02a59e613 Improve error handling in py-import, py-call-method and py-call-function 3 months ago
  813gan 0bbd14c476 Add conversion of bool from python to emacs 3 months ago
  813gan bee43040be Add py-set-global 3 months ago
  813gan 115cc0404a Add py-get-object-attr 3 months ago
  813gan 9f1f57ca9f Port tests to ERT 3 months ago