index
:
pygobject.git
master
py3k
Unnamed repository; edit this file 'description' to name the repository.
David Hugh Malcolm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gio
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a couple of silly typos and use gio.File instead of GFile in
Johan Dahlin
2008-04-08
1
-7
/
+8
*
Make gio.File() (calling on an interface) a factory for creating files.
Johan Dahlin
2008-04-07
4
-1
/
+110
*
Install gio in the right location
Johan Dahlin
2008-04-07
1
-2
/
+2
*
Add wrappers.
Johan Dahlin
2008-04-06
2
-0
/
+166
*
Ignore vararg functions and remove a couple of left overs in the generic
Johan Dahlin
2008-04-06
1
-11
/
+3
*
Remove g_file_output_stream_truncate, g_file_output_stream_tell and
Johan Dahlin
2008-04-06
1
-24
/
+0
*
Implement the python iteration protocol on GFileEnumerator
Johan Dahlin
2008-04-06
2
-0
/
+50
*
Fix the build
Johan Dahlin
2008-03-22
1
-9
/
+3
*
Make read_finish() return the string, remove the get_buffer method. This
Johan Dahlin
2008-03-22
2
-27
/
+101
*
Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seek
Johan Dahlin
2008-03-09
2
-20
/
+9
*
Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long.
Johan Dahlin
2008-03-08
1
-2
/
+2
*
Remove private comments
Johan Dahlin
2008-01-29
1
-16
/
+0
*
Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.
Johan Dahlin
2008-01-21
6
-5
/
+82
*
Split out overrides into more files. Fix up module description in comment
Johan Dahlin
2008-01-20
8
-246
/
+361
*
Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async):
Johan Dahlin
2008-01-20
1
-8
/
+37
*
New function to test error condition of async read.
Johan Dahlin
2008-01-20
1
-1
/
+3
*
Impl.
Johan Dahlin
2008-01-19
2
-1
/
+58
*
Implement.
Johan Dahlin
2008-01-19
1
-2
/
+70
*
New marshaller for async results (_wrap_g_input_stream_read_async): Impl.
Johan Dahlin
2008-01-19
3
-3
/
+110
*
Fix a silly bug so it possible to read files larger than 8192 bytes.
Johan Dahlin
2008-01-19
1
-4
/
+6
*
Set null-ok for all cancelable as well.
Johan Dahlin
2008-01-19
1
-107
/
+107
*
set gio.unix to None if it's not available
Johan Dahlin
2008-01-19
1
-1
/
+1
*
Implement InputStream.read efficiently without copying the strings, based
Johan Dahlin
2008-01-19
3
-107
/
+191
*
Import codegen from pygtk. Add initial gio and gio.unix bindings.
Johan Dahlin
2008-01-19
10
-0
/
+5367
[prev]