summaryrefslogtreecommitdiff
path: root/lang/python/wiredtiger.i
Commit message (Expand)AuthorAgeFilesLines
* Fixed python doc string in OVERRIDE_METHOD macro.Don Anderson2015-01-221-1/+1
* Prepend underscores to methods that could have name conflictsDon Anderson2015-01-221-8/+34
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-3/+12
|\
| * Raise an exception for any error, including WT_NOTFOUND,Don Anderson2015-01-121-2/+11
* | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-171-7/+2
* | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-6/+6
* | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-5/+31
|/
* Release Python's global lock (GIL) before sleeping to allow otherDon Anderson2015-01-081-0/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fix the Python check for a verbose build: it can't be a connection method, th...Michael Cahill2014-10-181-16/+21
* Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-0/+6
* Allow Python tests to detect whether verbose support is configured.Michael Cahill2014-10-181-0/+8
* Add JSON loading to cursors and wt load utility. refs #740.Don Anderson2014-08-061-5/+22
* Document EBUSY and update python. #1153Susan LoVerso2014-08-051-5/+5
* Merge branch 'develop' into log-cursorSusan LoVerso2014-07-311-4/+5
|\
| * Fix 0ffb202 and reinstate changes from e739089.Susan LoVerso2014-07-301-1/+10
| * The change in 0ffb202, it's not sufficient. Yank the test, it's notKeith Bostic2014-07-301-8/+0
* | Merge branch 'develop' into log-cursorSusan LoVerso2014-07-301-0/+8
|\ \ | |/
| * Add a way to skip tests that rely on diagnostic builds. Use that for the out...Michael Cahill2014-07-301-0/+8
* | Ignore __wt_lsn in language interfaces. #1106Susan LoVerso2014-07-151-0/+1
|/
* Revert languages to using lang_private.Susan LoVerso2014-05-281-3/+3
* Add an app_private field to the WT_ASYNC_OP handle.Alex Gorrod2014-05-281-3/+3
* Expose the private field with a macro.Susan LoVerso2014-05-271-3/+3
* Merge branch 'develop' into json-dumpMichael Cahill2014-05-081-18/+297
|\
| * Fix handling of raw cursors in the async API: always go through the {get,set}...Michael Cahill2014-05-021-1/+1
| * Python for async:Don Anderson2014-05-011-33/+81
| * Add pyApiAsyncCallback definition.Susan LoVerso2014-04-231-0/+38
| * Add ENOMEM_OK for async_new_op.Susan LoVerso2014-04-221-0/+15
| * Use an underlying cursor for async op keys/values.Susan LoVerso2014-04-091-2/+2
| * Merge branch 'async' of github.com:wiredtiger/wiredtiger into asyncSusan LoVerso2014-04-071-1/+1
| |\
| | * Merge branch 'develop' into asyncMichael Cahill2014-04-071-1/+1
| | |\
| * | | Add the uri/config/format cached queue for async ops.Susan LoVerso2014-04-071-1/+1
| |/ /
| * | Python fixes.Susan LoVerso2014-04-031-0/+8
| * | Add python functions. Fix warning.Susan LoVerso2014-04-031-0/+144
| * | Add async_op config processing.Susan LoVerso2014-04-031-1/+2
| * | Add some python supportSusan LoVerso2014-03-271-0/+25
* | | Use dump=json as config option for json cursor.Don Anderson2014-04-151-1/+1
* | | Changed json cursor to behave more like other dump cursors, returningDon Anderson2014-04-151-2/+22
* | | Add 'json' config option to cursor, to create JSON output.Don Anderson2014-04-091-3/+13
| |/ |/|
* | Fix include paths for Java and Python builds.Alex Gorrod2014-03-311-1/+1
|/
* In python, flush during callbacks to wrute to sys streams. refs #883.Don Anderson2014-03-031-7/+18
* whitespaceMichael Cahill2014-01-201-11/+11
* Fix bug in Python SWIG layer.Alex Gorrod2014-01-151-0/+9
* Update copyright notices for 2014.Keith Bostic2014-01-071-4/+25
* Using a closed {Cursor,Session,Connection} handle in PythonDon Anderson2013-12-101-29/+225
* Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill2013-11-211-4/+10
* Use the event handler to capture stderr, stdout.Don Anderson2013-10-241-2/+73
* Remove Python custom error and message callback implementations.Alex Gorrod2013-08-281-62/+1
* Merge branch 'develop' into java-auto-closeAlex Gorrod2013-08-151-6/+7
|\
| * Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill2013-04-221-3/+0