View Git repositories

PySide hosts its code at git://gitorious.org/pyside/pyside.git.

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:pyside

See all merge proposals.

PySide has 6 active branches owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:pyside
Series: trunk
1 Development 2014-07-08 00:01:05 UTC
1634. PYSIDE-164: Fix possible deadlock on ...

Author: Pankaj Pandey
Revision Date: 2014-07-08 00:01:05 UTC

PYSIDE-164: Fix possible deadlock on signal connect/emit

Signal connect/emit acquire a lock on the QObject, and can
happen from python code (which has acquired the GIL) or
internal QtCode (without acquiring the GIL).
So we always need to release the GIL to prevent out-of-order
acquisition of the locks causing deadlock.

Change-Id: I1cf47a73c2b60627e322d8ef3fa4c3efdebd4c02
Reviewed-by: John Ehresman <jpe@wingware.com>

lp:~pyside/pyside/shiboken 1 Development 2015-02-19 13:44:58 UTC
1541. Process global enums in declaration o...

Author: Matthew Woehlke
Revision Date: 2015-02-19 13:44:58 UTC

Process global enums in declaration order

In the same vein as the previous commit, process global enums in order
added (which presumably is declaration order). For what we're doing at
this point, this may not be as critical, but again is needed to avoid a
spurious test failure.

Change-Id: If32a07fee2e7e9b7699e01eda3408ed57855e947
Reviewed-by: John Cummings <jcummings2@users.sf.net>

lp:~pyside/pyside/generatorrunner 1 Development 2013-05-23 09:19:10 UTC
225. Replaced Nokia copyrights in header ...

Author: Teemu Kaukoranta
Revision Date: 2013-05-23 09:19:10 UTC

Replaced Nokia copyrights in header

Replaced old Nokia copyrights with Digia copyrights.
Removed "All rights reserved" strings without leading copyrights were
removed (for example, 'Copyright SomeCompany, all rights reserved
remain untouched).

Did NOT touch contact details, will change them later.
Excluded folders that have '3rdparty' in path.

Used command:
find . -path '*/3rdparty/*' -prune -o
-exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; |
tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/
\1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I')
>(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I')

This excludes binary files and retains whitespace and #* characters in
the beginning of the edited lines.

Change-Id: I671a7f1c5594580837354dd577027785705a4ce2
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>

lp:~pyside/pyside/apiextractor 1 Development 2013-05-23 09:19:07 UTC
414. Replaced Nokia copyrights in header ...

Author: Teemu Kaukoranta
Revision Date: 2013-05-23 09:19:07 UTC

Replaced Nokia copyrights in header

Replaced old Nokia copyrights with Digia copyrights.
Removed "All rights reserved" strings without leading copyrights were
removed (for example, 'Copyright SomeCompany, all rights reserved
remain untouched).

Did NOT touch contact details, will change them later.
Excluded folders that have '3rdparty' in path.

Used command:
find . -path '*/3rdparty/*' -prune -o
-exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; |
tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/
\1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I')
>(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I')

This excludes binary files and retains whitespace and #* characters in
the beginning of the edited lines.

Change-Id: I9b960d54cfe46a85be86b524e95e3ee875933fb6
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>

lp:~pyside/pyside/mobility 1 Development 2012-06-17 11:53:51 UTC
159. Raise dependency to PySide/Shiboken 1...

Author: Marcelo Lira
Revision Date: 2011-12-30 18:35:21 UTC

Raise dependency to PySide/Shiboken 1.1.0

lp:~pyside/pyside/maliit 1 Development 2011-11-14 16:22:07 UTC
18. Adding examples Reviewer: Luciano Wo...

Author: Lauro Neto
Revision Date: 2011-10-25 16:59:55 UTC

Adding examples

Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

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