10 months ago |
Tassilo Philipp |
pydc:
default tip
|
10 months ago |
Tassilo Philipp |
- refactoring of deprecated/removed func PyEval_CallObject()
|
10 months ago |
Tassilo Philipp |
version bump
|
10 months ago |
Tassilo Philipp |
- further fixes of inccorect overflow errors for int (and long on LLP64 systems)
|
10 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
|
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)
|
2020-04-14 |
Tassilo Philipp |
- godc updated to dc 1.1 and added note about missing feature
|
2020-04-14 |
Tassilo Philipp |
- erlang binding: update to dc 1.1 and added note about missing feature
|
2020-04-14 |
Tassilo Philipp |
- added syscall support to shdc
|
2020-04-13 |
Tassilo Philipp |
- shdc: more sig chars for call conv mode selection
|
2020-04-13 |
Tassilo Philipp |
- typo fix
|
2020-04-13 |
Tassilo Philipp |
- version bump
|