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
/
ChangeLog
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
-0
/
+5
*
Make gio.File() (calling on an interface) a factory for creating files.
Johan Dahlin
2008-04-07
1
-0
/
+10
*
Install gio in the right location
Johan Dahlin
2008-04-07
1
-0
/
+4
*
Add tests for recently added features.
Johan Dahlin
2008-04-06
1
-0
/
+2
*
Add wrappers.
Johan Dahlin
2008-04-06
1
-0
/
+5
*
Ignore vararg functions and remove a couple of left overs in the generic
Johan Dahlin
2008-04-06
1
-0
/
+3
*
Remove g_file_output_stream_truncate, g_file_output_stream_tell and
Johan Dahlin
2008-04-06
1
-0
/
+3
*
Implement the python iteration protocol on GFileEnumerator
Johan Dahlin
2008-04-06
1
-0
/
+4
*
Add goffset to the int64 arg type
Johan Dahlin
2008-04-06
1
-0
/
+4
*
bug #428732 (pyg_enum_new): Fix two wrong assertions about
Paul Pogonyshev
2008-04-02
1
-0
/
+8
*
Don't return NULL after warning; more useful warning message (bug
Paul Pogonyshev
2008-03-24
1
-0
/
+5
*
Make read_finish() return the string, remove the get_buffer method. This
Johan Dahlin
2008-03-22
1
-0
/
+11
*
Allow gobject.property work with subclasses. Add tests.
Johan Dahlin
2008-03-21
1
-0
/
+8
*
Require gio and giounix 2.15.7.
Johan Dahlin
2008-03-09
1
-0
/
+4
*
Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seek
Johan Dahlin
2008-03-09
1
-0
/
+12
*
Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long.
Johan Dahlin
2008-03-08
1
-1
/
+8
*
Dist .m4 files. (#496011, Ed Catmur)
Johan Dahlin
2008-03-02
1
-1
/
+6
*
Never override customly set 'tp_new' and 'tp_alloc'.
Paul Pogonyshev
2008-03-02
1
-0
/
+5
*
Add this so other bindings can find gio.defs
Dan Winship
2008-02-01
1
-0
/
+5
*
Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.
Johan Dahlin
2008-01-21
1
-0
/
+15
*
New test
Johan Dahlin
2008-01-20
1
-0
/
+2
*
Split out overrides into more files. Fix up module description in comment
Johan Dahlin
2008-01-20
1
-0
/
+14
*
Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async):
Johan Dahlin
2008-01-20
1
-0
/
+6
*
New function to test error condition of async read.
Johan Dahlin
2008-01-20
1
-0
/
+8
*
Impl.
Johan Dahlin
2008-01-19
1
-0
/
+9
*
Implement.
Johan Dahlin
2008-01-19
1
-2
/
+5
*
New marshaller for async results (_wrap_g_input_stream_read_async): Impl.
Johan Dahlin
2008-01-19
1
-0
/
+7
*
Fix a silly bug so it possible to read files larger than 8192 bytes.
Johan Dahlin
2008-01-19
1
-0
/
+3
*
Set null-ok for all cancelable as well.
Johan Dahlin
2008-01-19
1
-0
/
+2
*
set gio.unix to None if it's not available
Johan Dahlin
2008-01-19
1
-0
/
+2
*
Implement InputStream.read efficiently without copying the strings, based
Johan Dahlin
2008-01-19
1
-0
/
+9
*
Import codegen from pygtk. Add initial gio and gio.unix bindings.
Johan Dahlin
2008-01-19
1
-0
/
+42
*
Don't link against libffi if we cannot find libffi on the system.
Johan Dahlin
2008-01-11
1
-0
/
+5
*
Include -Wall and -Werror when checking for PySignal_SetWakeupFd
Johan Dahlin
2008-01-03
1
-0
/
+3
*
Reviewed by: Gustavo
Johan Dahlin
2008-01-03
1
-0
/
+10
*
Bug 460606 – wrap g_get_application_name and g_get_prgname
Gustavo J. A. M. Carneiro
2008-01-02
1
-0
/
+7
*
Add props attribute
Rafael Villar Burke
2007-11-30
1
-0
/
+4
*
check for NULL before dereferencing.
Paolo Borelli
2007-11-24
1
-0
/
+5
*
do not use a potentially uninitialized variable. Bug #499334.
Paolo Borelli
2007-11-24
1
-0
/
+5
*
Set the default value of old_args to 0, so we don't end up slicing with
Johan Dahlin
2007-11-12
1
-0
/
+6
*
Merge in values from all groups to the global option group. Slice up args
Johan Dahlin
2007-11-06
1
-0
/
+9
*
Add pyg_option_group_new to the public API
Johan Dahlin
2007-11-05
1
-0
/
+8
*
fix indent on Changelog
Gian Mario Tagliaretti
2007-10-16
1
-1
/
+1
*
uninstalled.pc file missing 'datadir' value. Fixes #486876
Gian Mario Tagliaretti
2007-10-16
1
-0
/
+7
*
post-relase bump
Gustavo J. A. M. Carneiro
2007-09-16
1
-0
/
+4
*
2.14.0
PYGOBJECT_2_14_0
Gustavo J. A. M. Carneiro
2007-09-16
1
-0
/
+3
*
Update NEWS
Gustavo J. A. M. Carneiro
2007-09-16
1
-0
/
+4
*
Remove DATADIR substitution since it now gets substituted as
John Finlay
2007-09-06
1
-0
/
+6
*
Avoid exporting the metaclass, just define it where it will be used.
Johan Dahlin
2007-08-27
1
-0
/
+3
*
Refactor a bit to make sure that it is possible to use in subclasses,
Johan Dahlin
2007-08-27
1
-0
/
+6
[next]