summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Expand)Author
2012-09-12lang/python/wiredtiger_wrap.c:5726:3: warning: expression result unusedMichael Cahill
2012-09-07Replace cursor.equals with cursor.compare (#314)Keith Bostic
2012-08-02Move dist/RELEASE to the top level of the tree.Michael Cahill
2012-07-30whitespaceMichael Cahill
2012-07-30Fix warnings in SWIG code on OS X 10.8.Michael Cahill
2012-07-30Fix methods that return integer parameters from Python.Michael Cahill
2012-07-28Change cursor.equals to return a standard error value and store the cursorKeith Bostic
2012-07-11Determine statically in SWIG how to handle errors.Michael Cahill
2012-07-10Revert change to use SWIG exception in the Python API.Michael Cahill
2012-07-10Decide statically what error handling is required.Michael Cahill
2012-07-09Change SWIG mapping to treat cursor.equals as a boolean return.Keith Bostic
2012-05-23Add a cast to the Python API when setting a record number.Michael Cahill
2012-05-14retab the SWIG input file: whitespace was inconsistent.Michael Cahill
2012-05-14Handle errors in Python cursor._set_recno.Michael Cahill
2012-05-11The wiredtiger_struct_size() call can fail, it has to return an errorKeith Bostic
2012-05-11Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic
2012-05-04Move the python "check" into lang/python: that simplifies things and avoids t...Michael Cahill
2012-03-11Add an interface for "data source" extensions.Michael Cahill
2012-03-12Update copyright notice.Keith Bostic
2012-02-06SWIG 2.0.4 no longer mentions a LICENSE file, so there's reason we need toKeith Bostic
2012-02-02Retain copyright on the Python API, add the SWIG license to the localKeith Bostic
2012-02-02The Python code is in the public domain.Keith Bostic
2012-02-02Update copyright notices for the BDB stubs and the Python API tests.Michael Cahill
2012-02-01Update the copyright notices.Keith Bostic
2012-02-01More copyright cleanup.Keith Bostic
2012-01-31Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ...Michael Cahill
2012-01-25Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill
2012-01-24Use new stat defines to look up values by key, rather than matching strings.Don Anderson
2012-01-18Use underscores in public struct names to avoid namespace pollution.Michael Cahill
2011-11-02Add documentation to the Python API.Michael Cahill
2011-10-22Added a test for 'wt dump'. Fixed python interface so thatDon Anderson
2011-10-09Fix output arg for search_near in python API. refs #31Don Anderson
2011-10-06Added support to pack type 't', needed for 'fix' tables.Don Anderson
2011-09-16Don't require SWIG to build the Python API from a release.Michael Cahill
2011-09-15Handle record numbers in raw cursors.Michael Cahill
2011-09-15Some minor test fixes.Michael Cahill
2011-09-14Added some workarounds to allow recnos to start to work:Don Anderson
2011-09-08Use the swig "-thread" command line flag, it wraps our extension functions co...Michael Cahill
2011-09-06Use an adaptor class for iterable, so we don't have to rename 'wt_cursor.next'.Don Anderson
2011-09-06Fix up various build issues:Michael Cahill
2011-09-02Split out the Python and examples from the top level Makefile.Michael Cahill
2011-09-02Add a cursor.reset operation to the Python API so that tests can use a cursor...Michael Cahill
2011-08-29Add some missing error checking to extension functions in the Python API.Michael Cahill
2011-08-26Add libtool to the build.Michael Cahill
2011-08-19Release the Global Interpreter Lock during all WT calls.Don Anderson
2011-07-22Replace wiredtiger_recno_t with uint64_t.Michael Cahill
2011-07-16Update Python proxy objects after calling "close" methods to discard their po...Michael Cahill
2011-07-16Supply default values for "config" parameters in the Python API, remove eventMichael Cahill
2011-07-15Fix several issues in the unit tests and the Python API so that all unit test...Michael Cahill
2011-07-14Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile.Michael Cahill