[pypy-commit] pypy default: test fixes

2016-11-07 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88165:c43d1c913296 Date: 2016-11-07 10:29 +0100 http://bitbucket.org/pypy/pypy/changeset/c43d1c913296/ Log:test fixes diff --git a/rpython/jit/metainterp/optimizeopt/test/test_costmodel.py b/rpython/jit/metainterp/optimizeopt/test/test_costmodel

[pypy-commit] pypy default: merge branch to fix test_whatsnew

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88166:86f043dfd863 Date: 2016-11-07 13:59 +0200 http://bitbucket.org/pypy/pypy/changeset/86f043dfd863/ Log:merge branch to fix test_whatsnew ___ pypy-commit mailing list [email protected] https://mail.p

[pypy-commit] pypy default: restart whatsnew, update contributors

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88169:dd903dfe3a09 Date: 2016-11-07 15:06 +0200 http://bitbucket.org/pypy/pypy/changeset/dd903dfe3a09/ Log:restart whatsnew, update contributors diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -44,15 +44,15 @@ Matti Picus Alex Gayn

[pypy-commit] pypy default: restart default version

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88168:7e9787939641 Date: 2016-11-07 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/7e9787939641/ Log:restart default version diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-pypy2-5.6.0.rst rename from pypy/doc/whatsnew-head.rst renam

[pypy-commit] pypy release-pypy2.7-5.x: branch, update ver for release

2016-11-07 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r88170:64fff7b2dc26 Date: 2016-11-07 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/64fff7b2dc26/ Log:branch, update ver for release diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.

[pypy-commit] pypy default: fix whatsnew, fix test for windows (with modified command.py to allow test to run)

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88167:f826843099a7 Date: 2016-11-07 14:07 +0200 http://bitbucket.org/pypy/pypy/changeset/f826843099a7/ Log:fix whatsnew, fix test for windows (with modified command.py to allow test to run) diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/do

[pypy-commit] pypy rpython-error-to-systemerror: Move the logic to pyframe. Should avoid the ContinueRunningNormally

2016-11-07 Thread arigo
Author: Armin Rigo Branch: rpython-error-to-systemerror Changeset: r88171:04a9363395d5 Date: 2016-11-07 14:51 +0100 http://bitbucket.org/pypy/pypy/changeset/04a9363395d5/ Log:Move the logic to pyframe. Should avoid the ContinueRunningNormally exception seen with the JIT diff --git a/

[pypy-commit] pypy space-newtext: _io

2016-11-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88172:d4be9a5ff016 Date: 2016-11-07 14:41 +0100 http://bitbucket.org/pypy/pypy/changeset/d4be9a5ff016/ Log:_io diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_io/interp_

[pypy-commit] pypy space-newtext: pyexpat

2016-11-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88173:39100ec8a0e5 Date: 2016-11-07 14:53 +0100 http://bitbucket.org/pypy/pypy/changeset/39100ec8a0e5/ Log:pyexpat diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py --- a/pypy/module/pyexp

[pypy-commit] cffi default: Reorganize (thanks matti)

2016-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2806:dc390236b9c6 Date: 2016-11-07 15:17 +0100 http://bitbucket.org/cffi/cffi/changeset/dc390236b9c6/ Log:Reorganize (thanks matti) diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,13

[pypy-commit] pypy rpython-error-to-systemerror: Print another interp-level traceback here, because this place normally

2016-11-07 Thread arigo
Author: Armin Rigo Branch: rpython-error-to-systemerror Changeset: r88174:6a5fc03446f2 Date: 2016-11-07 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/6a5fc03446f2/ Log:Print another interp-level traceback here, because this place normally eats the rest of the interp-level trace

[pypy-commit] pypy default: tweak the upcoming release notes

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88175:f57313e9eb2f Date: 2016-11-07 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/f57313e9eb2f/ Log:tweak the upcoming release notes diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst --- a/pypy/doc/index-of

[pypy-commit] cffi default: Backed out changeset dc390236b9c6

2016-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2807:59da78268d39 Date: 2016-11-07 15:28 +0100 http://bitbucket.org/cffi/cffi/changeset/59da78268d39/ Log:Backed out changeset dc390236b9c6 Sphynx bug (infinite recursion) diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/sour

[pypy-commit] pypy rpython-error-to-systemerror: Emphasis potential plural

2016-11-07 Thread arigo
Author: Armin Rigo Branch: rpython-error-to-systemerror Changeset: r88176:0b3bcb8cab04 Date: 2016-11-07 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/0b3bcb8cab04/ Log:Emphasis potential plural diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpret

[pypy-commit] pypy default: tweaks, formatting

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88177:9b53ab38c1ae Date: 2016-11-07 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9b53ab38c1ae/ Log:tweaks, formatting diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst --- a/pypy/doc/release-pypy2.7-v5.6.0

[pypy-commit] pypy default: tweak and reorder howto release

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88178:c563dd1b2750 Date: 2016-11-07 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c563dd1b2750/ Log:tweak and reorder howto release diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b/p

