Commit Graph

782 Commits

Author SHA1 Message Date
Nikolay Kim 84f5578997 varios cleanups 2017-06-05 20:25:00 -07:00
Nikolay Kim a448aa54cc clone_ref return Self 2017-06-03 17:42:12 -07:00
Nikolay Kim 57cc139c81 drop Py pointer 2017-06-03 17:27:26 -07:00
Nikolay Kim b75160daf3 remove pyobject lifetime 2017-06-02 18:58:16 -07:00
Nikolay Kim 27bd365f5c cleanups 2017-06-02 09:23:48 -07:00
Nikolay Kim cbfdfa2d07 better naming 2017-06-01 15:06:48 -07:00
Nikolay Kim fc762288fe use From instead of as_object; fix type object 2017-06-01 13:34:46 -07:00
Nikolay Kim 9176dc4df1 consistent naming for pointers 2017-06-01 10:35:02 -07:00
Nikolay Kim bcaaeb8522 simplify PythonToken 2017-06-01 09:45:00 -07:00
Nikolay Kim 6834a18a5b add ptr support to class 2017-05-31 20:50:40 -07:00
Nikolay Kim 4cdb77335e reenable buffer tests 2017-05-31 16:26:21 -07:00
Nikolay Kim 2f3ea202b3 add mirror ptr types for native py classes 2017-05-31 15:52:13 -07:00
Nikolay Kim 0b47d44562 Merge branch 'master' of github.com:PyO3/PyO3 2017-05-31 01:08:54 -07:00
Nikolay Kim 92bf7b9c05 rename pptr to PyObjectPtr 2017-05-31 01:08:39 -07:00
Nikolay Kim a3e6117090 incref on inplace number protocol 2017-05-31 01:07:21 -07:00
Nikolay Kim 48106e81c1 Merge pull request #20 from messense/feature/test-all
Enable all tests on CI
2017-05-30 21:01:51 -07:00
messense 861bee7a0f
Enable all tests on CI 2017-05-31 12:00:22 +08:00
Nikolay Kim 5d25c7deea simplify Py and PyPtr objects 2017-05-30 18:57:36 -07:00
Nikolay Kim 3040ac12b9 refactor ToPyObject 2017-05-30 17:23:23 -07:00
Nikolay Kim b8913a3705 refactor IntoPyObject trait; rename pptr into pyptr, introduce pptr pointers 2017-05-30 16:29:13 -07:00
Nikolay Kim 3b90c569f7 update tests 2017-05-30 13:03:00 -07:00
Nikolay Kim 2b4eba1fc7 Merge pull request #10 from messense/feature/optimize-run_code
Optimize `Python.run_code`
2017-05-30 13:02:00 -07:00
Nikolay Kim b84474155e convert PyGCProtocol 2017-05-30 12:42:07 -07:00
messense 5e00e13212 Merge pull request #13 from messense/feature/restore-set
Restore PySet and PyFrozenSet
2017-05-30 23:32:47 +08:00
messense ec7381084f
Restore PySet and PyFrozenSet 2017-05-30 16:16:48 +08:00
Nikolay Kim 8a34e657a1 Merge pull request #11 from PyO3/pyptr
Replacing PyObject with Py<'p, PyObject>
2017-05-29 23:09:08 -07:00
Nikolay Kim 86a8dfec0c restore sequence and iterator objects 2017-05-29 23:04:02 -07:00
Nikolay Kim 61b8bd0695 fix ptr borrowing PyTuple::get_item 2017-05-29 18:36:44 -07:00
Nikolay Kim 4232caf3a3 update tests 2017-05-29 16:16:48 -07:00
Nikolay Kim ad38688378 fix sequence protocol; convert buffer protocol 2017-05-29 15:08:19 -07:00
Nikolay Kim 51ac8c9c78 better gil token scope 2017-05-29 13:30:38 -07:00
Nikolay Kim ea8ccf190a special treatment for native python objects 2017-05-29 02:47:27 -07:00
Nikolay Kim 55d0d58734 added pptr pointer 2017-05-28 21:19:29 -07:00
Nikolay Kim 969cba2c16 remove Token 2017-05-28 08:57:34 -07:00
Nikolay Kim 6c87c9b77b introduce python token system 2017-05-27 22:45:48 -07:00
Nikolay Kim bfb01f65d3 update tests 2017-05-27 11:43:45 -07:00
Nikolay Kim 6205be98b8 introduce PythonToken; cleanup number protocol 2017-05-27 10:49:38 -07:00
Nikolay Kim 467cce6c6d reenabled RefFromPyObject trait; fixed ref cnt in PyErr::fetch 2017-05-26 18:25:34 -07:00
Nikolay Kim 52bcc11cd8 fix pyclass methods 2017-05-26 16:51:33 -07:00
Nikolay Kim 1df2c931e5 allow to extract refs from Py ptrs 2017-05-26 15:33:34 -07:00
Nikolay Kim d165dbe4d4 fixed gil lifetime; pass py object into protocol methods 2017-05-26 14:43:28 -07:00
Nikolay Kim 48329a793d disable set 2017-05-25 08:08:40 -07:00
Nikolay Kim 0979653b98 various cleanups 2017-05-25 08:06:10 -07:00
Nikolay Kim f3176dacfc use pyptr for everything 2017-05-25 08:06:06 -07:00
Nikolay Kim 912b9d2cb1 convert object and sequence protocols 2017-05-25 07:58:25 -07:00
Nikolay Kim 881e0e3336 rewrite method signatures in py::proto 2017-05-25 07:58:25 -07:00
Nikolay Kim 747fd8a6ff added helper method Python::init, shortcut for Py::new(..) 2017-05-25 07:58:25 -07:00
Nikolay Kim b350e1cfb4 add description 2017-05-25 07:58:25 -07:00
Nikolay Kim 5fdad40caa rename PyTypeObjectInfo to PyTypeInfo; use PyTypeInfo::offset() for struct offset 2017-05-25 07:58:25 -07:00
Nikolay Kim 579c1280e9 simplify BaseObject; no need in PythonObject trait 2017-05-25 07:58:25 -07:00