Don Anderson
3582893d8b
WT-1985. Fixed problems with integer packing in Python:
...
1) Applied special case from C code for POS_2BYTE_MAX + 1.
2) Handle B/b format chars directly. Up to now these would have
been encoded using default int encoding (so values above
63 get errors when encoding.
2015-06-30 22:07:51 -04:00
Keith Bostic
1f9098871a
Copyright notices: add MongoDB, update to 2015.
2015-01-04 14:07:56 -05:00
Don Anderson
774ec4d399
Remove tabs in comments.
2014-12-16 16:02:44 -05:00
Don Anderson
dfa706056c
Some refactoring of python packing.
...
More checks for standalone unit tests.
Refs #1429 .
2014-12-16 15:58:34 -05:00
Keith Bostic
411a97bca2
Change the Python scripts to follow Python indenting standards (4 space
...
indents, spaces only).
2014-12-03 20:43:47 -05:00
Don Anderson
de0725b546
Allow unicode typed objects in Python with S/s formats. refs #1187 .
...
Includes tests that trigger the problem.
2014-11-12 15:06:36 -05:00
Keith Bostic
5b509b7220
Update copyright notices for 2014.
...
Move lang/java and lang/python into the public domain.
2014-01-07 10:30:12 -05:00
Michael Cahill
1fb70757f2
Fix "make install" of Python. Remove old code and restructure the Python sources under lang/python to simplify the installation step.
...
--HG--
rename : lang/python/fpacking.py => lang/python/wiredtiger/fpacking.py
rename : lang/python/intpack-test.py => lang/python/wiredtiger/intpack-test.py
rename : lang/python/intpacking.py => lang/python/wiredtiger/intpacking.py
rename : lang/python/packing-test.py => lang/python/wiredtiger/packing-test.py
rename : lang/python/packing.py => lang/python/wiredtiger/packing.py
2013-07-17 10:13:11 +10:00