[pypy-commit] pypy default: spelling (ronan's ghost)

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88179:4416b486384e Date: 2016-11-07 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/4416b486384e/ Log:spelling (ronan's ghost) diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst --- a/pypy/doc/release-pypy2.7-

[pypy-commit] pypy default: Fix link

2016-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r88180:cd69e6a938e5 Date: 2016-11-07 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cd69e6a938e5/ Log:Fix link diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst --- a/pypy/doc/release-pypy2.7-v5.6.0.rst +++ b/

[pypy-commit] pypy default: typo (Tiberium)

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88181:3b5d41df3e1f Date: 2016-11-07 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/3b5d41df3e1f/ Log:typo (Tiberium) diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst --- a/pypy/doc/release-pypy2.7-v5.6.0.rs

[pypy-commit] pypy rpython-error-to-systemerror: close branch, ready to merge

2016-11-07 Thread arigo
Author: Armin Rigo Branch: rpython-error-to-systemerror Changeset: r88182:1cb372e0ed0f Date: 2016-11-07 16:45 +0100 http://bitbucket.org/pypy/pypy/changeset/1cb372e0ed0f/ Log:close branch, ready to merge ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] pypy default: hg merge rpython-error-to-systemerror

2016-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r88183:b05f65fe2cc4 Date: 2016-11-07 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/b05f65fe2cc4/ Log:hg merge rpython-error-to-systemerror Any uncaught RPython exception is turned into an app-level SystemError. The RPython traceba

[pypy-commit] pypy default: merge heads

2016-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r88184:cce86a353c9b Date: 2016-11-07 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/cce86a353c9b/ Log:merge heads diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst --- a/pypy/doc/release-pypy2.7-v5.6.0.rst +++

[pypy-commit] pypy py3.5: fix char result handling in _rawffi (argument handling still needs thinking)

2016-11-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: py3.5 Changeset: r88185:abdfa58326a0 Date: 2016-11-07 17:09 +0100 http://bitbucket.org/pypy/pypy/changeset/abdfa58326a0/ Log:fix char result handling in _rawffi (argument handling still needs thinking) diff --git a/pypy/module/_rawffi/alt/test/test

[pypy-commit] pypy default: attempt to fix 12160ae9198a

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88186:c85d4dd82b49 Date: 2016-11-07 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c85d4dd82b49/ Log:attempt to fix 12160ae9198a diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/translat

[pypy-commit] pypy default: always turn on /LARGEADDRESSAWARE

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88187:4a802afbf7de Date: 2016-11-07 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/4a802afbf7de/ Log:always turn on /LARGEADDRESSAWARE diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/tr

[pypy-commit] pypy default: close file once, second close will segfault win32

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88188:57ee4821e42c Date: 2016-11-07 19:20 +0200 http://bitbucket.org/pypy/pypy/changeset/57ee4821e42c/ Log:close file once, second close will segfault win32 diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test/test_eval.py ---

[pypy-commit] pypy default: fix 57ee4821e42c differently

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88189:fe2af558d879 Date: 2016-11-07 19:28 +0200 http://bitbucket.org/pypy/pypy/changeset/fe2af558d879/ Log:fix 57ee4821e42c differently diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test/test_eval.py --- a/pypy/module/cpyext/

[pypy-commit] pypy default: monkeypatch distutils for the "microsoft visual c++ for python" suite via setuptools

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88190:05a2db282b48 Date: 2016-11-07 19:59 +0200 http://bitbucket.org/pypy/pypy/changeset/05a2db282b48/ Log:monkeypatch distutils for the "microsoft visual c++ for python" suite via setuptools diff --git a/pypy/tool/cpyext/extbuild.py b/pypy/to

[pypy-commit] pypy py3.5: Use the same logic as default for the Return and Yield exceptions.

2016-11-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88191:b9832c7d5255 Date: 2016-11-07 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/b9832c7d5255/ Log:Use the same logic as default for the Return and Yield exceptions. Should fix the major issue with the JIT performance right now. di

[pypy-commit] pypy py3.5: oups

2016-11-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88192:6d9711ba03d9 Date: 2016-11-07 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/6d9711ba03d9/ Log:oups diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/interp_jit.py +++ b/pypy/

[pypy-commit] pypy default: introduce @not_rpython decorator instead of the weird "let's put something into

2016-11-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r88193:24605a73710b Date: 2016-11-07 18:17 +0100 http://bitbucket.org/pypy/pypy/changeset/24605a73710b/ Log:introduce @not_rpython decorator instead of the weird "let's put something into the docstring" approach diff --git a/rpython/ann

[pypy-commit] pypy default: replace NOT_RPYTHON by @not_rpython in rlib/

2016-11-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r88194:959d4c580113 Date: 2016-11-07 19:24 +0100 http://bitbucket.org/pypy/pypy/changeset/959d4c580113/ Log:replace NOT_RPYTHON by @not_rpython in rlib/ diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpyt

[pypy-commit] pypy default: trivial fixes for win32/MSVC

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88195:a6977031946c Date: 2016-11-07 21:45 +0200 http://bitbucket.org/pypy/pypy/changeset/a6977031946c/ Log:trivial fixes for win32/MSVC diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/module/_file/tes

[pypy-commit] pypy py3.5: Fix most test_ttk failures

2016-11-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88198:d7acab6ea3f1 Date: 2016-11-08 08:54 +0100 http://bitbucket.org/pypy/pypy/changeset/d7acab6ea3f1/ Log:Fix most test_ttk failures diff --git a/lib-python/3/tkinter/test/test_ttk/test_extensions.py b/lib-python/3/tkinter/test/test_tt

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

2016-11-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88196:dd00f854111a Date: 2016-11-07 21:41 +0100 http://bitbucket.org/pypy/pypy/changeset/dd00f854111a/ Log:Fix test_tcl diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/app.py +++ b/lib_pypy/_tkint

[pypy-commit] pypy py3.5: Some gc_collect() to fix test_tk

2016-11-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88197:73939029ad51 Date: 2016-11-07 21:46 +0100 http://bitbucket.org/pypy/pypy/changeset/73939029ad51/ Log:Some gc_collect() to fix test_tk diff --git a/lib-python/3/tkinter/test/test_tkinter/test_images.py b/lib-python/3/tkinter/test/t