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
*
configure.ac: post-release bump to 3.10.1
Simon Feltman
2013-09-23
1
-1
/
+1
*
release 3.10.0
3.10.0
Simon Feltman
2013-09-23
2
-2
/
+5
*
Fix test_gi.TestProjectVersion.test_version_str()
Martin Pitt
2013-09-23
1
-1
/
+1
*
release 3.9.92
3.9.92
Martin Pitt
2013-09-16
1
-0
/
+7
*
Update current maintainers list in README
Simon Feltman
2013-09-16
1
-1
/
+2
*
Fix union argument regression when marshaling from python
Simon Feltman
2013-09-16
1
-24
/
+29
*
Fix GLib.Source sub-classing with initializer args
Simon Feltman
2013-09-11
2
-1
/
+12
*
Copy __doc__ when wrapping function
Vratislav Podzimek
2013-09-05
1
-0
/
+1
*
configure.ac: post-release bump to 3.9.92
Martin Pitt
2013-09-02
1
-1
/
+1
*
release 3.9.91
3.9.91
Martin Pitt
2013-09-02
1
-0
/
+10
*
Fix GObject signal methods to work with new annotations
Simon Feltman
2013-09-02
1
-40
/
+66
*
Fix build on C89 Compilers
Chun-wei Fan
2013-09-02
1
-1
/
+2
*
Change boxed type checking in marshaling to use __gtype__ attribute
Simon Feltman
2013-09-01
2
-1
/
+41
*
Use G_IS_VALUE for checking return values in closure marshaling
Simon Feltman
2013-09-01
2
-3
/
+3
*
Fix PEP-8 errors in propertyhelper.py
Yanko Kaneti
2013-08-21
1
-6
/
+6
*
configure.ac: post-release bump to 3.9.91
Martin Pitt
2013-08-19
1
-1
/
+1
*
release 3.9.90
3.9.90
Martin Pitt
2013-08-19
1
-0
/
+9
*
NEWS: retroactively fix last version number
Martin Pitt
2013-08-19
1
-1
/
+1
*
Create GLib.Pid in the same way on python 2 and 3
Benjamin Berg
2013-08-05
1
-8
/
+0
*
Use PyLong_Type.tp_new for GLib.Pid
Benjamin Berg
2013-08-05
2
-0
/
+2
*
Add accumulator and accu_data arguments to GObject.Signal decorator
Simon Feltman
2013-08-05
2
-29
/
+40
*
Pass return values through the GObject.Signal.emit wrapper
Simon Feltman
2013-08-05
2
-17
/
+22
*
configure.ac: post-release bump to 3.9.90
Simon Feltman
2013-07-29
1
-1
/
+1
*
release 3.9.5
3.9.5
Simon Feltman
2013-07-29
2
-1
/
+42
*
Ensure exceptions set in closure out argument marshaling are printed
Simon Feltman
2013-07-29
2
-6
/
+19
*
Use Python error messages for marshaling integers from Python
Simon Feltman
2013-07-28
4
-108
/
+86
*
Use Py_CLEAR for closure cleanup instead of test with Py_DECREF
Simon Feltman
2013-07-27
1
-9
/
+2
*
Cleanup invoke args and kwargs combiner code
Simon Feltman
2013-07-27
1
-27
/
+17
*
Replace Python VFunc descriptor directly with PyGIVFuncInfo
Simon Feltman
2013-07-26
2
-31
/
+27
*
Add callable and descriptor protocols to PyGICallableInfo
Simon Feltman
2013-07-26
8
-72
/
+212
*
Move "from Python" GObject out arg marshaler into specialized function
Simon Feltman
2013-07-26
3
-8
/
+34
*
Add underscore prefix and _cache_adapter suffix to marshaling functions
Simon Feltman
2013-07-26
6
-131
/
+131
*
Add common attribute accessors to PyGIBaseInfo
Simon Feltman
2013-07-25
3
-7
/
+88
*
Merge method and constructor setup
Simon Feltman
2013-07-25
1
-11
/
+4
*
Remove redundant info.get_name calls
Simon Feltman
2013-07-25
2
-6
/
+3
*
Move doc string generator into separate module
Simon Feltman
2013-07-25
6
-83
/
+161
*
tests: Change GHashTable<string,GValue> marshaling test to use GValue
Simon Feltman
2013-07-25
1
-6
/
+15
*
gtk-demo: Change demo to use Gtk.Application
Simon Feltman
2013-07-25
2
-21
/
+21
*
Move _pygi_argument_to_object_basic_type into pygi-marshal-to-py.c
Simon Feltman
2013-07-25
5
-124
/
+99
*
Unify and clean up from Python marshalers for basic types
Simon Feltman
2013-07-25
3
-189
/
+28
*
Unify from Python int64 and uint64 marshalers
Simon Feltman
2013-07-25
3
-196
/
+43
*
Unify from Python int16 and int32 marshalers
Simon Feltman
2013-07-25
3
-259
/
+48
*
Unify from Python boolean, int8, and uint8 marshalers
Simon Feltman
2013-07-25
3
-169
/
+45
*
Add support for PyBytes with int8 and uint8 from Python marshaler
Simon Feltman
2013-07-25
1
-0
/
+14
*
Move from Python integer marshaling into separate function
Simon Feltman
2013-07-25
2
-78
/
+84
*
Move _pygi_argument_from_object_basic_type into pygi-marshal-from-py.c
Simon Feltman
2013-07-25
3
-148
/
+152
*
Move basic type marshaling out of _pygi_argument_from_object
Simon Feltman
2013-07-25
1
-27
/
+46
*
Replace to Python cached marshalers with unified basic type marshaler
Simon Feltman
2013-07-25
5
-339
/
+73
*
Move to Python basic type marshaling out of _pygi_argument_to_object
Simon Feltman
2013-07-25
1
-23
/
+63
*
Override GValue.set/get_boxed with static C marshaler
Simon Feltman
2013-07-24
2
-0
/
+47
[next]