| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-1517 Set the packing size = 1 by default in the fast path. | Michael Cahill | 2016-01-20 | 1 | -12/+4 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 5 | -5/+5 |
* | WT-1985. Fixed a comment about 'U' unpacking so there is no confusion. | Don Anderson | 2015-07-13 | 1 | -1/+2 |
* | WT-1985. intpack-test.py and packing-test.py are now subsumed by | Don Anderson | 2015-07-07 | 2 | -114/+0 |
* | Wt-1985. Fixes required by new packing tests: | Don Anderson | 2015-07-07 | 1 | -9/+10 |
* | WT-1985. Fixed problems with integer packing in Python: | Don Anderson | 2015-06-30 | 2 | -0/+28 |
* | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-04-28 | 1 | -4/+10 |
|\ |
|
| * | Fix a typo, add what will be a description section for pydoc | Pat Gunn | 2015-04-25 | 1 | -4/+10 |
* | | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-04-01 | 1 | -18/+31 |
|\ \
| |/ |
|
| * | Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c.... | Michael Cahill | 2015-03-31 | 1 | -18/+31 |
* | | Merge branch 'develop' into encryption-api | Don Anderson | 2015-03-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Added -I include paths as needed to handle #include <3rdparty/...> | Don Anderson | 2015-03-25 | 1 | -1/+1 |
* | | More plumbing. #1822 | Susan LoVerso | 2015-03-26 | 1 | -0/+2 |
|/ |
|
* | Fixed python doc string in OVERRIDE_METHOD macro. | Don Anderson | 2015-01-22 | 1 | -1/+1 |
* | Prepend underscores to methods that could have name conflicts | Don Anderson | 2015-01-22 | 1 | -8/+34 |
* | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 1 | -3/+12 |
|\ |
|
| * | Raise an exception for any error, including WT_NOTFOUND, | Don Anderson | 2015-01-12 | 1 | -2/+11 |
* | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not. | Michael Cahill | 2015-01-17 | 1 | -7/+2 |
* | | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod | 2015-01-14 | 1 | -6/+6 |
* | | Add support for the WT_CURSOR.compare_equal method. | Keith Bostic | 2015-01-10 | 1 | -5/+31 |
|/ |
|
* | Release Python's global lock (GIL) before sleeping to allow other | Don Anderson | 2015-01-08 | 1 | -0/+2 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 7 | -0/+7 |
* | Remove tabs in comments. | Don Anderson | 2014-12-16 | 1 | -1/+1 |
* | Some refactoring of python packing. | Don Anderson | 2014-12-16 | 2 | -31/+99 |
* | Change the Python scripts to follow Python indenting standards (4 space | Keith Bostic | 2014-12-03 | 4 | -180/+181 |
* | Allow unicode typed objects in Python with S/s formats. refs #1187. | Don Anderson | 2014-11-12 | 1 | -4/+8 |
* | Fix the Python check for a verbose build: it can't be a connection method, th... | Michael Cahill | 2014-10-18 | 1 | -16/+21 |
* | Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo... | Michael Cahill | 2014-10-18 | 1 | -0/+6 |
* | Allow Python tests to detect whether verbose support is configured. | Michael Cahill | 2014-10-18 | 1 | -0/+8 |
* | Merge branch 'develop' into json-load | Alex Gorrod | 2014-10-15 | 1 | -2/+2 |
|\ |
|
| * | Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild default | Keith Bostic | 2014-10-01 | 1 | -2/+2 |
* | | Merge branch 'develop' into json-load | Alex Gorrod | 2014-09-19 | 2 | -14/+14 |
|\ \
| |/ |
|
| * | Rearrange the Python build so we generate object files under the build direct... | Michael Cahill | 2014-09-05 | 2 | -14/+14 |
| * | As far as I can tell, there's no "build" directory, so quit trying | Keith Bostic | 2014-09-04 | 1 | -1/+1 |
| * | Add wiredtiger_wrap.o to the clean-local label. | Keith Bostic | 2014-09-04 | 1 | -1/+1 |
| * | Don't remove the wiredtiger directory, it has source code, reference #1188. | Keith Bostic | 2014-09-04 | 1 | -1/+1 |
* | | Add JSON loading to cursors and wt load utility. refs #740. | Don Anderson | 2014-08-06 | 1 | -5/+22 |
|/ |
|
* | Document EBUSY and update python. #1153 | Susan LoVerso | 2014-08-05 | 1 | -5/+5 |
* | Merge branch 'develop' into log-cursor | Susan LoVerso | 2014-07-31 | 1 | -4/+5 |
|\ |
|
| * | Fix 0ffb202 and reinstate changes from e739089. | Susan LoVerso | 2014-07-30 | 1 | -1/+10 |
| * | The change in 0ffb202, it's not sufficient. Yank the test, it's not | Keith Bostic | 2014-07-30 | 1 | -8/+0 |
* | | Merge branch 'develop' into log-cursor | Susan LoVerso | 2014-07-30 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Add a way to skip tests that rely on diagnostic builds. Use that for the out... | Michael Cahill | 2014-07-30 | 1 | -0/+8 |
* | | Ignore __wt_lsn in language interfaces. #1106 | Susan LoVerso | 2014-07-15 | 1 | -0/+1 |
|/ |
|
* | Revert languages to using lang_private. | Susan LoVerso | 2014-05-28 | 1 | -3/+3 |
* | Add an app_private field to the WT_ASYNC_OP handle. | Alex Gorrod | 2014-05-28 | 1 | -3/+3 |
* | Expose the private field with a macro. | Susan LoVerso | 2014-05-27 | 1 | -3/+3 |
* | Merge branch 'develop' into json-dump | Michael Cahill | 2014-05-08 | 2 | -23/+299 |
|\ |
|
| * | Fix handling of raw cursors in the async API: always go through the {get,set}... | Michael Cahill | 2014-05-02 | 1 | -1/+1 |
| * | Python for async: | Don Anderson | 2014-05-01 | 1 | -33/+81 |