Mercurial > pub > dyncall > bindings
log
age | author | description |
---|---|---|
2023-04-03 | Tassilo Philipp | - allow use of 'None' with 'Z' |
2022-08-03 | Tassilo Philipp | - p2Z() helper func |
2021-06-22 | Tassilo Philipp | - fixed potentially uninitialized ptr |
2021-02-08 | Tassilo Philipp | fixes to test code |
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 |