Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-30 | Include Python 3 ABI flags in shared library name. | Patrick Monnerat | 1 | -2/+2 | |
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. | |||||
2019-01-30 | Make Python statements compatible with version 2 and 3. | Patrick Monnerat | 1 | -1/+1 | |
2019-01-30 | Implement Python 3 C API compatibility using conditional and macros. | Patrick Monnerat | 1 | -1/+11 | |
The updated sources are still compatible with Python 2. | |||||
2017-07-26 | use standard python exception message | monsta | 1 | -1/+1 | |
2017-07-21 | Added gi.require_version() | leigh123linux | 1 | -1/+14 | |
taken from: https://github.com/linuxmint/nemo-extensions/commit/67cc631 | |||||
2016-04-05 | fix indent a bit | monsta | 1 | -12/+12 | |
2016-03-07 | expose child python filenames to caja | Alexander van der Meij | 1 | -0/+12 | |
2014-01-08 | Revert "Do not dlopen libpython" | infirit | 1 | -0/+6 | |
This reverts commit d63756bd11b097f11f115d5477110893b7ee16a2. Causes problems like the following issue on github: https://github.com/mate-desktop/python-caja/issues/5 | |||||
2013-01-22 | Do not dlopen libpython | Yaakov Selkowitz | 1 | -6/+0 | |
As libcaja-python is linked with -lpythonX.Y on all platforms, there is no need to dlopen libpython in order to load it. | |||||
2013-01-22 | Drop support for old script location | Yaakov Selkowitz | 1 | -9/+0 | |
Now is a good time as any, with the extension API changing to g-i. | |||||
2013-01-22 | Convert to g-i | Yaakov Selkowitz | 1 | -121/+11 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -1/+1 | |
2012-01-13 | initial import from Mate-Extra repo | Stefano Karapetsas | 1 | -0/+403 | |