<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/cython, branch 1.9</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/'/>
<entry>
<title>added PLIST_KEY support to cython bindings</title>
<updated>2013-03-18T00:54:46+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-03-18T00:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=80b5e50a7b6f23093e46020975c63de62e13b569'/>
<id>80b5e50a7b6f23093e46020975c63de62e13b569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix broken String plist handling in Python</title>
<updated>2012-03-22T14:12:26+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2012-03-22T14:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=7060250b7583ad9cd20007b6fda5dcf068d55cbe'/>
<id>7060250b7583ad9cd20007b6fda5dcf068d55cbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: use bint instead of bool, fix deprecated stuff</title>
<updated>2011-09-26T15:34:53+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-09-26T15:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=da9f709fadbcb63bc8f6b2dd4d917d920af3fe42'/>
<id>da9f709fadbcb63bc8f6b2dd4d917d920af3fe42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More qualifiers.</title>
<updated>2011-09-26T15:18:01+00:00</updated>
<author>
<name>Bryan Forbes</name>
</author>
<published>2011-09-26T15:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=b1ad30f5bf9c5067d1bdb5d7a5f9e62e9db5a137'/>
<id>b1ad30f5bf9c5067d1bdb5d7a5f9e62e9db5a137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed bool to bint in Cython functions. Added some more type qualifiers.</title>
<updated>2011-09-26T15:17:22+00:00</updated>
<author>
<name>Bryan Forbes</name>
</author>
<published>2011-09-26T15:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=bf1dcaecc3e7c4a123059ff5347bc5180835dbad'/>
<id>bf1dcaecc3e7c4a123059ff5347bc5180835dbad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some memory leaks and unicode handling.</title>
<updated>2011-09-26T15:16:51+00:00</updated>
<author>
<name>Bryan Forbes</name>
</author>
<published>2011-09-26T15:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=89900d6decbfe805720a9cbce65655ec31086f94'/>
<id>89900d6decbfe805720a9cbce65655ec31086f94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If the plist type is none, return None.</title>
<updated>2011-09-26T15:16:13+00:00</updated>
<author>
<name>Bryan Forbes</name>
</author>
<published>2011-09-26T15:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=3ceae531d868f6c1341cf916bcb0ae1248d688cd'/>
<id>3ceae531d868f6c1341cf916bcb0ae1248d688cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a call to __dealloc__ and added initialization of _array.</title>
<updated>2011-09-26T15:15:33+00:00</updated>
<author>
<name>Bryan Forbes</name>
</author>
<published>2011-09-26T15:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=f57dd030b971d14942aaec3a42d176d57547355c'/>
<id>f57dd030b971d14942aaec3a42d176d57547355c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cython bindings.</title>
<updated>2011-09-26T15:14:39+00:00</updated>
<author>
<name>Bryan Forbes</name>
</author>
<published>2011-09-26T15:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=2ca52d65bb113e8639e732f67fec3c3223c0a444'/>
<id>2ca52d65bb113e8639e732f67fec3c3223c0a444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
