| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow table names to be specified as binary or text | Wouter Bolsterlee | 2016-07-27 | 1 | -7/+10 |
| | | | | | | | | | | | In HBase, the name is a byte string, but transparently encoding text using UTF-8 allows for cleaner code on the Python side. This makes code like connection.table("sometable") work on both Python 3 and 2. | ||||
| * | Use six.iteritems() | Wouter Bolsterlee | 2016-07-27 | 1 | -2/+2 |
| | | |||||
| * | Accept both text and binary for table prefix args | Wouter Bolsterlee | 2016-07-27 | 1 | -2/+5 |
| | | |||||
| * | Port to thriftpy | Wouter Bolsterlee | 2016-03-27 | 1 | -14/+13 |
| | | |||||
| * | 'versionadded' should mention 0.9, not 0.9b | Wouter Bolsterlee | 2014-10-14 | 1 | -1/+2 |
| | | |||||
| * | Cosmetic changes to Connection docstring | Wouter Bolsterlee | 2014-10-14 | 1 | -3/+3 |
| | | |||||
| * | Coding style | Wouter Bolsterlee | 2014-10-14 | 1 | -1/+1 |
| | | |||||
| * | Add 'version added' | John Seekins | 2014-10-09 | 1 | -0/+2 |
| | | |||||
| * | Add support for TCompactProtocol | John Seekins | 2014-10-08 | 1 | -4/+23 |
| | | |||||
| * | Fix typo in docstring | Wouter Bolsterlee | 2014-01-25 | 1 | -1/+1 |
| | | |||||
| * | Use 'argument' instead of 'parameter' in docstrings | Wouter Bolsterlee | 2014-01-25 | 1 | -43/+47 |
| | | |||||
| * | Add '0.96' compatibility mode | Wouter Bolsterlee | 2013-11-08 | 1 | -4/+3 |
| | | |||||
| * | Add new "0.94" compat mode and make it the default | Wouter Bolsterlee | 2013-11-03 | 1 | -3/+5 |
| | | | | | | At this point there is no difference between 0.92 and 0.94 though, but that might change in the future. | ||||
| * | Condense 'versionadded' directives in docs | Wouter Bolsterlee | 2013-05-25 | 1 | -5/+1 |
| | | | | | Hopefully this fixes the rendering on Read the Docs. | ||||
| * | Add some more 'versionadded' markers | Wouter Bolsterlee | 2013-05-21 | 1 | -1/+9 |
| | | |||||
| * | Add 'versionadded' markup to docs | Wouter Bolsterlee | 2013-05-20 | 1 | -0/+8 |
| | | |||||
| * | Move Thrift object creation to helper method | Wouter Bolsterlee | 2013-05-03 | 1 | -8/+12 |
| | | |||||
| * | Reorder a few statements in Connection constructor | Wouter Bolsterlee | 2013-05-03 | 1 | -11/+10 |
| | | | | | | | First check for valid arguments, then assign instance attributes, and do all this in the same order as the arguments are specified in the constructor signature. | ||||
| * | A few minor PEP8 cleanups | Wouter Bolsterlee | 2013-05-03 | 1 | -3/+2 |
| | | |||||
| * | Split code into separate modules | Wouter Bolsterlee | 2013-05-02 | 1 | -0/+322 |
| Split the monolithic .api module into separate modules implementing the connection, table, and batch parts. The public API is still the same, since all functionality is available from the main 'happybase' namespace, so this is just an internal cleanup. | |||||
