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

age author description
Wed, 03 May 2017 16:30:45 -0700 Mike Miller Overhaul implicit conversion of arguments and return values
Fri, 26 Aug 2016 08:15:14 -0700 Mike Miller pyobject.subsref: restore performance by calling __py_isinstance__ directly
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 16:27:46 -0700 Mike Miller __py_is_none__: new compiled function to test whether an object is None
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)
Fri, 12 Aug 2016 00:54:19 -0700 Mike Miller pyobject.subsref: avoid attempting to index on empty index range
Fri, 12 Aug 2016 00:45:39 -0700 Mike Miller pyobject.subsref: support indexing into Python array objects
Wed, 10 Aug 2016 10:21:22 -0700 Colin Macdonald Remove unnecessary import in test
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