| Commit message (Expand) | Author | Age | Files | Lines |
| * | should accept None for mount_operation. | Gian Mario Tagliaretti | 2009-03-29 | 1 | -6/+19 |
| * | Swap kwargs names to reflect the code. | Gian Mario Tagliaretti | 2009-03-29 | 1 | -1/+1 |
| * | Update the address of the FSF, by replacing old bits of the address with | Tobias Mueller | 2009-03-29 | 18 | -18/+18 |
| * | Add g_volume_should_automount | Gian Mario Tagliaretti | 2009-03-28 | 1 | -0/+6 |
| * | add a couple of convinence functions to convert from/to a python list and | Gian Mario Tagliaretti | 2009-03-28 | 7 | -152/+315 |
| * | Add g_file_enumerator_get_container, new in 2.18 | Gian Mario Tagliaretti | 2009-03-22 | 1 | -0/+9 |
| * | gio/gfileenumerator.override (_wrap_g_file_enumerator_close_async) wrap | Gian Mario Tagliaretti | 2009-03-22 | 1 | -0/+46 |
| * | add g_cancellable_make_pollfd | Gian Mario Tagliaretti | 2009-03-08 | 1 | -0/+9 |
| * | Bug 556250 again. I screwed up and gave misinformation about how to fix | Gustavo J. A. M. Carneiro | 2009-02-17 | 3 | -18/+19 |
| * | release the thread lock on non-async functions. | Gian Mario Tagliaretti | 2009-02-16 | 3 | -0/+51 |
| * | Add 2.18 gio API. | Gian Mario Tagliaretti | 2009-02-10 | 3 | -0/+238 |
| * | huge patch to fix memory leaks all over the place, fixes #568427 | Gian Mario Tagliaretti | 2009-02-08 | 4 | -16/+272 |
| * | Bug 567792 – gio.InputStream.read_async can cause memory corruption | Paul Pogonyshev | 2009-01-29 | 2 | -94/+77 |
| * | Bug 566706 – cleanup GIO overrides | Paul Pogonyshev | 2009-01-14 | 7 | -412/+404 |
| * | Bug 566744 – _wrap_g_input_stream_read_async() argument parsing has | Paul Pogonyshev | 2009-01-07 | 1 | -1/+1 |
| * | Bad -I ordering can break build fixes #566737 | Gian Mario Tagliaretti | 2009-01-06 | 1 | -3/+3 |
| * | Define methods. | Mads Chr. Olesen | 2009-01-04 | 2 | -0/+123 |
| * | Merge from 2.16 branch: | Paul Pogonyshev | 2008-12-21 | 3 | -4/+20 |
| * | g_output_stream_write_all use gsize instead of gssize | Gian Mario Tagliaretti | 2008-09-12 | 1 | -1/+1 |
| * | Bug 549517 – add __repr__ to gio.Drive, gio.Mount and gio.Volume | Paul Pogonyshev | 2008-09-08 | 2 | -0/+70 |
| * | Fix typos breaking compilation (bug #551212). | Frederic Peters | 2008-09-07 | 1 | -4/+4 |
| * | Bug 551059 – GFile load_contents methods chop data at first \0 | Jonathan Matthew | 2008-09-07 | 1 | -2/+2 |
| * | Bug 547088 – wrap g_content_types_get_registered() | Paul Pogonyshev | 2008-08-27 | 3 | -0/+27 |
| * | Rename from read(), document. (gio.InputStream.read): Rename from | Paul Pogonyshev | 2008-08-27 | 4 | -26/+183 |
| * | Fix keywords getting out of sync with actual argument order. | Paul Pogonyshev | 2008-08-16 | 1 | -1/+1 |
| * | Bug 547495 – wrap four important asynchronous methods in gio.Drive and | Paul Pogonyshev | 2008-08-12 | 2 | -0/+238 |
| * | 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 |