summaryrefslogtreecommitdiffstats
path: root/gio/ginputstream.override
Commit message (Expand)AuthorAgeFilesLines
* Use _PyUnicode or _PyByteArray macrosJohn Ehresman2010-04-151-10/+10
* Cleanup GIO overrides to use Python function/method namesPaul Pogonyshev2009-06-121-1/+1
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-091-34/+0
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-311-65/+0
* Fix a bug in InputStream.skip_asyncGian Mario Tagliaretti2009-05-091-1/+2
* Wrap gio.InputStream.skip_async()Gian Mario Tagliaretti2009-05-051-1/+49
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Bug 567792 – gio.InputStream.read_async can cause memory corruptionPaul Pogonyshev2009-01-291-79/+21
* Bug 566706 – cleanup GIO overridesPaul Pogonyshev2009-01-141-14/+11
* Bug 566744 – _wrap_g_input_stream_read_async() argument parsing hasPaul Pogonyshev2009-01-071-1/+1
* Rename from read(), document. (gio.InputStream.read): Rename fromPaul Pogonyshev2008-08-271-21/+88
* Bug 547484 – wrap gio.DataInputStream.read_line and ...read_untilPaul Pogonyshev2008-08-121-0/+65
* only use 4 spaces in indentGian Mario Tagliaretti2008-08-121-202/+202
* Bug 547354 – wrap a few memory stream methodsPaul Pogonyshev2008-08-111-0/+34
* Add a new exampleJohan Dahlin2008-07-281-9/+12
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-241-11/+11
* Map GSeekType to an intJohan Dahlin2008-07-141-0/+2
* Refactor cancellable check to a utility function, avoidsJohan Dahlin2008-07-141-35/+9
* Move around the order of the callback argument to async methods, so itJohan Dahlin2008-04-111-39/+59
* Add wrappers.Johan Dahlin2008-04-061-0/+54
* Fix the buildJohan Dahlin2008-03-221-9/+3
* Make read_finish() return the string, remove the get_buffer method. ThisJohan Dahlin2008-03-221-5/+92
* Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long.Johan Dahlin2008-03-081-2/+2
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-211-1/+1
* Split out overrides into more files. Fix up module description in commentJohan Dahlin2008-01-201-0/+155