Maxime mouial
|
6ed25e33b3
|
Update Readme to better explain requirement to build the package
|
2019-11-26 10:45:58 -07:00 |
Christopher Schmitt
|
0ae938000d
|
Use GoStringN inside _AsString functions for bytes as they may contain NULLs
|
2019-11-20 13:37:15 -07:00 |
Maxime Mouial
|
0b25cc5505
|
Fix position type
Py_ssize_t is not the same time on linux and windows (long vs longlong).
Using the python size_t type fix the issue
|
2019-01-30 15:28:55 -07:00 |
Rémi Calixte
|
8531cecce7
|
Remove WakeupFd bindings for windows
|
2019-01-29 14:22:46 -07:00 |
Rémi Calixte
|
eefd9dbc8b
|
Don't use non constant in initializer
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
67b7b05b0f
|
Review
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
9ea77f6d19
|
give credit to https://github.com/sbinet/go-python
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
e0e003e769
|
Disable python3.5 and python3.6 for now
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
133b1e0f97
|
Add some examples
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
a6de78a63f
|
Add PyDict_Next
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
9207ba0f00
|
Unit tests (#11)
Add unit test
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
aa98a0f9cf
|
Add LICENSE-3rdparty.csv file
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
9e4fc8dd4c
|
Add copyright header
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
279898b35c
|
Add github templates
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
1b6a6c24f4
|
Type type
|
2019-01-29 14:22:32 -07:00 |
Rémi Calixte
|
a84653affe
|
Module imports
|
2018-12-12 12:22:05 -05:00 |
Rémi Calixte
|
0a31669232
|
Merge pull request #8 from DataDog/remicalixte/byte-types
Byte types
|
2018-12-12 12:15:07 -05:00 |
Rémi Calixte
|
6948421e7e
|
Byte Types
|
2018-12-12 12:12:44 -05:00 |
Rémi Calixte
|
17e3314c41
|
Merge pull request #7 from DataDog/remicalixte/more-numbers
More number types
|
2018-12-12 11:42:26 -05:00 |
Rémi Calixte
|
0f4ff7b994
|
More number types
|
2018-12-12 11:41:24 -05:00 |
Rémi Calixte
|
d7e8062229
|
Merge pull request #4 from DataDog/remicalixte/error-handling
Exception handling
|
2018-12-12 11:34:48 -05:00 |
Rémi Calixte
|
d48b3d3778
|
Exception handling
|
2018-12-11 17:03:00 -05:00 |
Rémi Calixte
|
c2cf11b44c
|
PyObject unit tests
|
2018-12-11 17:02:11 -05:00 |
Rémi Calixte
|
3d634dec16
|
Merge pull request #6 from DataDog/remicalixte/system
(4/?) System bindings
|
2018-12-11 16:09:45 -05:00 |
Rémi Calixte
|
f7d9a5db3d
|
System bindings
|
2018-12-11 16:08:40 -05:00 |
Rémi Calixte
|
a7c8efd9c1
|
Merge pull request #5 from DataDog/remicalixte/pyobject
(3/?) Basic Types
|
2018-12-11 12:03:48 -05:00 |
Rémi Calixte
|
556d124779
|
Add go test command to the CI (#13)
Add go test command to the CI
|
2018-12-11 09:59:06 -07:00 |
Rémi Calixte
|
422fa73927
|
Basic Types
|
2018-12-10 16:44:12 -05:00 |
Rémi Calixte
|
c2d05986fc
|
Merge pull request #3 from DataDog/remicalixte/lifecycle
Lifecycle
|
2018-12-10 16:40:52 -05:00 |
maxime mouial
|
59853178c8
|
Merge pull request #12 from DataDog/maxime/test-matrix
Add test matrix
|
2018-12-10 10:29:50 -07:00 |
Maxime Mouial
|
9f789a3eb3
|
Add test matrix for Python versions
|
2018-12-10 10:28:17 -07:00 |
Rémi Calixte
|
e3f8ed64f2
|
Interpreter lifecycle
|
2018-12-07 14:47:44 -05:00 |
Rémi Calixte
|
f71adb9d2c
|
Fix: import fmt
|
2018-12-07 11:51:35 -05:00 |
Rémi Calixte
|
a7a19b5bee
|
Merge pull request #2 from DataDog/remicalixte/high-level-layer
High Level Layer
|
2018-12-07 10:09:38 -05:00 |
Maxime Mouial
|
dd07c4aa3b
|
Update error API for high level to expose Go error
|
2018-12-06 17:05:44 -07:00 |
Rémi Calixte
|
16c451d086
|
High Level Layer
|
2018-12-06 12:13:32 -05:00 |
Rémi Calixte
|
0f19022bce
|
Initial commit
|
2018-11-05 13:05:33 -05:00 |