log

age author description
Fri, 17 Mar 2017 01:30:53 +0530 Vijay Krishnavanshi pyobject.display: remove hash value and show class in display (fixes issue #71)
Fri, 17 Mar 2017 01:02:26 +0530 Vijay Krishnavanshi pyobject.display: make display compatible to octave 4.3.0 (fixes issue #77)
Wed, 18 Jan 2017 11:13:38 -0800 Mike Miller pyobject.methods: make tests compatible with Python 3
Wed, 18 Jan 2017 17:06:34 +0530 NVS Abhilash * @pyobject/methods.m: OPTION to view private methods added (fixes issue #22)
Fri, 26 Aug 2016 18:51:29 -0700 Mike Miller Fix __py_class_name__ tests to work with Python 2
Fri, 26 Aug 2016 18:51:42 -0700 Mike Miller pyobject: add conversion methods for single, intX, and uintX types
Fri, 26 Aug 2016 14:05:37 -0700 Mike Miller Report a Python object's fully qualified class name correctly
Fri, 26 Aug 2016 13:59:18 -0700 Mike Miller Make an internal function to return the name of the builtins module
Fri, 26 Aug 2016 10:57:08 -0700 Mike Miller pycall: improve performance, delete unnecessary call to init_exceptions (fixes issue #64)
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:57:29 -0700 Mike Miller pyobject.isa: work with a cell array of type names
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
Thu, 25 Aug 2016 11:39:45 -0700 Mike Miller Use the __main__ namespace as the default global namespace for evaluating code
Thu, 25 Aug 2016 09:51:58 -0700 Mike Miller Overhaul Python object storage and wrapping in pyobject
Thu, 25 Aug 2016 09:29:51 -0700 Mike Miller Make pytave::make_py_int functions public
Wed, 24 Aug 2016 13:04:21 -0700 Mike Miller Make get_object_from_python only return reference to existing Python object
Wed, 24 Aug 2016 13:01:15 -0700 Mike Miller Use py_find_function where specifically searching for a function by name
Tue, 23 Aug 2016 18:09:17 -0700 Mike Miller pyobject.isa: New overload method to handle Python types (fixes issue #49)
Tue, 23 Aug 2016 17:37:08 -0700 Mike Miller Add utility functions to look up Python modules, functions, and types
Mon, 22 Aug 2016 17:33:20 -0700 Mike Miller pyobject.int64: New method to convert integer object to Octave int64
Mon, 22 Aug 2016 17:27:46 -0700 Mike Miller Fix int64 value extraction from long to work on 32-bit, use Octave saturation
Mon, 22 Aug 2016 17:24:13 -0700 Mike Miller build: generate PKG_ADD and PKG_DEL files from DEFUN_DLD declarations
Mon, 22 Aug 2016 14:55:19 -0700 Mike Miller Return pyobject constructed from Python value correctly (fixes issue #66)
Wed, 17 Aug 2016 21:19:58 -0700 Mike Miller Convert Octave numeric vectors into Python array.array
Wed, 17 Aug 2016 14:02:33 -0700 Mike Miller Refactor calling a Python function into a set of wrapper functions
Thu, 11 Aug 2016 10:29:18 -0700 Colin Macdonald Rename the Octave-Python communication dict