summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.py: print installation intstructions in case a dependency is missing. F...setup-py-install-hintChristoph Reiter2018-04-081-9/+70
* Always use utf-8 and not the default encodingChristoph Reiter2018-04-082-3/+3
* README: force a newline after the badgeChristoph Reiter2018-04-071-1/+3
* coverage: add badge, fixup linksChristoph Reiter2018-04-072-2/+5
* gitlab-ci: add a new stage for the pages jobChristoph Reiter2018-04-071-1/+2
* gitlab-ci: publish coverage reports to gitlab pagesChristoph Reiter2018-04-072-0/+25
* signalhelper: remove some broken untested codeChristoph Reiter2018-04-071-6/+3
* test_signal: improve coverage. See !55Christoph Reiter2018-04-071-0/+24
* flake8: remove python2 builtin listChristoph Reiter2018-04-077-30/+19
* Move all py2/3 compat code into gi._compatChristoph Reiter2018-04-0717-139/+114
* Remove some Python 3.1 compat codeChristoph Reiter2018-04-072-16/+0
* Fix typo in BoundSignal disconnectcl0ne2018-04-071-1/+1
* tests: writing to readonly attributes raises TypeError with PyPyChristoph Reiter2018-04-051-2/+8
* Make GLib.Error picklable. Fixes #145Christoph Reiter2018-04-053-3/+21
* More compiler warning fixes for Windows/32bit #191Christoph Reiter2018-04-0511-63/+111
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-0523-144/+198
* Remove unused pygi_register_exception_for_domain()Christoph Reiter2018-04-052-40/+0
* overflow tests: fix error message match in case the value is larger than longChristoph Reiter2018-04-042-4/+6
* pygi_gint_from_py: fix wrong range in error message, add testChristoph Reiter2018-04-042-1/+6
* pygi_error_marshal_from_py: use new convertersChristoph Reiter2018-04-042-9/+29
* Avoid truncating value returned from g_value_info_get_value.Tomasz Miąsko2018-04-031-1/+1
* PyGObject: rework toggle ref logic to not stricly require tp_dictoffset so it...Christoph Reiter2018-04-021-20/+52
* tests: add a test failing under PyPy due to missing toggle refsChristoph Reiter2018-04-021-0/+22
* tests: skip more getrefcount tests under PyPyChristoph Reiter2018-04-024-42/+80
* test_source: add some gc.collect()Christoph Reiter2018-04-011-0/+5
* test_properties: skip a sys.getrefcount testChristoph Reiter2018-04-011-1/+1
* test_gi: gc.collect() some moreChristoph Reiter2018-04-011-0/+10
* test_signal: skip some refcount tests under PyPyChristoph Reiter2018-04-011-0/+5
* test_import_machinery: be less strict with the import error messageChristoph Reiter2018-04-011-3/+1
* ossig: add a C wrapper for PyOS_getsig() instead of accessing the API through...Christoph Reiter2018-04-012-23/+15
* ossig: pass the signal number and frame to default_int_handler()Christoph Reiter2018-04-011-1/+1
* gitlab-ci: update pyenv versions and add pypy3 jobChristoph Reiter2018-04-013-11/+17
* gitlab-ci: install all test dependencies under PyPyChristoph Reiter2018-04-011-4/+3
* enum/flags: use the tp_hash from the right base classChristoph Reiter2018-03-312-2/+2
* enum/flags: set tp_hash on Python 2 as well; add hash() testsChristoph Reiter2018-03-313-4/+12
* enum/flags: don't set tp_new after creatig a subtype, not supported by PyPyChristoph Reiter2018-03-312-8/+2
* tests: Skip various sys.getrefcount() checks in case sys.getrefcount is missingChristoph Reiter2018-03-312-22/+49
* tests: skip a test on pypy which assumes the memory layout of Python objectsChristoph Reiter2018-03-311-0/+2
* struct: clean up function namesChristoph Reiter2018-03-314-37/+37
* struct: fetch the base info from the struct type and not the instanceChristoph Reiter2018-03-311-5/+5
* Rename PYGLIB_PyImport_ImportModule to pygi_import_module and move to utilsChristoph Reiter2018-03-317-39/+23
* Port more integer convertersChristoph Reiter2018-03-3111-82/+95
* Remove unused pygboxed_marshal_keyChristoph Reiter2018-03-311-2/+0
* gboxed: clean up function namesChristoph Reiter2018-03-314-33/+30
* pygi-boxed: clean up function namesChristoph Reiter2018-03-317-35/+34
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-3124-1467/+1401
* info: use new convertersChristoph Reiter2018-03-313-54/+52
* repository: use the new convertersChristoph Reiter2018-03-304-19/+11
* Rewrite the GStrv converters with the new utf8 oneChristoph Reiter2018-03-302-64/+61
* pygi-value: error handling cleanupChristoph Reiter2018-03-303-29/+24