summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-01-21 20:10:30 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-01-21 20:10:30 +0000
commit6d441aad5c3b56535f8383ebe7cff10a50289de9 (patch)
treefe716701c5d0bf5c6eb21e47783992ab18dc99b5 /ChangeLog
parent8c31e35473f8d50cbb3cb832029f5ddc64022649 (diff)
downloadpygobject-6d441aad5c3b56535f8383ebe7cff10a50289de9.tar.gz
pygobject-6d441aad5c3b56535f8383ebe7cff10a50289de9.tar.xz
pygobject-6d441aad5c3b56535f8383ebe7cff10a50289de9.zip
Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.
2008-01-21 Johan Dahlin <johan@gnome.org> * gio/gio.override (async_result_callback_marshal): Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. * gio/Makefile.am: * gio/ginputstream.override: * gio/goutputstream.override: * gio/gvolumemonitor.override: * gio/gfile.override: * tests/test_gio.py: Implement and test GFile.read_async. Use try/finally to always quit the mainloop, even if the test fail. Update source comment headers. svn path=/trunk/; revision=744
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d1b35b..2d60e3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-01-21 Johan Dahlin <johan@gnome.org>
+
+ * gio/gio.override (async_result_callback_marshal):
+ Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.
+
+ * gio/Makefile.am:
+ * gio/ginputstream.override:
+ * gio/goutputstream.override:
+ * gio/gvolumemonitor.override:
+ * gio/gfile.override:
+ * tests/test_gio.py:
+ Implement and test GFile.read_async. Use try/finally to always quit
+ the mainloop, even if the test fail.
+ Update source comment headers.
+
2008-01-20 Johan Dahlin <johan@gnome.org>
* tests/test_gio.py (TestVolumeMonitor): New test