<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack/_msgpack.pyx, branch 0.1.10</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/'/>
<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://trove.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>Revert "(python) Change error message for unicode is passed but no encoding is"</title>
<updated>2011-05-31T06:40:11+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-05-31T06:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3ffc75928bfe5b5cf232de996a01436cb4064f65'/>
<id>3ffc75928bfe5b5cf232de996a01436cb4064f65</id>
<content type='text'>
This reverts commit bd73742552cf16592662a7ec5ba3608888081131.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bd73742552cf16592662a7ec5ba3608888081131.
</pre>
</div>
</content>
</entry>
<entry>
<title>(python) Change error message for unicode is passed but no encoding is</title>
<updated>2011-05-31T05:10:46+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-05-31T05:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=36b0c2de411701699faadf6d7f355b95044e581c'/>
<id>36b0c2de411701699faadf6d7f355b95044e581c</id>
<content type='text'>
specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
specified.
</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://trove.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: Remove UnpackIterator. Unpacker is iterator of itself.</title>
<updated>2011-01-30T01:45:39+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-01-30T01:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=af7113bb31877f337eef3d43048c0a9f1cb74258'/>
<id>af7113bb31877f337eef3d43048c0a9f1cb74258</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Disable gc while deserializing.</title>
<updated>2011-01-29T14:23:56+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-01-29T14:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=60d3ce3a180789ef5f57c22dd579c383ea7eed91'/>
<id>60d3ce3a180789ef5f57c22dd579c383ea7eed91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://trove.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: refactoring.</title>
<updated>2011-01-28T22:27:10+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-01-28T22:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=d0de96cacd3bd5912994c7b671a5fbf6cb303d31'/>
<id>d0de96cacd3bd5912994c7b671a5fbf6cb303d31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add use_list option to unpack and unpackb</title>
<updated>2011-01-28T09:59:05+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-01-28T09:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=77a97b9c16bfabe1f8816c348d65e1d8277780d6'/>
<id>77a97b9c16bfabe1f8816c348d65e1d8277780d6</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 memory error check.</title>
<updated>2011-01-10T11:47:23+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2011-01-10T11:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=b453385d92e549204e7e1639f286589a38143061'/>
<id>b453385d92e549204e7e1639f286589a38143061</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
