Skip to content

Releases: arnimarj/py-pointless

Version 0.2.8.2

26 Feb 15:28
Compare
Choose a tag to compare

Fixing a build issue with GCC 4.6

Version 0.2.8.1

19 Jan 14:08
Compare
Choose a tag to compare

Added two functions in the C library, which allow skipping the validation phase when loading pointless files. Use with care.

Added a boolean flag (validate) in the Python API when opening pointless files, which allows the caller to skip the validation when loading pointless files. Defaults to True. Use with care.

Added GetFileNo() function to Python Pointless Object which exposes the underlying file-descriptor of the open file.

Version 0.2.8

14 Nov 16:57
Compare
Choose a tag to compare

Same as last release. Needed because of botched 0.2.7 release on PyPI

Version 0.2.7

14 Nov 15:50
Compare
Choose a tag to compare
  • Fixed a hashing bug.
  • Fixed a bug in the internal eval routine

Version 0.2.6

09 Sep 11:36
Compare
Choose a tag to compare

Two serious validation issues were fixed.