index
:
delta/pygobject.git
PYGTK_1_99_15
a93755ddba9a176
barthalion/gnome-runtime-images-quay
baserock/morph
benzea/gio-asyncio
benzea/gsource-fix
benzea/gsource-fix2
benzea/tmp
benzea/try-disable-gdebug
benzea/vfunc-bound-descr
bilelmoussaoui/dispose
ci-bionic
ci-debug-build
ci-gnome-master
ci-py-update
ci-py37-dev-mode
drop-py35
ebassi/gtk4-overrides
extension-class-branch
gio-liststore-sort
gsoc2009
gtk-3.0
gtk-gnome-1-2
gtk-template-child-internal
gtk4
invoke-rewrite
listmodel-sequence
llvm
master
optionparser-remain-args
pgriffis/soup-overrides
pixbuf-new-from-data
py3k
pygi-py3k
pygobject-2-10
pygobject-2-12
pygobject-2-14
pygobject-2-16
pygobject-2-18
pygobject-2-28
pygobject-2-8
pygobject-3-0
pygobject-3-10
pygobject-3-12
pygobject-3-14
pygobject-3-16
pygobject-3-18
pygobject-3-2
pygobject-3-20
pygobject-3-24
pygobject-3-26
pygobject-3-28
pygobject-3-30
pygobject-3-32
pygobject-3-34
pygobject-3-36
pygobject-3-38
pygobject-3-4
pygobject-3-40
pygobject-3-42
pygobject-3-44
pygobject-3-8
pygtk-2-0
pygtk-2-2
pygtk-2-4
pygtk-2-6
pygtk-compat
pygtk-introspection
pypy-progress
python-3
python22-branch
revert-typecasts
setup-py-install-hint
short-class-names-branch
sigint-fallback-leak
unknown-scope
widget-freeze-child
windows
wip/creiter/pytest-direct
wip/felder/meson-minimum-version
wip/gio-async-awaitable-return
wip/jfelder/glib-datetime-compare
wip/jfelder/gtk4-sort-list-model
wip/jfelder/template-gtk4
wip/jtojnar/gio-generic-list
wip/mschraal/gdk4-rgba
wip/mschraal/gtk4-container-removal
wip/msvc
wip/msvc-3-24
wip/msvc-3-26
wip/type-object-concurrency-fix
gitlab.gnome.org: GNOME/pygobject.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
int converters: unify overflow error handling
Christoph Reiter
2018-04-14
6
-91
/
+422
*
Add Ubuntu dependencies for dev environment
Dan Yeaw
2018-04-13
1
-2
/
+2
*
tests: add a test for accessing the C API through ctypes
Christoph Reiter
2018-04-13
1
-0
/
+54
*
docs: update homebrew install instructions
Christoph Reiter
2018-04-13
1
-1
/
+1
*
cairo: do proper type checking when converting from py to cairo. Fixes #197
Christoph Reiter
2018-04-13
2
-5
/
+101
*
pygi-array: fix a leak
Christoph Reiter
2018-04-13
1
-1
/
+3
*
Add a minimal implementation of Gtk.Template. See #52
Christoph Reiter
2018-04-12
4
-3
/
+721
*
ci: enable -Werror
Christoph Reiter
2018-04-12
2
-2
/
+3
*
Enable -Wcast-align, -Wlogical-op
Christoph Reiter
2018-04-12
1
-4
/
+2
*
Enable -Wnull-dereference
Christoph Reiter
2018-04-12
3
-4
/
+11
*
pyg_pyobj_to_unichar_conv: port to new converters and add some tests
Christoph Reiter
2018-04-12
5
-29
/
+41
*
Include Python.h first
Christoph Reiter
2018-04-12
4
-0
/
+4
*
pygi-argument: Fix a potentially misaligned cast
Christoph Reiter
2018-04-12
1
-9
/
+3
*
Silence some cast alignment warnings
Christoph Reiter
2018-04-12
2
-2
/
+2
*
Disable -Wswitch-default for Python 3.4
Christoph Reiter
2018-04-12
1
-1
/
+5
*
setup.py: force GCC to use colors in case of stdout.isatty()
Christoph Reiter
2018-04-12
1
-0
/
+4
*
setup.py: Make lookup of Python valgrind suppression files work on Fedora and...
Christoph Reiter
2018-04-09
4
-871
/
+53
*
setup.py: use .dev0 instead of .dev
Christoph Reiter
2018-04-09
1
-1
/
+1
*
setup.py: Add a ".dev" suffix to the version for pre-releases. Fixes #190
Christoph Reiter
2018-04-09
1
-2
/
+16
*
setup.py: print installation instructions in case a dependency is missing. Fi...
Christoph Reiter
2018-04-09
1
-9
/
+70
*
Always use utf-8 and not the default encoding
Christoph Reiter
2018-04-08
2
-3
/
+3
*
README: force a newline after the badge
Christoph Reiter
2018-04-07
1
-1
/
+3
*
coverage: add badge, fixup links
Christoph Reiter
2018-04-07
2
-2
/
+5
*
gitlab-ci: add a new stage for the pages job
Christoph Reiter
2018-04-07
1
-1
/
+2
*
gitlab-ci: publish coverage reports to gitlab pages
Christoph Reiter
2018-04-07
2
-0
/
+25
*
signalhelper: remove some broken untested code
Christoph Reiter
2018-04-07
1
-6
/
+3
*
test_signal: improve coverage. See !55
Christoph Reiter
2018-04-07
1
-0
/
+24
*
flake8: remove python2 builtin list
Christoph Reiter
2018-04-07
7
-30
/
+19
*
Move all py2/3 compat code into gi._compat
Christoph Reiter
2018-04-07
17
-139
/
+114
*
Remove some Python 3.1 compat code
Christoph Reiter
2018-04-07
2
-16
/
+0
*
Fix typo in BoundSignal disconnect
cl0ne
2018-04-07
1
-1
/
+1
*
tests: writing to readonly attributes raises TypeError with PyPy
Christoph Reiter
2018-04-05
1
-2
/
+8
*
Make GLib.Error picklable. Fixes #145
Christoph Reiter
2018-04-05
3
-3
/
+21
*
More compiler warning fixes for Windows/32bit #191
Christoph Reiter
2018-04-05
11
-63
/
+111
*
build: use -Wconversion -Wno-sign-conversion. Fixes #191
Christoph Reiter
2018-04-05
23
-144
/
+198
*
Remove unused pygi_register_exception_for_domain()
Christoph Reiter
2018-04-05
2
-40
/
+0
*
overflow tests: fix error message match in case the value is larger than long
Christoph Reiter
2018-04-04
2
-4
/
+6
*
pygi_gint_from_py: fix wrong range in error message, add test
Christoph Reiter
2018-04-04
2
-1
/
+6
*
pygi_error_marshal_from_py: use new converters
Christoph Reiter
2018-04-04
2
-9
/
+29
*
Avoid truncating value returned from g_value_info_get_value.
Tomasz Miąsko
2018-04-03
1
-1
/
+1
*
PyGObject: rework toggle ref logic to not stricly require tp_dictoffset so it...
Christoph Reiter
2018-04-02
1
-20
/
+52
*
tests: add a test failing under PyPy due to missing toggle refs
Christoph Reiter
2018-04-02
1
-0
/
+22
*
tests: skip more getrefcount tests under PyPy
Christoph Reiter
2018-04-02
4
-42
/
+80
*
test_source: add some gc.collect()
Christoph Reiter
2018-04-01
1
-0
/
+5
*
test_properties: skip a sys.getrefcount test
Christoph Reiter
2018-04-01
1
-1
/
+1
*
test_gi: gc.collect() some more
Christoph Reiter
2018-04-01
1
-0
/
+10
*
test_signal: skip some refcount tests under PyPy
Christoph Reiter
2018-04-01
1
-0
/
+5
*
test_import_machinery: be less strict with the import error message
Christoph Reiter
2018-04-01
1
-3
/
+1
*
ossig: add a C wrapper for PyOS_getsig() instead of accessing the API through...
Christoph Reiter
2018-04-01
2
-23
/
+15
*
ossig: pass the signal number and frame to default_int_handler()
Christoph Reiter
2018-04-01
1
-1
/
+1
[next]