summaryrefslogtreecommitdiff
path: root/tests/libpeas/extension-py.c
Commit message (Expand)AuthorAgeFilesLines
* tests: move PeasActivatable to IntrospectionActivatableChristian Hergert2023-03-221-3/+3
* tests/libpeas: remove python3 bits from extension testsChristian Hergert2023-03-221-66/+4
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-4/+4
* janitorial: remove HAVE_CONFIG_HChristian Hergert2023-03-221-4/+2
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-221-0/+2
* build: hide private symbols with -fvisibility=hiddenChristian Hergert2019-08-051-1/+1
* Fix Python tests on OpenBSDGarrett Regier2015-05-141-2/+10
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-11/+11
* Use Python to implement the plugin loader's logicGarrett Regier2015-01-201-14/+4
* Bump required glib versionGarrett Regier2014-12-201-4/+0
* Make PeasEngine thread-safeGarrett Regier2014-11-181-2/+1
* Bug 732155 - Fix initializing Python loader from Python applicationGarrett Regier2014-07-221-4/+23
* Silence an ImportError to stderr in the Python testsGarrett Regier2014-06-281-3/+16
* Do not test the properties for Python extensionsGarrett Regier2014-06-281-1/+7
* Be more explicit about when a plugin loader is not enabledGarrett Regier2014-06-281-2/+0
* Have silent subprocess tests inherit stderr for easier debuggingGarrett Regier2014-06-281-2/+2
* Prevent and warn when trying to enable multiple loadersGarrett Regier2014-06-281-0/+3
* Do not wrap PyGObject extensionsGarrett Regier2013-11-131-8/+4
* Print a critical warning when attempting to mix Python versionsGarrett Regier2013-11-121-0/+44
* Add a test for already an initialized pythonGarrett Regier2013-11-121-0/+48
* Merge python2 and python3 extension testsGarrett Regier2013-11-121-0/+144