gopy/_examples
Randall C. O'Reilly d2379001f2 reformat variadic 2022-11-15 02:28:05 -08:00
..
arrays all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
cgo tests: fix exit code 2019-01-16 16:18:59 +01:00
consts all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
cpkg update support matrix, add setup.py example in README, gofmt files. 2022-06-19 01:58:22 -07:00
cstrings gopy,bind: fix storage leaks due to C.Cstring allocations w/ pybindgen 2020-02-19 09:31:07 +01:00
empty all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
funcs final update of goki -> go-python -- my pass should be complete here and now just awaiting final review for PR merge. 2019-08-24 10:31:16 +02:00
gopyerrors gopy,bind: improve error reporting for python-incompatible methods and funcs 2020-02-19 09:26:10 +01:00
gopygc gopy,gopyh,bind: allow for deletion of handles from the map in gopyh 2020-02-18 22:59:10 +01:00
gostrings all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
hi gopy,gopyh,bind: allow for deletion of handles from the map in gopyh 2020-02-18 22:59:10 +01:00
iface main,bind,_examples: fix tests for go 1.16 2021-03-16 12:51:57 +01:00
lot tests: fix exit code 2019-01-16 16:18:59 +01:00
maps added __contains__ for maps so std python "in" syntax works for checking keys. added to tests. 2019-08-24 10:31:16 +02:00
named most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step. 2019-08-24 10:31:16 +02:00
osfile should be last fixes before switching over paths and pulling from PR etc: added osfile example test, which uses pkg and imports os -- needed some fixes to get os package to parse, including fixing error conversion from string, and dealing with func literals with no arg names. osfile doesn't actually work b/c python import only working after install -- not worth doing install for test. 2019-08-24 10:31:16 +02:00
package/mypkg main,bind,_examples: use absolute package imports and make configurable 2021-03-17 22:02:07 +01:00
pkgconflict major fix: create an import alias for package name conflicts -- e.g., adding goplot font package conflicts with image/font.. added pkgconflict test case 2021-08-29 02:55:02 -07:00
pointers all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
pyerrors bind: WIP add checks for exception being set in wrapped python functions 2021-04-05 07:55:27 +12:00
rename main,bind: extended gopy:name control, auto PEP8 naming, and property docstring support 2021-03-26 09:16:11 +01:00
seqs all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
simple tests: fix exit code 2019-01-16 16:18:59 +01:00
sliceptr tests: fix exit code 2019-01-16 16:18:59 +01:00
slices Test complex slices. 2022-11-13 16:46:50 +02:00
structs _examples,bind: add a test for types.Named 2020-03-27 18:58:43 +01:00
unicode most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step. 2019-08-24 10:31:16 +02:00
variadic reformat variadic 2022-11-15 02:28:05 -08:00
vars all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
wrapper bind,_examples: apply goimports 2017-06-08 14:24:00 +02:00