Skip to content

Releases: ZeroIntensity/pointers.py

3.0.1

01 Apr 21:49
517025a
Compare
Choose a tag to compare

3.0.0

01 Apr 16:16
d72609e
Compare
Choose a tag to compare

the april fools release

2.6.0

14 Feb 23:22
Compare
Choose a tag to compare
  • Variable pointers
  • Some minor patches

2.5.0

22 Dec 02:37
Compare
Choose a tag to compare

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

2.4.0

30 Nov 22:44
Compare
Choose a tag to compare
  • More support for CPython ABI bindings
  • Stack allocations
  • Patch for libm bindings on Linux

2.3.0

08 Nov 00:59
Compare
Choose a tag to compare
  • Support for NULL inside bindings
  • Small patch with finding libc
  • Fix for passing null pointers to struct pointers

2.2.0

16 Oct 20:08
Compare
Choose a tag to compare
  • 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

17 Sep 16:49
Compare
Choose a tag to compare

Quick patch with null pointers

2.1.0

17 Sep 15:26
Compare
Choose a tag to compare
  • Improved internal API
  • Fix on reference counting with movement
  • Added reference documentation

2.0.0

12 Aug 21:17
Compare
Choose a tag to compare
  • Reworked documentation
  • Several bug fixes
  • Optimized internal API
  • Better and fixed type safety
  • New memory safety features