Updated test suite for Python 3.4 unittest garbage collection changes (:issue:`164` :issue:`169`)
Using the :ref:`recommended <recommended_build>` build option of **--enable-all-extensions** turns on `STAT4 <https://sqlite.org/compile.htmlenable_stat4>`__. Windows binaries include this too.
3.8.5r1
========
Added SQLITE_IOCAP_IMMUTABLE and SQLITE_FCNTL_WIN32_SET_HANDLE constants.
3.8.4.3r1
==========
Added :meth:`Cursor.fetchone`
3.8.4.2r1
==========
No APSW code changes. Rebuild due to updated SQLite version.
3.8.4.1r1
==========
Windows 64 bit binary builds for Python 3.3+ are back - thanks to Mike C. Fletcher for `pointing the way <http://blog.vrplumber.com/b/2014/02/12/step-2-get-amd64-compatible-vs-2010/>`__
Correct detection of current SQLite version from download page for :doc:`setup.py <build>` fetch command
Tested against Python 3.4 and binaries for Windows.
3.8.3.1r1
==========
Updated :doc:`shell` completions for keywords, functions and pragmas.