Nikolay Kim
|
005c36548b
|
add specialization to docs
|
2017-06-18 09:28:21 -07:00 |
|
messense
|
75d6684d25
|
Clarify Python module doc string
|
2017-06-18 23:15:10 +08:00 |
|
Nikolay Kim
|
60a965edc3
|
update link to example py extension
|
2017-06-15 14:30:11 -07:00 |
|
Nikolay Kim
|
e85db971f9
|
fix module export functions
|
2017-06-15 14:20:30 -07:00 |
|
Nikolay Kim
|
0679fec859
|
update docs
|
2017-06-15 11:13:58 -07:00 |
|
Nikolay Kim
|
ac0594a5b2
|
do not use pub pointers mod
|
2017-06-15 10:36:41 -07:00 |
|
Nikolay Kim
|
3bed79fe0b
|
add clippy and doc to travis
|
2017-06-15 09:11:19 -07:00 |
|
Nikolay Kim
|
5bf6ce3864
|
added __unicode__ method to PyObjectProtocol
|
2017-06-15 07:48:57 -07:00 |
|
Nikolay Kim
|
bd7a0feb8c
|
merge master
|
2017-06-15 07:16:40 -07:00 |
|
messense
|
b8b9daf67a
|
Enable doc test for src/lib.rs examples
|
2017-06-15 16:06:04 +08:00 |
|
Nikolay Kim
|
d9bd485072
|
macro_use is not requires
|
2017-06-14 14:42:05 -07:00 |
|
Nikolay Kim
|
293569b6af
|
remove import
|
2017-06-14 14:23:51 -07:00 |
|
Nikolay Kim
|
706477f139
|
replace py_fn! macro with pyfn attribute
|
2017-06-14 14:08:30 -07:00 |
|
Nikolay Kim
|
6204a06cbc
|
update docstring
|
2017-06-11 23:54:24 -07:00 |
|
Nikolay Kim
|
fdd9ac7ae9
|
various improvements
|
2017-06-11 18:30:56 -07:00 |
|
Nikolay Kim
|
805429e0f4
|
remove unneeded macro
|
2017-06-11 16:49:25 -07:00 |
|
Nikolay Kim
|
05d4a0a9a4
|
rename ffi to ffi3
|
2017-06-11 16:47:27 -07:00 |
|
Nikolay Kim
|
3b4d147219
|
initial impl for py2
|
2017-06-11 16:35:24 -07:00 |
|
messense
|
cb68cd23a2
|
Fix some clippy warnings (#26)
|
2017-06-11 23:46:23 +08:00 |
|
Nikolay Kim
|
c28a619efd
|
add free list support
|
2017-06-09 14:27:37 -07:00 |
|
messense
|
e12e98a7c1
|
Convert some std error types to PyErr (#22)
* Convert some std error types to PyErr
* Add ToPyErr trait
|
2017-06-08 09:40:30 +08:00 |
|
Nikolay Kim
|
a584ce12e5
|
release py objects aftre use
|
2017-06-06 19:26:59 -07:00 |
|
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
|
6834a18a5b
|
add ptr support to class
|
2017-05-31 20:50:40 -07:00 |
|
Nikolay Kim
|
2f3ea202b3
|
add mirror ptr types for native py classes
|
2017-05-31 15:52:13 -07:00 |
|
Nikolay Kim
|
92bf7b9c05
|
rename pptr to PyObjectPtr
|
2017-05-31 01:08:39 -07: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
|
61b8bd0695
|
fix ptr borrowing PyTuple::get_item
|
2017-05-29 18:36:44 -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
|
6205be98b8
|
introduce PythonToken; cleanup number protocol
|
2017-05-27 10:49:38 -07:00 |
|
Nikolay Kim
|
d165dbe4d4
|
fixed gil lifetime; pass py object into protocol methods
|
2017-05-26 14:43:28 -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
|
d6fb90bdc2
|
stopping point
|
2017-05-25 07:58:25 -07:00 |
|
Nikolay Kim
|
56d93249ab
|
pyptr
|
2017-05-25 07:58:25 -07:00 |
|
Nikolay Kim
|
1f2c927bd5
|
update buffer proto tests
|
2017-05-19 23:18:54 -07:00 |
|
Nikolay Kim
|
0c7293125c
|
simplify class generation
|
2017-05-18 23:29:09 -07:00 |
|