<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/test, branch 0.1.10</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/'/>
<entry>
<title>Fix error in tests.</title>
<updated>2011-08-21T16:57:23+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-08-21T16:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=60762747b994138dd79c655c8b9da20704f50c0c'/>
<id>60762747b994138dd79c655c8b9da20704f50c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed `encoding` argument for unpacker in Python</title>
<updated>2011-08-21T16:52:45+00:00</updated>
<author>
<name>tailhook</name>
<email>pc@gafol.net</email>
</author>
<published>2011-08-21T16:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=8c3c8a250b5f6f129e5e077a224ec6916cc87437'/>
<id>8c3c8a250b5f6f129e5e077a224ec6916cc87437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(python) make test pass with Python 2.5</title>
<updated>2011-06-01T09:30:43+00:00</updated>
<author>
<name>inada-n</name>
<email>inada-n@sag16.klab.org</email>
</author>
<published>2011-06-01T09:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=ff594d71dd85661e6307a9cca6ed184227e1dd35'/>
<id>ff594d71dd85661e6307a9cca6ed184227e1dd35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented encoding for strings</title>
<updated>2011-04-15T15:39:17+00:00</updated>
<author>
<name>tailhook</name>
<email>pc@gafol.net</email>
</author>
<published>2011-04-15T14:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=752e3d1b783fc1c12a28e05a93aa73ac7c6b751c'/>
<id>752e3d1b783fc1c12a28e05a93aa73ac7c6b751c</id>
<content type='text'>
* Packer by default uses `utf-8` encoding by default
* Unpacker uses `None` by default, so no decoding is done
* Both pack and unpack has `encoding` and `unicode_errors` arguments,
  if `encoding` is `None` no encoding/decoding is done, otherwise
  it is python codec. `unicode_errors` is supplied as `errors`
  parameter to codec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Packer by default uses `utf-8` encoding by default
* Unpacker uses `None` by default, so no decoding is done
* Both pack and unpack has `encoding` and `unicode_errors` arguments,
  if `encoding` is `None` no encoding/decoding is done, otherwise
  it is python codec. `unicode_errors` is supplied as `errors`
  parameter to codec
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Fix segmentation fault when `default` returns it's argument.</title>
<updated>2011-01-29T14:22:41+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-01-29T14:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3aaf5f5a7afb4d51e6384f87a3f70a4235b9afb5'/>
<id>3aaf5f5a7afb4d51e6384f87a3f70a4235b9afb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add test for issue29.</title>
<updated>2011-01-09T14:29:18+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-01-09T14:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=5dbf2f5ef73c574d6d2d51b32abfa63b3b124ae1'/>
<id>5dbf2f5ef73c574d6d2d51b32abfa63b3b124ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Don't use ``from __future__ import unicode_literals``.</title>
<updated>2011-01-09T14:13:35+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-01-09T14:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=9c61ce2c6cb8f87d6d928ef728a882bf141ccaf2'/>
<id>9c61ce2c6cb8f87d6d928ef728a882bf141ccaf2</id>
<content type='text'>
Python 2.5 or older doesn't support it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.5 or older doesn't support it.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Support old buffer protocol when unpack. (experimental)</title>
<updated>2010-11-02T18:11:00+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2010-11-02T18:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=a09c85ff9c846384cf681fa955ce931010995055'/>
<id>a09c85ff9c846384cf681fa955ce931010995055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add test for unpacking buffer object.</title>
<updated>2010-11-02T05:09:50+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2010-11-02T05:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3903979a84c4d450acc55faceb3f816ff7a32398'/>
<id>3903979a84c4d450acc55faceb3f816ff7a32398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add list_hook option to unpacker.</title>
<updated>2010-10-25T17:09:52+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2010-10-25T17:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3d8978417a177c280b837d72054848e8dd4bc649'/>
<id>3d8978417a177c280b837d72054848e8dd4bc649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
