<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/test/test_obj.py, branch 0.4.6</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>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://git.baserock.org/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>Support unpacking new types.</title>
<updated>2013-10-20T13:59:27+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2013-10-20T13:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=822cce823cfea8e9f7625598a125897718b4ab58'/>
<id>822cce823cfea8e9f7625598a125897718b4ab58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use py.test instead of nosetests.</title>
<updated>2012-12-29T02:24:25+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2012-12-29T02:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=593c832ab00372b4a44dd47de94e4c2546fc1193'/>
<id>593c832ab00372b4a44dd47de94e4c2546fc1193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert unwanted changes.</title>
<updated>2012-12-22T04:09:35+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2012-12-22T04:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=d796d696d193277504b76e4ba3144154bdc1163b'/>
<id>d796d696d193277504b76e4ba3144154bdc1163b</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 '0.2-maint' (fix #39)</title>
<updated>2012-12-22T04:08:46+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2012-12-22T04:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=833b85f1734a1f66ffc105f7272e402d68e661ed'/>
<id>833b85f1734a1f66ffc105f7272e402d68e661ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests.</title>
<updated>2012-12-10T17:46:13+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2012-12-10T17:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3478406537fc36badb2501d2110a2bceb48a45b6'/>
<id>3478406537fc36badb2501d2110a2bceb48a45b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>segfault fixed when data is unpacked using `list_hook`,</title>
<updated>2012-10-12T10:19:53+00:00</updated>
<author>
<name>Alexei Romanoff</name>
<email>drednout.by@gmail.com</email>
</author>
<published>2012-10-12T10:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=cf89f18be7614d6d55bb9eb7e9bf0e10d42a8508'/>
<id>cf89f18be7614d6d55bb9eb7e9bf0e10d42a8508</id>
<content type='text'>
this bug is a twin to #28.
Unit-test is also attached.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this bug is a twin to #28.
Unit-test is also attached.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit-test for issue https://github.com/msgpack/msgpack-python/issues/28</title>
<updated>2012-10-12T09:34:18+00:00</updated>
<author>
<name>Alexei Romanoff</name>
<email>drednout.by@gmail.com</email>
</author>
<published>2012-10-12T09:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=4ea952f39dc5ff1231f780252d8d4efb16b2be3b'/>
<id>4ea952f39dc5ff1231f780252d8d4efb16b2be3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings.</title>
<updated>2012-09-23T18:08:13+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2012-09-23T18:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=477d3b152f5d36a48a8083b3720def2dd1f5d1a7'/>
<id>477d3b152f5d36a48a8083b3720def2dd1f5d1a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support object_pairs_hook</title>
<updated>2012-09-23T18:05:39+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2012-09-23T18:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=e38103264176d3f8e715d206e2d9d4155eb5b121'/>
<id>e38103264176d3f8e715d206e2d9d4155eb5b121</id>
<content type='text'>
Merge remote-tracking branch 'jnothman/object_pairs_hook' into 0.2-maint
Conflicts:
	msgpack/_msgpack.pyx
	test/test_pack.py
	test/test_sequnpack.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge remote-tracking branch 'jnothman/object_pairs_hook' into 0.2-maint
Conflicts:
	msgpack/_msgpack.pyx
	test/test_pack.py
	test/test_sequnpack.py
</pre>
</div>
</content>
</entry>
</feed>
