| Commit message (Expand) | Author | Age | Files | Lines |
| * | Wrap gio.File.copy, add tests and documentation. Rename | Johan Dahlin | 2008-07-24 | 1 | -0/+12 |
| * | Rename the function too, not just the prototype! | Johan Dahlin | 2008-07-23 | 1 | -0/+5 |
| * | Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a few | Johan Dahlin | 2008-07-21 | 1 | -0/+11 |
| * | Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, rename | Johan Dahlin | 2008-07-21 | 1 | -0/+14 |
| * | Move over Source, IOChannel, Idle, Timeout and PollFD to glib from | Johan Dahlin | 2008-07-21 | 1 | -0/+38 |
| * | Use yes/no instead of true/false. Avoid bashism. Fix another logic bug, | Johan Dahlin | 2008-07-21 | 1 | -0/+6 |
| * | Fix libffi check logic. | Paul Pogonyshev | 2008-07-20 | 1 | -0/+5 |
| * | Move maincontext and mainloop over to glib. Update the threadstate api to | Johan Dahlin | 2008-07-20 | 1 | -0/+45 |
| * | Install the glib module, the helper library and the headers. Use it from | Johan Dahlin | 2008-07-20 | 1 | -0/+11 |
| * | Use pkg-config to check for libffi again. | Johan Dahlin | 2008-07-20 | 1 | -0/+6 |
| * | Rename helper library to libpyglib-2.0. Move over | Johan Dahlin | 2008-07-20 | 1 | -0/+9 |
| * | Add glib bindings, currently not installed or used. Add some internal API | Johan Dahlin | 2008-07-20 | 1 | -0/+31 |
| * | Ignore a bunch of functions which are not relevant. | Johan Dahlin | 2008-07-19 | 1 | -0/+5 |
| * | Bind gio.Mount.unmount, gio.File.mount_mountable, | Johan Dahlin | 2008-07-19 | 1 | -0/+10 |
| * | Set module name back to gio, as setting it to gio._gio breaks pydoc. | Johan Dahlin | 2008-07-19 | 1 | -0/+3 |
| * | Use property based constructors when possible. | Johan Dahlin | 2008-07-19 | 1 | -0/+5 |
| * | Wrap gio.FileEnumerator.next_files_async/next_files_done. Update the | Johan Dahlin | 2008-07-18 | 1 | -0/+10 |
| * | Only fetch name, saves a couple of syscalls. Set name to gio._gio so | Johan Dahlin | 2008-07-18 | 1 | -0/+7 |
| * | Wrap gio.File.enumerate_children_async, add tests, docstring and an | Johan Dahlin | 2008-07-18 | 1 | -0/+11 |
| * | Use %zd instead of %d since it's a Py_ssize_t and not an int. | Johan Dahlin | 2008-07-18 | 1 | -0/+5 |
| * | define NO_IMPORT_PYGOBJECT before including pygobject.h | Johan Dahlin | 2008-07-18 | 1 | -0/+5 |
| * | Require pygobject 2.15.2 | Johan Dahlin | 2008-07-18 | 1 | -0/+5 |
| * | The module is called gio._gio, not just _gio. | Johan Dahlin | 2008-07-17 | 1 | -0/+1 |
| * | Add a pygio_version module attribute | Johan Dahlin | 2008-07-17 | 1 | -0/+5 |
| * | Rename gio.IOErrorEnum to gio.ErrorEnum | Johan Dahlin | 2008-07-17 | 1 | -0/+5 |
| * | Add gio.ERROR which maps to the G_IO_ERROR quark. | Johan Dahlin | 2008-07-17 | 1 | -0/+5 |
| * | Use the prefix G_IO_ for stripping constants instead of just G_ Check so | Johan Dahlin | 2008-07-17 | 1 | -0/+12 |
| * | Post release version bump | Johan Dahlin | 2008-07-16 | 1 | -0/+4 |
| * | 2.15.1PYGOBJECT_2_15_1 | Johan Dahlin | 2008-07-16 | 1 | -0/+5 |
| * | Rename from 'pygtk-codegen-2.0.in'. | Paul Pogonyshev | 2008-07-15 | 1 | -0/+8 |
| * | Post release version bump | Johan Dahlin | 2008-07-14 | 1 | -0/+4 |
| * | 2.15.0PYGOBJECT_2_15_0 | Johan Dahlin | 2008-07-14 | 1 | -0/+5 |
| * | Make sure we can distcheck the gio module properly | Johan Dahlin | 2008-07-14 | 1 | -0/+5 |
| * | Bug 450659 – h2def.py - export 'typedef struct' object definitions not | Johan Dahlin | 2008-07-14 | 1 | -0/+8 |
| * | Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automake | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | Bug 448173 – use python-config to get python includes | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | Bug 378704 – OptionParser.parse_args() returns unexpected results Patch | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | Bug 491773 – autoconf failure: .m4 files cannot be found | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | wrap File.load_contents_async and File.load_contents_finish with docsstrings ... | Gian Mario Tagliaretti | 2008-07-14 | 1 | -0/+9 |
| * | Bug 487523 – Add xslfiles variable to .pc.in files | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | Remove g_file_input_stream_seek and g_file_output_stream_seek, they | Johan Dahlin | 2008-07-14 | 1 | -0/+6 |
| * | Bug 504337 - crash bug in gobject.Timeout and gobject.Idle | Johan Dahlin | 2008-07-14 | 1 | -0/+8 |
| * | Map GSeekType to an int | Johan Dahlin | 2008-07-14 | 1 | -0/+10 |
| * | Refactor cancellable check to a utility function, avoids | Johan Dahlin | 2008-07-14 | 1 | -0/+12 |
| * | New class. (MethodDefBase.__init__): Make 'self.ret' a 'ReturnType' | Paul Pogonyshev | 2008-07-14 | 1 | -0/+12 |
| * | Add 'codegendir' variable. Make 'codegendir' refer to PyGObject's codegen, | Paul Pogonyshev | 2008-07-13 | 1 | -0/+7 |
| * | clean_func(): Strip GSEAL out, to avoid us thinking that there are many | Murray Cumming | 2008-07-13 | 1 | -0/+11 |
| * | wrap File.load_contents with docstrings | Gian Mario Tagliaretti | 2008-07-11 | 1 | -0/+8 |
| * | Fix error message referencing wrong argument. | Juha Sahakangas | 2008-07-09 | 1 | -0/+5 |
| * | Bug 540696 – gobject.markup_escape_text() causes python to segfault | Gustavo J. A. M. Carneiro | 2008-06-29 | 1 | -0/+6 |