Author: David Schneider
Branch:
Changeset: r770:602ef6044151
Date: 2013-04-07 08:49 +0200
http://bitbucket.org/pypy/buildbot/changeset/602ef6044151/
Log:this should have been a list
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++
Author: Alex Gaynor
Branch:
Changeset: r63111:aefddd47f224
Date: 2013-04-06 22:44 -0700
http://bitbucket.org/pypy/pypy/changeset/aefddd47f224/
Log:merged upstream
diff --git a/rpython/jit/tl/tla/tla_assembler.py
b/rpython/jit/tl/tla/tla_assembler.py
--- a/rpython/jit/tl/tla/tla_assembler.p
Author: Alex Gaynor
Branch:
Changeset: r63110:a98535f8e486
Date: 2013-04-06 22:42 -0700
http://bitbucket.org/pypy/pypy/changeset/a98535f8e486/
Log:Convert somethign to use a new-style class, as well as make catching
an exception more precise.
diff --git a/rpython/flowspace/framestat
Author: Armin Rigo
Branch:
Changeset: r63109:1f0c75966429
Date: 2013-04-07 00:35 +0200
http://bitbucket.org/pypy/pypy/changeset/1f0c75966429/
Log:untabbify
diff --git a/rpython/translator/platform/arm.py
b/rpython/translator/platform/arm.py
--- a/rpython/translator/platform/arm.py
+++ b/rp
Author: Armin Rigo
Branch: stm-gc-2
Changeset: r63108:88c864764d5f
Date: 2013-04-06 22:14 +0200
http://bitbucket.org/pypy/pypy/changeset/88c864764d5f/
Log:hg merge stm-thread-2
diff --git a/lib_pypy/pypy_test/test_transaction.py
b/lib_pypy/pypy_test/test_transaction.py
--- a/lib_pypy/pypy_t
Author: Armin Rigo
Branch: stm-gc-2
Changeset: r63107:53826e16ab29
Date: 2013-04-06 22:14 +0200
http://bitbucket.org/pypy/pypy/changeset/53826e16ab29/
Log:Write down another TODO
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,3 +1,8 @@
+-
Author: Philip Jenvey
Branch:
Changeset: r63106:a271c0002bba
Date: 2013-04-06 14:59 -0700
http://bitbucket.org/pypy/pypy/changeset/a271c0002bba/
Log:fix the maximum recursion depth RuntimeErrors under 2.6: avoid
hasattr/__getattr__ crazyness on uninitialized FixedSizeArrays
diff --g
Author: David Schneider
Branch:
Changeset: r63105:8bfec0fa1e69
Date: 2013-04-06 21:19 +0200
http://bitbucket.org/pypy/pypy/changeset/8bfec0fa1e69/
Log:update arm platform libffi configuration
diff --git a/rpython/jit/tl/tla/tla_assembler.py
b/rpython/jit/tl/tla/tla_assembler.py
--- a/rpyth
Author: Armin Rigo
Branch:
Changeset: r63104:83bc72e8e482
Date: 2013-04-06 18:35 +0200
http://bitbucket.org/pypy/pypy/changeset/83bc72e8e482/
Log:Fix the skipped part of the test (it was bogus)
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/test_sqlite3.
Author: David Schneider
Branch:
Changeset: r769:767583db1da9
Date: 2013-04-06 17:58 +0200
http://bitbucket.org/pypy/buildbot/changeset/767583db1da9/
Log:add a prefix parameter to the crosstranslation builds to run the
packaging in a chroot (needed for cffi)
diff --git a/bot2/pypybui
Author: David Schneider
Branch:
Changeset: r63102:c6892e8a418f
Date: 2013-04-06 13:30 +0200
http://bitbucket.org/pypy/pypy/changeset/c6892e8a418f/
Log:fix test_compile_asmlen on ARMv6 by introducing a * marker in
checkops to skip checking instructions (for inline constants)
diff --g
Author: David Schneider
Branch:
Changeset: r63103:7d116d0b63bf
Date: 2013-04-06 13:32 +0200
http://bitbucket.org/pypy/pypy/changeset/7d116d0b63bf/
Log:merge heads
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/test_sqlite3.py
--- a/pypy/module/test_lib_p
Author: Armin Rigo
Branch:
Changeset: r63101:d67f1882c9ed
Date: 2013-04-06 13:18 +0200
http://bitbucket.org/pypy/pypy/changeset/d67f1882c9ed/
Log:Skip this test if the underlying modules are not installed
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/te
Author: Armin Rigo
Branch:
Changeset: r1242:c2550687121c
Date: 2013-04-06 12:35 +0200
http://bitbucket.org/cffi/cffi/changeset/c2550687121c/
Log:Merged in pjenvey/cffi (pull request #13)
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -370,7 +370,10 @@
Author: Philip Jenvey
Branch:
Changeset: r1241:e2b9db908b90
Date: 2013-04-05 12:01 -0700
http://bitbucket.org/cffi/cffi/changeset/e2b9db908b90/
Log:fix handling w/ py3 hasattr, which only swallows AttributeErrors
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@
Author: Philip Jenvey
Branch:
Changeset: r1240:95eba1b0
Date: 2013-04-05 11:57 -0700
http://bitbucket.org/cffi/cffi/changeset/95eba1b0/
Log:py3 compat
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -7,7 +7,7
Author: Armin Rigo
Branch:
Changeset: r63100:daab686f929a
Date: 2013-04-06 12:14 +0200
http://bitbucket.org/pypy/pypy/changeset/daab686f929a/
Log:Remove MANGLE_LEN, the artificial limit which was removed from
CPython at least as early as 2.5. Add tests and avoid code
duplicat
Author: David Schneider
Branch:
Changeset: r768:7ee98683dcf0
Date: 2013-04-06 12:13 +0200
http://bitbucket.org/pypy/buildbot/changeset/7ee98683dcf0/
Log:add an ARMHF builder to run backend tests
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/m
Author: David Schneider
Branch:
Changeset: r766:f83a18b2639d
Date: 2013-04-06 12:12 +0200
http://bitbucket.org/pypy/buildbot/changeset/f83a18b2639d/
Log:kill the ARM xdist based builder
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
Author: David Schneider
Branch:
Changeset: r767:57bf5255cfdf
Date: 2013-04-06 12:13 +0200
http://bitbucket.org/pypy/buildbot/changeset/57bf5255cfdf/
Log:kill the unused ppc64 builders for now
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/mast
Author: Armin Rigo
Branch: release-2.0-beta2
Changeset: r63099:3eef596df459
Date: 2013-04-06 11:48 +0200
http://bitbucket.org/pypy/pypy/changeset/3eef596df459/
Log:hg merge default
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -70,6 +70,7 @@
^rpython/translator/cli/s
Author: Armin Rigo
Branch:
Changeset: r63098:17f9426edda9
Date: 2013-04-06 11:45 +0200
http://bitbucket.org/pypy/pypy/changeset/17f9426edda9/
Log:Disable the PyPy-only warning in ctypes for now.
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_pypy/_ctypes/
Author: Armin Rigo
Branch:
Changeset: r63097:c3744e8e1a14
Date: 2013-04-06 11:42 +0200
http://bitbucket.org/pypy/pypy/changeset/c3744e8e1a14/
Log:Missing import.
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_pypy/_ctypes/function.py
+++ b/lib_pypy/_ctype
Author: Armin Rigo
Branch:
Changeset: r1239:557412448032
Date: 2013-04-06 11:32 +0200
http://bitbucket.org/cffi/cffi/changeset/557412448032/
Log:Test and fix in the ctypes backend for calling "void *" functions
with a Python string argument.
diff --git a/cffi/backend_ctypes.py b/cff
Author: Armin Rigo
Branch:
Changeset: r63096:c333f91a0074
Date: 2013-04-06 11:22 +0200
http://bitbucket.org/pypy/pypy/changeset/c333f91a0074/
Log:Backed out changeset 039f6e85a7a6
Ah, re-re-revert that change. It works with CPython too; the issue
is only in the ctypes backen
Author: Armin Rigo
Branch:
Changeset: r63095:039f6e85a7a6
Date: 2013-04-06 11:17 +0200
http://bitbucket.org/pypy/pypy/changeset/039f6e85a7a6/
Log:hg backout d801b8e5feac
This was changed in the first place because of some minor difference
between CPython's and PyPy's CFFI. I
Author: Armin Rigo
Branch:
Changeset: r63094:fe06ba47d82a
Date: 2013-04-06 11:16 +0200
http://bitbucket.org/pypy/pypy/changeset/fe06ba47d82a/
Log:Add a skipped test about why it was done with array.array in the
first place
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/py
Author: Armin Rigo
Branch:
Changeset: r63093:2ec1ac5c5ef1
Date: 2013-04-06 10:52 +0200
http://bitbucket.org/pypy/pypy/changeset/2ec1ac5c5ef1/
Log:Bug fix: don't use self.optimizer.propagate_forward(newop). It's
.send_extra_operation() that is meant here...
diff --git a/rpython/jit/m
28 matches
Mail list logo