| Age | Commit message (Expand) | Author |
| 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 |
| 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 |