log

age author description
Fri, 28 Apr 2017 10:13:04 -0700 Mike Miller Error on attempt to convert a char array to Python str (fixes issue #75)
Fri, 28 Apr 2017 09:03:55 -0700 Mike Miller maint: sort uses of new header file oct-py-object.h
Thu, 13 Apr 2017 02:10:48 -0700 Abhinav Tripathi Add a wrapper for PyObject pointers (fixes issue #81)
Fri, 07 Apr 2017 11:15:05 -0700 Mike Miller ci: add missing Python development dependencies
Fri, 07 Apr 2017 10:47:45 -0700 Mike Miller ci: build against both Python 2 and 3
Fri, 07 Apr 2017 10:37:56 -0700 Mike Miller ci: use a separate build directory
Thu, 06 Apr 2017 14:13:54 -0700 Mike Miller Configure bitbucket CI
Mon, 03 Apr 2017 13:31:00 -0700 Mike Miller Delete legacy code no longer used in project
Mon, 03 Apr 2017 12:25:03 -0700 Mike Miller build: rename internal convenience library to liboctpython.la
Mon, 03 Apr 2017 12:16:49 -0700 Mike Miller build: move auxiliary build scripts to build-aux directory
Mon, 03 Apr 2017 12:11:25 -0700 Mike Miller Delete and no longer build Python extension module
Mon, 03 Apr 2017 11:51:01 -0700 Mike Miller build: make distcheck pass again
Mon, 03 Apr 2017 11:25:53 -0700 Mike Miller Delete Python support files from legacy pytave project
Mon, 03 Apr 2017 08:30:20 -0700 Mike Miller Fix extraction of class name for Python types without a module (fixes issue #79)
Sun, 02 Apr 2017 16:24:02 -0700 Mike Miller build: support user selection of Octave version or prefix or both
Sun, 02 Apr 2017 15:29:34 -0700 Mike Miller Make test suite compatible with Octave 4.2
Sun, 02 Apr 2017 11:20:53 -0700 Mike Miller Rewrite the test suite to run Octave-style built-in tests
Sun, 02 Apr 2017 10:06:42 -0700 Mike Miller Minor code reorganization to previous commit
Sun, 02 Apr 2017 05:58:35 +0530 NVS Abhilash Rewrite exception handling using Python/C API
Thu, 23 Mar 2017 17:35:43 +0000 Mike Miller Merged in vikikrishna/pytave (pull request #47)
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