| Age | Commit message (Expand) | Author |
| 2013-10-24 | Use the event handler to capture stderr, stdout. | Don Anderson |
| 2013-08-28 | Remove Python custom error and message callback implementations. | Alex Gorrod |
| 2013-08-15 | Merge branch 'develop' into java-auto-close | Alex Gorrod |
| 2013-07-17 | Pass any configured Python prefix through to the Python install step. | Michael Cahill |
| 2013-07-17 | Fix "make install" of Python. Remove old code and restructure the Python sou... | Michael Cahill |
| 2013-07-09 | Install the Python module as part of "make install". | Michael Cahill |
| 2013-05-08 | Suppress warnings building SWIG-generated Python code. | Michael Cahill |
| 2013-04-22 | Move pack/unpack methods into the extension API, because extensions shouldn't... | Michael Cahill |
| 2013-04-19 | Change the extension function names to "init" and "terminate" so that API cha... | Michael Cahill |
| 2013-04-18 | Add an extension "unload" entry point, configured with "unload" and with | Keith Bostic |
| 2013-04-17 | Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead. | Keith Bostic |
| 2013-04-17 | Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api. | Keith Bostic |
| 2013-04-17 | Add implementation for close callbacks. Add event callbacks to Python. | Alex Gorrod |
| 2013-04-09 | Make WiredTiger extension functions available to linked-in modules via | Keith Bostic |
| 2013-03-13 | Ignore warnings when building the Python SWIG wrapper. | Alex Gorrod |
| 2013-02-25 | Improvements for the Java API documentation: create a Java API module, link t... | Michael Cahill |
| 2013-01-08 | Allow examples to run in parallel: give each a unique home directory. | Michael Cahill |
| 2013-01-07 | Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para... | Michael Cahill |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-10 | Disable some GCC warning flags for the SWIG-generated Python code. | Michael Cahill |
| 2012-11-16 | Add a "size of checkpoint" statistic. | Michael Cahill |
| 2012-10-24 | Switch the Python API to not allocate objects explicitly, and instead leave t... | Michael Cahill |
| 2012-10-24 | Cache cursor key/value formats in Python, to save a native call from every ge... | Michael Cahill |
| 2012-10-24 | Turn on SWIG optimizations and warnings. | Michael Cahill |
| 2012-10-03 | warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' | Michael Cahill |
| 2012-09-12 | lang/python/wiredtiger_wrap.c:5726:3: warning: expression result unused | Michael Cahill |
| 2012-09-07 | Replace cursor.equals with cursor.compare (#314) | Keith Bostic |
| 2012-08-02 | Move dist/RELEASE to the top level of the tree. | Michael Cahill |
| 2012-07-30 | whitespace | Michael Cahill |
| 2012-07-30 | Fix warnings in SWIG code on OS X 10.8. | Michael Cahill |
| 2012-07-30 | Fix methods that return integer parameters from Python. | Michael Cahill |
| 2012-07-28 | Change cursor.equals to return a standard error value and store the cursor | Keith Bostic |
| 2012-07-11 | Determine statically in SWIG how to handle errors. | Michael Cahill |
| 2012-07-10 | Revert change to use SWIG exception in the Python API. | Michael Cahill |
| 2012-07-10 | Decide statically what error handling is required. | Michael Cahill |
| 2012-07-09 | Change SWIG mapping to treat cursor.equals as a boolean return. | Keith Bostic |
| 2012-05-23 | Add a cast to the Python API when setting a record number. | Michael Cahill |
| 2012-05-14 | retab the SWIG input file: whitespace was inconsistent. | Michael Cahill |
| 2012-05-14 | Handle errors in Python cursor._set_recno. | Michael Cahill |
| 2012-05-11 | The wiredtiger_struct_size() call can fail, it has to return an error | Keith Bostic |
| 2012-05-11 | Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as their | Keith Bostic |
| 2012-05-04 | Move the python "check" into lang/python: that simplifies things and avoids t... | Michael Cahill |
| 2012-03-11 | Add an interface for "data source" extensions. | Michael Cahill |
| 2012-03-12 | Update copyright notice. | Keith Bostic |
| 2012-02-06 | SWIG 2.0.4 no longer mentions a LICENSE file, so there's reason we need to | Keith Bostic |
| 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 |