| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bug 547484 – wrap gio.DataInputStream.read_line and ...read_until | Paul Pogonyshev | 2008-08-12 | 1 | -0/+9 |
| * | Bug 547484 – wrap gio.DataInputStream.read_line and ...read_until | Paul Pogonyshev | 2008-08-12 | 1 | -0/+65 |
| * | only use 4 spaces in indent | Gian Mario Tagliaretti | 2008-08-12 | 1 | -202/+202 |
| * | Bug 547354 – wrap a few memory stream methods | Paul Pogonyshev | 2008-08-11 | 3 | -1/+61 |
| * | Ignore `g_io_module*' and `g_io_scheduler_*'. | Paul Pogonyshev | 2008-08-11 | 1 | -0/+2 |
| * | Bug 547104 – improve type wrapper creation | Paul Pogonyshev | 2008-08-11 | 1 | -0/+48 |
| * | Bug 547104 – improve type wrapper creation | Paul Pogonyshev | 2008-08-11 | 1 | -43/+1 |
| * | Bug 546120 – make gio.File more Pythonic | Paul Pogonyshev | 2008-08-10 | 1 | -0/+58 |
| * | Bug 547134 – fix docstring line length | Jonathan Matthew | 2008-08-10 | 1 | -18/+28 |
| * | Add GFile.query_default_handler which was missing from the defs. | Gian Mario Tagliaretti | 2008-08-10 | 1 | -0/+10 |
| * | Bug 547067 – add File.replace_contents, replace_contents_async, | Jonathan Matthew | 2008-08-10 | 2 | -3/+183 |
| * | Bug 546135 – GIcon and implementations improvements | Paul Pogonyshev | 2008-08-09 | 1 | -2/+8 |
| * | Bug 546591 – File.copy progress_callback does not work | Paul Pogonyshev | 2008-08-09 | 2 | -14/+16 |
| * | Bug 546135 – GIcon and implementations improvements | Paul Pogonyshev | 2008-08-09 | 4 | -148/+373 |
| * | Bug 546734 – Missing Py_INCREFs for some file async methods | Jonathan Matthew | 2008-08-07 | 1 | -0/+10 |
| * | Move the progress callback for move/copy so it's consistent with the | Johan Dahlin | 2008-08-06 | 2 | -6/+8 |
| * | Add 'pygio_do_icon_richcompare' prototype to header. | Paul Pogonyshev | 2008-08-05 | 1 | -2/+4 |
| * | Bug 546135 – GIcon and implementations improvements | Paul Pogonyshev | 2008-08-05 | 2 | -0/+133 |
| * | Wrap GFile.replace_async and query_info_async with docs and test. | Gian Mario Tagliaretti | 2008-08-03 | 2 | -2/+115 |
| * | Fix a copy/paste pattern... | Gian Mario Tagliaretti | 2008-08-02 | 1 | -42/+0 |
| * | Wrap GFile.create_async with docs and test | Gian Mario Tagliaretti | 2008-08-02 | 2 | -1/+95 |
| * | Do not include gio-types.defs | Johan Dahlin | 2008-08-02 | 1 | -2/+0 |
| * | Remove SGML support, require python 2.4, modernize, PEP-8ify. Make it run | Johan Dahlin | 2008-08-02 | 1 | -0/+1 |
| * | Wrap GFile.append_to_async with docs and test | Gian Mario Tagliaretti | 2008-08-02 | 2 | -1/+53 |
| * | Add pyglib_float_from_timeval and use it | Johan Dahlin | 2008-08-02 | 2 | -4/+2 |
| * | Wrap GFile.query_writable_namespaces with docs and test | Gian Mario Tagliaretti | 2008-08-01 | 2 | -1/+55 |
| * | Wrap gio.File.move | Johan Dahlin | 2008-08-01 | 1 | -0/+39 |
| * | Wrap gio.Volume.mount and gio.Volume.eject | Johan Dahlin | 2008-08-01 | 5 | -5/+234 |
| * | Add docstring for gio.FileInfo.list_attributes | Gian Mario Tagliaretti | 2008-08-01 | 1 | -0/+4 |
| * | Bug 545861 – g_file_info_get_modification_time is missing | Johan Dahlin | 2008-08-01 | 2 | -1/+17 |
| * | Bug 545846 – g_vfs_get_supported_uri_schemes is missing | Johan Dahlin | 2008-08-01 | 2 | -0/+30 |
| * | Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_... | Gian Mario Tagliaretti | 2008-07-29 | 5 | -36/+296 |
| * | Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp... | Gian Mario Tagliaretti | 2008-07-29 | 8 | -36/+352 |
| * | Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them. | Johan Dahlin | 2008-07-29 | 1 | -0/+131 |
| * | Add a new example | Johan Dahlin | 2008-07-28 | 1 | -9/+12 |
| * | Add a new API for registering exceptions for a GError domain. Register a | Johan Dahlin | 2008-07-26 | 2 | -2/+7 |
| * | remove unused structure | Johan Dahlin | 2008-07-25 | 1 | -5/+0 |
| * | Wrap gio.File.copy, add tests and documentation. Rename | Johan Dahlin | 2008-07-24 | 6 | -55/+203 |
| * | Ignore a bunch of functions which are not relevant. | Johan Dahlin | 2008-07-19 | 1 | -2/+14 |
| * | Bind gio.Mount.unmount, gio.File.mount_mountable, | Johan Dahlin | 2008-07-19 | 3 | -5/+272 |
| * | Set module name back to gio, as setting it to gio._gio breaks pydoc. | Johan Dahlin | 2008-07-19 | 1 | -1/+1 |
| * | Use property based constructors when possible. | Johan Dahlin | 2008-07-19 | 1 | -10/+10 |
| * | Wrap gio.FileEnumerator.next_files_async/next_files_done. Update the | Johan Dahlin | 2008-07-18 | 2 | -0/+107 |
| * | Only fetch name, saves a couple of syscalls. Set name to gio._gio so | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Fix header filename | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Wrap gio.File.enumerate_children_async, add tests, docstring and an | Johan Dahlin | 2008-07-18 | 3 | -4/+102 |
| * | Use %zd instead of %d since it's a Py_ssize_t and not an int. | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | define NO_IMPORT_PYGOBJECT before including pygobject.h | Johan Dahlin | 2008-07-18 | 1 | -1/+2 |
| * | Require pygobject 2.15.2 | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Put gio.override before all the others | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |