summaryrefslogtreecommitdiff
path: root/lang/python
AgeCommit message (Expand)Author
2016-12-14WT-3071 Fixed sign-conversion compiler errors in Java and Python SWIG code (#...Don Anderson
2016-12-06WT-3053 Make Python use internal memory allocation again. (#3179)Michael Cahill
2016-12-06WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod
2016-12-05WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic
2016-12-05WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic
2016-01-20WT-1517 Set the packing size = 1 by default in the fast path.Michael Cahill
2016-01-01Upgrade copyright notices from 2015 to 2016.Keith Bostic
2015-07-13WT-1985. Fixed a comment about 'U' unpacking so there is no confusion.Don Anderson
2015-07-07WT-1985. intpack-test.py and packing-test.py are now subsumed byDon Anderson
2015-07-07Wt-1985. Fixes required by new packing tests:Don Anderson
2015-06-30WT-1985. Fixed problems with integer packing in Python:Don Anderson
2015-04-28Merge branch 'develop' into encryption-apiSusan LoVerso
2015-04-25Fix a typo, add what will be a description section for pydocPat Gunn
2015-04-01Merge branch 'develop' into encryption-apiSusan LoVerso
2015-03-31Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill
2015-03-26Merge branch 'develop' into encryption-apiDon Anderson
2015-03-26More plumbing. #1822Susan LoVerso
2015-03-25Added -I include paths as needed to handle #include <3rdparty/...>Don Anderson
2015-01-22Fixed python doc string in OVERRIDE_METHOD macro.Don Anderson
2015-01-22Prepend underscores to methods that could have name conflictsDon Anderson
2015-01-17Merge branch 'develop' into cursor-equalMichael Cahill
2015-01-17Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill
2015-01-14Rename WT_CURSOR compare_equal to be equals.Alex Gorrod
2015-01-12Raise an exception for any error, including WT_NOTFOUND,Don Anderson
2015-01-10Add support for the WT_CURSOR.compare_equal method.Keith Bostic
2015-01-08Release Python's global lock (GIL) before sleeping to allow otherDon Anderson
2015-01-04Copyright notices: add MongoDB, update to 2015.Keith Bostic
2014-12-16Remove tabs in comments.Don Anderson
2014-12-16Some refactoring of python packing.Don Anderson
2014-12-03Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic
2014-11-12Allow unicode typed objects in Python with S/s formats. refs #1187.Don Anderson
2014-10-18Fix the Python check for a verbose build: it can't be a connection method, th...Michael Cahill
2014-10-18Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill
2014-10-18Allow Python tests to detect whether verbose support is configured.Michael Cahill
2014-10-15Merge branch 'develop' into json-loadAlex Gorrod
2014-10-01Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild defaultKeith Bostic
2014-09-19Merge branch 'develop' into json-loadAlex Gorrod
2014-09-05Rearrange the Python build so we generate object files under the build direct...Michael Cahill
2014-09-04As far as I can tell, there's no "build" directory, so quit tryingKeith Bostic
2014-09-04Add wiredtiger_wrap.o to the clean-local label.Keith Bostic
2014-09-04Don't remove the wiredtiger directory, it has source code, reference #1188.Keith Bostic
2014-08-06Add JSON loading to cursors and wt load utility. refs #740.Don Anderson
2014-08-05Document EBUSY and update python. #1153Susan LoVerso
2014-07-31Merge branch 'develop' into log-cursorSusan LoVerso
2014-07-30Fix 0ffb202 and reinstate changes from e739089.Susan LoVerso
2014-07-30The change in 0ffb202, it's not sufficient. Yank the test, it's notKeith Bostic
2014-07-30Merge branch 'develop' into log-cursorSusan LoVerso
2014-07-30Add a way to skip tests that rely on diagnostic builds. Use that for the out...Michael Cahill
2014-07-15Ignore __wt_lsn in language interfaces. #1106Susan LoVerso
2014-05-28Revert languages to using lang_private.Susan LoVerso