summaryrefslogtreecommitdiff
path: root/lang/python
AgeCommit message (Expand)Author
2013-10-24Use the event handler to capture stderr, stdout.Don Anderson
2013-08-28Remove Python custom error and message callback implementations.Alex Gorrod
2013-08-15Merge branch 'develop' into java-auto-closeAlex Gorrod
2013-07-17Pass any configured Python prefix through to the Python install step.Michael Cahill
2013-07-17Fix "make install" of Python. Remove old code and restructure the Python sou...Michael Cahill
2013-07-09Install the Python module as part of "make install".Michael Cahill
2013-05-08Suppress warnings building SWIG-generated Python code.Michael Cahill
2013-04-22Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill
2013-04-19Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill
2013-04-18Add an extension "unload" entry point, configured with "unload" and withKeith Bostic
2013-04-17Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic
2013-04-17Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic
2013-04-17Add implementation for close callbacks. Add event callbacks to Python.Alex Gorrod
2013-04-09Make WiredTiger extension functions available to linked-in modules viaKeith Bostic
2013-03-13Ignore warnings when building the Python SWIG wrapper.Alex Gorrod
2013-02-25Improvements for the Java API documentation: create a Java API module, link t...Michael Cahill
2013-01-08Allow examples to run in parallel: give each a unique home directory.Michael Cahill
2013-01-07Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-10Disable some GCC warning flags for the SWIG-generated Python code.Michael Cahill
2012-11-16Add a "size of checkpoint" statistic.Michael Cahill
2012-10-24Switch the Python API to not allocate objects explicitly, and instead leave t...Michael Cahill
2012-10-24Cache cursor key/value formats in Python, to save a native call from every ge...Michael Cahill
2012-10-24Turn on SWIG optimizations and warnings.Michael Cahill
2012-10-03warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill
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