pyo3/src
James Salter b1eca56ec3 Python 3 build support
* Add python3-sys to rust-cpython as an optional feature, and
  make python27-sys also optional, but still the default
* Parametrise python27-sys/build.rs so that it is python
  version independent, and clone it into python3-sys/build.rs.
  Hopefully this can continue to be maintained as an identical
  file.
* python27-sys and python3-sys gain features for explicitly
  selecting a python version to link to. for python27-sys,
  there's currently only python27; for python3-sys there's
  python 3.4 and 3.5.
* explicitly tell travis to use nightlies (seems to have
  started trying to use 1.0.0)
2015-05-23 15:23:08 +01:00
..
objects Fix warning: unnecessary 'unsafe' block 2015-05-17 21:43:12 +02:00
conversion.rs MIT license headers 2015-04-19 05:22:03 +02:00
err.rs MIT license headers 2015-04-19 05:22:03 +02:00
lib.rs Python 3 build support 2015-05-23 15:23:08 +01:00
objectprotocol.rs MIT license headers 2015-04-19 05:22:03 +02:00
python.rs MIT license headers 2015-04-19 05:22:03 +02:00
pythonrun.rs MIT license headers 2015-04-19 05:22:03 +02:00