An open API service providing commit metadata for open source projects.

GitHub / willATgithub/go-python3 / commits

SHA Message Author Date Stats
218f6036 refactor go-python to go-python3 William Mosley <w****y@p****m> over 7 years ago
c904ba19 refactor include from go-python to go-python3 William Mosley <w****y@p****m> over 7 years ago
30c5bd71 Rename files to match name of new repository William Mosley <w****y@p****m> over 7 years ago
17c9f530 python: expose Py_SetPythonHome and Py_GetPythonHome Sebastien Binet <b****t@c****h> about 8 years ago
a69309ae python: expose Py_SetProgramName and Py_GetProgramName Sebastien Binet <b****t@c****h> about 8 years ago
f976f611 free allocated strings Denys Smirnov <d****1@g****m>
Committed by: Sebastien Binet <b****t@c****h>
over 8 years ago
bd44a9e1 implement functions to work with file descriptors Denys Smirnov <d****1@g****m>
Committed by: Sebastien Binet <b****t@c****h>
over 8 years ago
b3bf8f0d travis: remove GODEBUG=cgocheck=0 Sebastien Binet <b****t@c****h> over 8 years ago
837042da travis: bump to go-1.10 Sebastien Binet <b****t@c****h> over 8 years ago
2665c25d object: handle nil arguments for topy to match CPython semantics Sebastien Binet <b****t@c****h> over 8 years ago
2163105d all: apply go vet fixes Sebastien Binet <b****t@c****h> over 8 years ago
6d13f941 fix PyDict_Next, C function actually returns bool Massimiliano Pippi <m****i@g****m>
Committed by: Sebastien Binet <b****t@c****h>
almost 9 years ago
ba7e5834 Add getter to internal C pointer to Cpython object. Maxime Mouial <m****l@g****m> over 9 years ago
a2acb64f restore build on posix Massimiliano Pippi <m****i@d****m> over 9 years ago
cdc22b2a fixes to make tests pass on windows Massimiliano Pippi <m****i@g****m> over 9 years ago
c52448f3 other: add ability to iterate an iterable Ali Afshar <a****r@g****m>
Committed by: Sebastien Binet <b****t@c****h>
over 9 years ago
ac4579f1 numeric: use float64 for PyFloat Sebastien Binet <b****t@c****h> about 10 years ago
990e749f tests/modify-values: first import Sebastien Binet <b****t@c****h> about 10 years ago
4941be0f veryhigh: add defer to fclose in PyRun_SimpleFile Sebastien Binet <b****t@c****h> over 10 years ago
89498222 added some threading related functions Massimiliano Pippi <m****i@d****m>
Committed by: Sebastien Binet <b****t@c****h>
over 10 years ago
2d6a486d exceptions: fix nil pointer exception in PyErr_Fetch Sebastien Binet <b****t@c****h> over 10 years ago
c1edbfad [pyObject] Add support for PyObject_Dir Remi Hakim <r****i@d****m> over 10 years ago
f5b703a7 tests: wire up tests with go-test Sebastien Binet <b****t@c****h> over 10 years ago
7074fff0 object: add PyObject_Call for args,kwargs Sebastien Binet <b****t@c****h> over 10 years ago
91d8601f tests: add more module example Sebastien Binet <b****t@c****h> over 10 years ago
3c151594 tests: add module import example Sebastien Binet <b****t@c****h> over 10 years ago
7991d394 object: implement PyObject_Call{Function,Method}ObjArgs Sebastien Binet <b****t@c****h> almost 11 years ago
dcbfa20b object: implement PyObject_Call{Function,Method} Sebastien Binet <b****t@c****h> almost 11 years ago
a81d1b0c all: introduce go-python.{h,c} Sebastien Binet <b****t@c****h> almost 11 years ago
db7434b7 merge Merge pull request #26 from tcriess/master Sebastien Binet <b****t@c****h> about 11 years ago
33b0f5ec Length back to int Thorsten Riess <r****s@w****e> about 11 years ago
d3d33c6f Changed docstring, length to uint64 + range check Thorsten Riess <r****s@w****e> about 11 years ago
0f12455d Allow access to python bytearrays as []byte Thorsten Riess <r****s@w****e> about 11 years ago
c9a2cf7e object: use fopen on windows Sebastien Binet <b****t@c****h> about 11 years ago
022f9f58 heap: fix C-signature Sebastien Binet <b****t@c****h> about 11 years ago
7827a2c3 merge Merge pull request #20 from sbinet/pr-19 Sebastien Binet <b****t@c****h> over 11 years ago
873aabcc otherobjects: reflow PyCode_NewEmpty, more comments Sebastien Binet <b****t@c****h> over 11 years ago
dc533f66 free memory Eliot Hedeman <e****n@g****m>
Committed by: Sebastien Binet <b****t@c****h>
over 11 years ago
ee368584 fixed casting Eliot Hedeman <e****n@g****m>
Committed by: Sebastien Binet <b****t@c****h>
over 11 years ago
f43dcc3d docs Eliot Hedeman <e****n@g****m>
Committed by: Sebastien Binet <b****t@c****h>
over 11 years ago
1c5e6d50 added new empty code Eliot Hedeman <e****n@g****m>
Committed by: Sebastien Binet <b****t@c****h>
over 11 years ago
1967380b heap: fixup Py_InitModule signature. add Py_InitModule3 Sebastien Binet <b****t@c****h> over 11 years ago
9b91f334 sequence: typo Sebastien Binet <b****t@c****h> over 11 years ago
afaa0dbb veryhigh: gofmt Sebastien Binet <b****t@c****h> over 11 years ago
c77e4cad veryhigh: make _gopy_PyRun_SimpleString static Sebastien Binet <b****t@c****h> over 11 years ago
bdbe8607 capi: first stab Sebastien Binet <b****t@c****h> over 11 years ago
9486a27a merge Merge pull request #16 from tfogal/master Sebastien Binet <b****t@c****h> over 11 years ago
a80f13c6 Implement PySys_SetArgv. Tom Fogal <t****l@a****u>
Committed by: Sebastien Binet <b****t@c****h>
over 11 years ago
50d14012 Implement a PyRun_SimpleFile wrapper. Tom Fogal <t****l@a****u> over 11 years ago
f3bf469a Implement 'file2py'. Tom Fogal <t****l@a****u> over 11 years ago
f203f28c all: gofmt Sebastien Binet <b****t@c****h> over 11 years ago
9db725b0 make: install via 'go get' Sebastien Binet <b****t@c****h> over 11 years ago
d4036f6c all: cosmetics Sebastien Binet <b****t@c****h> over 11 years ago
06cbd380 object: add PyObject_FromVoidPtr Sebastien Binet <b****t@c****h> over 11 years ago
79b593f1 Add an implementation of Py_InitModule. Tom Fogal <t****l@a****u> over 11 years ago
7e92c4a6 all: gofmt Sebastien Binet <b****t@c****h> over 12 years ago
50ac4eab doc: add drone.io badge Sebastien Binet <b****t@c****h> over 12 years ago
948dea96 merge Merge pull request #13 from mstetson/incdecref Sebastien Binet <b****t@c****h> over 12 years ago
79351a1d add shims for Py_IncRef, Py_DecRef, and Py_Clear Micah Stetson <m****h@s****g> over 12 years ago
547ffc22 return nil PyObjects on error, rather than a wrapped nil pointer Micah Stetson <m****h@s****g> over 12 years ago
09be803f merge Merge pull request #12 from sbinet/feature/fix-travis Sebastien Binet <b****t@c****h> over 12 years ago
08abbc8a merge Merge pull request #11 from sbinet/feature/fix-9 Sebastien Binet <b****t@c****h> over 12 years ago
4d20317b merge Merge pull request #10 from sbinet/feature/use-pkg-config Sebastien Binet <b****t@c****h> over 12 years ago
5d70eb55 travis: add gopath/bin to PATH Sebastien Binet <b****t@c****h> over 12 years ago
40a614ed travis: simplify yml. use go-1.2 Sebastien Binet <b****t@c****h> over 12 years ago
4348b71d travis: use pkg-config Sebastien Binet <b****t@c****h> over 12 years ago
2d1d5415 Py_Main: fix double delete. add test. fix #9 Sebastien Binet <b****t@c****h> over 12 years ago
5b70c028 all: use pkg-config. fix #8 Sebastien Binet <b****t@c****h> over 12 years ago
f7e95ebc doc: use VERBOSE=1 Sebastien Binet <b****t@c****h> over 12 years ago
d608b9c6 Makefile: use python-config instead of distutils (broken on macports) Sebastien Binet <b****t@c****h> over 12 years ago
5706d655 merge Merge pull request #7 from otaviof/master Sebastien Binet <b****t@c****h> about 13 years ago
ee77e8b0 Fixing symbolic path error: Otavio Fernandes <o****s@e****m> about 13 years ago
25599138 doc: add one-liner install example Sebastien Binet <b****t@c****h> about 13 years ago
eb743a18 doc: fix install instructions for debian Sebastien Binet <b****t@c****h> about 13 years ago
0c1d9280 doc: use proper markdown syntax Sebastien Binet <b****t@c****h> over 13 years ago
f4f0f3b1 doc: rst->md, gorun -> go run Sebastien Binet <b****t@c****h> over 13 years ago
e11afaaf doc: fixing issue #3 (wrong instructions) Sebastien Binet <b****t@c****h> over 13 years ago
3181a101 travis: go get doesnt work and it confuses travis. also travis doesnt checkou... Sebastien Binet <b****t@c****h> over 13 years ago
c8187e50 travis: fix build for new pkg layout Sebastien Binet <b****t@c****h> over 13 years ago
a2b748bf fixup for new import path Sebastien Binet <b****t@c****h> over 13 years ago
30ded060 merge Merge pull request #2 from gward/master Sebastien Binet <b****t@c****h> over 13 years ago
ea8c7d1e reorganize code to make "go get" and friends happier Greg Ward <g****g@g****a> over 13 years ago
64a01107 unify/clarify/simplify makefiles Greg Ward <g****g@g****a> over 13 years ago
c0e58a29 remove Py_Initialize from python.init(). put it under python.Initialize() Sebastien Binet <b****t@c****h> over 13 years ago
3a4e39c7 travis: (really) only build. do not install Sebastien Binet <b****t@c****h> over 13 years ago
6ade3795 travis: only build. do not install Sebastien Binet <b****t@c****h> over 13 years ago
6339fd2f add travis hook Sebastien Binet <b****t@c****h> over 13 years ago
60e27f13 merge Merge pull request #1 from gward/master Sebastien Binet <b****t@c****h> over 13 years ago
bd4c2a61 Makefiles: make "all" the default target (following ancient convention) Greg Ward <g****g@g****a> over 13 years ago
1237f1b0 fixup makefiles Sebastien Binet <b****t@c****h> about 14 years ago
1a1eb735 more github migration fixups + added a link to gopkgdoc Sebastien Binet <b****t@c****h> about 14 years ago
43eaad69 more github migration fixups Sebastien Binet <b****t@c****h> about 14 years ago
46f8997b fix formatting Sebastien Binet <b****t@c****h> about 14 years ago
c1a7bc5e import from bitbucket, migrate to github Sebastien Binet <b****t@c****h> about 14 years ago
96c8fbb8 Added tag go.go1 for changeset d6102b33387b Sebastien Binet <b****t@f****h> about 14 years ago
02488dda fixing issue #6: functions taking no argument are spelled foo(void) in C (and... Sebastien Binet <b****t@f****h> about 14 years ago
3db1c2bc Added tag go.go1 for changeset 92e9457474b3 Sebastien Binet <b****t@f****h> over 14 years ago
66c41449 prepare for compilation with gccgo (drudgery in Makefile) Sebastien Binet <b****t@f****h> over 14 years ago
34eed650 applied tag go.weekly.2012-03-04 Sebastien Binet <b****t@f****h> over 14 years ago
a5ebfbbc merge merge Sebastien Binet <b****t@f****h> over 14 years ago

← Back to repository