[pypy-commit] pypy callfamily: hg merge default

2015-08-16 Thread rlamy
Author: Ronan Lamy Branch: callfamily Changeset: r78999:3a61e4b83097 Date: 2015-08-16 21:00 +0100 http://bitbucket.org/pypy/pypy/changeset/3a61e4b83097/ Log:hg merge default diff too long, truncating to 2000 out of 70765 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -1

[pypy-commit] pypy default: if loading of .pyc file fails, just give up instead of exploding

2015-08-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78998:b92ab1013bf2 Date: 2015-08-16 20:31 +0200 http://bitbucket.org/pypy/pypy/changeset/b92ab1013bf2/ Log:if loading of .pyc file fails, just give up instead of exploding diff --git a/_pytest/assertion/rewrite.py b/_pytest/assertion/rewrite.py

[pypy-commit] pypy py3.3: Implement time.perf_counter().

2015-08-16 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78997:4d2cde9414b9 Date: 2015-08-16 20:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4d2cde9414b9/ Log:Implement time.perf_counter(). diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py --- a/pypy/module/time/__init__.py

[pypy-commit] buildbot default: add cffi import library copy step to TranslatedTest

2015-08-16 Thread mattip
Author: mattip Branch: Changeset: r955:3275430ea6da Date: 2015-08-16 21:11 +0300 http://bitbucket.org/pypy/buildbot/changeset/3275430ea6da/ Log:add cffi import library copy step to TranslatedTest diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/

[pypy-commit] pypy py3.3: Implement time.monotonic(). Windows and Darwin support untested.

2015-08-16 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78996:10ea3f73852a Date: 2015-08-16 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/10ea3f73852a/ Log:Implement time.monotonic(). Windows and Darwin support untested. diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py

[pypy-commit] pypy value-profiling: merge default

2015-08-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: value-profiling Changeset: r78993:f22171f122f5 Date: 2015-08-15 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/f22171f122f5/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b

[pypy-commit] pypy value-profiling: make record_exact_class also imply that the box is not null

2015-08-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: value-profiling Changeset: r78994:4c2707c6443a Date: 2015-08-15 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/4c2707c6443a/ Log:make record_exact_class also imply that the box is not null diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b

[pypy-commit] pypy value-profiling: track when lists store instances of the same (rpython level) class

2015-08-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: value-profiling Changeset: r78995:c0aea2847f70 Date: 2015-08-15 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/c0aea2847f70/ Log:track when lists store instances of the same (rpython level) class diff --git a/pypy/objspace/std/listobject.py b/pypy/ob