pyo3/src
konstin 46b9bd6a9f
Merge pull request #155 from PyO3/pyobject_macros
Refactor and Export Pyobject_* macros
2018-05-13 14:54:57 +02:00
..
class Remove occurrences of `py::methods` and `py::class` 2018-05-01 23:17:42 +02:00
ffi2 Fix unused_parens warnings 2018-02-12 14:36:05 +03:00
ffi3 conditionally include Python3.6 items 2018-03-01 14:46:27 -08:00
objects Merge pull request #155 from PyO3/pyobject_macros 2018-05-13 14:54:57 +02:00
argparse.rs use PyTryFrom explicitly 2018-03-29 17:36:05 +03:00
buffer.rs clippy warnings 2018-01-19 10:02:36 -08:00
callback.rs clippy warnings 2018-01-19 10:02:36 -08:00
conversion.rs Minor changes 2018-04-09 00:00:20 +02:00
err.rs Relax return type requirements 2018-04-06 17:22:09 +02:00
freelist.rs refactor object allocation system 2017-08-11 20:17:09 -07:00
instance.rs Fix typos 2018-03-15 14:41:16 +03:00
lib.rs Merge master 2018-05-05 15:50:04 +02:00
noargs.rs Introduce IntoPyDictPointer similar to IntoPyTuple #69 2017-08-03 15:01:52 -07:00
object.rs mark method that work with raw pointer unsafe 2017-12-26 13:41:27 -08:00
objectprotocol.rs use PyTryFrom explicitly 2018-03-29 17:36:05 +03:00
prelude.rs drop RefFromPyObject; allow mut refs #106 2018-01-19 09:04:42 -08:00
python.rs Allow defining functions outside of the module declarations 2018-04-30 23:17:09 +02:00
pythonrun.rs Merge master 2018-05-01 20:41:35 +02:00
typeob.rs Remove occurrences of `py::methods` and `py::class` 2018-05-01 23:17:42 +02:00