Skip to content

Files

Latest commit

Mar 5, 2018
90cf2ab · Mar 5, 2018

History

History
39 lines (27 loc) · 1.22 KB

changelog.rst

File metadata and controls

39 lines (27 loc) · 1.22 KB

Change log

Release 0.3 (2014-09-01)

  • Added a comprehensive test suite and fixed several small bugs as a result (all to do with invalid file handling) (#2)
  • Added an mmap emulation to enable reading of massive files on 32-bit systems; the emulation is necessarily slower than "proper" mmap but that's the cost of staying on 32-bit! (#6)
  • Extended the warning and error hierarchy so that users of the library can fine tune exactly what warnings they want to consider errors (#3)

Release 0.2 (2014-04-23)

  • Fixed a nasty bug where opening multiple streams in a compound document would result in shared file pointer state (#4)
  • Fixed Python 3 compatibility - many thanks to Martin Panter for the bug report! (#5)

Release 0.1 (2014-02-22)

Initial release.