| Commit message (Expand) | Author | Age | Files | Lines |
* | SWIG 2.0.4 no longer mentions a LICENSE file, so there's reason we need to | Keith Bostic | 2012-02-06 | 1 | -22/+0 |
* | Retain copyright on the Python API, add the SWIG license to the local | Keith Bostic | 2012-02-02 | 12 | -153/+63 |
* | The Python code is in the public domain. | Keith Bostic | 2012-02-02 | 7 | -11/+159 |
* | Update copyright notices for the BDB stubs and the Python API tests. | Michael Cahill | 2012-02-02 | 9 | -96/+32 |
* | Update the copyright notices. | Keith Bostic | 2012-02-01 | 2 | -2/+48 |
* | More copyright cleanup. | Keith Bostic | 2012-02-01 | 2 | -9/+3 |
* | Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ... | Michael Cahill | 2012-01-31 | 1 | -0/+1 |
* | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill | 2012-01-25 | 1 | -5/+0 |
* | Use new stat defines to look up values by key, rather than matching strings. | Don Anderson | 2012-01-24 | 1 | -1/+25 |
* | Use underscores in public struct names to avoid namespace pollution. | Michael Cahill | 2012-01-18 | 1 | -35/+35 |
* | Add documentation to the Python API. | Michael Cahill | 2011-11-02 | 1 | -14/+56 |
* | Added a test for 'wt dump'. Fixed python interface so that | Don Anderson | 2011-10-22 | 1 | -2/+2 |
* | Fix output arg for search_near in python API. refs #31 | Don Anderson | 2011-10-09 | 1 | -0/+3 |
* | Added support to pack type 't', needed for 'fix' tables. | Don Anderson | 2011-10-06 | 1 | -0/+18 |
* | Don't require SWIG to build the Python API from a release. | Michael Cahill | 2011-09-16 | 1 | -1/+1 |
* | Handle record numbers in raw cursors. | Michael Cahill | 2011-09-15 | 1 | -22/+18 |
* | Some minor test fixes. | Michael Cahill | 2011-09-15 | 1 | -1/+1 |
* | Added some workarounds to allow recnos to start to work: | Don Anderson | 2011-09-14 | 1 | -0/+24 |
* | Use the swig "-thread" command line flag, it wraps our extension functions co... | Michael Cahill | 2011-09-08 | 2 | -16/+9 |
* | Use an adaptor class for iterable, so we don't have to rename 'wt_cursor.next'. | Don Anderson | 2011-09-06 | 1 | -13/+18 |
* | Fix up various build issues: | Michael Cahill | 2011-09-06 | 1 | -1/+1 |
* | Split out the Python and examples from the top level Makefile. | Michael Cahill | 2011-09-02 | 2 | -2/+14 |
* | Add a cursor.reset operation to the Python API so that tests can use a cursor... | Michael Cahill | 2011-09-02 | 1 | -0/+5 |
* | Add some missing error checking to extension functions in the Python API. | Michael Cahill | 2011-08-29 | 1 | -4/+14 |
* | Add libtool to the build. | Michael Cahill | 2011-08-26 | 1 | -3/+11 |
* | Release the Global Interpreter Lock during all WT calls. | Don Anderson | 2011-08-19 | 1 | -0/+11 |
* | Replace wiredtiger_recno_t with uint64_t. | Michael Cahill | 2011-07-22 | 1 | -3/+3 |
* | Update Python proxy objects after calling "close" methods to discard their po... | Michael Cahill | 2011-07-16 | 1 | -0/+14 |
* | Supply default values for "config" parameters in the Python API, remove event | Michael Cahill | 2011-07-16 | 1 | -1/+10 |
* | Fix several issues in the unit tests and the Python API so that all unit test... | Michael Cahill | 2011-07-15 | 1 | -7/+6 |
* | Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile. | Michael Cahill | 2011-07-14 | 1 | -9/+0 |
* | In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set. | Michael Cahill | 2011-07-14 | 1 | -2/+9 |
* | Pass CFLAGS and LDFLAGS through to the Python build. | Michael Cahill | 2011-07-14 | 1 | -0/+2 |
* | Implement full packing and unpacking for multi-column keys/values. | Michael Cahill | 2011-05-26 | 4 | -95/+213 |
* | Tuning and fixes for integer packing, add the Python implementation and test ... | Michael Cahill | 2011-05-24 | 2 | -0/+118 |
* | Support multi-column keys and values in the Python API (in future). | Michael Cahill | 2011-05-12 | 1 | -16/+21 |
* | Add support for wiredtiger exceptions in python. | Don Anderson | 2011-04-28 | 1 | -7/+46 |
* | Reworked python iterable to handle arbitrary types and added a test case (tes... | Don Anderson | 2011-05-09 | 1 | -77/+16 |
* | Another fix for relative paths in the Python build: setup.py wants to own the... | Michael Cahill | 2011-04-26 | 1 | -1/+2 |
* | Fix Python build again: split SWIG out of setup.py, we want to distribute the | Michael Cahill | 2011-04-26 | 1 | -3/+4 |
* | Have the Python API deal with packing and unpacking of keys and values. | Michael Cahill | 2011-04-26 | 2 | -23/+206 |
* | Keep the Python sources in lang/python: that's what we will want to distribute. | Michael Cahill | 2011-04-26 | 1 | -2/+1 |
* | Build the Python API into the build directory. | Michael Cahill | 2011-03-11 | 1 | -4/+5 |
* | Turned 3 typemaps for self elimination into a single macro - (from mjc) | Don Anderson | 2011-04-14 | 1 | -17/+7 |
* | Do 'extra self elimination' in SWIG by using typemaps with two input args. | Don Anderson | 2011-04-04 | 1 | -61/+15 |
* | Added ex_access.py, and added typemaps, etc. to make it all work. | Don Anderson | 2011-03-31 | 1 | -3/+203 |
* | Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf... | Michael Cahill | 2011-03-10 | 2 | -0/+30 |
* | [#23] Permit JSON config strings. Change "column set" to "column group" / "c... | Michael Cahill | 2011-01-28 | 1 | -9/+9 |
* | Add code examples for every API call, add config parameters to commit and rol... | Michael Cahill | 2011-01-13 | 2 | -20/+50 |
* | API changes and example updates baed on Keith's feedback. | Michael Cahill | 2011-01-07 | 2 | -427/+27 |