<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-caja/src, branch v1.22.0</title>
<subtitle>Python bindings for libcaja-extension</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/'/>
<entry>
<title>Fix Python 2 INT_ASLONG function.</title>
<updated>2019-01-30T20:59:28+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2019-01-24T13:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=d3497665306dc69aad63b72d7c4ca1d8d17ea3bd'/>
<id>d3497665306dc69aad63b72d7c4ca1d8d17ea3bd</id>
<content type='text'>
Ref: https://github.com/mate-desktop/python-caja/pull/34#issuecomment-457189545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://github.com/mate-desktop/python-caja/pull/34#issuecomment-457189545
</pre>
</div>
</content>
</entry>
<entry>
<title>Include Python 3 ABI flags in shared library name.</title>
<updated>2019-01-30T20:59:28+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2019-01-19T00:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=7c4ff1a2c72b9a4f2a84a2e10c7ea0450dbf5227'/>
<id>7c4ff1a2c72b9a4f2a84a2e10c7ea0450dbf5227</id>
<content type='text'>
Python 3 appends the ABI flags to the version in the shared library file name:
since this library is loaded as a gmodule, the correct file name must be
provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3 appends the ABI flags to the version in the shared library file name:
since this library is loaded as a gmodule, the correct file name must be
provided.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Python statements compatible with version 2 and 3.</title>
<updated>2019-01-30T20:59:28+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2019-01-19T00:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=855e61271bb357b5ccd8beb5541be45ecf62a74f'/>
<id>855e61271bb357b5ccd8beb5541be45ecf62a74f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Python 3 C API compatibility using conditional and macros.</title>
<updated>2019-01-30T20:59:28+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2019-01-19T00:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=047c35bf0aaec2601d6e26e5ab479eeccc58f640'/>
<id>047c35bf0aaec2601d6e26e5ab479eeccc58f640</id>
<content type='text'>
The updated sources are still compatible with Python 2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The updated sources are still compatible with Python 2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail to build if some referenced symbol cannot be resolved at link time.</title>
<updated>2019-01-30T20:59:28+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2019-01-19T00:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=ef861e9a5a48a3df18b11871fa317343fa578ad4'/>
<id>ef861e9a5a48a3df18b11871fa317343fa578ad4</id>
<content type='text'>
This also requires to link with the gmodule library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also requires to link with the gmodule library.
</pre>
</div>
</content>
</entry>
<entry>
<title>use standard python exception message</title>
<updated>2017-07-26T12:27:43+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-07-26T12:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=d82c4594d5dde57d3b3b3b8d4f1e02eb7d43c0c3'/>
<id>d82c4594d5dde57d3b3b3b8d4f1e02eb7d43c0c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added gi.require_version()</title>
<updated>2017-07-21T11:56:28+00:00</updated>
<author>
<name>leigh123linux</name>
<email>leigh123linux@googlemail.com</email>
</author>
<published>2017-07-21T09:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=d1d2a708b1607520b082830dd590a03dc1fb70d3'/>
<id>d1d2a708b1607520b082830dd590a03dc1fb70d3</id>
<content type='text'>
taken from:
https://github.com/linuxmint/nemo-extensions/commit/67cc631
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://github.com/linuxmint/nemo-extensions/commit/67cc631
</pre>
</div>
</content>
</entry>
<entry>
<title>drop ancient check for Python 2.5, not needed these days</title>
<updated>2016-10-18T10:43:24+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-10-18T10:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=10fc53a0737f6da7e3af61178eb1b23a05a840b0'/>
<id>10fc53a0737f6da7e3af61178eb1b23a05a840b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indent a bit</title>
<updated>2016-04-05T08:44:34+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-04-05T08:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=c0aaee81a13f7e9aec7d5c63c6f27d28201a1580'/>
<id>c0aaee81a13f7e9aec7d5c63c6f27d28201a1580</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expose child python filenames to caja</title>
<updated>2016-03-07T20:10:55+00:00</updated>
<author>
<name>Alexander van der Meij</name>
<email>alexandervdm@gliese.me</email>
</author>
<published>2016-03-07T20:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/python-caja/commit/?id=6925f41da64b5aebee5d452a40c541303dd252bf'/>
<id>6925f41da64b5aebee5d452a40c541303dd252bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
