summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile.Michael Cahill2011-07-141-9/+0
* In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set.Michael Cahill2011-07-141-2/+9
* Pass CFLAGS and LDFLAGS through to the Python build.Michael Cahill2011-07-141-0/+2
* Implement full packing and unpacking for multi-column keys/values.Michael Cahill2011-05-264-95/+213
* Tuning and fixes for integer packing, add the Python implementation and test ...Michael Cahill2011-05-242-0/+118
* Support multi-column keys and values in the Python API (in future).Michael Cahill2011-05-121-16/+21
* Add support for wiredtiger exceptions in python.Don Anderson2011-04-281-7/+46
* Reworked python iterable to handle arbitrary types and added a test case (tes...Don Anderson2011-05-091-77/+16
* Another fix for relative paths in the Python build: setup.py wants to own the...Michael Cahill2011-04-261-1/+2
* Fix Python build again: split SWIG out of setup.py, we want to distribute theMichael Cahill2011-04-261-3/+4
* Have the Python API deal with packing and unpacking of keys and values.Michael Cahill2011-04-262-23/+206
* Keep the Python sources in lang/python: that's what we will want to distribute.Michael Cahill2011-04-261-2/+1
* Build the Python API into the build directory.Michael Cahill2011-03-111-4/+5
* Turned 3 typemaps for self elimination into a single macro - (from mjc)Don Anderson2011-04-141-17/+7
* Do 'extra self elimination' in SWIG by using typemaps with two input args.Don Anderson2011-04-041-61/+15
* Added ex_access.py, and added typemaps, etc. to make it all work.Don Anderson2011-03-311-3/+203
* Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf...Michael Cahill2011-03-102-0/+30
* [#23] Permit JSON config strings. Change "column set" to "column group" / "c...Michael Cahill2011-01-281-9/+9
* Add code examples for every API call, add config parameters to commit and rol...Michael Cahill2011-01-132-20/+50