<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-magic.git/test, branch 0.4.14</title>
<subtitle>github.com: ahupp/python-magic.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/'/>
<entry>
<title>Merge pull request #149 from hugovk/fix-ci</title>
<updated>2017-11-20T17:26:08+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2017-11-20T17:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=b8ab66995a41dc68007732051e45c8e2ff1c9fb2'/>
<id>b8ab66995a41dc68007732051e45c8e2ff1c9fb2</id>
<content type='text'>
Fix the CI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the CI</pre>
</div>
</content>
</entry>
<entry>
<title>python3 str handling</title>
<updated>2017-11-20T17:23:19+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2017-11-20T17:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=bec0d4428f6de11ffd90d19dfddb5af9c72d9c63'/>
<id>bec0d4428f6de11ffd90d19dfddb5af9c72d9c63</id>
<content type='text'>
In python3 ctypes, a str is passed to ctypes as wchar*.  This means
the layout of the string magic looks like [ascii, null, ascii, null,
etc].  For some reason, magic handles this just fine most of the time,
but it's clearly wrong and I'm amazed it worked at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In python3 ctypes, a str is passed to ctypes as wchar*.  This means
the layout of the string magic looks like [ascii, null, ascii, null,
etc].  For some reason, magic handles this just fine most of the time,
but it's clearly wrong and I'm amazed it worked at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "update filetype reported by libmagic &gt;=5.23 for keep_going=true"</title>
<updated>2017-10-14T08:25:28+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2017-10-14T08:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=c45ae3f04394dd190a97f12b350d97a50ec9a5ce'/>
<id>c45ae3f04394dd190a97f12b350d97a50ec9a5ce</id>
<content type='text'>
This reverts commit 9d127ceaab1da0632128422ffd6a2d340bd3e778.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9d127ceaab1da0632128422ffd6a2d340bd3e778.
</pre>
</div>
</content>
</entry>
<entry>
<title>update filetype reported by libmagic &gt;=5.23 for keep_going=true</title>
<updated>2017-10-02T03:52:48+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2017-10-02T03:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=9d127ceaab1da0632128422ffd6a2d340bd3e778'/>
<id>9d127ceaab1da0632128422ffd6a2d340bd3e778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use my own photo to avoid licensing concerns</title>
<updated>2017-10-02T03:48:25+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2017-10-02T03:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=8be47895bc108394c76badd74c0f681f6d5da63e'/>
<id>8be47895bc108394c76badd74c0f681f6d5da63e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename magic.pyc to avoid cleaning during build step</title>
<updated>2017-09-15T03:36:35+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2017-09-15T03:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=cf029d7cb3786754d35194fbbdc870e8f54711cd'/>
<id>cf029d7cb3786754d35194fbbdc870e8f54711cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return str rather than bytes for the description strings on python3.</title>
<updated>2016-06-05T22:53:16+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2016-06-05T22:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=b1666986236eab820e9155a5943d6b94938b4c40'/>
<id>b1666986236eab820e9155a5943d6b94938b4c40</id>
<content type='text'>
Assumes utf-8 encoding from magic return values, which I hope is
always the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assumes utf-8 encoding from magic return values, which I hope is
always the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>propagate exception in other branch of 509 hack</title>
<updated>2016-06-05T22:28:44+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2016-06-05T22:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=f82dc97ab906e2e83a26085834fa5fe7696972e8'/>
<id>f82dc97ab906e2e83a26085834fa5fe7696972e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hopefully fix tests on whatever travisci uses</title>
<updated>2016-03-22T04:43:19+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2016-03-22T04:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=74b53a66eb1b2f29cb5144aa19f2fb491c4cf4ec'/>
<id>74b53a66eb1b2f29cb5144aa19f2fb491c4cf4ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename the unicode lambda file to "lambda" and rename it at runtime when running the test.</title>
<updated>2016-03-21T01:55:09+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2015-12-09T06:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-magic.git/commit/?id=d0aa2c139c84320129706c468445ff2d2cb23506'/>
<id>d0aa2c139c84320129706c468445ff2d2cb23506</id>
<content type='text'>
distutils can't handle unicode filenames at install time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
distutils can't handle unicode filenames at install time.
</pre>
</div>
</content>
</entry>
</feed>
