| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a new example | Johan Dahlin | 2008-07-28 | 3 | -9/+83 |
* | add a py-compile which works on python 2.x and 3.x | Johan Dahlin | 2008-07-28 | 1 | -0/+146 |
* | Move all compatibility into the same place, fixes build on python 2.4. | Johan Dahlin | 2008-07-28 | 3 | -27/+30 |
* | Use hexversion so it works with alpha/beta releases | Johan Dahlin | 2008-07-28 | 1 | -2/+8 |
* | Remove unnecessary spacing | Johan Dahlin | 2008-07-28 | 1 | -2/+2 |
* | Remove tabs. Use sys.exc_info()[1] to fetch the exception value | Johan Dahlin | 2008-07-27 | 7 | -40/+72 |
* | Use the Py_TYPE macro everywhere. | Johan Dahlin | 2008-07-27 | 10 | -30/+57 |
* | Add a Py_TYPE macro for accessing ob_type. | Johan Dahlin | 2008-07-27 | 6 | -28/+56 |
* | Use _PyLong macros. | Johan Dahlin | 2008-07-27 | 8 | -66/+88 |
* | Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to the | Johan Dahlin | 2008-07-27 | 8 | -496/+142 |
* | Add _PyUnicode_Type macro | Johan Dahlin | 2008-07-27 | 10 | -78/+118 |
* | Use glib macros to define the module, update export regexp. | Johan Dahlin | 2008-07-27 | 4 | -9/+16 |
* | Split out quark and type registration to the respective implementation | Johan Dahlin | 2008-07-27 | 11 | -19/+184 |
* | Move off a bit more to separate functions, cleaning up the init_glib a bit | Johan Dahlin | 2008-07-26 | 7 | -191/+262 |
* | Move paramspec registration to a separate file, add a header for the | Johan Dahlin | 2008-07-26 | 8 | -13/+69 |
* | Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matching | Paul Pogonyshev | 2008-07-26 | 2 | -0/+12 |
* | Fix a comment | Johan Dahlin | 2008-07-26 | 1 | -1/+1 |
* | reviewed by: <delete if not using a buddy> | Johan Dahlin | 2008-07-26 | 9 | -150/+222 |
* | Also export PyInit_glib import glib._glib instead of just _glib | Johan Dahlin | 2008-07-26 | 7 | -33/+60 |
* | gobject -> glib | Johan Dahlin | 2008-07-26 | 6 | -43/+64 |
* | Convert the pid/mainloop/maincontext/optiongroup/optioncontext. | Johan Dahlin | 2008-07-26 | 6 | -210/+48 |
* | Convert the source objects to use macros, saves ~150 lines of code! | Johan Dahlin | 2008-07-26 | 2 | -178/+47 |
* | Add macros for supporting additional python versions. Start using them for | Johan Dahlin | 2008-07-26 | 7 | -122/+206 |
* | Add macros which are compatible with python > 2.6. | Johan Dahlin | 2008-07-26 | 3 | -6/+197 |
* | Post release version bump | Johan Dahlin | 2008-07-26 | 2 | -1/+6 |
* | 2.15.2PYGOBJECT_2_15_2 | Johan Dahlin | 2008-07-26 | 2 | -0/+22 |
* | Build fix, remove extra \ | Johan Dahlin | 2008-07-26 | 2 | -1/+4 |
* | Update, add glib/gio bindings and other environments | Johan Dahlin | 2008-07-26 | 1 | -1/+4 |
* | Add a new API for registering exceptions for a GError domain. Register a | Johan Dahlin | 2008-07-26 | 7 | -15/+77 |
* | Send in a PyObject instead of a PyGOptionGroup object. | Johan Dahlin | 2008-07-26 | 2 | -2/+8 |
* | Update the test too | Johan Dahlin | 2008-07-26 | 1 | -1/+1 |
* | Move option over from gobject to glib. | Johan Dahlin | 2008-07-26 | 14 | -179/+311 |
* | Run pyflakes on the testsuite, remove unused imports and reorganize | Johan Dahlin | 2008-07-26 | 11 | -65/+73 |
* | Move over glib constants to gobject | Johan Dahlin | 2008-07-26 | 9 | -100/+151 |
* | Only bump to 2.14, not 2.16 | Johan Dahlin | 2008-07-26 | 3 | -3/+3 |
* | Bump required glib version to 2.16 | Johan Dahlin | 2008-07-26 | 3 | -8/+14 |
* | Use g_slice_new instead of g_new | Johan Dahlin | 2008-07-26 | 4 | -7/+17 |
* | Make distcheck pass | Johan Dahlin | 2008-07-25 | 3 | -2/+11 |
* | Remove private structures which moved to pyglib. | Johan Dahlin | 2008-07-25 | 3 | -26/+6 |
* | remove unused structure | Johan Dahlin | 2008-07-25 | 1 | -5/+0 |
* | Bug 544600 – pygobject building failed since 839 revision, error : | Johan Dahlin | 2008-07-24 | 2 | -0/+11 |
* | Wrap gio.File.copy, add tests and documentation. Rename | Johan Dahlin | 2008-07-24 | 8 | -55/+246 |
* | Rename the function too, not just the prototype! | Johan Dahlin | 2008-07-23 | 2 | -3/+8 |
* | Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a few | Johan Dahlin | 2008-07-21 | 6 | -32/+49 |
* | Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, rename | Johan Dahlin | 2008-07-21 | 2 | -49/+61 |
* | Move over Source, IOChannel, Idle, Timeout and PollFD to glib from | Johan Dahlin | 2008-07-21 | 16 | -130/+301 |
* | Use yes/no instead of true/false. Avoid bashism. Fix another logic bug, | Johan Dahlin | 2008-07-21 | 2 | -4/+10 |
* | Fix libffi check logic. | Paul Pogonyshev | 2008-07-20 | 2 | -1/+7 |
* | Move maincontext and mainloop over to glib. Update the threadstate api to | Johan Dahlin | 2008-07-20 | 24 | -159/+333 |
* | Install the glib module, the helper library and the headers. Use it from | Johan Dahlin | 2008-07-20 | 6 | -931/+63 |