summaryrefslogtreecommitdiff
path: root/lang/python
AgeCommit message (Expand)Author
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
2011-07-14In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set.Michael Cahill
2011-07-14Pass CFLAGS and LDFLAGS through to the Python build.Michael Cahill
2011-05-26Implement full packing and unpacking for multi-column keys/values.Michael Cahill
2011-05-24Tuning and fixes for integer packing, add the Python implementation and test ...Michael Cahill
2011-05-12Support multi-column keys and values in the Python API (in future).Michael Cahill
2011-04-28Add support for wiredtiger exceptions in python.Don Anderson
2011-05-09Reworked python iterable to handle arbitrary types and added a test case (tes...Don Anderson
2011-04-26Another fix for relative paths in the Python build: setup.py wants to own the...Michael Cahill
2011-04-26Fix Python build again: split SWIG out of setup.py, we want to distribute theMichael Cahill
2011-04-26Have the Python API deal with packing and unpacking of keys and values.Michael Cahill
2011-04-26Keep the Python sources in lang/python: that's what we will want to distribute.Michael Cahill
2011-03-11Build the Python API into the build directory.Michael Cahill
2011-04-14Turned 3 typemaps for self elimination into a single macro - (from mjc)Don Anderson
2011-04-04Do 'extra self elimination' in SWIG by using typemaps with two input args.Don Anderson
2011-03-31Added ex_access.py, and added typemaps, etc. to make it all work.Don Anderson
2011-03-10Initial 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-13Add code examples for every API call, add config parameters to commit and rol...Michael Cahill
2011-01-07API changes and example updates baed on Keith's feedback.Michael Cahill
2011-01-06Incorporated Keith's latest feedback, switched XXX to @todo...Michael Cahill