<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/happybase.git/happybase, branch python3</title>
<subtitle>github.com: wbolster/happybase.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/'/>
<entry>
<title>Fix outdated comment</title>
<updated>2016-07-28T07:46:42+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>wouter@bolsterl.ee</email>
</author>
<published>2016-07-28T07:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=fc506cda98c88262be5889fcfd721606be01e53b'/>
<id>fc506cda98c88262be5889fcfd721606be01e53b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use byte strings and print() function in example code</title>
<updated>2016-07-28T07:43:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>wouter@bolsterl.ee</email>
</author>
<published>2016-07-28T07:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=eae66a37fa13f8dcbe987df9b10a57ce6b691053'/>
<id>eae66a37fa13f8dcbe987df9b10a57ce6b691053</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow table names to be specified as binary or text</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-28T18:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=c788d830b1a9e1ad777fd97b59d990fbc4c0285d'/>
<id>c788d830b1a9e1ad777fd97b59d990fbc4c0285d</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite str_increment() as bytes_increment()</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-28T17:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=76ed812f5f8efa90dd41d51de7952f4f15891ff2'/>
<id>76ed812f5f8efa90dd41d51de7952f4f15891ff2</id>
<content type='text'>
...and make it work on both Python 3 and 2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...and make it work on both Python 3 and 2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Column families are byte strings</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-28T17:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=5cdd102b78d696d123abae4424c1a63f5885e395'/>
<id>5cdd102b78d696d123abae4424c1a63f5885e395</id>
<content type='text'>
...hence require splitting using a byte string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...hence require splitting using a byte string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up helpers to transform rows and cell values</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-27T19:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=43f93ae7ae810294e309d6f895830fb990879186'/>
<id>43f93ae7ae810294e309d6f895830fb990879186</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ensure_bytes() helper</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-20T21:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=f61a5ec420c1c4cad250bddc180a63bc87bfcb38'/>
<id>f61a5ec420c1c4cad250bddc180a63bc87bfcb38</id>
<content type='text'>
...to coerce unicode text into UTF-8 encoded byte strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...to coerce unicode text into UTF-8 encoded byte strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use list comprehension instead of calling map()</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-20T21:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=c913e7c950736ff44183544897fc375cde166dd3'/>
<id>c913e7c950736ff44183544897fc375cde166dd3</id>
<content type='text'>
...which behaves differently on Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...which behaves differently on Python 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use six.iteritems()</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-20T21:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=f5652822120041bfdde642a55f564f94a5d147fc'/>
<id>f5652822120041bfdde642a55f564f94a5d147fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept both text and binary for table prefix args</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-20T21:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=75356bf802c6a7e6b9eb46078447c81d260916e7'/>
<id>75356bf802c6a7e6b9eb46078447c81d260916e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
