<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-magic.git/magic/__init__.py, branch master</title>
<subtitle>github.com: ahupp/python-magic.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/'/>
<entry>
<title>Support os.PathLike types</title>
<updated>2021-10-04T23:04:28+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2021-10-04T21:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=7f7542fcbc192fef6e4939f4eb748e941a720b2c'/>
<id>7f7542fcbc192fef6e4939f4eb748e941a720b2c</id>
<content type='text'>
See https://github.com/ahupp/python-magic/pull/251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/ahupp/python-magic/pull/251
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for cookie attribute before trying to delete it</title>
<updated>2021-05-16T08:37:25+00:00</updated>
<author>
<name>Jochen Sprickerhof</name>
<email>git@jochen.sprickerhof.de</email>
</author>
<published>2021-05-16T08:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=12d0ea062d92a15baee69c4be0e4ae00fcdee416'/>
<id>12d0ea062d92a15baee69c4be0e4ae00fcdee416</id>
<content type='text'>
__del__ is called regardless of whether __init__ passed, so the cookie
attribute may not exits. This can be seen with:

python3 -c "import magic; magic.Magic(foo=None)"

Also discussed in https://github.com/ahupp/python-magic/pull/222#issuecomment-675354824
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__del__ is called regardless of whether __init__ passed, so the cookie
attribute may not exits. This can be seen with:

python3 -c "import magic; magic.Magic(foo=None)"

Also discussed in https://github.com/ahupp/python-magic/pull/222#issuecomment-675354824
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix bug in Magic when destructor called too early"</title>
<updated>2021-05-16T08:36:42+00:00</updated>
<author>
<name>Jochen Sprickerhof</name>
<email>git@jochen.sprickerhof.de</email>
</author>
<published>2021-05-16T08:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=0ab68b2d4f6ad0efce45e56df8e94778fe7f758c'/>
<id>0ab68b2d4f6ad0efce45e56df8e94778fe7f758c</id>
<content type='text'>
This reverts commit 16972c2c6fda3573860f5f8b0f2c03b757e71d3c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 16972c2c6fda3573860f5f8b0f2c03b757e71d3c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo (compatability --&gt; compatibility)</title>
<updated>2021-05-10T21:52:36+00:00</updated>
<author>
<name>EtiennePelletier</name>
<email>etpelletier93@hotmail.com</email>
</author>
<published>2021-05-10T21:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=3174a7854553fe1ffb5cc22534d8169eac3a378c'/>
<id>3174a7854553fe1ffb5cc22534d8169eac3a378c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor out dll loader so it can be used by both compat and standard library</title>
<updated>2021-02-16T22:32:55+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2021-02-16T22:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=b520bf0bf6f815afad33878ecdbe4b1d907dcc94'/>
<id>b520bf0bf6f815afad33878ecdbe4b1d907dcc94</id>
<content type='text'>
https://github.com/ahupp/python-magic/issues/232
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ahupp/python-magic/issues/232
</pre>
</div>
</content>
</entry>
<entry>
<title>add more doc pointers for compat mode, and enable PendingDeprecationWarning</title>
<updated>2021-01-15T23:24:35+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2021-01-15T23:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=0a456a752785203b655aff7237a335df37545815'/>
<id>0a456a752785203b655aff7237a335df37545815</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prefix add_compat with an underscore to avoid namespace pollution</title>
<updated>2021-01-15T22:49:23+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2021-01-15T22:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=ab41b1df7dcbf45c117f2a7b54093a35762b0e40'/>
<id>ab41b1df7dcbf45c117f2a7b54093a35762b0e40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove from_open_file, since its duplicative with from_descriptor and hasnt been released yet</title>
<updated>2021-01-15T22:43:15+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2021-01-15T22:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=665b7bdcc3df29039f64ed7d9e49fc77842942d9'/>
<id>665b7bdcc3df29039f64ed7d9e49fc77842942d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cp</title>
<updated>2021-01-15T21:17:40+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2021-01-15T21:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=c6457815ee61581e9addf47fb75f9b550e06fcce'/>
<id>c6457815ee61581e9addf47fb75f9b550e06fcce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>temorarily remove dropped support for python2</title>
<updated>2021-01-15T21:12:53+00:00</updated>
<author>
<name>Adam Hupp</name>
<email>adam@hupp.org</email>
</author>
<published>2021-01-15T21:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/python-magic.git/commit/?id=b2d567ee887953a0e749a799e20d138e7732d424'/>
<id>b2d567ee887953a0e749a799e20d138e7732d424</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
