log @pyobject/subsref.m @ 317:461f333daf67

age author description
Wed, 10 Aug 2016 00:46:53 -0700 Colin Macdonald Fix multi-indexing conversion to tuple
Tue, 09 Aug 2016 15:15:57 -0700 Colin Macdonald Use tuple directly in subsref, avoiding fromPythonVarName
Tue, 09 Aug 2016 11:08:58 -0700 Colin Macdonald Remove unncessary calls to fromPythonVarName
Wed, 03 Aug 2016 20:26:57 -0700 Colin Macdonald Add test of multivariable output from subsref
Wed, 03 Aug 2016 20:22:42 -0700 Colin Macdonald undo recent unnecessary change to slice test
Wed, 03 Aug 2016 00:26:44 -0700 Abhinav Tripathi Edit tests in subsref to use and verify cell indexing
Wed, 03 Aug 2016 00:18:40 -0700 Abhinav Tripathi Fix cell indexing for pyobject in subsref
Fri, 29 Jul 2016 14:39:27 -0700 Mike Miller Merged in macdonald/pytave (pull request #23)
Mon, 25 Jul 2016 14:04:17 -0700 Colin Macdonald Partial support for multiple outputs from callables
Fri, 29 Jul 2016 10:51:15 -0700 Mike Miller * @pyobject/subsref.m: Fix small lambda syntax error with Python 3.
Tue, 26 Jul 2016 20:32:24 -0700 Colin Macdonald indexing: fix off-by-one with dicts (fixes issue #10)
Wed, 27 Jul 2016 17:42:22 -0700 Mike Miller maint: prefer Octave lowercase naming convention to camelCase
Wed, 27 Jul 2016 17:05:09 -0700 Mike Miller maint: fix copyright header comment blocks
Wed, 27 Jul 2016 17:01:28 -0700 Mike Miller maint: Use Octave keywords for ending code blocks
Wed, 27 Jul 2016 16:56:15 -0700 Mike Miller maint: minor cosmetic fixes to cset 708715efa18e
Wed, 27 Jul 2016 15:51:48 -0700 Mike Miller Merged in macdonald/pytave (pull request #22)
Mon, 25 Jul 2016 13:27:17 -0700 Colin Macdonald pyobject: support callables with arguments (fixes issue #18)
Mon, 25 Jul 2016 17:14:29 -0700 Colin Macdonald Minor doc fix
Wed, 20 Jul 2016 11:57:14 -0700 Mike Miller maint: apply Octave whitespace rules
Thu, 16 Jun 2016 23:56:23 -0700 Colin Macdonald pyobject: split subsref to its own file, reformat