Commit Graph

  • 7d65f97b9f Update master v3.9.0 Stein Ivar Berghei 2023-05-24 17:30:48 +0900
  • cccfd203f8 Specify python3.8-embed pkg-config and remove functions no longer in python 3.8 v3.8.0 Stein Ivar Berghei 2021-11-19 13:42:50 +0100
  • 8c7eedeae7 add Slack link Christian Korneck 2021-10-25 23:40:23 +0200
  • 374f36bb22 rename project to github.com/go-python/cpy3 Christian Korneck 2021-10-24 14:08:10 +0200
  • 8eaf2611eb add .vscode to gitignore Christian Korneck 2021-10-24 13:55:07 +0200
  • 50e4a2b1e5 Adding wording about archiving this repo Maxime mouial 2021-10-20 16:41:19 +0200
  • 040a1b43c6 fix Py_EnterRecursiveCall C.free sequence M_noAria 2021-10-05 17:13:27 +0800
  • 03d93fb21b
    Merge pull request #44 from ivoanjo/ivoanjo/actually-template-license Olivier Vielpeau 2021-08-05 12:52:48 +0200
  • 3eb530bb34
    Actually template the license Ivo Anjo 2021-08-05 11:47:52 +0100
  • 6ed25e33b3 Update Readme to better explain requirement to build the package Maxime mouial 2019-11-26 10:45:58 -0700
  • 0ae938000d Use GoStringN inside _AsString functions for bytes as they may contain NULLs Christopher Schmitt 2019-07-22 13:18:28 -0600
  • 0b25cc5505 Fix position type Maxime Mouial 2019-01-30 15:27:19 -0700
  • 8531cecce7 Remove WakeupFd bindings for windows Rémi Calixte 2018-12-20 18:46:23 -0500
  • eefd9dbc8b Don't use non constant in initializer Rémi Calixte 2018-12-20 17:59:29 -0500
  • 67b7b05b0f Review Rémi Calixte 2019-01-22 11:22:20 -0500
  • 9ea77f6d19 give credit to https://github.com/sbinet/go-python Rémi Calixte 2018-12-14 13:53:36 -0500
  • e0e003e769 Disable python3.5 and python3.6 for now Rémi Calixte 2018-12-14 13:45:36 -0500
  • 133b1e0f97 Add some examples Rémi Calixte 2018-12-14 13:45:17 -0500
  • a6de78a63f Add PyDict_Next Rémi Calixte 2018-12-12 18:46:20 -0500
  • 9207ba0f00 Unit tests (#11) Rémi Calixte 2019-01-18 14:50:08 -0500
  • aa98a0f9cf Add LICENSE-3rdparty.csv file Rémi Calixte 2018-12-13 17:18:24 -0500
  • 9e4fc8dd4c Add copyright header Rémi Calixte 2018-12-13 17:09:42 -0500
  • 279898b35c Add github templates Rémi Calixte 2018-12-13 16:53:40 -0500
  • 1b6a6c24f4 Type type Rémi Calixte 2018-12-06 12:28:15 -0500
  • a84653affe
    Module imports Rémi Calixte 2018-12-06 12:27:25 -0500
  • 0a31669232
    Merge pull request #8 from DataDog/remicalixte/byte-types Rémi Calixte 2018-12-12 12:15:07 -0500
  • 6948421e7e
    Byte Types Rémi Calixte 2018-12-06 12:26:11 -0500
  • 17e3314c41
    Merge pull request #7 from DataDog/remicalixte/more-numbers Rémi Calixte 2018-12-12 11:42:26 -0500
  • 0f4ff7b994
    More number types Rémi Calixte 2018-12-06 12:24:59 -0500
  • d7e8062229
    Merge pull request #4 from DataDog/remicalixte/error-handling Rémi Calixte 2018-12-12 11:34:48 -0500
  • d48b3d3778
    Exception handling Rémi Calixte 2018-12-06 12:18:26 -0500
  • c2cf11b44c
    PyObject unit tests Rémi Calixte 2018-12-06 15:44:22 -0500
  • 3d634dec16
    Merge pull request #6 from DataDog/remicalixte/system Rémi Calixte 2018-12-11 16:09:45 -0500
  • f7d9a5db3d
    System bindings Rémi Calixte 2018-12-06 12:23:54 -0500
  • a7c8efd9c1
    Merge pull request #5 from DataDog/remicalixte/pyobject Rémi Calixte 2018-12-11 12:03:48 -0500
  • 556d124779 Add go test command to the CI (#13) Rémi Calixte 2018-12-11 11:59:06 -0500
  • 422fa73927
    Basic Types Rémi Calixte 2018-12-06 15:34:27 -0500
  • c2d05986fc
    Merge pull request #3 from DataDog/remicalixte/lifecycle Rémi Calixte 2018-12-10 16:40:52 -0500
  • 59853178c8
    Merge pull request #12 from DataDog/maxime/test-matrix maxime mouial 2018-12-10 10:29:50 -0700
  • 9f789a3eb3 Add test matrix for Python versions Maxime Mouial 2018-12-07 15:16:52 -0700
  • e3f8ed64f2
    Interpreter lifecycle Rémi Calixte 2018-12-06 12:15:14 -0500
  • f71adb9d2c
    Fix: import fmt Rémi Calixte 2018-12-07 11:51:35 -0500
  • a7a19b5bee
    Merge pull request #2 from DataDog/remicalixte/high-level-layer Rémi Calixte 2018-12-07 10:09:38 -0500
  • dd07c4aa3b Update error API for high level to expose Go error Maxime Mouial 2018-12-06 17:05:44 -0700
  • 16c451d086
    High Level Layer Rémi Calixte 2018-12-06 12:13:32 -0500
  • 0f19022bce
    Initial commit Rémi Calixte 2018-11-05 13:05:33 -0500