Skip to content

Releases: ZeroIntensity/pointers.py

3.0.1

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 01 Apr 21:49
517025a

fix #33

3.0.0

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 01 Apr 16:16
d72609e

the april fools release

2.6.0

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 14 Feb 23:22
  • Variable pointers
  • Some minor patches

2.5.0

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 22 Dec 02:37

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

2.4.0

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 30 Nov 22:44
  • More support for CPython ABI bindings
  • Stack allocations
  • Patch for libm bindings on Linux

2.3.0

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 08 Nov 00:59
  • Support for NULL inside bindings
  • Small patch with finding libc
  • Fix for passing null pointers to struct pointers

2.2.0

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 16 Oct 20:08
  • 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

2.1.1

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 17 Sep 16:49

Quick patch with null pointers

2.1.0

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 17 Sep 15:26
  • Improved internal API
  • Fix on reference counting with movement
  • Added reference documentation

2.0.0

Choose a tag to compare

@ZeroIntensity ZeroIntensity released this 12 Aug 21:17
  • Reworked documentation
  • Several bug fixes
  • Optimized internal API
  • Better and fixed type safety
  • New memory safety features