summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move additional steps to install dependenciesDan Yeaw2023-03-221-5/+8
* Cleanup virtualenv dependenciesDan Yeaw2023-03-221-19/+3
* Use x64 version of MSYS2 packagesDan Yeaw2023-03-221-3/+3
* Replace pipsi/pipenv with pipx/poetryDan Yeaw2023-03-221-72/+34
* List additional projects using PyGObjectMat2023-03-221-6/+24
* meson: Set PYTHONPATH in devenvXavier Claessens2023-03-191-0/+9
* Drop Python 3.7 support and update CI envsChristoph Reiter2023-03-1910-23/+20
* version bumpChristoph Reiter2023-03-193-3/+3
* release3.44.0Christoph Reiter2023-03-194-3/+9
* version bumpChristoph Reiter2023-01-283-3/+3
* release3.43.1Christoph Reiter2023-01-284-3/+21
* Docs: Add information about available typing stubslovetox2023-01-271-1/+1
* CI: try to make the flatpak tests run againChristoph Reiter2023-01-273-9/+14
* meson: bump minimum meson version to 0.53.0 and update subprojectsChristoph Reiter2023-01-273-3/+6
* Port to Py_TRASHCAN_BEGINChristoph Reiter2023-01-272-2/+10
* CI: Add Python 3.11 and update other Python installsChristoph Reiter2023-01-273-14/+21
* IntrospectionModule: handle two threads loading type at same timeRay Strode2022-10-151-52/+58
* Revert "pygi: Fix girepository deprecation warnings"Christoph Reiter2022-08-081-14/+0
* Update (or drop) the Docker image used by Flatpak jobbarthalion/gnome-runtime-images-quayBartłomiej Piotrowski2022-08-041-3/+3
* examples: Fix flake8 whitespace errorNirbheek Chauhan2022-07-311-1/+1
* pygi: Fix girepository deprecation warningsNirbheek Chauhan2022-07-311-0/+14
* Update NEWSChristoph Reiter2022-07-161-0/+14
* Drop Martin Pitt as maintainerMartin Pitt2022-06-151-7/+0
* Update NEWSChristoph Reiter2022-04-171-0/+10
* interface: Fix leak when overriding GInterfaceInfoThibault Saunier2022-04-144-3/+19
* setup.py: look up pycairo headers without importing the moduleChristoph Reiter2022-04-131-47/+31
* tests: Support CPython 3.8 on WindowsChristoph Reiter2022-04-091-0/+16
* tests: Remove PyPy fixme that appears to be workingBenjamin Berg2022-03-281-1/+0
* hashtable: Fix refcount of key/value in error case when marshallingBenjamin Berg2022-03-281-2/+0
* gi: Fix GArray length calculation for other item sizesBenjamin Berg2022-03-283-5/+28
* Fix type checkArjan Molenaar2022-03-281-2/+1
* Instead of printing an error, raise an exceptionArjan Molenaar2022-03-282-3/+13
* Make warning a crtitical for unknown argument typesArjan Molenaar2022-03-281-1/+1
* Check object type before Python objects are createdArjan Molenaar2022-03-281-1/+5
* Add extra safeguard in gimoduleArjan Molenaar2022-03-281-1/+5
* Add Hello World GTK under Other Options and Passphraser as an example that us...Zev Lee2022-03-281-1/+3
* Add a readthedocs configChristoph Reiter2022-03-273-1/+13
* coverage: include Python coverage in lcov reportChristoph Reiter2022-03-277-28/+31
* poetry: update depsChristoph Reiter2022-03-271-2/+2
* Only create function _construct_target_list for GTK2/3Arjan Molenaar2022-03-271-14/+14
* Do not override Treeview.enable_model_drag_xx for GTK4Arjan Molenaar2022-03-272-11/+26
* info: Show which type/object callables are bound tobenzea/vfunc-bound-descrBenjamin Berg2022-03-271-0/+28
* Gtk.Template: Accept PathLike objects as a filenameAndrej Shadura2022-03-271-1/+2
* Fix some broken links to the PyPy bug trackerChristoph Reiter2022-03-272-2/+2
* Call PyEval_InitThreads() with PyPy for Python 3.9Christoph Reiter2022-03-271-1/+2
* CI: update interpretersChristoph Reiter2022-03-273-15/+15
* tests: disable fatal-warnings fatal-criticals on WindowsChristoph Reiter2022-03-271-2/+4
* CI: pass -Wno-error=deprecated-declarations for MSYS2Christoph Reiter2022-03-261-0/+3
* Rename GObject Introspection development branchEmmanuele Bassi2022-02-171-1/+1
* gimodule: fix floating state of python objects created with g_object_newMathieu Duponchelle2021-12-061-3/+12