commit 086c10133d6d9ac155e3a7fee7dde198aea1343d Author: Simon Feltman Date: Fri May 2 21:36:25 2014 -0700 PEP8 fixes Use infix 'not' instead of prefixed. Don't use double comments (##). Use space between comment and text. Un-comment tests that now work. Move broken (and won't fix) implicit int64 signal tests into a new skipped test function. gi/overrides/GIMarshallingTests.py | 4 ++-- gi/overrides/Gio.py | 4 ++-- gi/overrides/Gtk.py | 6 +++--- gi/types.py | 2 +- pygtkcompat/pygtkcompat.py | 4 ++-- tests/test_everything.py | 1 - tests/test_gi.py | 9 +++------ tests/test_iochannel.py | 2 +- tests/test_option.py | 2 +- tests/test_signal.py | 28 +++++++++++++--------------- 10 files changed, 28 insertions(+), 34 deletions(-) commit 382bb7e9e84ae142d18832409e4f5e969876c84c Author: Simon Feltman Date: Mon May 26 03:01:13 2014 -0700 Python 3.4 make check fixes Use unittest.skip() instead of unittest.expectedFailure() for tests which pass in GI 1.39.0. This is needed to get rid of unexpected successes which fail unittesting in Python 3.4. Silence deprecation warning when using imp.reload. https://bugzilla.gnome.org/show_bug.cgi?id=730411 pygtkcompat/pygtkcompat.py | 4 +++- tests/test_gi.py | 2 +- tests/test_repository.py | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) commit 458ea7555445ec8f0e57c009ca0de985bcfa4d53 Author: Simon Feltman Date: Mon Apr 14 16:23:24 2014 -0700 configure.ac: post release version bump to 3.12.2 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 193b114a6425e5dba0c91d17227a050529ffe40b Author: Simon Feltman Date: Mon Apr 14 16:15:48 2014 -0700 release 3.12.1 NEWS | 5 +++++ 1 file changed, 5 insertions(+)