| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Similar to what gtk does, provide a gtk manifest to build a demo so
one can hack on pygobject from GNOME Builder in a easy way.
|
|
|
|
| |
Reworking the demo to something more modern.
|
|
|
|
| |
Since python2 is phased out already.
|
|
|
|
|
| |
In the recent cleanup I missed that Python 2 doesn't default to
utf-8 there.
|
|
|
|
|
| |
Only use the _compat aliases and hide them in _compat through eval().
This will make flake8 complain in case any py2 only builtins are used.
|
|
|
|
| |
The demo app now gets analyzed by pep8 since it was moved to the examples.
|
|
We might want to install it in the future, but until then at least put
it into the tarball.
https://bugzilla.gnome.org/show_bug.cgi?id=735918
|