log

age author description
2021-02-08 Tassilo Philipp make pydc tests display failed ones
2021-02-02 Tassilo Philipp made callback example python 2 compatible, and added some randomness to numbers to sort
2021-02-02 Tassilo Philipp fixed missing () making branch always be entered
2021-02-02 Tassilo Philipp - added callback support (comes with some bigger refactoring)
2021-01-22 Tassilo Philipp - version bumps
2021-01-22 Tassilo Philipp - readme typos
2020-12-09 Tassilo Philipp typo
2020-11-14 Tassilo Philipp put pyi next to so for mypy to pick it up, directly
2020-11-13 Tassilo Philipp - comment cleanup
2020-11-13 Tassilo Philipp added callconv switching to one example
2020-11-13 Tassilo Philipp PyCObject/PyCapsule not usable as type annotation
2020-11-13 Tassilo Philipp - removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways)
2020-11-12 Tassilo Philipp - forgot to bounce version for last commit on oct 27
2020-10-27 Tassilo Philipp - python: allow None to be passed for 'p'ointers, always passing NULL
2020-04-15 Tassilo Philipp - fixed use after free issue with string handling (keeping strings as copy until after call)