Nikolay Kim
|
d8fff8e91a
|
proper impl for mapping __setitem__ and __delitem__
|
2017-05-16 00:35:07 -07:00 |
Nikolay Kim
|
d45c0a36c4
|
add mapping protocol
|
2017-05-16 00:07:36 -07:00 |
Nikolay Kim
|
5427a33c75
|
stopping point
|
2017-05-15 22:24:06 -07:00 |
Nikolay Kim
|
f4feade487
|
add PyAsyncProtocol
|
2017-05-14 18:55:04 -07:00 |
Nikolay Kim
|
088d44f8d1
|
simplify ToPyObject trait
|
2017-05-14 14:42:56 -07:00 |
Nikolay Kim
|
a24c2f04f6
|
do not run check symbols
|
2017-05-14 13:14:02 -07:00 |
Nikolay Kim
|
24f5c3f5e4
|
travis config
|
2017-05-14 12:55:52 -07:00 |
Nikolay Kim
|
3e20979f3f
|
implement buffer protocol with proc macro
|
2017-05-14 12:52:30 -07:00 |
Nikolay Kim
|
9eae1523cb
|
Update README.md
|
2017-05-12 23:34:46 -07:00 |
Nikolay Kim
|
0e777f1f4f
|
disable nightly
|
2017-05-12 23:30:30 -07:00 |
Nikolay Kim
|
b2d49c3648
|
drop py3.4
|
2017-05-12 23:29:59 -07:00 |
Nikolay Kim
|
03a3817878
|
update readme and travis
|
2017-05-12 23:01:54 -07:00 |
Nikolay Kim
|
bf4e36d9d9
|
update travis config
|
2017-05-12 22:51:14 -07:00 |
Nikolay Kim
|
e40ef289e0
|
use rust 1.17 for travis
|
2017-05-12 22:46:49 -07:00 |
Nikolay Kim
|
a95de027c1
|
update tests
|
2017-05-12 22:43:17 -07:00 |
Nikolay Kim
|
13ac12a568
|
update readme
|
2017-05-12 22:32:04 -07:00 |
Nikolay Kim
|
1de56bde71
|
update readme
|
2017-05-12 22:30:25 -07:00 |
Nikolay Kim
|
45361c3fc8
|
cleanup
|
2017-05-12 22:25:40 -07:00 |
Nikolay Kim
|
8a295793a0
|
include py3 ffi info into crate
|
2017-05-12 22:05:00 -07:00 |
Nikolay Kim
|
3bb7a64db5
|
drop python27
|
2017-05-12 19:59:20 -07:00 |
Nikolay Kim
|
ef5bd982bc
|
add license
|
2017-05-12 19:49:47 -07:00 |
Nikolay Kim
|
da310715f4
|
more exceptions
|
2017-05-09 13:40:00 -07:00 |
Nikolay Kim
|
c86a5ff4a3
|
bloking error exceptions
|
2017-05-06 23:12:48 -07:00 |
Nikolay Kim
|
762708d4d2
|
added ToPyObject for ()
|
2017-05-05 09:30:58 -07:00 |
Nikolay Kim
|
e128fa8224
|
PyString::from_object may fail
|
2017-05-04 22:03:23 -07:00 |
Nikolay Kim
|
a3823cec8e
|
Py_DEBUG implies Py_REF_DEBUG, Py_TRACE_REFS, COUNT_ALLOCS
|
2017-05-04 13:11:00 -07:00 |
Nikolay Kim
|
98e66ee329
|
optional param
|
2017-05-03 16:38:02 -07:00 |
Nikolay Kim
|
ac1a3acaa4
|
py3.5 compat
|
2017-05-03 12:26:49 -07:00 |
Nikolay Kim
|
c9904f045a
|
added coro and asyncgen types
|
2017-05-02 23:15:20 -07:00 |
Nikolay Kim
|
c4e3be6772
|
add generator methods
|
2017-05-02 22:52:41 -07:00 |
Nikolay Kim
|
83632604ae
|
create unicode object from object with buffer api support
|
2017-05-02 21:19:51 -07:00 |
Nikolay Kim
|
a65f9e03fc
|
fix __buffer_get__ return type
|
2017-04-30 01:17:22 -07:00 |
Nikolay Kim
|
257be7119c
|
added convinience method
|
2017-04-29 21:31:35 -07:00 |
Nikolay Kim
|
8d728663d7
|
introduce ToPyTuple trait, that simplifies ObjectProtoco.call method
|
2017-04-28 16:30:46 -07:00 |
Nikolay Kim
|
f651b442ba
|
add PyByteArray
|
2017-04-27 21:22:15 -07:00 |
Nikolay Kim
|
665921e84e
|
add PySlice
|
2017-04-27 19:44:56 -07:00 |
Nikolay Kim
|
8ccb749c1e
|
add PyErr to io::Error convert
|
2017-04-27 19:39:47 -07:00 |
Nikolay Kim
|
ffe774a8cc
|
add class properties
|
2017-04-06 19:20:06 -07:00 |
Nikolay Kim
|
d7ce1c0af0
|
reference python27-sys directly
|
2017-04-06 18:59:10 -07:00 |
Nikolay Kim
|
364d7af69c
|
pass Py_3_x cfg var with links
|
2017-04-06 18:59:10 -07:00 |
Nikolay Kim
|
23c36f5714
|
pyclass can provide buffer interface
|
2017-04-06 18:59:10 -07:00 |
Nikolay Kim
|
9bb6ec20a1
|
add PyAsyncMethods support
|
2017-04-06 18:59:10 -07:00 |
Nikolay Kim
|
582b9e4e0f
|
depepndencies
|
2017-04-06 18:59:10 -07:00 |
Daniel Grunwald
|
4b6b82037e
|
Support compare() in Python 3; and add rich_compare().
|
2017-04-06 18:59:10 -07:00 |
Daniel Grunwald
|
4bbea03301
|
Add link to setuptools-rust
|
2017-03-12 12:54:21 +01:00 |
Daniel Grunwald
|
508937bada
|
PyModule::add_class(): set __module__ on the type object
|
2017-02-19 16:15:33 +01:00 |
Daniel Grunwald
|
b6939f158b
|
Merge pull request #84 from naufraghi/issue/79/python-interpreter
Issue/79/python interpreter
|
2017-02-01 23:11:44 +01:00 |
Daniel Grunwald
|
362fe73298
|
Merge pull request #85 from jturner314/fix-dependency-in-readme
Fix cpython dependency in README.md
|
2017-01-31 21:46:43 +01:00 |
Jim Turner
|
ca7280fded
|
Fix cpython dependency in README.md
|
2017-01-30 18:40:58 -05:00 |
Daniel Grunwald
|
e638b2654a
|
Avoid Rust->Python->Rust roundtrip when using default value in argparse! optional parameter with reference extraction.
|
2017-01-27 23:21:57 +01:00 |