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
...
*
release the thread lock on non-async functions.
Gian Mario Tagliaretti
2009-02-16
4
-0
/
+61
*
Add 2.18 gio API.
Gian Mario Tagliaretti
2009-02-10
4
-0
/
+244
*
huge patch to fix memory leaks all over the place, fixes #568427
Gian Mario Tagliaretti
2009-02-08
8
-21
/
+301
*
:write_enum_defs(): Prevent an exception when the prefix is empty.
Murray Cumming
2009-02-06
2
-1
/
+6
*
Bug 569350 – Inconsistent use of tabs and spaces in pygtk.py
Paul Pogonyshev
2009-01-29
2
-3
/
+9
*
Bug 567792 – gio.InputStream.read_async can cause memory corruption
Paul Pogonyshev
2009-01-29
3
-94
/
+96
*
Do not escape the ampersand "&" in entity references (bug #568485).
Daniel Elstner
2009-01-27
2
-7
/
+18
*
Bug 566571 – gtk.Buildable interface method override is not recognized
Paul Pogonyshev
2009-01-14
3
-100
/
+106
*
Bug 566706 – cleanup GIO overrides
Paul Pogonyshev
2009-01-14
9
-414
/
+455
*
Add a comment explaining why the two for loops for registering interfaces.
Gustavo J. A. M. Carneiro
2009-01-09
2
-0
/
+34
*
Bug 566744 – _wrap_g_input_stream_read_async() argument parsing has
Paul Pogonyshev
2009-01-07
2
-1
/
+9
*
Bad -I ordering can break build fixes #566737
Gian Mario Tagliaretti
2009-01-06
5
-8
/
+18
*
Define methods.
Mads Chr. Olesen
2009-01-04
4
-0
/
+157
*
Bug 563714 – GNOME Goal: Clean up GLib and GTK+ includes
Przemysław Grzegorczyk
2009-01-04
3
-2
/
+9
*
Bug 564018 – pygobject libtool-2.2 patch
Paul Pogonyshev
2009-01-04
2
-0
/
+9
*
Branch, bump version to 2.17.0.
Paul Pogonyshev
2009-01-04
2
-2
/
+6
*
Merge from 2.16 branch:
Paul Pogonyshev
2008-12-24
2
-0
/
+71
*
Merge from 2.16 branch:
Paul Pogonyshev
2008-12-21
4
-4
/
+35
*
Test if `domain' is not-null before using it (avoids segfaults, see bug
Paul Pogonyshev
2008-12-03
2
-3
/
+13
*
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
[prev]
[next]