View Git repositories

pygobject hosts its code at https://gitlab.gnome.org/GNOME/pygobject.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:pygobject

There are download files available for pygobject.

See all merge proposals.

pygobject has 6 active branches owned by 2 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:pygobject
Series: trunk
1 Development 2021-12-06 22:19:49 UTC
3614. gimodule: fix floating state of pytho...

Author: Mathieu Duponchelle
Revision Date: 2021-12-06 22:19:49 UTC

gimodule: fix floating state of python objects created with g_object_new

If C code calls g_object_new() for a GInitiallyUnowned subclass
implemented in python, the expectation is to receive a floating
reference.

The solution is used is the same picked for
5efe2e5c8458d9f4d72329ea1209d96b5ebecfb4, this is simply a special
case that was omitted at the time.

lp:~malept/pygobject/gi-standalone 1 Development 2009-11-06 07:01:50 UTC
1068. PyGObject_Type still isn't in upstrea...

Author: Mark Lee
Revision Date: 2009-11-06 07:01:50 UTC

PyGObject_Type still isn't in upstream...fix NEED_GOBJECT_TYPE check accordingly.

lp:~malept/pygobject/propertyhelper-gobject-types 1 Development 2009-08-26 23:53:01 UTC
1001. [propertyhelper] fix support for deri...

Author: Mark Lee
Revision Date: 2009-08-26 23:35:35 UTC

[propertyhelper] fix support for derived GObject property types

When using the propertyhelper syntax for GObject properties, an error occurred
when one declared a property where the type was derived from GObject.

Also adds a unit test.

Fixes GNOME Bug 593241.

lp:~vcs-imports/pygobject/trunk 1 Development 2009-04-14 21:19:27 UTC
908. 2009-04-15 Götz Waschk <waschk@mand...

Author: paulp
Revision Date: 2009-04-14 21:19:27 UTC

2009-04-15 Götz Waschk <waschk@mandriva.org>

 Bug 550231 – missing dep on libffi in pygobject-2.0.pc

 * configure.ac: Define `LIBFFI_PC' subst.

 * pygobject-2.0.pc.in:
 * pygobject-2.0-uninstalled.pc.in: Use it.

lp:~guijemont/pygobject/profiling_hacks_intrepid 1 Development 2009-03-19 16:28:26 UTC
597. Now include profiling.h in gio.

Author: Guillaume Emont
Revision Date: 2009-03-19 16:22:43 UTC

Now include profiling.h in gio.

lp:~guijemont/pygobject/profiling_hacks 1 Development 2009-03-17 12:37:16 UTC
592. - Better code to handle callable name...

Author: Guillaume Emont
Revision Date: 2009-03-17 12:37:16 UTC

- Better code to handle callable name
- Added const for some param types.

16 of 6 results
You can't create new branches for pygobject.