log @pyobject/subsasgn.m @ 411:3613ffbd52b2

age author description
Wed, 03 May 2017 16:30:45 -0700 Mike Miller Overhaul implicit conversion of arguments and return values
Thu, 25 Aug 2016 23:20:02 -0700 Mike Miller Reduce number of function calls, clean up formatting in subasgn and subsref
Thu, 25 Aug 2016 15:26:32 -0700 Mike Miller Use pyobject.isa instead of lambda to check Python types
Thu, 25 Aug 2016 14:06:56 -0700 Mike Miller Do not automatically convert Python strings to Octave strings (fixes issue #65)
Tue, 16 Aug 2016 13:54:25 -0700 Mike Miller Add %!xtests for known failures due to bugs in Octave
Sat, 13 Aug 2016 21:24:29 -0700 Mike Miller Do not automatically convert Python integer types to Octave (see issue #56)
Wed, 10 Aug 2016 00:52:55 -0700 Colin Macdonald Support multi-indexing assignment
Tue, 09 Aug 2016 11:08:58 -0700 Colin Macdonald Remove unncessary calls to fromPythonVarName
Fri, 29 Jul 2016 13:09:47 -0700 Mike Miller Support indexed assignment of pyobjects into builtin array types
Fri, 29 Jul 2016 13:03:29 -0700 Mike Miller * @pyobject/subsasgn.m: Fix small lambda syntax error with Python 3.
Thu, 28 Jul 2016 00:15:19 -0700 Colin Macdonald fix off-by-one dict indexing error for assignment
Thu, 28 Jul 2016 00:12:03 -0700 Colin Macdonald maint: fix copyright header, cast int, block endings
Tue, 26 Jul 2016 14:30:58 -0700 Colin Macdonald indexed assignment: support string index, e.g., for dicts
Mon, 25 Jul 2016 15:42:17 -0700 Colin Macdonald pyobject: support indexed assignment (fixes issue #17)