summaryrefslogtreecommitdiffstats
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining PyInt & PyString callsJohn Ehresman2010-04-151-6/+6
* Make pyglib-python-compat.h a public header and include in pygobject.h Also #...John Ehresman2010-04-154-3/+12
* Fix reference leak when using repr in exception stringsJohn Ehresman2010-04-151-2/+8
* Use richcompare slot rather than old compare slot and Py_TYPE macro in prepar...John Ehresman2010-04-157-35/+149
* Bug 598435 - No wrapping for g_find_program_in_path ()Gian Mario Tagliaretti2009-12-181-0/+20
* Move threads_init() function from 'gobject' to 'glib'Paul Pogonyshev2009-11-101-0/+16
* pygmainloop: fix use of PySignal_WakeUpFD API for nested loopsPhilippe Normad2009-10-211-45/+50
* Plug reference leak of GSource in pyg_main_loop_init()Paul Pogonyshev2009-09-221-0/+1
* Add Python version into installed libpyglib nameEmilio Pozuelo Monfort2009-05-241-5/+5
* Mark relevant glib.IOChannel methods as METH_NOARGSPaul Pogonyshev2009-05-131-63/+20
* Properly mark glib.get_user_special_dir() as a keywords methodPaul Pogonyshev2009-05-031-1/+1
* Fix occasional build failures after the 'ltihooks.py' removalPaul Pogonyshev2009-04-291-1/+1
* Wrap four g_get_user_*_dir() functionsPaul Pogonyshev2009-04-201-0/+85
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-182-8/+7
* Add support code for fixing: Bug 507174 – Convert from popt to GOption.Gustavo J. A. M. Carneiro2009-04-051-0/+7
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-2920-20/+20
* Bug 563714 – GNOME Goal: Clean up GLib and GTK+ includesPrzemysław Grzegorczyk2009-01-041-1/+1
* Test if `domain' is not-null before using it (avoids segfaults, see bugPaul Pogonyshev2008-12-031-3/+8
* * gobject/pygobject.c: Fix memory problems reported by valgrind due toGustavo J. A. M. Carneiro2008-08-301-1/+2
* Mark pyglib_notify_on_enabling_threads() as private (also rename).Paul Pogonyshev2008-08-272-3/+5
* Bug 549351 – an unitialized variable in PyGLibPaul Pogonyshev2008-08-271-3/+2
* Bug 547633 – cannot create new threads when pygtk is usedPaul Pogonyshev2008-08-272-1/+26
* Add a pygobject_enable_threads wrapper around pyglib_threads_enable andJohan Dahlin2008-08-061-6/+12
* return in case of error instead of trying to access the internal types.Johan Dahlin2008-08-061-1/+4
* Change return value from 'gboolean' to 'int' and changed semantics toPaul Pogonyshev2008-08-032-7/+7
* Fix compilation warnings, clean up style and indentation.Johan Dahlin2008-08-023-87/+99
* Add pyglib_float_from_timeval and use itJohan Dahlin2008-08-023-3/+18
* Use %r instead of %s, this is not python!Johan Dahlin2008-08-011-1/+1
* Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings forJohan Dahlin2008-07-301-36/+86
* Move all compatibility into the same place, fixes build on python 2.4.Johan Dahlin2008-07-281-8/+23
* Remove tabs. Use sys.exc_info()[1] to fetch the exception valueJohan Dahlin2008-07-271-11/+14
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-271-1/+1
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-272-4/+4
* Add _PyUnicode_Type macroJohan Dahlin2008-07-271-0/+2
* Fix a commentJohan Dahlin2008-07-261-1/+1
* reviewed by: <delete if not using a buddy>Johan Dahlin2008-07-262-21/+26
* Also export PyInit_glib import glib._glib instead of just _glibJohan Dahlin2008-07-266-33/+44
* gobject -> glibJohan Dahlin2008-07-265-43/+43
* Convert the pid/mainloop/maincontext/optiongroup/optioncontext.Johan Dahlin2008-07-265-210/+37
* Convert the source objects to use macros, saves ~150 lines of code!Johan Dahlin2008-07-261-178/+42
* Add macros for supporting additional python versions. Start using them forJohan Dahlin2008-07-266-122/+181
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-262-3/+44
* Send in a PyObject instead of a PyGOptionGroup object.Johan Dahlin2008-07-261-2/+2
* Move option over from gobject to glib.Johan Dahlin2008-07-269-16/+1205
* Move over glib constants to gobjectJohan Dahlin2008-07-261-1/+65
* Use g_slice_new instead of g_newJohan Dahlin2008-07-263-7/+7
* Bug 544600 – pygobject building failed since 839 revision, error :Johan Dahlin2008-07-241-0/+5
* Rename the function too, not just the prototype!Johan Dahlin2008-07-231-3/+3
* Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a fewJohan Dahlin2008-07-215-32/+38
* Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, renameJohan Dahlin2008-07-211-49/+47