summaryrefslogtreecommitdiffstats
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Fix various selftests when building against python 3.1David Malcolm2010-04-162-3/+24
* Allow GPid instances to be createdJohn Ehresman2010-04-161-1/+7
* Test for basestring and use str if not presentJohn Ehresman2010-04-161-2/+7
* Use bytes rather than bytearray and use PYGLIB_ macro prefixJohn Ehresman2010-04-162-17/+17
* Fix pyg_pid_new on python 3David Malcolm2010-04-161-4/+4
* Initial working enum/flags/pid subclasses of longJohn Ehresman2010-04-151-2/+3
* METH_KEYWORDS w/o METH_VARARGS is invalid in python 3John Ehresman2010-04-152-17/+17
* Changes to module init, and to compile under python3. Doesn't work thoughJohn Ehresman2010-04-153-32/+78
* More PyString to _PyUnicode or _PyByteArrayJohn Ehresman2010-04-151-0/+1
* Return byte array from read_chars iff encoding is NULL, otherwise return a un...John Ehresman2010-04-151-6/+22
* Add PyByteArray macrosJohn Ehresman2010-04-151-1/+7
* 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