aboutsummaryrefslogtreecommitdiff
path: root/python (follow)
AgeCommit message (Collapse)Author
2013-02-11Updated the copyright to 2013. Also, started the Gats::RpcHandler.Mike Buland
2012-11-09Many changes: tabconv'd the C++ code, added a license, BSD, and docs.Mike Buland
2012-06-11GatsCon can display nulls now.Mike Buland
2012-06-11Python supports null.Mike Buland
2012-06-11All languages now support Null except for python and php, python is provingMike Buland
slightly trickier.
2012-05-29Apparently in python bools are ints, but ints aren't bools...this means thatMike Buland
you have to test for bool before int or bools are converted to ints. This is fixed now, bools transfer correctly.
2012-03-01Fixed a bug in java gats reading large strings over the network.Mike Buland
2012-01-16Added networking compatible send/recv functions as helpers, plus a bunch ofMike Buland
docs.
2012-01-16Created python bindings. They use the classic python dump/load/dumps/loadsMike Buland
paradigm