log pyexec.cc @ 423:6b9de18b4bdd

age author description
Thu, 04 May 2017 21:15:07 -0700 Mike Miller Eliminate remaining custom exception handling in favor of Octave errors
Thu, 04 May 2017 17:13:38 -0700 Mike Miller Raise Octave errors instead of exceptions for conversion errors
Thu, 04 May 2017 13:22:20 -0700 Mike Miller Include <Python.h> first to suppress possible redefinition warnings
Thu, 04 May 2017 12:31:07 -0700 Mike Miller Eliminate some compiler warnings
Wed, 03 May 2017 21:48:07 -0700 Mike Miller Replace all remaining Boost.Python references
Wed, 03 May 2017 16:30:45 -0700 Mike Miller Overhaul implicit conversion of arguments and return values
Tue, 02 May 2017 17:40:01 -0700 Mike Miller Delete unused boost::python::numeric includes and initialization
Mon, 01 May 2017 08:41:01 -0700 Mike Miller Eliminate all remaining uses of "using namespace"
Sat, 29 Apr 2017 15:43:42 -0700 Mike Miller Refactor Python initialization into a common function
Fri, 28 Apr 2017 14:19:49 -0700 Mike Miller maint: use C++11 nullptr rather than 0 or NULL
Thu, 25 Aug 2016 12:11:02 -0700 Mike Miller Use pyobject_unwrap_object when an existing PyObject is expected
Mon, 15 Aug 2016 15:16:24 -0700 Mike Miller Enable Python print function in evaluated expressions (fixes issue #48)
Mon, 15 Aug 2016 13:16:35 -0700 Mike Miller Rename oct-py-util.cc from pytave_utils.cc
Tue, 09 Aug 2016 21:51:28 -0700 Mike Miller doc: clean up pyeval and pyexec doc strings
Tue, 09 Aug 2016 11:28:15 -0700 Abhinav Tripathi Add option to specify namespace when calling pyexec and pyeval (fixes issue #25)
Wed, 20 Jul 2016 13:15:32 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #15)
Sat, 16 Jul 2016 05:50:36 -0700 Abhinav Tripathi Properly extract exception text from Python (fixes issue #24)
Wed, 20 Jul 2016 11:39:23 -0700 Mike Miller maint: import standard Python names consistently
Thu, 07 Apr 2016 15:26:53 -0700 Mike Miller doc: Clarify and clean up docstrings for all oct files
Wed, 06 Apr 2016 09:58:59 -0700 Mike Miller Apply recent project changes to pyeval/pyexec, clean up
Thu, 10 Mar 2016 23:43:15 -0800 Colin Macdonald add pyexec and pyeval commands