summaryrefslogtreecommitdiff
path: root/lang/python/fpacking.py
AgeCommit message (Collapse)Author
2012-02-02Retain copyright on the Python API, add the SWIG license to the localKeith Bostic
directory.
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
--HG-- extra : rebase_source : c270e923e1df304e8190062413a5028ad3da78d4
2011-05-26Implement full packing and unpacking for multi-column keys/values.Michael Cahill
--HG-- rename : lang/python/packing.py => lang/python/fpacking.py rename : lang/python/intpack-test.py => lang/python/packing-test.py rename : src/api/pack.c => src/schema/packing.c rename : test/packing/intpack-test.c => test/packing/packing-test.c