[pypy-commit] pypy default: kill the dead "forget_numberings" code in resume.py

2016-10-11 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87705:adff0c72c0f1 Date: 2016-10-11 13:06 +0200 http://bitbucket.org/pypy/pypy/changeset/adff0c72c0f1/ Log:kill the dead "forget_numberings" code in resume.py diff --git a/rpython/jit/metainterp/optimizeopt/info.py

[pypy-commit] pypy py3.5: Final merge from branch 'py3k'

2016-10-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87712:9f357f9d9ef4 Date: 2016-10-11 17:02 +0100 http://bitbucket.org/pypy/pypy/changeset/9f357f9d9ef4/ Log:Final merge from branch 'py3k' diff too long, truncating to 2000 out of 40724 lines diff --git

[pypy-commit] pypy default: (plan_rich, arigo): Test and fix for guard_not_forced_2, which didn't

2016-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r87707:445d6075ff07 Date: 2016-10-11 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/445d6075ff07/ Log:(plan_rich, arigo): Test and fix for guard_not_forced_2, which didn't save the floating-point register (noo clue

[pypy-commit] pypy py3k: close branch

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r87710:1ed3edf86d71 Date: 2016-10-11 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/1ed3edf86d71/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3.3: open the new py3.3 branch (which shadows the closed py3.3 branch)

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: py3.3 Changeset: r87711:37939b95637a Date: 2016-10-11 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/37939b95637a/ Log:open the new py3.3 branch (which shadows the closed py3.3 branch)

[pypy-commit] pypy default: doc changes to link whatsnew for pypy3.3 5.5.0

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r87708:c88e5a2f7321 Date: 2016-10-11 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/c88e5a2f7321/ Log:doc changes to link whatsnew for pypy3.3 5.5.0 diff --git a/pypy/doc/index-of-whatsnew.rst

[pypy-commit] pypy default: (arigo, plan_rich) carry along the changes of guard_not_forced_2 to all other backends

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r87709:1c139dea3b20 Date: 2016-10-11 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1c139dea3b20/ Log:(arigo, plan_rich) carry along the changes of guard_not_forced_2 to all other backends diff --git

[pypy-commit] jitviewer default: like this?

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r282:66f3ff7690ea Date: 2016-10-11 15:48 +0200 http://bitbucket.org/pypy/jitviewer/changeset/66f3ff7690ea/ Log:like this? diff --git a/README b/README --- a/README +++ b/README @@ -1,16 +1,7 @@ -PLEASE NOTE! This repo is:

[pypy-commit] jitviewer default: maybe this is the correct bitbucket markdown?

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r281:78de652daa1d Date: 2016-10-11 15:45 +0200 http://bitbucket.org/pypy/jitviewer/changeset/78de652daa1d/ Log:maybe this is the correct bitbucket markdown? diff --git a/README b/README --- a/README +++ b/README @@ -1,18

[pypy-commit] jitviewer default: README edited online with Bitbucket

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r283:b7c4e0f3ca63 Date: 2016-10-11 13:50 + http://bitbucket.org/pypy/jitviewer/changeset/b7c4e0f3ca63/ Log:README edited online with Bitbucket diff --git a/README b/README --- a/README +++ b/README @@ -1,11 +1,11 @@ -

[pypy-commit] pypy default: rename fields to be more explicit, add a helper method

2016-10-11 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87706:a9211eb5876b Date: 2016-10-11 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/a9211eb5876b/ Log:rename fields to be more explicit, add a helper method diff --git a/rpython/jit/metainterp/resume.py

[pypy-commit] jitviewer default: add deprecation warning to repo

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r280:c5ab0ec88906 Date: 2016-10-11 15:33 +0200 http://bitbucket.org/pypy/jitviewer/changeset/c5ab0ec88906/ Log:add deprecation warning to repo diff --git a/README b/README --- a/README +++ b/README @@ -1,3 +1,25 @@ + +PLEASE

[pypy-commit] pypy default: One more "I have no clue how it could have worked so far": if some

2016-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r87719:cb834279a539 Date: 2016-10-11 20:19 +0200 http://bitbucket.org/pypy/pypy/changeset/cb834279a539/ Log:One more "I have no clue how it could have worked so far": if some function is only found via vtables, and it indirectly

[pypy-commit] pypy default: kill the pure_reverse function and just move the parts to the relevant

2016-10-11 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87704:018a54181f0f Date: 2016-10-11 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/018a54181f0f/ Log:kill the pure_reverse function and just move the parts to the relevant postprocess_* functions. It doesn't make

[pypy-commit] pypy value-classes: Merge with default

2016-10-11 Thread sbauman
Author: Spenser Andrew Bauman Branch: value-classes Changeset: r87714:1bdc593889bf Date: 2016-10-11 12:58 -0400 http://bitbucket.org/pypy/pypy/changeset/1bdc593889bf/ Log:Merge with default diff too long, truncating to 2000 out of 46777 lines diff --git

[pypy-commit] pypy py3.5: (arigo, plan_rich) missing version check lost by merge (ssl3)

2016-10-11 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87716:67709d07835e Date: 2016-10-11 19:25 +0200 http://bitbucket.org/pypy/pypy/changeset/67709d07835e/ Log:(arigo, plan_rich) missing version check lost by merge (ssl3) diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy py3.5: (plan_rich, arigo) Tweak W_ReverseSeqIter

2016-10-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87717:368ee986dc8e Date: 2016-10-11 19:35 +0200 http://bitbucket.org/pypy/pypy/changeset/368ee986dc8e/ Log:(plan_rich, arigo) Tweak W_ReverseSeqIter diff --git a/pypy/module/_pickle_support/maker.py

[pypy-commit] pypy py3.5: Set up sys.*prefix attributes for applevel tests

2016-10-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87715:dd35ec57b9ef Date: 2016-10-11 18:04 +0100 http://bitbucket.org/pypy/pypy/changeset/dd35ec57b9ef/ Log:Set up sys.*prefix attributes for applevel tests diff --git a/pypy/module/sys/__init__.py

[pypy-commit] pypy py3.5: Try to fix test_code_module.py

2016-10-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87713:aa643d440c39 Date: 2016-10-11 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/aa643d440c39/ Log:Try to fix test_code_module.py diff --git a/pypy/module/test_lib_pypy/test_code_module.py

[pypy-commit] pypy py3.5: Split off the pickle tests that cannot possibly work on appdirect to a separate class

2016-10-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87718:be1170fa2db1 Date: 2016-10-11 18:39 +0100 http://bitbucket.org/pypy/pypy/changeset/be1170fa2db1/ Log:Split off the pickle tests that cannot possibly work on appdirect to a separate class diff --git

[pypy-commit] extradoc extradoc: misc

2016-10-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5740:d2c31c51500a Date: 2016-10-11 19:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/d2c31c51500a/ Log:misc diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-progress.rst ---

[pypy-commit] pypy py3.5: Clean up pickle tests to better match CPython

2016-10-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87720:217511d75da2 Date: 2016-10-11 23:46 +0100 http://bitbucket.org/pypy/pypy/changeset/217511d75da2/ Log:Clean up pickle tests to better match CPython diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py

[pypy-commit] pypy py3.5: Fix translation

2016-10-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r87703:2ddf9bfa3ece Date: 2016-10-11 08:19 +0200 http://bitbucket.org/pypy/pypy/changeset/2ddf9bfa3ece/ Log:Fix translation diff --git a/pypy/module/_weakref/interp__weakref.py