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
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Move object property reference count tests to test_properties
Simon Feltman
2014-07-28
2
-68
/
+36
*
tests: Move test_everything.TestProperties into test_properties
Simon Feltman
2014-07-28
2
-68
/
+60
*
tests: Add tests for get/set_property()
Simon Feltman
2014-07-28
1
-0
/
+32
*
tests: Break TestPropertiesObject up for re-use
Simon Feltman
2014-07-28
1
-103
/
+118
*
tests: Move test_gi.TestPropertiesObject into test_properties
Simon Feltman
2014-07-28
2
-233
/
+235
*
pyflakes: Fix legacy print and exception usage under Python 3
Simon Feltman
2014-07-25
1
-2
/
+2
*
tests: Ignore warnings for GtkAlignment
Simon Feltman
2014-07-25
1
-1
/
+14
*
tests: Remove usage of deprecated "schema" property in GSettings creation
Simon Feltman
2014-07-25
1
-3
/
+3
*
tests: Ignore stock-id usage warnings
Simon Feltman
2014-07-25
1
-16
/
+24
*
refactor: Move builder connection utilities outside of Builder class
Simon Feltman
2014-05-27
1
-4
/
+4
*
tests: Move TestSignals from test_everything into test_signal
Simon Feltman
2014-05-27
2
-123
/
+131
*
Python 3.4 make check fixes
Simon Feltman
2014-05-26
2
-3
/
+0
*
tests: Don't use deprecated positional argument for Gio.Settings schema
Simon Feltman
2014-05-26
1
-3
/
+3
*
overrides: Add Gtk.Container.child_get/set overrides
Simon Feltman
2014-05-25
1
-0
/
+16
*
overrides: Make value argument to Widget.style_get_property optional
Simon Feltman
2014-05-25
1
-0
/
+29
*
overrides: Make value argument to Container.child_get_property optional
Simon Feltman
2014-05-25
1
-0
/
+47
*
Add GTypeClass methods as Python GObject class methods
Johan Dahlin
2014-05-25
1
-0
/
+13
*
Add marshalling coercion for Python classes and instances to GTypeClass
Simon Feltman
2014-05-25
2
-0
/
+68
*
tests: Use assertRaises as a context manager for GError test
Simon Feltman
2014-05-11
1
-8
/
+6
*
Add cairo marshaling support for non-introspected signals
Simon Feltman
2014-05-05
1
-0
/
+65
*
[New API] Add gi.require_foreign
Simon Feltman
2014-05-05
1
-0
/
+9
*
tests: Move cairo tests into test_cairo.py
Simon Feltman
2014-05-05
3
-42
/
+69
*
Clobber GLib.Error with custom implementation
Simon Feltman
2014-05-05
1
-12
/
+12
*
Add Python implementation of GError
Simon Feltman
2014-05-04
1
-0
/
+37
*
tests: Move GError tests into test_error.py
Simon Feltman
2014-05-04
3
-49
/
+82
*
Add gi.CallableInfo.can_throw_gerror()
Simon Feltman
2014-05-03
1
-0
/
+16
*
Derive PyCallbackInfo from PyCallableInfo
Simon Feltman
2014-05-03
1
-0
/
+7
*
PEP8 fixes
Simon Feltman
2014-05-02
5
-24
/
+18
*
Raise TypeError if arguments are passed to Boxed.__init__
Christoph Reiter
2014-04-14
1
-0
/
+4
*
Gdk.Event: Override __setattr__ to set fields based on the event type
Christoph Reiter
2014-04-14
1
-3
/
+10
*
Gdk.Event: Include GdkEventType in __repr__
Christoph Reiter
2014-04-14
1
-0
/
+4
*
Fix crash with type checking for GObject arguments
Simon Feltman
2014-04-14
1
-0
/
+35
*
Ignore GValueArray deprecations
Simon Feltman
2014-03-24
1
-0
/
+3
*
Raise ImportError when importing modules not found in repository
Simon Feltman
2014-03-24
1
-0
/
+18
*
tests: Rename test_overrides to test_import_machinery
Simon Feltman
2014-03-24
2
-1
/
+1
*
Quote argument names in initializer deprecation warning
Simon Feltman
2014-03-15
1
-3
/
+3
*
Update Free Software Foundation addresses
Simon Feltman
2014-03-15
1
-3
/
+1
*
tests: Move class definition depending on GTK+ within function evaluation
Simon Feltman
2014-03-03
1
-16
/
+16
*
tests: Conditionalize usage of GTK+ in tests_generictreemodel
Simon Feltman
2014-03-03
1
-3
/
+13
*
tests: Conditionalize usage of regress typelib in test_properties
Simon Feltman
2014-03-03
1
-10
/
+17
*
tests: Add skip and expectedFailure to test_gi.test_callback_owned_box
Simon Feltman
2014-02-02
1
-0
/
+3
*
tests: Add test for an owned boxed struct passed in a callback
Mike Gorse
2014-01-27
1
-0
/
+11
*
tests: Add skipped test for GLib.Source inheritance problems
Simon Feltman
2014-01-16
1
-0
/
+45
*
build: Remove _glib directory include from testhelper CFLAGS
Simon Feltman
2014-01-14
1
-1
/
+1
*
tests: Run PyFlakes and PEP8 only on SUBDIRS
Simon Feltman
2014-01-14
1
-6
/
+0
*
Move gobject sub-module Python files into the main gi package
Simon Feltman
2014-01-14
4
-4
/
+6
*
Merge gobject static code into the gi module
Simon Feltman
2014-01-14
1
-1
/
+1
*
tests: Fix test_torture_profile to return a number from its callback
Simon Feltman
2014-01-14
1
-1
/
+1
*
Add test for callback user data arguments with following arguments
Martin Pitt
2014-01-14
1
-0
/
+48
*
valgrind: Add suppression files for python3.3 and python3.3dm
Simon Feltman
2014-01-13
4
-3
/
+945
[next]