Pointers.py Versions Save

Bringing the hell of pointers to Python.

v3.0.1

1 month ago

fix #33

v3.0.0

1 month ago

the april fools release

v2.6.0

1 year ago
  • Variable pointers
  • Some minor patches

v2.5.0

1 year ago

Just some more support for CPython ABI, not much is excluded now.

v2.4.0

1 year ago
  • More support for CPython ABI bindings
  • Stack allocations
  • Patch for libm bindings on Linux

v2.3.0

1 year ago
  • Support for NULL inside bindings
  • Small patch with finding libc
  • Fix for passing null pointers to struct pointers

v2.2.0

1 year ago
  • Limited support for CPython ABI bindings
  • Several patches with C bindings
  • Updated repr's for all pointer objects
  • Small changes to Pointer and Struct
  • Added segfault handler with the handle decorator
  • Changed the constants module to utils

v2.1.1

1 year ago

Quick patch with null pointers

v2.1.0

1 year ago
  • Improved internal API
  • Fix on reference counting with movement
  • Added reference documentation

v2.0.0

1 year ago
  • Reworked documentation
  • Several bug fixes
  • Optimized internal API
  • Better and fixed type safety
  • New memory safety features