[pypy-commit] pypy small-unroll-improvements: better debug prints when translated

2014-04-12 Thread cfbolz
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

[pypy-commit] pypy py3.3: Rewrite the DictProxy type, so that it does not depend on

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy py3.3: Update list of tests

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy py3.3: oops

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy py3.3: Introduce gateway.Unwrapper, a convenient way to write custom unwrap_spec functions,

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy py3.3: Don't accept -1 as select() timeout.

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy py3.3: Apply previous hacks to pickletester.

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy py3.3: Skip a hanging test in test_sys

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy py3.3: Add gc_collect() after del, to prevent deadlock.

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy default: Move src/cjkcodecs C files from rpython/ to pypy/module/_multibytecodec.

2014-04-12 Thread amauryfa
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

[pypy-commit] pypy default: fix AppTracebackEntry for compatibility with the real pytest

2014-04-12 Thread rlamy
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