[pypy-commit] pypy default: Fixes for 8c314acb8dd4

2016-11-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r88538:23ffdb9eb9cc Date: 2016-11-22 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/23ffdb9eb9cc/ Log:Fixes for 8c314acb8dd4 diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/interp_file.py ++

[pypy-commit] pypy conditional_call_value_4: Yet another attempt at jit_conditional_call_value

2016-11-22 Thread arigo
Author: Armin Rigo Branch: conditional_call_value_4 Changeset: r88539:22fc7a1ddb3d Date: 2016-11-22 11:36 +0100 http://bitbucket.org/pypy/pypy/changeset/22fc7a1ddb3d/ Log:Yet another attempt at jit_conditional_call_value ___ pypy-commit mailing lis

[pypy-commit] pypy conditional_call_value_4: copy and adapt from the conditional_call_value_2 branch: goal

2016-11-22 Thread arigo
Author: Armin Rigo Branch: conditional_call_value_4 Changeset: r88540:c73bebe15c32 Date: 2016-11-22 11:52 +0100 http://bitbucket.org/pypy/pypy/changeset/c73bebe15c32/ Log:copy and adapt from the conditional_call_value_2 branch: goal diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py ---

[pypy-commit] pypy space-newtext: merge default

2016-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88546:2e449c823765 Date: 2016-11-21 13:17 +0100 http://bitbucket.org/pypy/pypy/changeset/2e449c823765/ Log:merge default diff too long, truncating to 2000 out of 30900 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgt

[pypy-commit] pypy space-newtext: some rnadom wraps

2016-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88545:511d80a64542 Date: 2016-11-21 13:07 +0100 http://bitbucket.org/pypy/pypy/changeset/511d80a64542/ Log:some rnadom wraps diff --git a/pypy/module/_hashlib/__init__.py b/pypy/module/_hashlib/__init__.py --- a/pypy/module/_hashl

[pypy-commit] pypy space-newtext: a number of fixes

2016-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88547:6673bc3db17b Date: 2016-11-22 13:41 +0100 http://bitbucket.org/pypy/pypy/changeset/6673bc3db17b/ Log:a number of fixes diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targe

[pypy-commit] pypy space-newtext: a number of wraps in cppyy (untested)

2016-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88544:24290f1e845d Date: 2016-11-21 13:06 +0100 http://bitbucket.org/pypy/pypy/changeset/24290f1e845d/ Log:a number of wraps in cppyy (untested) diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_capi.

[pypy-commit] pypy space-newtext: fix test

2016-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88542:8e45f3d71f75 Date: 2016-11-21 12:59 +0100 http://bitbucket.org/pypy/pypy/changeset/8e45f3d71f75/ Log:fix test diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter

[pypy-commit] pypy space-newtext: more windows wraps

2016-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88543:dedd16a4f65a Date: 2016-11-21 13:04 +0100 http://bitbucket.org/pypy/pypy/changeset/dedd16a4f65a/ Log:more windows wraps diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py --- a/pypy/module/_ssl/

[pypy-commit] pypy space-newtext: _winreg, and some other space.wrap calls for windows (untested so far)

2016-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88541:1467bf934968 Date: 2016-11-21 12:51 +0100 http://bitbucket.org/pypy/pypy/changeset/1467bf934968/ Log:_winreg, and some other space.wrap calls for windows (untested so far) diff --git a/pypy/module/_multiprocessing/in

[pypy-commit] pypy default: A failing test showing a pervasive issue with unions of objects of different types

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r88548:b0e65fd580b2 Date: 2016-11-22 16:30 + http://bitbucket.org/pypy/pypy/changeset/b0e65fd580b2/ Log:A failing test showing a pervasive issue with unions of objects of different types diff --git a/rpython/annotator/test/test_model.py b/r

[pypy-commit] pypy fix-broken-types: Add translation flag (no effect yet)

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r88549:2520706e5bb0 Date: 2016-11-22 17:36 + http://bitbucket.org/pypy/pypy/changeset/2520706e5bb0/ Log:Add translation flag (no effect yet) diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython

[pypy-commit] pypy fix-broken-types: Hack around to make the flag do something (disallowing int-float unions)

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r88550:98f1bef80edd Date: 2016-11-22 18:44 + http://bitbucket.org/pypy/pypy/changeset/98f1bef80edd/ Log:Hack around to make the flag do something (disallowing int-float unions) diff --git a/rpython/annotator/annrpython.py b/r

[pypy-commit] pypy fix-broken-types: just change the default config option to see what breaks

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r88551:1d3afc4858e4 Date: 2016-11-22 19:06 + http://bitbucket.org/pypy/pypy/changeset/1d3afc4858e4/ Log:just change the default config option to see what breaks diff --git a/rpython/config/translationoption.py b/rpython/config/trans

[pypy-commit] pypy default: test, fix for PyObject_Format('hello', u'') returning unicode (go figure)

