summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
...
* Use the prefix G_IO_ for stripping constants instead of just G_ Check soJohan Dahlin2008-07-171-5/+14
* Bug 378704 – OptionParser.parse_args() returns unexpected results PatchJohan Dahlin2008-07-141-1/+5
* Bug 504337 - crash bug in gobject.Timeout and gobject.IdleJohan Dahlin2008-07-141-4/+2
* Fix error message referencing wrong argument.Juha Sahakangas2008-07-091-1/+1
* Bug 540696 – gobject.markup_escape_text() causes python to segfaultGustavo J. A. M. Carneiro2008-06-291-1/+1
* New functions, unconditionally raise TypeError. (pygobject_methods): HookPaul Pogonyshev2008-06-091-0/+20
* Add the GParamSpec type wrapper to the module dictionary.Gustavo J. A. M. Carneiro2008-05-301-0/+4
* Accept None for the child_setup parameter of gobject.spawn_async(). AlsoGustavo J. A. M. Carneiro2008-05-211-3/+12
* Fix: raise warning as exception if asked by PyErr_Warn().Paul Pogonyshev2008-04-272-3/+8
* Set gobject.GObject.__module__ to gobject._gobject, this helps pylint toJohan Dahlin2008-04-151-1/+4
* Fix a typo Update the tests after the latest "refactoring". The testsuiteJohan Dahlin2008-04-081-2/+2
* Unbreak Source.prepare (#523075, Bryan Silverthorn)Johan Dahlin2008-04-081-3/+1
* bug #428732 (pyg_enum_new): Fix two wrong assertions aboutPaul Pogonyshev2008-04-021-8/+29
* Don't return NULL after warning; more useful warning message (bugPaul Pogonyshev2008-03-241-2/+5
* Allow gobject.property work with subclasses. Add tests.Johan Dahlin2008-03-211-4/+4
* Never override customly set 'tp_new' and 'tp_alloc'.Paul Pogonyshev2008-03-021-2/+4
* Reviewed by: GustavoJohan Dahlin2008-01-031-11/+63
* Bug 460606 – wrap g_get_application_name and g_get_prgnameGustavo J. A. M. Carneiro2008-01-021-0/+30
* check for NULL before dereferencing.Paolo Borelli2007-11-241-6/+8
* do not use a potentially uninitialized variable. Bug #499334.Paolo Borelli2007-11-241-2/+3
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-121-1/+1
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-061-1/+10
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-052-2/+7
* If there are no items, do not attempt to iterateJohan Dahlin2007-11-021-2/+3
* Update documentation and filenameJohan Dahlin2007-08-281-3/+12
* Avoid exporting the metaclass, just define it where it will be used.Johan Dahlin2007-08-271-6/+3
* Refactor a bit to make sure that it is possible to use in subclasses,Johan Dahlin2007-08-271-8/+7
* Bug 470230 – check for default value in boolean type is wrongGustavo J. A. M. Carneiro2007-08-271-3/+1
* removed unwanted definesGustavo J. A. M. Carneiro2007-08-271-1/+1
* Fix compilation warning.Gustavo J. A. M. Carneiro2007-08-271-1/+1
* Bug 466082 – pygobject_new_full not fully initialising PyGObject, chaos res...Gustavo J. A. M. Carneiro2007-08-141-2/+6
* Only compile g_timeout_add_seconds for glib >= 2.13.5Gustavo J. A. M. Carneiro2007-07-081-1/+5
* Wrap g_timeout_add_secondsGustavo J. A. M. Carneiro2007-07-081-0/+43
* Work around the deprecation warning of BaseException.message in Python 2.6+ a...Gustavo J. A. M. Carneiro2007-07-081-1/+16
* revert last change (g_object_run_dispose)Gustavo J. A. M. Carneiro2007-07-071-11/+0
* Bug 398696 – Wrap g_object_run_disposeGustavo J. A. M. Carneiro2007-07-071-0/+11
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-074-17/+56
* Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha...Gustavo J. A. M. Carneiro2007-07-071-2/+19
* Rename the private struct field to private_flags, because private is a C++Murray Cumming2007-07-042-3/+3
* reviewed by: Johan DahlinSebastian Granjoux2007-07-021-1/+1
* Bug 447271 – gobject has a weird bug on mac. Involves python, property and ...Gustavo J. A. M. Carneiro2007-06-172-1/+17
* Support type=GObject or type=TYPE_OBJECT in the new properties API.Gustavo J. A. M. Carneiro2007-06-161-0/+4
* OK'd by JohanYevgen Muntyan2007-06-072-2/+3
* Bug 339924 – gnome-python doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-05-091-1/+1
* Store property values in the descriptor per instance, add a test.Johan Dahlin2007-05-021-3/+3
* Rewrap to fit in 79 charactersJohan Dahlin2007-05-011-5/+10
* delete trailing whitespaceJohan Dahlin2007-05-011-28/+28
* Add a property helper, fixes #338098Johan Dahlin2007-05-015-27/+417
* fix descriptor / toggle_ref interaction bugGustavo J. A. M. Carneiro2007-04-301-3/+4
* reviewed by: Johan Dahlin <johan@gnome.org>James Livingstone2007-04-301-1/+1