[pypy-commit] pypy default: Makes the test run, at least

2016-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r83663:3d731562ee06 Date: 2016-04-14 09:17 +0200 http://bitbucket.org/pypy/pypy/changeset/3d731562ee06/ Log:Makes the test run, at least diff --git a/pypy/module/_multiprocessing/test/test_win32.py b/pypy/module/_multiprocessing/test/test_win32.py ---

[pypy-commit] pypy default: Improve test_seek, and try to make it not fail on windows.

2016-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r83664:57d144629ace Date: 2016-04-14 09:34 +0200 http://bitbucket.org/pypy/pypy/changeset/57d144629ace/ Log:Improve test_seek, and try to make it not fail on windows. Failed on that: now it just silently ends py.test. No clue. diff --git a/rpyth

[pypy-commit] pypy default: "fix"

2016-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r83665:c957e8268d73 Date: 2016-04-14 09:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c957e8268d73/ Log:"fix" diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib/test/test_rfile.py +++ b/rpython/rlib/tes

[pypy-commit] pypy default: Rename argument according to docstring

2016-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r83666:a2cec1d99cc5 Date: 2016-04-14 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/a2cec1d99cc5/ Log:Rename argument according to docstring diff --git a/pypy/module/__builtin__/app_functional.py b/pypy/module/__builtin__/app_functional.py --- a/

[pypy-commit] pypy default: oops. probable fix. will try to make a unit test

2016-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r83667:d072c237452a Date: 2016-04-14 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/d072c237452a/ Log:oops. probable fix. will try to make a unit test diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/

[pypy-commit] pypy default: Direct test for load_from_gc_table.

2016-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r83668:000e7c099390 Date: 2016-04-14 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/000e7c099390/ Log:Direct test for load_from_gc_table. diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython

[pypy-commit] pypy detect_cpu_count: (catalinm) detect_number_of_processors now uses multiprocessing.cpu_count as default behavior, the initial implementation is now just a fallback. Modified test_cpu

2016-04-14 Thread catalin_m
Author: Catalin Gabriel Manciu Branch: detect_cpu_count Changeset: r83669:91e8f98d883a Date: 2016-04-14 13:47 +0300 http://bitbucket.org/pypy/pypy/changeset/91e8f98d883a/ Log:(catalinm) detect_number_of_processors now uses multiprocessing.cpu_count as default behavior, the initial

[pypy-commit] pypy detect_cpu_count: (catalin_m) Renamed support.detect_number_of_processors to support.detect_number_of_usable_processors to (somewhat) avoid confusion. Put back the usable cpu counti

2016-04-14 Thread catalin_m
Author: Catalin Gabriel Manciu Branch: detect_cpu_count Changeset: r83670:2f0bd0017db0 Date: 2016-04-14 15:52 +0300 http://bitbucket.org/pypy/pypy/changeset/2f0bd0017db0/ Log:(catalin_m) Renamed support.detect_number_of_processors to support.detect_number_of_usable_processors to (some

[pypy-commit] pypy follow_symlinks: Fall back to the buffer protocol in space.bytes_w()

2016-04-14 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83671:4b64950d0558 Date: 2016-04-14 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/4b64950d0558/ Log:Fall back to the buffer protocol in space.bytes_w() diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.

[pypy-commit] pypy default: phew, restore showing the assembler

2016-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r83672:405af54d6c54 Date: 2016-04-14 17:31 +0200 http://bitbucket.org/pypy/pypy/changeset/405af54d6c54/ Log:phew, restore showing the assembler diff --git a/rpython/tool/jitlogparser/parser.py b/rpython/tool/jitlogparser/parser.py --- a/rpython/tool/ji

[pypy-commit] pypy py3k: kill this assert now that 3.3 supports Q (longlong) conversions, for 32bit

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83675:17e4f1a18996 Date: 2016-04-14 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/17e4f1a18996/ Log:kill this assert now that 3.3 supports Q (longlong) conversions, for 32bit platforms diff --git a/pypy/module/array/interp_array.p

[pypy-commit] pypy default: fix range check thinko; calculate w/ bits not bytes

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r83673:3d517af71821 Date: 2016-04-14 17:16 -0700 http://bitbucket.org/pypy/pypy/changeset/3d517af71821/ Log:fix range check thinko; calculate w/ bits not bytes diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py

[pypy-commit] pypy py3k: fix range check thinko; calculate w/ bits not bytes

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83674:8c9c137475bb Date: 2016-04-14 17:16 -0700 http://bitbucket.org/pypy/pypy/changeset/8c9c137475bb/ Log:fix range check thinko; calculate w/ bits not bytes (grafted from 3d517af7182117c996f1ddb710c5b34386465d30) diff --git a/pypy/modu

[pypy-commit] pypy py3k: prefer oefmt for new code

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83676:136c64b6dd72 Date: 2016-04-14 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/136c64b6dd72/ Log:prefer oefmt for new code diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itertools.py --- a/pypy/m

[pypy-commit] pypy follow_symlinks: match CPython error messages better

2016-04-14 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83677:c353cff42cfd Date: 2016-04-15 04:36 +0100 http://bitbucket.org/pypy/pypy/changeset/c353cff42cfd/ Log:match CPython error messages better diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy