[pypy-commit] pypy default: Kill fake test

2017-11-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r92923:d1cd247b10f6 Date: 2017-11-03 19:13 + http://bitbucket.org/pypy/pypy/changeset/d1cd247b10f6/ Log:Kill fake test diff --git a/extra_tests/test_failing.py b/extra_tests/test_failing.py deleted file mode 100644 ---

[pypy-commit] pypy run-extra-tests: document branch

2017-11-03 Thread rlamy
Author: Ronan Lamy Branch: run-extra-tests Changeset: r92921:f81b135f1265 Date: 2017-11-03 16:49 + http://bitbucket.org/pypy/pypy/changeset/f81b135f1265/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge branch run-extra-tests

2017-11-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r92922:a88ed18e1a6a Date: 2017-11-03 16:51 + http://bitbucket.org/pypy/pypy/changeset/a88ed18e1a6a/ Log:merge branch run-extra-tests diff --git a/extra_tests/requirements.txt b/extra_tests/requirements.txt new file mode 100644

[pypy-commit] buildbot default: Run the extra_tests/ tests in a virtualenv in translated test runs.

2017-11-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r1037:0ba20064633a Date: 2017-11-02 16:45 + http://bitbucket.org/pypy/buildbot/changeset/0ba20064633a/ Log:Run the extra_tests/ tests in a virtualenv in translated test runs. diff --git a/bot2/pypybuildbot/builds.py

[pypy-commit] pypy os_lockf: left over merge conflict

2017-11-03 Thread nanjekye
Author: Joannah Nanjekye Branch: os_lockf Changeset: r92919:3cb34f15cb82 Date: 2017-10-30 13:09 +0300 http://bitbucket.org/pypy/pypy/changeset/3cb34f15cb82/ Log:left over merge conflict diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy os_lockf: lockf posixattributes

2017-11-03 Thread nanjekye
Author: Joannah Nanjekye Branch: os_lockf Changeset: r92917:287c9946859b Date: 2017-10-28 22:59 +0300 http://bitbucket.org/pypy/pypy/changeset/287c9946859b/ Log:lockf posixattributes diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py ---

[pypy-commit] pypy os_lockf: merge conflict

2017-11-03 Thread nanjekye
Author: Joannah Nanjekye Branch: os_lockf Changeset: r92918:f3f07f772e02 Date: 2017-10-30 12:57 +0300 http://bitbucket.org/pypy/pypy/changeset/f3f07f772e02/ Log:merge conflict diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -75,6 +75,8 @@

[pypy-commit] pypy py3.5: Merged in nanjekye/pypy/os_lockf (pull request #575)

2017-11-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92920:1214e3588b0f Date: 2017-11-03 15:59 + http://bitbucket.org/pypy/pypy/changeset/1214e3588b0f/ Log:Merged in nanjekye/pypy/os_lockf (pull request #575) lockf posix attribute diff --git

[pypy-commit] pypy default: fix tests

2017-11-03 Thread mattip
Author: Matti Picus Branch: Changeset: r92916:503b1a72abab Date: 2017-11-03 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/503b1a72abab/ Log:fix tests diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py

[pypy-commit] pypy math-improvements: Speed up division slightly

2017-11-03 Thread stian
Author: stian Branch: math-improvements Changeset: r92915:28ef9f10c404 Date: 2017-11-03 15:34 +0100 http://bitbucket.org/pypy/pypy/changeset/28ef9f10c404/ Log:Speed up division slightly diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++

[pypy-commit] pypy default: rename uu to something more unique, maybe fixes tests? (arigato)

2017-11-03 Thread mattip
Author: Matti Picus Branch: Changeset: r92914:5c8b7f2cd6b7 Date: 2017-11-03 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/5c8b7f2cd6b7/ Log:rename uu to something more unique, maybe fixes tests? (arigato) diff --git

[pypy-commit] pypy matplotlib: merge default into branch

2017-11-03 Thread mattip
Author: Matti Picus Branch: matplotlib Changeset: r92912:112fed2c005c Date: 2017-11-02 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/112fed2c005c/ Log:merge default into branch diff too long, truncating to 2000 out of 4915 lines diff --git a/.hgignore

[pypy-commit] pypy matplotlib: remove array-to-obj conversion, do it in matplotlib instead

2017-11-03 Thread mattip
Author: Matti Picus Branch: matplotlib Changeset: r92913:cfbf50f45366 Date: 2017-11-03 14:19 +0200 http://bitbucket.org/pypy/pypy/changeset/cfbf50f45366/ Log:remove array-to-obj conversion, do it in matplotlib instead diff --git a/lib_pypy/_tkinter/tclobj.py