Nikolay Kim
|
fc3ab84bfa
|
better constrain for PyNativeException::new
|
2017-07-26 14:56:08 -07:00 |
Nikolay Kim
|
a4fd878cb7
|
pyerr cleanups
|
2017-07-26 14:28:04 -07:00 |
Nikolay Kim
|
a20230e73f
|
Create rust type for exceptions defined in python #45
|
2017-07-26 12:56:07 -07:00 |
Nikolay Kim
|
e45eb6e878
|
rename ToPyErr to PyErrArguments
|
2017-07-26 10:47:17 -07:00 |
Nikolay Kim
|
b250ad22ca
|
update guide related to exception
|
2017-07-26 09:16:26 -07:00 |
Nikolay Kim
|
3ab5e4526c
|
add weakref support #56
|
2017-07-24 13:03:18 -07:00 |
Nikolay Kim
|
ce15dda5b6
|
Allow to add gc support without implementing PyGCProtocol #57
|
2017-07-24 12:19:05 -07:00 |
Nikolay Kim
|
e31557dd33
|
some docs
|
2017-07-23 10:51:30 -07:00 |
Nikolay Kim
|
98bdf63a4d
|
use const_fn for type size and offset calculation
|
2017-07-21 09:48:48 -07:00 |
Nikolay Kim
|
c6067b90c1
|
more docs
|
2017-07-18 14:15:44 -07:00 |
Nikolay Kim
|
fc1df289bd
|
drop PyClone trait; doc cleanups
|
2017-07-18 10:13:50 -07:00 |
Nikolay Kim
|
c5f5620f77
|
rename token() to py()
|
2017-07-13 19:04:00 -07:00 |
Nikolay Kim
|
8eb5dc0667
|
use associated consts
|
2017-07-13 16:45:50 -07:00 |
Nikolay Kim
|
52ade64bf7
|
update links
|
2017-07-13 13:14:47 -07:00 |
Nikolay Kim
|
6b093af3d9
|
update readme
|
2017-06-29 11:26:25 +06:00 |
Nikolay Kim
|
f494f0c3df
|
update class.md
|
2017-06-28 00:34:32 +06:00 |
messense
|
379f178dfb
|
Typo fix in class.md
|
2017-06-27 21:25:41 +08:00 |
messense
|
b36e75e307
|
Some distribution guide doc
|
2017-06-27 21:09:16 +08:00 |
Nikolay Kim
|
800fa231ba
|
fix class,md
|
2017-06-27 05:32:02 +06:00 |
Nikolay Kim
|
8bc1195f12
|
Merge branch 'master' of github.com:PyO3/PyO3
|
2017-06-27 05:06:09 +06:00 |
Nikolay Kim
|
51544b8642
|
add some docs
|
2017-06-27 05:05:54 +06:00 |
messense
|
a00e23a594
|
Update conversions chapter
|
2017-06-25 19:31:32 +08:00 |
messense
|
d4a5a46338
|
Write Python Exception chapter for user guide
|
2017-06-19 13:30:15 +08:00 |
messense
|
55ece55b3e
|
Add ownership and lifetime, error handling doc to overview
|
2017-06-19 11:40:13 +08:00 |
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 |
messense
|
32e25c8bf2
|
Write Python Module chapter for user guide
|
2017-06-18 13:07:05 +08:00 |
messense
|
7466097780
|
User guide documentaion (#37)
User guide documentaion
|
2017-06-18 10:02:02 +08:00 |