summaryrefslogtreecommitdiff
path: root/loaders/python
Commit message (Expand)AuthorAgeFilesLines
* loaders/python: fix symbol visibility in shared moduleChristian Hergert2023-03-221-2/+3
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-223-10/+9
* loaders/python: fix attribute type for plugin_infoChristian Hergert2023-03-221-1/+1
* loaders/python: fix version element indexChristian Hergert2023-03-221-1/+1
* loaders/python: remove python2 vs python3-ismsChristian Hergert2023-03-221-9/+0
* loaders/python: ignore GParameter deprecationsChristian Hergert2023-03-221-0/+2
* loaders/python: PyEval_InitThreads() is no longer necessaryChristian Hergert2023-03-221-1/+0
* loaders/python: modernize GType definitionsChristian Hergert2023-03-222-48/+23
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-1/+1
* janitorial: add LIBPEAS_INSIDE include checksChristian Hergert2023-03-221-1/+1
* janitorial: remove HAVE_CONFIG_HChristian Hergert2023-03-223-7/+2
* janitorial: use #pragma onceChristian Hergert2023-03-222-9/+2
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-224-0/+8
* janitorial: clean up tree in preparation for libpeas-2.0Christian Hergert2023-03-221-12/+12
* build: fix min/max version warningsChristian Hergert2022-02-081-1/+1
* Python Loader: Do not hardcode localedir on WindowsChun-wei Fan2020-10-092-1/+10
* meson: build loaders as modules instead of shared librariesTom Schoonjans2019-10-281-2/+3
* build: fix naming of Python 2 loaderMartin Wimpress2019-10-281-1/+1
* python: fix use of PeasExtension with GInitiallyUnownedTom Schoonjans2019-10-281-0/+4
* build: specify min/max glib versions in meson.buildChristian Hergert2019-10-241-2/+0
* build: remove autotoolsChristian Hergert2019-08-051-60/+0
* python: ignore deprecations in GParameter usageChristian Hergert2019-08-051-0/+2
* Port to meson build systemMartin Blanchard2019-08-051-0/+45
* Cleanup resource generation in the plugin loadersGarrett Regier2015-12-151-4/+10
* Initialize the peas-extension-type quark in class_init when possibleGarrett Regier2015-12-151-3/+4
* Do not add pyexecdir to Python's paths at runtimeGarrett Regier2015-09-223-4/+0
* Fix Python plugin loader module pathsGarrett Regier2015-09-211-3/+1
* Don't run an idle Python garbage collectionGarrett Regier2015-04-271-16/+0
* Simplify __all__ support in the Python plugin loaderGarrett Regier2015-04-211-7/+1
* Relicense as LGPL 2.1+Garrett Regier2015-02-146-66/+64
* Properly clear internal Python loader globalsGarrett Regier2015-02-041-23/+33
* Use the correct hook name for the Python loaderGarrett Regier2015-02-041-1/+1
* Stop pretending that the Python internals are non-globalGarrett Regier2015-02-043-63/+42
* Support Python plugins that define __all__Garrett Regier2015-02-041-1/+7
* Do not reveal Python loader internals in tracebacksGarrett Regier2015-01-202-1/+16
* Add verbose Python plugin loader warningsGarrett Regier2015-01-202-17/+31
* Use Python to implement the plugin loader's logicGarrett Regier2015-01-204-448/+379
* Remove overly verbose warnings in the Python loaderGarrett Regier2015-01-201-36/+5
* Move internal Python code to another fileGarrett Regier2015-01-204-111/+220
* Shorten Python plugin loader filenamesGarrett Regier2015-01-204-14/+14
* Compile internal Python source during buildGarrett Regier2015-01-203-1/+75
* Use new GObject private APIGarrett Regier2014-12-202-47/+49
* Cleanup internal Python hooks code a bitGarrett Regier2014-12-201-4/+4
* Use the GQuark API for GObject dataGarrett Regier2014-12-181-2/+5
* Make the Python plugin loader thread-safeGarrett Regier2014-11-181-181/+164
* Remove everything the seed plugin loader usedGarrett Regier2014-11-041-4/+3
* Dist the GResources XML of the Python plugin loadersGarrett Regier2014-09-221-1/+4
* Add easy python profiling supportGarrett Regier2014-08-224-13/+238
* Bug 678338 - Check return values from Python APIGarrett Regier2014-08-221-18/+62
* Bug 732155 - Fix initializing Python loader from Python applicationGarrett Regier2014-07-221-2/+13