Author: Carl Friedrich Bolz
Branch: small-unroll-improvements
Changeset: r70599:0841797a4108
Date: 2014-04-12 09:23 +0200
http://bitbucket.org/pypy/pypy/changeset/0841797a4108/
Log:better debug prints when translated
diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py
b/rpython/jit/me
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70600:bb19ba3f6538
Date: 2014-04-12 10:35 +0200
http://bitbucket.org/pypy/pypy/changeset/bb19ba3f6538/
Log:Rewrite the DictProxy type, so that it does not depend on
collections.abc which imports (and freezes) a lot of stdlib modul
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70602:c6251c15f906
Date: 2014-04-12 11:55 +0200
http://bitbucket.org/pypy/pypy/changeset/c6251c15f906/
Log:Update list of tests
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/co
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70601:fa32db9e5db8
Date: 2014-04-12 11:37 +0200
http://bitbucket.org/pypy/pypy/changeset/fa32db9e5db8/
Log:oops
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interp
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70605:fb069da00160
Date: 2014-04-12 17:57 +0200
http://bitbucket.org/pypy/pypy/changeset/fb069da00160/
Log:Introduce gateway.Unwrapper, a convenient way to write custom
unwrap_spec functions, Similar to the "O&" spec in PyArg_Pars
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70606:f4ed04b53800
Date: 2014-04-12 18:36 +0200
http://bitbucket.org/pypy/pypy/changeset/f4ed04b53800/
Log:Don't accept -1 as select() timeout.
diff --git a/pypy/module/select/interp_select.py
b/pypy/module/select/interp_select.py
--- a
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70607:df6a6f8c4d40
Date: 2014-04-12 18:47 +0200
http://bitbucket.org/pypy/pypy/changeset/df6a6f8c4d40/
Log:Apply previous hacks to pickletester.
diff --git a/lib-python/3/test/pickletester.py
b/lib-python/3/test/pickletester.py
--- a/li
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70604:06c40fed05e2
Date: 2014-04-12 15:19 +0200
http://bitbucket.org/pypy/pypy/changeset/06c40fed05e2/
Log:Skip a hanging test in test_sys
diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py
--- a/lib-python/3/test
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70603:6296484b2ec6
Date: 2014-04-12 13:07 +0200
http://bitbucket.org/pypy/pypy/changeset/6296484b2ec6/
Log:Add gc_collect() after del, to prevent deadlock.
diff --git a/lib-python/3/test/test_concurrent_futures.py
b/lib-python/3/test/te
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r70608:319a2085bf79
Date: 2014-04-12 22:04 +0200
http://bitbucket.org/pypy/pypy/changeset/319a2085bf79/
Log:Move src/cjkcodecs C files from rpython/ to
pypy/module/_multibytecodec.
They are unlikely to be reused for other kinds
Author: Ronan Lamy
Branch:
Changeset: r70609:8663933d1efe
Date: 2014-04-13 04:54 +0100
http://bitbucket.org/pypy/pypy/changeset/8663933d1efe/
Log:fix AppTracebackEntry for compatibility with the real pytest
diff --git a/pypy/tool/pytest/appsupport.py b/pypy/tool/pytest/appsupport.py
--- a/p
11 matches
Mail list logo