commit cdf8c40768b00d08a1facca696a042efc6e8988f Author: Simon Feltman Date: Thu May 29 13:02:44 2014 -0700 demos: Cleanup CSS accordion demo to use a loop for adding buttons Also use Gtk.main_quit directly since it has been overridden to accept extra args. demos/gtk-demo/demos/Css/css_accordion.py | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) commit ba8380d093d6f84eabcf18c02b248aae8ffc3cf5 Author: Simon Feltman Date: Tue May 27 19:24:20 2014 -0700 refactor: Move builder connection utilities outside of Builder class Move _extract_handler_and_args and _builder_connect_callback into module scope for re-use by GTK+ Composite Templates. https://bugzilla.gnome.org/show_bug.cgi?id=701843 gi/overrides/Gtk.py | 83 ++++++++++++++++++++++++--------------------- tests/test_overrides_gtk.py | 8 ++--- 2 files changed, 48 insertions(+), 43 deletions(-) commit f127fabe9664b243774b76a68e6fce5986aa23a0 Author: Simon Feltman Date: Tue May 27 15:52:10 2014 -0700 tests: Move TestSignals from test_everything into test_signal Move these tests into a more meaningful location. https://bugzilla.gnome.org/show_bug.cgi?id=701843 tests/test_everything.py | 123 -------------------------------------------- tests/test_signal.py | 131 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+), 123 deletions(-) commit da46963a0ce9f796ff4ee4ae2023adfd40ed54ca Author: Simon Feltman Date: Mon May 26 04:21:07 2014 -0700 configure.ac: post release version bump to 3.13.2 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6258adf6c7c604954f0dbc1a9ed8c284114358bc Author: Simon Feltman Date: Mon May 26 04:18:55 2014 -0700 release 3.13.2 NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)