Commit Graph

  • bb13ecd610 Merge pull request #2 from novocaine/master Daniel Grunwald 2015-05-13 21:22:51 +0200
  • 6a41227969 dynamically determine python flags for cfg James Salter 2015-05-13 00:07:56 +0100
  • 6661524a79 Merge pull request #1 from novocaine/master Daniel Grunwald 2015-05-09 22:35:10 +0200
  • c1acf04e0e Fix refs to std::num::cast -> num::traits::cast James Salter 2015-05-09 17:12:26 +0100
  • b9b67ee932 Add fileobject, cobject and pycapsule headers Daniel Grunwald 2015-05-07 23:18:48 +0200
  • bab3214595 Remove link attributes, we use pkg-config instead Daniel Grunwald 2015-05-03 01:05:14 +0200
  • b2293e593e crates.io doesn't accept dots in feature names Daniel Grunwald 2015-05-03 00:39:03 +0200
  • 6b5da09e79 Add python27-sys to rust-cpython repository Daniel Grunwald 2015-04-26 10:34:31 +0200
  • 5594db8261 Add python3-sys Daniel Grunwald 2015-04-26 10:32:58 +0200
  • 888967ab5d Update link to documentation. Daniel Grunwald 2015-04-19 07:50:50 +0200
  • 84386d826d Another attempt to fix docs Daniel Grunwald 2015-04-19 06:38:56 +0200
  • 73c900edb1 Fix docs Daniel Grunwald 2015-04-19 06:36:02 +0200
  • 818acb4d77 Build documentation Daniel Grunwald 2015-04-19 06:32:59 +0200
  • 81a8cbb64f Add README.md Daniel Grunwald 2015-04-19 05:29:19 +0200
  • c07b0468e8 MIT license headers Daniel Grunwald 2015-04-19 05:22:03 +0200
  • a60037e27f Remove old test scripts (replaced by extensions/Makefile) Daniel Grunwald 2015-04-19 05:21:45 +0200
  • f527c237f2 rust-ci doc upload Daniel Grunwald 2015-04-19 05:21:28 +0200
  • b3fe39c3c4 call() Daniel Grunwald 2015-04-19 05:01:19 +0200
  • fbd60f11f4 Simplify ToPyObject: directly return the object without PyResult Daniel Grunwald 2015-04-19 01:07:14 +0200
  • 1e5605036e Update documentation Daniel Grunwald 2015-04-19 00:39:04 +0200
  • 5d3d03bcac Remove dead code Daniel Grunwald 2015-04-18 22:25:03 +0200
  • 5a303789b9 Don't export cstr! macro Daniel Grunwald 2015-04-18 22:20:19 +0200
  • f8e24a870c Add support for exposing rust functions to python Daniel Grunwald 2015-04-18 20:17:25 +0200
  • 60360fa03f Fix py_module_initializer Daniel Grunwald 2015-04-18 01:52:48 +0200
  • 2a91b00abe Fix segfault due to POST_DROP_USIZE and update to latest nightly Daniel Grunwald 2015-04-17 22:13:15 +0200
  • dd20e00c77 Update for rust beta. Daniel Grunwald 2015-03-09 14:31:20 +0100
  • 913f3ea2e5 Adjust to rust nightly Daniel Grunwald 2015-03-08 15:29:44 +0100
  • 77b178af40 Tell travis we're back on the nighlies Daniel Grunwald 2015-01-12 03:23:50 +0100
  • f423acee6d Update to current rust nightly Daniel Grunwald 2015-01-12 03:17:29 +0100
  • 5566faf235 py_module_initializer macro Daniel Grunwald 2015-01-12 03:00:34 +0100
  • 55ea6cc85b Add PyList, PyInt, PyLong and PyFloat. Daniel Grunwald 2015-01-11 18:56:59 +0100
  • 284f7a7931 Fix build Daniel Grunwald 2015-01-11 05:52:11 +0100
  • 6d9fd93df2 Go back to 1.0-alpha due to rust issue 21510 Daniel Grunwald 2015-01-11 05:41:55 +0100
  • d8a1fcd869 update for rust nightly Daniel Grunwald 2015-01-11 04:21:05 +0100
  • 706d7c1b78 Port to new rust nighly and add CStr. Daniel Grunwald 2015-01-08 09:20:05 +0100
  • fd2ae9ce60 delete pyptr Daniel Grunwald 2015-01-08 09:19:35 +0100
  • b3be3d35de Change API for owned python pointers: replace PyPtr<'p, PyObject<'p>> with PyObject<'p> Daniel Grunwald 2015-01-07 01:40:48 +0100
  • 1c7eb2340d Add PyBool and PyTuple impls Daniel Grunwald 2015-01-06 01:04:25 +0100
  • 038dfc7474 ToPyObject simplification Daniel Grunwald 2015-01-05 21:14:01 +0100
  • 540f934123 Objects module Daniel Grunwald 2015-01-05 17:02:30 +0100
  • c61e1e51f4 Add PyDict and unchecked downcasts. Daniel Grunwald 2015-01-05 16:34:12 +0100
  • eca5b4039b Split PythonObjectDowncast from PythonObject Daniel Grunwald 2015-01-05 00:07:31 +0100
  • df14c894b2 Move objectprotocol to separate module Daniel Grunwald 2015-01-04 21:37:43 +0100
  • 61acf98aec Fix threading Daniel Grunwald 2015-01-04 20:11:18 +0100
  • 335913e273 Some minor improvements Daniel Grunwald 2015-01-04 16:32:52 +0100
  • 60d07011a3 freethreaded-python Daniel Grunwald 2015-01-04 05:50:28 +0100
  • 5569ae3bbc Remove BorrowAsPyObject, and simplify PyPtr by moving the 'p bound into the PythonObject definition. Daniel Grunwald 2015-01-04 02:54:54 +0100
  • d247b138c5 Rename PyTypeObject and use associated type for ToPyObject. Daniel Grunwald 2015-01-04 01:34:13 +0100
  • 7ccf5c88f1 Initial commit Daniel Grunwald 2015-01-05 17:05:53 +0100