summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new exampleJohan Dahlin2008-07-283-9/+83
* add a py-compile which works on python 2.x and 3.xJohan Dahlin2008-07-281-0/+146
* Move all compatibility into the same place, fixes build on python 2.4.Johan Dahlin2008-07-283-27/+30
* Use hexversion so it works with alpha/beta releasesJohan Dahlin2008-07-281-2/+8
* Remove unnecessary spacingJohan Dahlin2008-07-281-2/+2
* Remove tabs. Use sys.exc_info()[1] to fetch the exception valueJohan Dahlin2008-07-277-40/+72
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-2710-30/+57
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-276-28/+56
* Use _PyLong macros.Johan Dahlin2008-07-278-66/+88
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-278-496/+142
* Add _PyUnicode_Type macroJohan Dahlin2008-07-2710-78/+118
* Use glib macros to define the module, update export regexp.Johan Dahlin2008-07-274-9/+16
* Split out quark and type registration to the respective implementationJohan Dahlin2008-07-2711-19/+184
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-267-191/+262
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-268-13/+69
* Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matchingPaul Pogonyshev2008-07-262-0/+12
* Fix a commentJohan Dahlin2008-07-261-1/+1
* reviewed by: <delete if not using a buddy>Johan Dahlin2008-07-269-150/+222
* Also export PyInit_glib import glib._glib instead of just _glibJohan Dahlin2008-07-267-33/+60
* gobject -> glibJohan Dahlin2008-07-266-43/+64
* Convert the pid/mainloop/maincontext/optiongroup/optioncontext.Johan Dahlin2008-07-266-210/+48
* Convert the source objects to use macros, saves ~150 lines of code!Johan Dahlin2008-07-262-178/+47
* Add macros for supporting additional python versions. Start using them forJohan Dahlin2008-07-267-122/+206
* Add macros which are compatible with python > 2.6.Johan Dahlin2008-07-263-6/+197
* Post release version bumpJohan Dahlin2008-07-262-1/+6
* 2.15.2PYGOBJECT_2_15_2Johan Dahlin2008-07-262-0/+22
* Build fix, remove extra \Johan Dahlin2008-07-262-1/+4
* Update, add glib/gio bindings and other environmentsJohan Dahlin2008-07-261-1/+4
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-267-15/+77
* Send in a PyObject instead of a PyGOptionGroup object.Johan Dahlin2008-07-262-2/+8
* Update the test tooJohan Dahlin2008-07-261-1/+1
* Move option over from gobject to glib.Johan Dahlin2008-07-2614-179/+311
* Run pyflakes on the testsuite, remove unused imports and reorganizeJohan Dahlin2008-07-2611-65/+73
* Move over glib constants to gobjectJohan Dahlin2008-07-269-100/+151
* Only bump to 2.14, not 2.16Johan Dahlin2008-07-263-3/+3
* Bump required glib version to 2.16Johan Dahlin2008-07-263-8/+14
* Use g_slice_new instead of g_newJohan Dahlin2008-07-264-7/+17
* Make distcheck passJohan Dahlin2008-07-253-2/+11
* Remove private structures which moved to pyglib.Johan Dahlin2008-07-253-26/+6
* remove unused structureJohan Dahlin2008-07-251-5/+0
* Bug 544600 – pygobject building failed since 839 revision, error :Johan Dahlin2008-07-242-0/+11
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-248-55/+246
* Rename the function too, not just the prototype!Johan Dahlin2008-07-232-3/+8
* Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a fewJohan Dahlin2008-07-216-32/+49
* Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, renameJohan Dahlin2008-07-212-49/+61
* Move over Source, IOChannel, Idle, Timeout and PollFD to glib fromJohan Dahlin2008-07-2116-130/+301
* Use yes/no instead of true/false. Avoid bashism. Fix another logic bug,Johan Dahlin2008-07-212-4/+10
* Fix libffi check logic.Paul Pogonyshev2008-07-202-1/+7
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-2024-159/+333
* Install the glib module, the helper library and the headers. Use it fromJohan Dahlin2008-07-206-931/+63