<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-magic.git/magic.py, branch test-travis-xenial</title>
<subtitle>github.com: ahupp/python-magic.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-magic.git/'/>
<entry>
<title>Merge pull request #144 from nicfit/master</title>
<updated>2017-11-20T18:10:57+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2017-11-20T18:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=2d4e63630b576a04ac9c442eaf38caa768c98a60'/>
<id>2d4e63630b576a04ac9c442eaf38caa768c98a60</id>
<content type='text'>
Handle incorrectly encoded file names</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle incorrectly encoded file names</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://trove.baserock.org/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>Handle incorrectly encoded files (i.e. does not match file system</title>
<updated>2017-09-27T01:16:47+00:00</updated>
<author>
<name>Travis Shirk</name>
<email>travis@pobox.com</email>
</author>
<published>2017-09-27T01:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=ae77035e79a74f38437407c29a3966cfcad7d1ae'/>
<id>ae77035e79a74f38437407c29a3966cfcad7d1ae</id>
<content type='text'>
encoding)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
encoding)
</pre>
</div>
</content>
</entry>
<entry>
<title>Accommodate linux distros that return trailing version, i.e. Alpine</title>
<updated>2017-02-24T19:33:31+00:00</updated>
<author>
<name>Mark Beacom</name>
<email>Beacom@gmail.com</email>
</author>
<published>2017-02-24T19:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=271ae7a1483d2fcf336257c89c0c750474c3281f'/>
<id>271ae7a1483d2fcf336257c89c0c750474c3281f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed type for DLL search on Linux platform</title>
<updated>2017-01-04T23:40:45+00:00</updated>
<author>
<name>Artem Skoretskiy</name>
<email>artem.skoretskiy@gmail.com</email>
</author>
<published>2017-01-04T23:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=ee09e35780c8d898bfb8913e847eff5eac38ffd2'/>
<id>ee09e35780c8d898bfb8913e847eff5eac38ffd2</id>
<content type='text'>
Provide correct list of strings instead of string</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide correct list of strings instead of string</pre>
</div>
</content>
</entry>
<entry>
<title>Added a fallback for Alpine to find library file</title>
<updated>2016-12-21T22:52:14+00:00</updated>
<author>
<name>Artem Skoretskiy</name>
<email>artem.skoretskiy@gmail.com</email>
</author>
<published>2016-12-21T22:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=f6206535deca111375034e0277cf0e0aa9bd3fe1'/>
<id>f6206535deca111375034e0277cf0e0aa9bd3fe1</id>
<content type='text'>
There are some Linuxes that have libraries search broken. This commit would add a reasonable fallback for these systems.
Otherwise python-magic does not work there having "magic" library installed and python-magic from Pypi.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some Linuxes that have libraries search broken. This commit would add a reasonable fallback for these systems.
Otherwise python-magic does not work there having "magic" library installed and python-magic from Pypi.</pre>
</div>
</content>
</entry>
<entry>
<title>Handling 'mime' and 'mime_encoding' independently</title>
<updated>2016-11-22T15:36:47+00:00</updated>
<author>
<name>SergeySatskiy</name>
<email>sergey.satskiy@gmail.com</email>
</author>
<published>2016-11-22T15:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=3192ed83950a286ca7767f51ae3e53af40f9f7f7'/>
<id>3192ed83950a286ca7767f51ae3e53af40f9f7f7</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://trove.baserock.org/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://trove.baserock.org/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>throw proper exception on each python version</title>
<updated>2016-03-21T02:14:19+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2016-03-21T02:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=ded19e685a85a25ccc41ba7289326c2fb7bb9963'/>
<id>ded19e685a85a25ccc41ba7289326c2fb7bb9963</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
