| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Wrap GFile.append_to_async with docs and test | Gian Mario Tagliaretti | 2008-08-02 | 4 | -1/+101 |
| * | Add pyglib_float_from_timeval and use it | Johan Dahlin | 2008-08-02 | 6 | -7/+29 |
| * | Separate the glib and gobject bindings in the manual. | Johan Dahlin | 2008-08-01 | 9 | -932/+1145 |
| * | Wrap GFile.query_writable_namespaces with docs and test | Gian Mario Tagliaretti | 2008-08-01 | 4 | -1/+70 |
| * | Wrap gio.File.move | Johan Dahlin | 2008-08-01 | 3 | -1/+75 |
| * | Wrap gio.Volume.mount and gio.Volume.eject | Johan Dahlin | 2008-08-01 | 6 | -5/+243 |
| * | Add docstring for gio.FileInfo.list_attributes | Gian Mario Tagliaretti | 2008-08-01 | 2 | -0/+9 |
| * | Bug 545861 – g_file_info_get_modification_time is missing | Johan Dahlin | 2008-08-01 | 4 | -4/+34 |
| * | Bug 545846 – g_vfs_get_supported_uri_schemes is missing | Johan Dahlin | 2008-08-01 | 4 | -0/+47 |
| * | Use %r instead of %s, this is not python! | Johan Dahlin | 2008-08-01 | 2 | -1/+6 |
| * | Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings for | Johan Dahlin | 2008-07-30 | 2 | -37/+94 |
| * | Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_... | Gian Mario Tagliaretti | 2008-07-29 | 7 | -37/+331 |
| * | Whitespace | Johan Dahlin | 2008-07-29 | 1 | -0/+1 |
| * | Take some credit | Johan Dahlin | 2008-07-29 | 2 | -0/+3 |
| * | Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp... | Gian Mario Tagliaretti | 2008-07-29 | 9 | -116/+448 |
| * | Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them. | Johan Dahlin | 2008-07-29 | 3 | -2/+139 |
| * | Fetch the total and print percentage | Johan Dahlin | 2008-07-29 | 1 | -3/+8 |
| * | Remove unused import | Johan Dahlin | 2008-07-29 | 1 | -1/+1 |
| * | Refactor the example a bit, use start/stop to access loop so it's easier to r... | Johan Dahlin | 2008-07-29 | 1 | -12/+19 |
| * | Handle errors from gfile.read() gracefully | Johan Dahlin | 2008-07-29 | 1 | -3/+6 |
| * | 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 |