log pyeval.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
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 14:06:56 -0700 Mike Miller Do not automatically convert Python strings to Octave strings (fixes issue #65)
Thu, 25 Aug 2016 12:11:02 -0700 Mike Miller Use pyobject_unwrap_object when an existing PyObject is expected
Wed, 24 Aug 2016 13:04:21 -0700 Mike Miller Make get_object_from_python only return reference to existing Python object
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
Sat, 13 Aug 2016 21:24:29 -0700 Mike Miller Do not automatically convert Python integer types to Octave (see issue #56)
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)
Fri, 29 Jul 2016 15:15:23 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #25)
Thu, 28 Jul 2016 13:50:54 -0700 Abhinav Tripathi Drop conversion of lists, dicts and tuples (fixes issues #27, #26)
Fri, 29 Jul 2016 13:39:23 -0700 Mike Miller pyeval: Fix failing test when "sys" not imported
Fri, 29 Jul 2016 13:33:56 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #29)
Thu, 28 Jul 2016 11:50:29 -0700 Abhinav Tripathi Convert numeric value to long instead of int to avoid overflow (fixes issue #40)
Fri, 29 Jul 2016 12:25:21 -0700 Mike Miller Delete unnecessary newlines in one-line function definitions
Wed, 27 Jul 2016 17:20:01 -0700 Mike Miller pyeval: allow evaluated value of None (fixes issue #31)
Thu, 21 Jul 2016 00:49:37 -0700 Abhinav Tripathi Return pyobject from pycall too, similar to pyeval (fixes issue #28)
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:57:14 -0700 Mike Miller maint: apply Octave whitespace rules
Wed, 20 Jul 2016 11:39:23 -0700 Mike Miller maint: import standard Python names consistently
Wed, 20 Jul 2016 11:12:36 -0700 Mike Miller Merged in macdonald/pytave (pull request #6)
Sat, 28 May 2016 10:18:39 -0700 Colin Macdonald Attempt at moving pyobject from octave to python
Fri, 27 May 2016 14:10:08 -0700 Colin Macdonald be quieter when making pyobject
Thu, 26 May 2016 23:02:41 -0700 Colin Macdonald Typo fix
Thu, 26 May 2016 12:58:35 -0700 genuinelucifer Remove files and change pyeval
Fri, 20 May 2016 23:18:46 -0700 Colin Macdonald minor cleanup
Fri, 20 May 2016 22:12:32 -0700 Colin Macdonald pyeval creates pyobj direction
Fri, 20 May 2016 00:20:03 -0700 Colin Macdonald pyeval: preliminary support for returning pyobj
Thu, 09 Jun 2016 14:52:06 -0700 Mike Miller More unit tests of pycall and pyeval
Sat, 04 Jun 2016 13:30:01 -0700 Abhinav Tripathi Add proper conversion of booleans between octave and python. (fixes issue #6)
Sat, 04 Jun 2016 12:56:57 -0700 Mike Miller maint: Use Octave coding style conventions for unit tests
Sat, 04 Jun 2016 11:19:49 -0700 Abhinav Tripathi Added some basic tests
Fri, 13 May 2016 15:55:24 -0700 Colin Macdonald Fix pyeval doctest
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