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
---
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
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
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/
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/
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
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
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
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.
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
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
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
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
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
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
15 matches
Mail list logo