summaryrefslogtreecommitdiff
path: root/gi/overrides
Commit message (Expand)AuthorAgeFilesLines
* docs: Standardize Python doc stringsSimon Feltman2014-03-154-68/+85
* Quote argument names in initializer deprecation warningSimon Feltman2014-03-151-1/+1
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* Move Python glib options module into gi packageSimon Feltman2014-01-142-2/+2
* Merge static PyGLib module into PyGISimon Feltman2014-01-141-1/+1
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-142-4/+5
* overrides: Fix __repr__ for various Gdk structsSimon Feltman2014-01-071-5/+5
* overrides: Remove GLib.Source.attachSimon Feltman2014-01-061-5/+0
* overrides: Remove Gtk overrides with tail end allow-none keywordsSimon Feltman2014-01-061-16/+0
* overrides: Remove Pango.Context.get_metricsSimon Feltman2014-01-061-9/+0
* docs: Replace usage of functools.wraps with a custom versionSimon Feltman2013-12-312-11/+13
* Revert TreeStore and ListStore initializer replacementsSimon Feltman2013-11-121-4/+6
* Deprecate Gdk.Cursor constructor dispatchingSimon Feltman2013-11-121-20/+28
* Cleanup overzealous new and init implementationsSimon Feltman2013-11-124-30/+4
* Add deprecation warnings and cleanup class initializer overridesSimon Feltman2013-11-123-188/+273
* Revert "Add type checking to positional Gtk.Box and Gtk.Window ctor arguments"Simon Feltman2013-11-121-7/+0
* Add type checking to positional Gtk.Box and Gtk.Window ctor argumentsMartin Pitt2013-11-051-0/+7
* Fix toggleref safety problems by always enabling the GILSimon Feltman2013-10-271-6/+2
* Add consistent GLib.MainLoop SIGINT cleanupSimon Feltman2013-10-271-0/+4
* Remove overrides for supporting pre-3.10 GObject signal functionsSimon Feltman2013-10-191-67/+9
* Add threads_init back as a requirement for non-Python threaded reposSimon Feltman2013-10-181-4/+7
* Remove PyGObjectWeakRef now that g_binding_unbind existsSimon Feltman2013-10-141-0/+19
* Add support for variable user data argumentsSimon Feltman2013-10-141-52/+23
* Fix TypeError when setting drag target_list to NoneNuno Araujo2013-10-141-2/+2
* Refactor GLib.io_add_watch to make it more testableSimon Feltman2013-10-071-5/+18
* Refactor GLib.child_watch_add to make it more testableSimon Feltman2013-10-071-8/+17
* Fix GLib.Source sub-classing with initializer argsSimon Feltman2013-09-111-1/+1
* Copy __doc__ when wrapping functionVratislav Podzimek2013-09-051-0/+1
* Fix GObject signal methods to work with new annotationsSimon Feltman2013-09-021-40/+66
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-261-4/+6
* Override GValue.set/get_boxed with static C marshalerSimon Feltman2013-07-241-0/+9
* GTK overrides: Make connect_signals handle tupleCole Robinson2013-07-031-15/+36
* Don't use doctest syntax in docstrings for examplesMartin Pitt2013-07-032-5/+5
* GLib overrides: fix typo in deprecation messageMartin Pitt2013-05-291-1/+1
* Use correct class for GtkEditable's get_selection_bounds() functionMike Ruprecht2013-04-281-1/+1
* Deprecate GLib and GObject threads_initSimon Feltman2013-03-272-2/+8
* Remove static PollFD bindingsMartin Pitt2013-03-251-2/+15
* Revert "Drop gi.overrides.overridefunc()"3.7.91.1Martin Pitt2013-03-052-5/+26
* Dot not clobber original Gdk/Gtk functions with overridesMartin Pitt2013-03-042-2/+4
* Drop gi.overrides.overridefunc()Martin Pitt2013-03-012-26/+5
* Fix GLib.Source ref leak upon destructionMartin Pitt2013-03-011-0/+4
* Optimize GValue.get/set_value by setting GValue.g_type to a localSimon Feltman2013-02-281-47/+51
* Add override helper for stripping boolean returnsMartin Pitt2013-02-273-152/+53
* Fix crashes in various GObject signal handler functionsSimon Feltman2013-02-221-36/+122
* overrides: Fix inconsistencies with drag and drop target list APISimon Feltman2013-02-191-11/+29
* overrides: Add support for iterables besides tuples for TreePath creationSimon Feltman2013-02-181-1/+1
* Prefix __module__ attribute of function objects with gi.repositoryNiklas Koep2013-02-151-1/+2
* Move various signal methods from static bindings to gi and pythonSimon Feltman2013-02-031-13/+31
* GLib overrides: Support unpacking 'maybe' variantsPaolo Borelli2013-02-011-0/+5
* Add tests for vfunc object arguments and returnsSimon Feltman2013-01-301-5/+10