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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option (-p) to use the modulename as a hint to the prefix of functions
John Finlay
2008-11-03
1
-18
/
+84
*
Add defsgen to __all__ list. Strip out # directives from enum defintions.
John Finlay
2008-11-01
3
-0
/
+12
*
Add defsgen.py
John Finlay
2008-10-31
2
-0
/
+3
*
Use the passed in prefix as a hint when creating a typecode.
John Finlay
2008-10-31
3
-14
/
+41
*
g_output_stream_write_all use gsize instead of gssize
Gian Mario Tagliaretti
2008-09-12
2
-1
/
+6
*
Bug 530935 – pygobject_set_properties doesnt release the GIL
Paul Pogonyshev
2008-09-09
2
-20
/
+21
*
Bug 549517 – add __repr__ to gio.Drive, gio.Mount and gio.Volume
Paul Pogonyshev
2008-09-08
3
-0
/
+79
*
Bug 551227 – Missing AC_CONFIG_MACRO_DIR([m4])
Loïc Minier
2008-09-08
2
-0
/
+7
*
Bug 551056 – make codegen not import when corresponding argument types
Paul Pogonyshev
2008-09-08
3
-7
/
+30
*
Fix typos breaking compilation (bug #551212).
Frederic Peters
2008-09-07
2
-4
/
+10
*
Bug 551059 – GFile load_contents methods chop data at first \0
Jonathan Matthew
2008-09-07
2
-2
/
+10
*
Post release version bump
Johan Dahlin
2008-09-03
2
-1
/
+6
*
=== 2.15.4 ===
PYGOBJECT_2_15_4
Johan Dahlin
2008-09-03
2
-0
/
+9
*
Fix typo (s/&type/type) introduced in r886 causing weird crashes on
Loïc Minier
2008-09-02
2
-1
/
+7
*
add G_TYPE_CLOSURE boxed type in codegen
Gian Mario Tagliaretti
2008-09-01
2
-0
/
+5
*
Post release version bump
Johan Dahlin
2008-08-31
2
-1
/
+6
*
=== 2.15.3 ===
PYGOBJECT_2_15_3
Johan Dahlin
2008-08-31
2
-0
/
+44
*
* gobject/pygobject.c: Fix memory problems reported by valgrind due to
Gustavo J. A. M. Carneiro
2008-08-30
3
-2
/
+10
*
Mark pyglib_notify_on_enabling_threads() as private (also rename).
Paul Pogonyshev
2008-08-27
4
-7
/
+10
*
Bug 549191 – Constructor of gtk.TreeView raises TypeError when model is
Paul Pogonyshev
2008-08-27
2
-7
/
+19
*
Bug 549351 – an unitialized variable in PyGLib
Paul Pogonyshev
2008-08-27
2
-3
/
+9
*
Bug 547633 – cannot create new threads when pygtk is used
Paul Pogonyshev
2008-08-27
4
-1
/
+49
*
Bug 547088 – wrap g_content_types_get_registered()
Paul Pogonyshev
2008-08-27
4
-0
/
+44
*
Rename from read(), document. (gio.InputStream.read): Rename from
Paul Pogonyshev
2008-08-27
6
-26
/
+260
*
Fix keywords getting out of sync with actual argument order.
Paul Pogonyshev
2008-08-16
2
-1
/
+6
*
Bug 547495 – wrap four important asynchronous methods in gio.Drive and
Paul Pogonyshev
2008-08-12
3
-1
/
+252
*
Bug 547484 – wrap gio.DataInputStream.read_line and ...read_until
Paul Pogonyshev
2008-08-12
2
-0
/
+11
*
Bug 547484 – wrap gio.DataInputStream.read_line and ...read_until
Paul Pogonyshev
2008-08-12
3
-0
/
+95
*
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
5
-1
/
+103
*
Ignore `g_io_module*' and `g_io_scheduler_*'.
Paul Pogonyshev
2008-08-11
2
-0
/
+6
*
Bug 540376 – No TypeError raised when type is None
Paul Pogonyshev
2008-08-11
3
-0
/
+27
*
Bug 547104 – improve type wrapper creation
Paul Pogonyshev
2008-08-11
3
-0
/
+65
*
Bug 547104 – improve type wrapper creation
Paul Pogonyshev
2008-08-11
3
-52
/
+64
*
Bug 546120 – make gio.File more Pythonic
Paul Pogonyshev
2008-08-10
3
-1
/
+78
*
Bug 547104 – improve runtime type wrapper creation
Paul Pogonyshev
2008-08-10
2
-0
/
+72
*
Bug 547134 – fix docstring line length
Jonathan Matthew
2008-08-10
2
-18
/
+36
*
Add GFile.query_default_handler which was missing from the defs.
Gian Mario Tagliaretti
2008-08-10
2
-0
/
+15
*
Bug 547067 – add File.replace_contents, replace_contents_async,
Jonathan Matthew
2008-08-10
4
-3
/
+235
*
Fix to not use `use_default_fallbacks' property (it's new).
Paul Pogonyshev
2008-08-09
2
-3
/
+13
*
Bug 546135 – GIcon and implementations improvements
Paul Pogonyshev
2008-08-09
3
-10
/
+32
*
Bug 546591 – File.copy progress_callback does not work
Paul Pogonyshev
2008-08-09
4
-14
/
+55
*
Bug 546135 – GIcon and implementations improvements
Paul Pogonyshev
2008-08-09
8
-161
/
+490
*
include test_gio.py in the tests
Johan Dahlin
2008-08-09
1
-0
/
+1
*
Bug 546734 – Missing Py_INCREFs for some file async methods
Jonathan Matthew
2008-08-07
2
-0
/
+19
*
Move the progress callback for move/copy so it's consistent with the
Johan Dahlin
2008-08-06
3
-6
/
+15
*
Add a pygobject_enable_threads wrapper around pyglib_threads_enable and
Johan Dahlin
2008-08-06
3
-8
/
+31
*
return in case of error instead of trying to access the internal types.
Johan Dahlin
2008-08-06
2
-1
/
+10
*
Add 'pygio_do_icon_richcompare' prototype to header.
Paul Pogonyshev
2008-08-05
2
-2
/
+11
*
Bug 546135 – GIcon and implementations improvements
Paul Pogonyshev
2008-08-05
3
-0
/
+146
[next]