Commit Graph

  • 8bc1195f12 Merge branch 'master' of github.com:PyO3/PyO3 Nikolay Kim 2017-06-27 05:06:09 +0600
  • 51544b8642 add some docs Nikolay Kim 2017-06-27 05:05:54 +0600
  • a00e23a594
    Update conversions chapter messense 2017-06-25 19:31:32 +0800
  • 503e4221cc support &str as fn param Nikolay Kim 2017-06-24 15:28:53 -0700
  • 082db89aa6 do not modify ref counter for borrowed ptr Nikolay Kim 2017-06-24 12:57:18 -0700
  • 2d217be349
    Use isize for hash protocol messense 2017-06-24 23:42:13 +0800
  • 3a2004eab2 rename PyInstance to PyObjectRef Nikolay Kim 2017-06-24 08:28:31 -0700
  • 4e836cb229
    Don't reexport Py_hash_t and Py_ssize_t messense 2017-06-24 22:36:45 +0800
  • 378fae9659
    Hide argparse module in API docs messense 2017-06-24 22:30:46 +0800
  • a5e3429d60
    Remove unnecessary `ObjectProtocol` import messense 2017-06-24 22:29:35 +0800
  • 0ba541e762
    Add missing module level docs messense 2017-06-24 16:47:36 +0800
  • 84ebdbcfe9
    Add copyright headers to some files messense 2017-06-24 16:36:51 +0800
  • 33ab9829f4 Fix no method named `extract` found for type `&&pyo3::PyInstance` in the (#44) messense 2017-06-24 16:19:14 +0800
  • d80eee6fba move IterNextResultConverter to proper location Nikolay Kim 2017-06-23 16:37:31 -0700
  • 352774744a use StopAsyncIteration for __anext__ #35 Nikolay Kim 2017-06-23 16:11:50 -0700
  • 64f120a8f7 review system exceptions Nikolay Kim 2017-06-23 16:00:44 -0700
  • 14c6aaad55 py.init returns ptr, init_ref and init_mut ref and mut ref Nikolay Kim 2017-06-23 15:15:07 -0700
  • 8238a141ae py.init(..) return reference Nikolay Kim 2017-06-23 15:03:52 -0700
  • f0ece6dfde added doc strings Nikolay Kim 2017-06-23 13:50:27 -0700
  • 3e3fed9c18 remove True and False python methods Nikolay Kim 2017-06-23 13:42:46 -0700
  • b1e6f07060 fix doc comments Nikolay Kim 2017-06-23 13:27:18 -0700
  • e5b99ae2c9 typo Nikolay Kim 2017-06-23 12:20:54 -0700
  • 7076a57fe4 use full push for function Nikolay Kim 2017-06-23 12:11:41 -0700
  • cc56ded6bf fix python2 extension module initialization Nikolay Kim 2017-06-23 11:51:15 -0700
  • 6482245038 fix imports Nikolay Kim 2017-06-23 11:24:17 -0700
  • 289e5e0a2f call prepare_freethreaded_python on module init Nikolay Kim 2017-06-23 11:18:58 -0700
  • 736ad15aee Merge pull request #42 from PyO3/py-ptr Nikolay Kim 2017-06-23 10:48:26 -0700
  • 61f85c730e fix doc tests; fix unsued import warning Nikolay Kim 2017-06-23 10:38:04 -0700
  • 006e38cd6e fix kwargs for py methods Nikolay Kim 2017-06-23 10:06:41 -0700
  • a58aa7b5e6 rename PyObject Nikolay Kim 2017-06-22 20:56:09 -0700
  • 2faf18bb9e rename token method Nikolay Kim 2017-06-22 13:35:21 -0700
  • 00bd5615ed drop py paramater for protcol definitions Nikolay Kim 2017-06-22 12:32:01 -0700
  • cb969161c6 fix unchecked downcast; added objects pool Nikolay Kim 2017-06-22 10:26:07 -0700
  • b9377849c8 rename modules Nikolay Kim 2017-06-22 01:16:22 -0700
  • c48386affa stopping point Nikolay Kim 2017-06-22 01:04:37 -0700
  • 397f50571b do not derive Debug for GILGuard Nikolay Kim 2017-06-21 15:17:16 -0700
  • af663e0f80 update PyType Nikolay Kim 2017-06-21 15:11:32 -0700
  • 7cf8e1ab80 modify PyDict Nikolay Kim 2017-06-21 14:08:16 -0700
  • 96788bf192 more types Nikolay Kim 2017-06-21 13:10:40 -0700
  • e9341d6f05 add release pool Nikolay Kim 2017-06-20 23:26:28 -0700
  • 08ddb3f14f other types Nikolay Kim 2017-06-20 14:10:12 -0700
  • bc0f9b014f convert PyString object Nikolay Kim 2017-06-20 11:59:07 -0700
  • ce53e8230b add downcast traits to Py Nikolay Kim 2017-06-20 15:09:12 -0700
  • c4ba2b0f2e rename InstancePtr to AsPyRef Nikolay Kim 2017-06-20 14:22:49 -0700
  • 40efa5c955 rename Ptr to Py Nikolay Kim 2017-06-19 23:57:34 -0700
  • 7b5521fdb3 simplify instance ptr, droped #[py::ptr] annotation attr Nikolay Kim 2017-06-19 20:55:07 -0700
  • b4deb673c7 refactor #[args()] attribute #40 Nikolay Kim 2017-06-19 14:05:14 -0700
  • d4a5a46338
    Write Python Exception chapter for user guide messense 2017-06-19 13:30:15 +0800
  • 55ece55b3e
    Add ownership and lifetime, error handling doc to overview messense 2017-06-19 11:40:13 +0800
  • 005c36548b add specialization to docs Nikolay Kim 2017-06-18 09:28:21 -0700
  • 93b1dd8262 Add compile-test (#38) messense 2017-06-18 23:41:20 +0800
  • 75d6684d25
    Clarify Python module doc string messense 2017-06-18 23:15:10 +0800
  • a993d8d7e0 Add module doc string autogen (#39) messense 2017-06-18 23:00:27 +0800
  • 32e25c8bf2
    Write Python Module chapter for user guide messense 2017-06-18 13:07:05 +0800
  • 213f9a6382
    Add user guide link to README.md messense 2017-06-18 10:14:15 +0800
  • 7466097780 User guide documentaion (#37) messense 2017-06-18 10:02:02 +0800
  • f681038133
    Prefer `expect()` and `map_err()` to `unwrap()` messense 2017-06-17 17:40:11 +0800
  • c0263f7bd5 remove debug print Nikolay Kim 2017-06-16 14:24:17 -0700
  • 61138f9889 fix env check Nikolay Kim 2017-06-15 15:33:06 -0700
  • b0f25f8e42 check python version during travis build Nikolay Kim 2017-06-15 15:19:59 -0700
  • 60a965edc3 update link to example py extension Nikolay Kim 2017-06-15 14:30:11 -0700
  • 818fc4b127 forget is not needed Nikolay Kim 2017-06-15 14:23:25 -0700
  • e85db971f9 fix module export functions Nikolay Kim 2017-06-15 14:20:30 -0700
  • f4d0fe3950 docs cleanup Nikolay Kim 2017-06-15 13:13:52 -0700
  • edc9fc1b7f hide some traits Nikolay Kim 2017-06-15 11:43:38 -0700
  • 1008dafea2 fix doc links Nikolay Kim 2017-06-15 11:30:06 -0700
  • d15e85800f push all doc files Nikolay Kim 2017-06-15 11:20:40 -0700
  • 0679fec859 update docs Nikolay Kim 2017-06-15 11:13:58 -0700
  • 51115e70f2 update doc link Nikolay Kim 2017-06-15 10:47:42 -0700
  • fd1088f948 use PyPtr from top level Nikolay Kim 2017-06-15 10:41:29 -0700
  • ac0594a5b2 do not use pub pointers mod Nikolay Kim 2017-06-15 10:36:41 -0700
  • 77c09dc094 fix doc command Nikolay Kim 2017-06-15 09:14:46 -0700
  • 3bed79fe0b add clippy and doc to travis Nikolay Kim 2017-06-15 09:11:19 -0700
  • 5bf6ce3864 added __unicode__ method to PyObjectProtocol Nikolay Kim 2017-06-15 07:48:57 -0700
  • bd7a0feb8c merge master Nikolay Kim 2017-06-15 07:16:40 -0700
  • b8b9daf67a
    Enable doc test for src/lib.rs examples messense 2017-06-15 16:06:04 +0800
  • b54eb12c50
    Fix using of undeclared type or module `PyObject` messense 2017-06-15 15:23:10 +0800
  • d9bd485072 macro_use is not requires Nikolay Kim 2017-06-14 14:42:05 -0700
  • 293569b6af remove import Nikolay Kim 2017-06-14 14:23:51 -0700
  • b67954fd19 remove GILProtected Nikolay Kim 2017-06-14 14:15:29 -0700
  • fdf971c54e add pyfn to python2 Nikolay Kim 2017-06-14 14:14:34 -0700
  • 706477f139 replace py_fn! macro with pyfn attribute Nikolay Kim 2017-06-14 14:08:30 -0700
  • 319ee30c79 new impl for #[args] attribute Nikolay Kim 2017-06-13 22:37:26 -0700
  • d6979c8556 doc string should not contain `///` (#32) messense 2017-06-13 12:15:44 +0800
  • 7379766ea8 added __doc__ to methods Nikolay Kim 2017-06-12 21:08:59 -0700
  • d7c3d34198 add class doc string Nikolay Kim 2017-06-12 17:15:26 -0700
  • 4d68f7f2a3 fix readme Nikolay Kim 2017-06-11 23:57:21 -0700
  • 6204a06cbc update docstring Nikolay Kim 2017-06-11 23:51:53 -0700
  • b8559519ca fix missing use Nikolay Kim 2017-06-11 23:46:54 -0700
  • acc00b7738 fix python exptension export Nikolay Kim 2017-06-11 23:45:06 -0700
  • 2fdbcd356a fix py2 travis build Nikolay Kim 2017-06-11 22:34:45 -0700
  • a517b994ca nightly is on always Nikolay Kim 2017-06-11 22:28:54 -0700
  • 52df3a4323 Merge branch 'master' of github.com:PyO3/PyO3 Nikolay Kim 2017-06-11 22:24:05 -0700
  • 26fccf6022 added proper PyString for py2 handling Nikolay Kim 2017-06-11 22:23:49 -0700
  • f07e562251
    PyType.is_instance/is_subclass should not consume self messense 2017-06-12 11:56:19 +0800
  • b21ded3aaa added PyInt for py2 Nikolay Kim 2017-06-11 20:36:57 -0700
  • 8d4e0204f1 move PyFloat to separate module Nikolay Kim 2017-06-11 20:04:34 -0700
  • d619ded980 use Py_TPFLAGS_CHECKTYPES for py2 Nikolay Kim 2017-06-11 19:45:01 -0700
  • fdd9ac7ae9 various improvements Nikolay Kim 2017-06-11 18:30:56 -0700
  • 03ced8917b PyString for py2 Nikolay Kim 2017-06-11 17:20:18 -0700