2016-11-22 Thread mattip
Author: Matti Picus Branch: Changeset: r88552:299c1e591591 Date: 2016-11-22 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/299c1e591591/ Log:test, fix for PyObject_Format('hello', u'') returning unicode (go figure) diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext

[pypy-commit] pypy missing-tp_new: merge default into branch

2016-11-22 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r88553:1bdb2e50a3ba Date: 2016-11-22 22:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1bdb2e50a3ba/ Log:merge default into branch diff --git a/_pytest/_code/code.py b/_pytest/_code/code.py --- a/_pytest/_code/code.py +++ b/_pytest/_co

[pypy-commit] pypy default: Remove obsolete reimplementations of stdlib functions

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r88554:ccde5f15328f Date: 2016-11-22 20:42 + http://bitbucket.org/pypy/pypy/changeset/ccde5f15328f/ Log:Remove obsolete reimplementations of stdlib functions diff --git a/rpython/rlib/rfloat.py b/rpython/rlib/rfloat.py --- a/rpython/rlib/rfloat.py +

[pypy-commit] pypy space-newtext: annotator fixes

2016-11-22 Thread wlav
Author: Wim Lavrijsen Branch: space-newtext Changeset: r88555:8dfca1a083c6 Date: 2016-11-22 14:08 -0800 http://bitbucket.org/pypy/pypy/changeset/8dfca1a083c6/ Log:annotator fixes diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter.py

[pypy-commit] pypy cling-support: restore dummy backend for some moderate testing w/o Cling

2016-11-22 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r88562:863b481929a7 Date: 2016-11-22 16:53 -0800 http://bitbucket.org/pypy/pypy/changeset/863b481929a7/ Log:restore dummy backend for some moderate testing w/o Cling diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/module/cppyy/ca

[pypy-commit] pypy cling-support: remove reflex/cint C++ codes

2016-11-22 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r88560:e814e2578cfa Date: 2016-11-22 16:30 -0800 http://bitbucket.org/pypy/pypy/changeset/e814e2578cfa/ Log:remove reflex/cint C++ codes diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/module/cppyy/capi/__init__.py --- a/pypy/mod

[pypy-commit] pypy cling-support: cleanup of data member representation

2016-11-22 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r88559:29380e1248bf Date: 2016-11-22 16:30 -0800 http://bitbucket.org/pypy/pypy/changeset/29380e1248bf/ Log:cleanup of data member representation diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/p

[pypy-commit] pypy cling-support: remove reflex/cint references (broken and no longer supported)

2016-11-22 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r88558:538657f12c66 Date: 2016-11-22 16:14 -0800 http://bitbucket.org/pypy/pypy/changeset/538657f12c66/ Log:remove reflex/cint references (broken and no longer supported) diff --git a/pypy/module/cppyy/capi/builtin_capi.py b/pypy/module

[pypy-commit] pypy cling-support: cleanup

2016-11-22 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r88561:75adba4ebe79 Date: 2016-11-22 16:36 -0800 http://bitbucket.org/pypy/pypy/changeset/75adba4ebe79/ Log:cleanup diff --git a/pypy/module/cppyy/__init__.py b/pypy/module/cppyy/__init__.py --- a/pypy/module/cppyy/__init__.py +++ b/pypy

[pypy-commit] pypy fix-broken-types: fixes

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r88565:dc76b2116960 Date: 2016-11-23 03:23 + http://bitbucket.org/pypy/pypy/changeset/dc76b2116960/ Log:fixes diff --git a/rpython/jit/metainterp/jitprof.py b/rpython/jit/metainterp/jitprof.py --- a/rpython/jit/metainterp/jitprof.py

[pypy-commit] pypy fix-broken-types: fix some tests

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r88563:483405a0e443 Date: 2016-11-23 02:20 + http://bitbucket.org/pypy/pypy/changeset/483405a0e443/ Log:fix some tests diff --git a/rpython/rtyper/test/test_rbuiltin.py b/rpython/rtyper/test/test_rbuiltin.py --- a/rpython/rtyper/tes

[pypy-commit] pypy fix-broken-types: fix gc.min_heap_size

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r88564:fede6b49acc1 Date: 2016-11-23 02:55 + http://bitbucket.org/pypy/pypy/changeset/fede6b49acc1/ Log:fix gc.min_heap_size diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/inc

[pypy-commit] pypy fix-broken-types: fix tests

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r88567:4467e17cbe42 Date: 2016-11-23 05:03 + http://bitbucket.org/pypy/pypy/changeset/4467e17cbe42/ Log:fix tests diff --git a/rpython/translator/c/test/test_typed.py b/rpython/translator/c/test/test_typed.py --- a/rpython/translato

[pypy-commit] pypy fix-broken-types: fix more tests

2016-11-22 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r88566:186e0cdffeb1 Date: 2016-11-23 04:29 + http://bitbucket.org/pypy/pypy/changeset/186e0cdffeb1/ Log:fix more tests diff --git a/rpython/rlib/test/test_objectmodel.py b/rpython/rlib/test/test_objectmodel.py --- a/rpython/rlib/tes