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
/
gi
/
module.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all Python 2 Python code
Christoph Reiter
2020-04-15
1
-9
/
+1
*
repository: use the new converters
Christoph Reiter
2018-03-30
1
-9
/
+0
*
IntrospectionModule: __path__ should be List[str] and not str
Christoph Reiter
2018-03-11
1
-2
/
+3
*
Remove gi._gi._gobject and gi._gobject modules
Christoph Reiter
2017-04-01
1
-4
/
+2
*
Don't leak internal RepositoryError on import.
Christoph Reiter
2015-10-26
1
-0
/
+4
*
Refactor overrides import/modules
Christoph Reiter
2015-01-24
1
-68
/
+0
*
Rename gi.types.GIObjectMeta to gi.types.GObjectMeta
Simon Feltman
2014-01-23
1
-4
/
+4
*
Move gobject sub-module Python files into the main gi package
Simon Feltman
2014-01-14
1
-8
/
+8
*
Merge gobject static code into the gi module
Simon Feltman
2014-01-14
1
-2
/
+2
*
Remove special case GObject base class check when creating GI classes
Simon Feltman
2014-01-09
1
-6
/
+11
*
Add enum and flags member methods
Simon Feltman
2014-01-06
1
-0
/
+2
*
Add callable and descriptor protocols to PyGICallableInfo
Simon Feltman
2013-07-26
1
-3
/
+2
*
Remove redundant info.get_name calls
Simon Feltman
2013-07-25
1
-1
/
+0
*
Replace usage of __import__ with importlib.import_module
Simon Feltman
2013-07-18
1
-4
/
+4
*
Remove duplicate call to _gi.Repository.require()
Niklas Koep
2013-04-25
1
-1
/
+0
*
Add support for overriding GObject.Object
Simon Feltman
2012-11-07
1
-13
/
+17
*
Remove DynamicGLibModule and DynamicGObjectModule
Simon Feltman
2012-11-06
1
-60
/
+0
*
Move TYPE constants from _gobject to GObject
Simon Feltman
2012-11-05
1
-13
/
+25
*
[API add] Add get_introspection_module for getting un-overridden modules
Simon Feltman
2012-10-25
1
-3
/
+35
*
Fix for python 2.6, drop support for < 2.6
Martin Pitt
2012-08-23
1
-1
/
+1
*
Fix erronous import statements for Python 3.3
Simon Feltman
2012-08-20
1
-2
/
+5
*
Fix help() for GI modules
Martin Pitt
2012-07-16
1
-1
/
+2
*
Skip gi.CallbackInfo objects from a module's dir()
Martin Pitt
2012-07-16
1
-2
/
+5
*
Fix __path__ module attribute
Martin Pitt
2012-07-16
1
-0
/
+17
*
Do not escape enum and flag names that are Python keywords
Martin Pitt
2012-06-25
1
-1
/
+1
*
PEP8: Fix indentation
Martin Pitt
2012-06-22
1
-7
/
+7
*
PEP8: Fix continuation lines
Martin Pitt
2012-06-22
1
-3
/
+3
*
Add a ccallback type which is used to invoke callbacks passed to a vfunc
John (J5) Palmieri
2012-03-27
1
-0
/
+5
*
PEP8: Remove whitespace before (
Johan Dahlin
2012-03-22
1
-2
/
+2
*
PEP8: run via --fix from craigds fork
Johan Dahlin
2012-03-22
1
-0
/
+3
*
Remove all tabs and fix indentation
Johan Dahlin
2012-03-22
1
-5
/
+5
*
Correct pyflakes warnings/errors
Johan Dahlin
2012-03-21
1
-1
/
+0
*
make GObject and GLib able to take overrides
John (J5) Palmieri
2011-08-11
1
-59
/
+59
*
add DynamicGLibModule which works like DynamicGObjectModule
John (J5) Palmieri
2011-08-11
1
-3
/
+29
*
refactor gi module to import and use internal _gobject module
John (J5) Palmieri
2011-08-11
1
-15
/
+16
*
[python3] Fix maketrans import
Martin Pitt
2011-07-13
1
-2
/
+6
*
Use _gi.Struct to wrap fundamentals
Tomeu Vizoso
2011-06-07
1
-1
/
+3
*
Fix symbol names to be locale independent
Martin Pitt
2011-05-04
1
-1
/
+8
*
[gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs.
Laszlo Pandy
2011-02-24
1
-1
/
+1
*
Load typelibs at import time, add gi.require_version()
Tomeu Vizoso
2011-02-22
1
-17
/
+4
*
[gi] Register GType for non-GType enums and flags at runtime.
Laszlo Pandy
2011-02-22
1
-9
/
+15
*
In IntrospectionModule and DynamicModule classes, make all instance attribute...
Laszlo Pandy
2011-01-17
1
-13
/
+13
*
Amend previous enum wrapping commit to remove redundant setting of __info__ a...
Laszlo Pandy
2011-01-17
1
-1
/
+1
*
Fix wrapping of enums: Create new Python type for each non-gtype enum.
Laszlo Pandy
2011-01-17
1
-1
/
+1
*
Fix the __dir__() methods on DynamicModule and IntrospectionModule
Laszlo Pandy
2011-01-13
1
-7
/
+21
*
Add a __repr__() method to DynamicModule.
Laszlo Pandy
2011-01-11
1
-0
/
+9
*
Go back to using getattr() in DynamicModule.__getattr__
Tomeu Vizoso
2011-01-11
1
-1
/
+1
*
Change __dir__() to report all the attributes that __getattr__ supports
Laszlo Pandy
2011-01-11
1
-3
/
+7
*
Fix stupid name clash
Tomeu Vizoso
2010-12-28
1
-2
/
+5
*
Add a overrides registry so we can refrence overrides inside the module
John (J5) Palmieri
2010-11-07
1
-1
/
+11
[next]