[pypy-commit] pypy default: issue #1983: test and fix

2015-02-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r75863:bc0fa15c04e1 Date: 2015-02-14 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/bc0fa15c04e1/ Log:issue #1983: test and fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitp

[pypy-commit] pypy stdlib-2.7.9: charmapdecode: pass all consecutive invalid chars to the error handler.

2015-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75864:3599c828e5f7 Date: 2015-02-14 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/3599c828e5f7/ Log:charmapdecode: pass all consecutive invalid chars to the error handler. This also ensure that on narrow builds, surr

[pypy-commit] pypy py3k: Workaround for a real libdb bug.

2015-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75866:6226af3cba30 Date: 2015-02-14 12:52 +0100 http://bitbucket.org/pypy/pypy/changeset/6226af3cba30/ Log:Workaround for a real libdb bug. Uncovered by pypy because dictionaries are now ordered, and the first exercised ke

[pypy-commit] pypy py3k: Fix a test, like in 2.7 branch

2015-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75865:dbd11cc004f0 Date: 2015-02-11 01:13 +0100 http://bitbucket.org/pypy/pypy/changeset/dbd11cc004f0/ Log:Fix a test, like in 2.7 branch diff --git a/lib-python/3/test/test_collections.py b/lib-python/3/test/test_collections.py --- a/li

[pypy-commit] pypy default: Add buffer._pypy_raw_address to memoryview as well.

2015-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r75867:7063d1a5121f Date: 2015-02-14 13:11 +0100 http://bitbucket.org/pypy/pypy/changeset/7063d1a5121f/ Log:Add buffer._pypy_raw_address to memoryview as well. This will help python3... diff --git a/pypy/module/_rawffi/test/test__rawff

[pypy-commit] pypy py3k: Ignore difference in exception message

2015-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75868:6f256d6cb9c2 Date: 2015-02-14 13:01 +0100 http://bitbucket.org/pypy/pypy/changeset/6f256d6cb9c2/ Log:Ignore difference in exception message diff --git a/lib-python/3/test/test_xml_etree.py b/lib-python/3/test/test_xml_etree.py ---

[pypy-commit] pypy py3k: hg merge default

2015-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75869:2f2ec61d2d55 Date: 2015-02-14 13:31 +0100 http://bitbucket.org/pypy/pypy/changeset/2f2ec61d2d55/ Log:hg merge default diff too long, truncating to 2000 out of 3186 lines diff --git a/lib-python/2.7/test/test_audioop.py b/lib-pytho

[pypy-commit] pypy framestate: move RETURN_VALUE to bytecode.py and clean up

2015-02-14 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75870:e578fa65e31c Date: 2015-02-14 14:48 + http://bitbucket.org/pypy/pypy/changeset/e578fa65e31c/ Log:move RETURN_VALUE to bytecode.py and clean up diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/rpython/

[pypy-commit] pypy default: test, fix for array(..., dtype=xxx, subok=True)

2015-02-14 Thread mattip
Author: mattip Branch: Changeset: r75871:c745a42c6abe Date: 2015-02-14 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/c745a42c6abe/ Log:test, fix for array(..., dtype=xxx, subok=True) diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py --- a/pypy/module/micr

[pypy-commit] pypy framestate: Split RETURN_VALUE into 2 intructions and store the active return value on the flow context

2015-02-14 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75873:e4db2b64834f Date: 2015-02-14 18:41 + http://bitbucket.org/pypy/pypy/changeset/e4db2b64834f/ Log:Split RETURN_VALUE into 2 intructions and store the active return value on the flow context diff --git a/rpython/flowspace/byte

[pypy-commit] pypy framestate: Don't print fake args in the repr of argless opcodes

2015-02-14 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75872:2c1cc95c3520 Date: 2015-02-14 16:10 + http://bitbucket.org/pypy/pypy/changeset/2c1cc95c3520/ Log:Don't print fake args in the repr of argless opcodes diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/r

[pypy-commit] pypy stdlib-2.7.9: merge default into branch

2015-02-14 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75874:efdb6e5046b6 Date: 2015-02-14 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/efdb6e5046b6/ Log:merge default into branch diff too long, truncating to 2000 out of 3194 lines diff --git a/lib-python/2.7/test/test_audioop.py b/lib-py

[pypy-commit] pypy default: fix test_egg_version

2015-02-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r75875:c737b98a841c Date: 2015-02-14 21:09 +0100 http://bitbucket.org/pypy/pypy/changeset/c737b98a841c/ Log:fix test_egg_version diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/lib_pypy/cffi.egg-info @@ -1

[pypy-commit] pypy default: fix test_whatsnew

2015-02-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r75876:1dcdfe298330 Date: 2015-02-14 21:11 +0100 http://bitbucket.org/pypy/pypy/changeset/1dcdfe298330/ Log:fix test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-h

[pypy-commit] pypy.org extradoc: update the values

2015-02-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r571:fb7fcfce420f Date: 2015-02-14 21:27 +0100 http://bitbucket.org/pypy/pypy.org/changeset/fb7fcfce420f/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy stdlib-2.7.9: update what's new

2015-02-14 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75879:05f4ad78e358 Date: 2015-02-14 23:35 +0200 http://bitbucket.org/pypy/pypy/changeset/05f4ad78e358/ Log:update what's new diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy stdlib-2.7.9: update trunk for post-2.5.0

2015-02-14 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75880:a72780de7739 Date: 2015-02-14 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/a72780de7739/ Log:update trunk for post-2.5.0 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/mo

[pypy-commit] pypy stdlib-2.7.9: merge stdlib-2.7.9 which updates stdlib

2015-02-14 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75878:cca109a5138b Date: 2015-02-14 23:28 +0200 http://bitbucket.org/pypy/pypy/changeset/cca109a5138b/ Log:merge stdlib-2.7.9 which updates stdlib diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/l

[pypy-commit] pypy stdlib-2.7.9: close branch to be merged

2015-02-14 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75877:784c6261416a Date: 2015-02-14 23:27 +0200 http://bitbucket.org/pypy/pypy/changeset/784c6261416a/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https://mail.py

[pypy-commit] pypy stdlib-2.7.9: reclose branch to be merged

2015-02-14 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75881:5a697895c2eb Date: 2015-02-14 23:59 +0200 http://bitbucket.org/pypy/pypy/changeset/5a697895c2eb/ Log:reclose branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] pypy default: really merge stdlib-2.7.9 into default, which updates stdlib to 2.7.9

2015-02-14 Thread mattip
Author: mattip Branch: Changeset: r75882:7db3e6dd2efe Date: 2015-02-14 23:59 +0200 http://bitbucket.org/pypy/pypy/changeset/7db3e6dd2efe/ Log:really merge stdlib-2.7.9 into default, which updates stdlib to 2.7.9 diff too long, truncating to 2000 out of 28484 lines diff --git a/lib-