head 1.3; access; symbols pkgsrc-2017Q2:1.2.0.30 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.28 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.26 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.24 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.22 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.20 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.18 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.16 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.14 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.12 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.10 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.8 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.6 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.4 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.2 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.1.0.8 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.6 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.4 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.2 pkgsrc-2012Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2017.09.17.12.24.31; author adam; state dead; branches; next 1.2; commitid KhMcLtNEURv8Zx7A; 1.2 date 2013.10.29.18.18.46; author drochner; state Exp; branches; next 1.1; commitid dQbwwA1nCyTqydbx; 1.1 date 2012.12.17.11.57.44; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Removed devel/py-ipython013 successor devel/py-ipython @ text @$NetBSD: patch-bb,v 1.2 2013/10/29 18:18:46 drochner Exp $ --- IPython/core/tests/test_interactiveshell.py.orig 2013-04-05 19:21:31.000000000 +0000 +++ IPython/core/tests/test_interactiveshell.py @@@@ -399,7 +399,7 @@@@ class TestSystemRaw(unittest.TestCase): def test_1(self): """Test system_raw with non-ascii cmd """ - cmd = ur'''python -c "'åäö'" ''' + cmd = ur'''"%s" -c "'åäö'" ''' % sys.executable ip.system_raw(cmd) def test_exit_code(self): @ 1.2 log @update to 0.13.2 changes: bugfixes, mostly related to compatibility with Qt and Wx GUIs @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @add a pkg for ipython-0.13.1, the new stable branch @ text @d3 1 a3 1 --- IPython/core/tests/test_interactiveshell.py.orig 2012-10-21 00:30:53.000000000 +0000 d13 1 a13 1 class TestModules(unittest.TestCase, tt.TempFileMixin): @