summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* lang/python/wiredtiger_wrap.c:5726:3: warning: expression result unusedMichael Cahill2012-09-121-1/+5
* Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-7/+7
* Move dist/RELEASE to the top level of the tree.Michael Cahill2012-08-021-3/+3
* whitespaceMichael Cahill2012-07-301-20/+20
* Fix warnings in SWIG code on OS X 10.8.Michael Cahill2012-07-301-12/+21
* Fix methods that return integer parameters from Python.Michael Cahill2012-07-301-14/+44
* Change cursor.equals to return a standard error value and store the cursorKeith Bostic2012-07-281-2/+5
* Determine statically in SWIG how to handle errors.Michael Cahill2012-07-111-21/+40
* Revert change to use SWIG exception in the Python API.Michael Cahill2012-07-101-40/+21
* Decide statically what error handling is required.Michael Cahill2012-07-102-22/+41
* Change SWIG mapping to treat cursor.equals as a boolean return.Keith Bostic2012-07-091-1/+13
* Add a cast to the Python API when setting a record number.Michael Cahill2012-05-231-1/+1
* retab the SWIG input file: whitespace was inconsistent.Michael Cahill2012-05-141-184/+182
* Handle errors in Python cursor._set_recno.Michael Cahill2012-05-141-9/+13
* The wiredtiger_struct_size() call can fail, it has to return an errorKeith Bostic2012-05-111-2/+5
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-111-4/+6
* Move the python "check" into lang/python: that simplifies things and avoids t...Michael Cahill2012-05-041-0/+2
* Add an interface for "data source" extensions.Michael Cahill2012-03-111-2/+2
* Update copyright notice.Keith Bostic2012-03-121-1/+1
* SWIG 2.0.4 no longer mentions a LICENSE file, so there's reason we need toKeith Bostic2012-02-061-22/+0
* Retain copyright on the Python API, add the SWIG license to the localKeith Bostic2012-02-0212-153/+63
* The Python code is in the public domain.Keith Bostic2012-02-027-11/+159
* Update copyright notices for the BDB stubs and the Python API tests.Michael Cahill2012-02-029-96/+32
* Update the copyright notices.Keith Bostic2012-02-012-2/+48
* More copyright cleanup.Keith Bostic2012-02-012-9/+3
* Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ...Michael Cahill2012-01-311-0/+1
* Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill2012-01-251-5/+0
* Use new stat defines to look up values by key, rather than matching strings.Don Anderson2012-01-241-1/+25
* Use underscores in public struct names to avoid namespace pollution.Michael Cahill2012-01-181-35/+35
* Add documentation to the Python API.Michael Cahill2011-11-021-14/+56
* Added a test for 'wt dump'. Fixed python interface so thatDon Anderson2011-10-221-2/+2
* Fix output arg for search_near in python API. refs #31Don Anderson2011-10-091-0/+3
* Added support to pack type 't', needed for 'fix' tables.Don Anderson2011-10-061-0/+18
* Don't require SWIG to build the Python API from a release.Michael Cahill2011-09-161-1/+1
* Handle record numbers in raw cursors.Michael Cahill2011-09-151-22/+18
* Some minor test fixes.Michael Cahill2011-09-151-1/+1
* Added some workarounds to allow recnos to start to work:Don Anderson2011-09-141-0/+24
* Use the swig "-thread" command line flag, it wraps our extension functions co...Michael Cahill2011-09-082-16/+9
* Use an adaptor class for iterable, so we don't have to rename 'wt_cursor.next'.Don Anderson2011-09-061-13/+18
* Fix up various build issues:Michael Cahill2011-09-061-1/+1
* Split out the Python and examples from the top level Makefile.Michael Cahill2011-09-022-2/+14
* Add a cursor.reset operation to the Python API so that tests can use a cursor...Michael Cahill2011-09-021-0/+5
* Add some missing error checking to extension functions in the Python API.Michael Cahill2011-08-291-4/+14
* Add libtool to the build.Michael Cahill2011-08-261-3/+11
* Release the Global Interpreter Lock during all WT calls.Don Anderson2011-08-191-0/+11
* Replace wiredtiger_recno_t with uint64_t.Michael Cahill2011-07-221-3/+3
* Update Python proxy objects after calling "close" methods to discard their po...Michael Cahill2011-07-161-0/+14
* Supply default values for "config" parameters in the Python API, remove eventMichael Cahill2011-07-161-1/+10
* Fix several issues in the unit tests and the Python API so that all unit test...Michael Cahill2011-07-151-7/+6