| Age | Commit message (Expand) | Author |
| 2012-02-02 | Retain copyright on the Python API, add the SWIG license to the local | Keith Bostic |
| 2012-02-02 | The Python code is in the public domain. | Keith Bostic |
| 2012-02-02 | Update copyright notices for the BDB stubs and the Python API tests. | Michael Cahill |
| 2012-02-01 | Update the copyright notices. | Keith Bostic |
| 2012-02-01 | More copyright cleanup. | Keith Bostic |
| 2012-01-31 | Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ... | Michael Cahill |
| 2012-01-25 | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill |
| 2012-01-24 | Use new stat defines to look up values by key, rather than matching strings. | Don Anderson |
| 2012-01-18 | Use underscores in public struct names to avoid namespace pollution. | Michael Cahill |
| 2011-11-02 | Add documentation to the Python API. | Michael Cahill |
| 2011-10-22 | Added a test for 'wt dump'. Fixed python interface so that | Don Anderson |
| 2011-10-09 | Fix output arg for search_near in python API. refs #31 | Don Anderson |
| 2011-10-06 | Added support to pack type 't', needed for 'fix' tables. | Don Anderson |
| 2011-09-16 | Don't require SWIG to build the Python API from a release. | Michael Cahill |
| 2011-09-15 | Handle record numbers in raw cursors. | Michael Cahill |
| 2011-09-15 | Some minor test fixes. | Michael Cahill |
| 2011-09-14 | Added some workarounds to allow recnos to start to work: | Don Anderson |
| 2011-09-08 | Use the swig "-thread" command line flag, it wraps our extension functions co... | Michael Cahill |
| 2011-09-06 | Use an adaptor class for iterable, so we don't have to rename 'wt_cursor.next'. | Don Anderson |
| 2011-09-06 | Fix up various build issues: | Michael Cahill |
| 2011-09-02 | Split out the Python and examples from the top level Makefile. | Michael Cahill |
| 2011-09-02 | Add a cursor.reset operation to the Python API so that tests can use a cursor... | Michael Cahill |
| 2011-08-29 | Add some missing error checking to extension functions in the Python API. | Michael Cahill |
| 2011-08-26 | Add libtool to the build. | Michael Cahill |
| 2011-08-19 | Release the Global Interpreter Lock during all WT calls. | Don Anderson |
| 2011-07-22 | Replace wiredtiger_recno_t with uint64_t. | Michael Cahill |
| 2011-07-16 | Update Python proxy objects after calling "close" methods to discard their po... | Michael Cahill |
| 2011-07-16 | Supply default values for "config" parameters in the Python API, remove event | Michael Cahill |
| 2011-07-15 | Fix several issues in the unit tests and the Python API so that all unit test... | Michael Cahill |
| 2011-07-14 | Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile. | Michael Cahill |
| 2011-07-14 | In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set. | Michael Cahill |
| 2011-07-14 | Pass CFLAGS and LDFLAGS through to the Python build. | Michael Cahill |
| 2011-05-26 | Implement full packing and unpacking for multi-column keys/values. | Michael Cahill |
| 2011-05-24 | Tuning and fixes for integer packing, add the Python implementation and test ... | Michael Cahill |
| 2011-05-12 | Support multi-column keys and values in the Python API (in future). | Michael Cahill |
| 2011-04-28 | Add support for wiredtiger exceptions in python. | Don Anderson |
| 2011-05-09 | Reworked python iterable to handle arbitrary types and added a test case (tes... | Don Anderson |
| 2011-04-26 | Another fix for relative paths in the Python build: setup.py wants to own the... | Michael Cahill |
| 2011-04-26 | Fix Python build again: split SWIG out of setup.py, we want to distribute the | Michael Cahill |
| 2011-04-26 | Have the Python API deal with packing and unpacking of keys and values. | Michael Cahill |
| 2011-04-26 | Keep the Python sources in lang/python: that's what we will want to distribute. | Michael Cahill |
| 2011-03-11 | Build the Python API into the build directory. | Michael Cahill |
| 2011-04-14 | Turned 3 typemaps for self elimination into a single macro - (from mjc) | Don Anderson |
| 2011-04-04 | Do 'extra self elimination' in SWIG by using typemaps with two input args. | Don Anderson |
| 2011-03-31 | Added ex_access.py, and added typemaps, etc. to make it all work. | Don Anderson |
| 2011-03-10 | Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf... | Michael Cahill |
| 2011-01-28 | [#23] Permit JSON config strings. Change "column set" to "column group" / "c... | Michael Cahill |
| 2011-01-13 | Add code examples for every API call, add config parameters to commit and rol... | Michael Cahill |
| 2011-01-07 | API changes and example updates baed on Keith's feedback. | Michael Cahill |
| 2011-01-06 | Incorporated Keith's latest feedback, switched XXX to @todo... | Michael Cahill |