<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack/_unpacker.pyx, branch 0.4.4</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/'/>
<entry>
<title>Unpacker's ext_hook fixed + tests</title>
<updated>2014-03-24T13:31:06+00:00</updated>
<author>
<name>Alexey Popravka</name>
<email>aleksey.popravka@levelupers.com</email>
</author>
<published>2014-03-24T13:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=d850e56dd0e2d392bb6ead388c0f0a59f68e1bd2'/>
<id>d850e56dd0e2d392bb6ead388c0f0a59f68e1bd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unpacker: maintain refcnt (fix #67).</title>
<updated>2014-02-13T00:58:38+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-02-13T00:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=6d80569b9b7ec6f3756ecc91928e4ce127eb7a4b'/>
<id>6d80569b9b7ec6f3756ecc91928e4ce127eb7a4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feed data from file before _unpack()</title>
<updated>2014-02-12T18:10:51+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-02-12T18:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=9d61f243878eeabd2042bb16fe22d4325e441da6'/>
<id>9d61f243878eeabd2042bb16fe22d4325e441da6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #84 from wbolster/exception-type-cleanups</title>
<updated>2014-02-12T16:19:33+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2014-02-12T16:19:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=f322ed4e1bc3b9243b187df31af1f2d72876b9b6'/>
<id>f322ed4e1bc3b9243b187df31af1f2d72876b9b6</id>
<content type='text'>
Always raise TypeError for wrong argument types</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always raise TypeError for wrong argument types</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetic changes to fix Cython warnings</title>
<updated>2014-02-11T20:05:15+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2014-02-11T20:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=dd65341e0d3a0df843841796050f98ab1520e623'/>
<id>dd65341e0d3a0df843841796050f98ab1520e623</id>
<content type='text'>
Put declarations on separate line to avoid warnings like this:

  Non-trivial type declarators in shared declaration (e.g. mix
  of pointers and values). Each pointer declaration should be
  on its own line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put declarations on separate line to avoid warnings like this:

  Non-trivial type declarators in shared declaration (e.g. mix
  of pointers and values). Each pointer declaration should be
  on its own line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always raise TypeError for wrong argument types</title>
<updated>2014-02-11T19:42:58+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2014-02-11T19:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=77046b839da20feb528d303c8858ab6f34013ce7'/>
<id>77046b839da20feb528d303c8858ab6f34013ce7</id>
<content type='text'>
The code that checks whether hooks are callable() (and some other type
checks) should always raise TypeError on failure. Before this change,
both ValueError and TypeError were used in an inconsistent way (C
extension and Python implementation were not the same).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code that checks whether hooks are callable() (and some other type
checks) should always raise TypeError on failure. Before this change,
both ValueError and TypeError were used in an inconsistent way (C
extension and Python implementation were not the same).
</pre>
</div>
</content>
</entry>
<entry>
<title>Packing ExtType and some cleanup</title>
<updated>2013-10-20T11:28:32+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2013-10-20T11:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=96bcd76f49afd00f5b7def1ff7cfd002a7fa477d'/>
<id>96bcd76f49afd00f5b7def1ff7cfd002a7fa477d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fallback: Support pack_ext_type.</title>
<updated>2013-10-20T06:40:20+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2013-10-20T06:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=aa68c9b8330b130d600b22ec47d5c3841499b536'/>
<id>aa68c9b8330b130d600b22ec47d5c3841499b536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec</title>
<updated>2013-10-20T06:08:31+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2013-10-20T06:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=27f0cba8a5f36393517ee85d2c339847b76e0c6b'/>
<id>27f0cba8a5f36393517ee85d2c339847b76e0c6b</id>
<content type='text'>
Conflicts:
	msgpack/fallback.py
	msgpack/unpack.h
	msgpack/unpack_define.h
	msgpack/unpack_template.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	msgpack/fallback.py
	msgpack/unpack.h
	msgpack/unpack_define.h
	msgpack/unpack_template.h
</pre>
</div>
</content>
</entry>
<entry>
<title>implement unpacking for all the fixtext formats</title>
<updated>2013-10-19T15:27:16+00:00</updated>
<author>
<name>Antonio Cuni</name>
<email>anto.cuni@gmail.com</email>
</author>
<published>2013-10-19T15:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=56dd1650a42a454027ba335b494100a9f211758e'/>
<id>56dd1650a42a454027ba335b494100a9f211758e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
