Mercurial > pub > dyncall > bindings
log
age | author | description |
---|---|---|
12 months ago | Tassilo Philipp | pydc: default tip |
13 months ago | Tassilo Philipp | - refactoring of deprecated/removed func PyEval_CallObject() |
13 months ago | Tassilo Philipp | version bump |
13 months ago | Tassilo Philipp | - further fixes of inccorect overflow errors for int (and long on LLP64 systems) |
13 months ago | Tassilo Philipp | - fix inccorect overflow errors for int (and long on LLP64 systems) |
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 |