Author: Richard Plangger
Branch:
Changeset: r85020:b35e97b291d7
Date: 2016-06-08 09:00 +0200
http://bitbucket.org/pypy/pypy/changeset/b35e97b291d7/
Log:(s390x) fixed integer in test, should have been hexadecimal
diff --git a/rpython/translator/platform/arch/test/test_s390x.py
b/rpython/tra
Author: Richard Plangger
Branch:
Changeset: r85019:2c8c9d7fb095
Date: 2016-06-08 08:53 +0200
http://bitbucket.org/pypy/pypy/changeset/2c8c9d7fb095/
Log:fix what is new on default
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy
Author: Armin Rigo
Branch:
Changeset: r85021:78ccb9fbb54f
Date: 2016-06-08 08:53 +0200
http://bitbucket.org/pypy/pypy/changeset/78ccb9fbb54f/
Log:Change the registers used by 'malloc_nursery' so that it won't force
away 'eax' returned by a likely previous 'call'.
Add a befor
Author: Armin Rigo
Branch:
Changeset: r85022:706f6ce2efe4
Date: 2016-06-08 09:17 +0200
http://bitbucket.org/pypy/pypy/changeset/706f6ce2efe4/
Log:Fix comment
diff --git a/rpython/jit/backend/arm/regalloc.py
b/rpython/jit/backend/arm/regalloc.py
--- a/rpython/jit/backend/arm/regalloc.py
+++
Author: Armin Rigo
Branch:
Changeset: r85023:2384df43b1dd
Date: 2016-06-08 09:29 +0200
http://bitbucket.org/pypy/pypy/changeset/2384df43b1dd/
Log:merge heads
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -25,3 +25,4 @@
80ef432a32d9baa4b3c5a54c215e8ebe499f6374 release-5.1.2
Author: Armin Rigo
Branch:
Changeset: r85024:b98430da0285
Date: 2016-06-08 09:36 +0200
http://bitbucket.org/pypy/pypy/changeset/b98430da0285/
Log:Remove this file, exact copy of test_rzpy_vmprof.py
diff --git a/rpython/jit/backend/x86/test/test_zvmprof.py
b/rpython/jit/backend/x86/test/tes
Author: Armin Rigo
Branch:
Changeset: r85025:29c6a8a14464
Date: 2016-06-08 10:32 +0200
http://bitbucket.org/pypy/pypy/changeset/29c6a8a14464/
Log:Comment
diff --git a/pypy/module/_cffi_backend/func.py
b/pypy/module/_cffi_backend/func.py
--- a/pypy/module/_cffi_backend/func.py
+++ b/pypy/mo
Author: Richard Plangger
Branch:
Changeset: r85026:8d195daa0502
Date: 2016-06-08 10:47 +0200
http://bitbucket.org/pypy/pypy/changeset/8d195daa0502/
Log:printing random seed in test (test_runner), more tightly packing the
stack when calling with release gil (removes 2 WORDs)
diff --g
Author: Richard Plangger
Branch: py3.5
Changeset: r85027:f03edd99abf9
Date: 2016-06-08 12:30 +0200
http://bitbucket.org/pypy/pypy/changeset/f03edd99abf9/
Log:reduced diff to cpython's Python.asdl (MatMul -> MatMult) copied
over asdl.py from cpython (3.5)
diff --git a/pypy/interpreter
Author: Armin Rigo
Branch:
Changeset: r85028:57689fe200ad
Date: 2016-06-08 16:17 +0200
http://bitbucket.org/pypy/pypy/changeset/57689fe200ad/
Log:Give an _attrs_ in the Resume class, so that if the corresponding
"yield" point is actually never reached, the Resume instance is
Author: Armin Rigo
Branch:
Changeset: r85029:e5fe19dddeea
Date: 2016-06-08 16:33 +0200
http://bitbucket.org/pypy/pypy/changeset/e5fe19dddeea/
Log:Another test
diff --git a/rpython/rtyper/test/test_generator.py
b/rpython/rtyper/test/test_generator.py
--- a/rpython/rtyper/test/test_generator
Author: Matti Picus
Branch: extradoc
Changeset: r755:78525e4abdef
Date: 2016-06-08 18:24 +0300
http://bitbucket.org/pypy/pypy.org/changeset/78525e4abdef/
Log:update for release, more consistant release naming
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
Author: Matti Picus
Branch:
Changeset: r85030:3520cfc1504e
Date: 2016-06-08 18:26 +0300
http://bitbucket.org/pypy/pypy/changeset/3520cfc1504e/
Log:tweak script for release
diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh
--- a/pypy/tool/release/repackage.sh
+++ b
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85032:449d109357aa
Date: 2016-06-08 16:59 +0100
http://bitbucket.org/pypy/pypy/changeset/449d109357aa/
Log:Apply applevel marker in the same way as interplevel
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85031:01ebecff75ed
Date: 2016-06-08 16:50 +0100
http://bitbucket.org/pypy/pypy/changeset/01ebecff75ed/
Log:Kill PyPyClassCollector
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -171,9 +
Author: Matti Picus
Branch:
Changeset: r85033:59e0c0b0b7f6
Date: 2016-06-08 19:13 +0300
http://bitbucket.org/pypy/pypy/changeset/59e0c0b0b7f6/
Log:fix typos (arigato)
diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst
b/pypy/doc/release-pypy2.7-v5.3.0.rst
--- a/pypy/doc/release-pypy2.7-v5.3.
Author: Matti Picus
Branch:
Changeset: r85034:2a515474e18d
Date: 2016-06-08 19:57 +0300
http://bitbucket.org/pypy/pypy/changeset/2a515474e18d/
Log:formatting
diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst
b/pypy/doc/release-pypy2.7-v5.3.0.rst
--- a/pypy/doc/release-pypy2.7-v5.3.0.rst
+++
Author: Armin Rigo
Branch:
Changeset: r85035:f91ba52ae29e
Date: 2016-06-08 19:02 +0200
http://bitbucket.org/pypy/pypy/changeset/f91ba52ae29e/
Log:Reintroduce some JIT support for int_floordiv() in a way that makes
it at least half efficient. Add rarithmetic.int_c_div() as an
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85036:867128db4226
Date: 2016-06-08 18:23 +0100
http://bitbucket.org/pypy/pypy/changeset/867128db4226/
Log:fix typo
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -84,7 +84,7 @@
if
Author: Armin Rigo
Branch:
Changeset: r85037:f0e47a0437e8
Date: 2016-06-08 19:47 +0200
http://bitbucket.org/pypy/pypy/changeset/f0e47a0437e8/
Log:Reintroduce some JIT support for int_mod(). Add
rarithmetic.int_c_mod().
diff --git a/rpython/jit/codewriter/jtransform.py
b/rpython/jit
Author: Armin Rigo
Branch:
Changeset: r85038:b3c90ecc0170
Date: 2016-06-08 19:58 +0200
http://bitbucket.org/pypy/pypy/changeset/b3c90ecc0170/
Log:Use rarithmetic.int_c_{div,mod}
diff --git a/pypy/module/__pypy__/interp_intop.py
b/pypy/module/__pypy__/interp_intop.py
--- a/pypy/module/__pyp
Author: Armin Rigo
Branch:
Changeset: r85039:940435e5feac
Date: 2016-06-08 20:15 +0200
http://bitbucket.org/pypy/pypy/changeset/940435e5feac/
Log:Another passing test
diff --git a/rpython/jit/metainterp/test/test_ajit.py
b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpython/jit/metainte
Author: Ronan Lamy
Branch: py3k
Changeset: r85040:ba87481c5e04
Date: 2016-06-08 19:26 +0100
http://bitbucket.org/pypy/pypy/changeset/ba87481c5e04/
Log:hg merge default
diff too long, truncating to 2000 out of 3831 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -25,3 +25
Author: Ronan Lamy
Branch: py3.5
Changeset: r85041:038f4cc08cb1
Date: 2016-06-08 19:59 +0100
http://bitbucket.org/pypy/pypy/changeset/038f4cc08cb1/
Log:hg merge py3k
diff too long, truncating to 2000 out of 40436 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -22,3 +22,
Author: Ronan Lamy
Branch: py3k
Changeset: r85042:3ef853b2c167
Date: 2016-06-08 20:54 +0100
http://bitbucket.org/pypy/pypy/changeset/3ef853b2c167/
Log:fix after the merge
diff --git a/pypy/module/posix/test/test_interp_posix.py
b/pypy/module/posix/test/test_interp_posix.py
--- a/pypy/module
Author: Armin Rigo
Branch:
Changeset: r85043:fbfec7254a35
Date: 2016-06-08 21:26 +0200
http://bitbucket.org/pypy/pypy/changeset/fbfec7254a35/
Log:Rename the RPython helpers from ll_int_floordiv() to
ll_int_py_div(), because they are doing Python-style rounding,
unlike llop.in
Author: Stefano Rivera
Branch:
Changeset: r85044:0513b4a90c28
Date: 2016-06-08 22:39 +0200
http://bitbucket.org/pypy/pypy/changeset/0513b4a90c28/
Log:Reject mkdir() in read-only sandbox filesystems
diff --git a/rpython/translator/sandbox/sandlib.py
b/rpython/translator/sandbox/sandlib.py
-
Author: Raffael Tfirst
Branch: py3.5
Changeset: r85045:b7332e2d0f64
Date: 2016-06-08 23:25 +0200
http://bitbucket.org/pypy/pypy/changeset/b7332e2d0f64/
Log:Use full Unpack Grammar, one more call argument fix
diff --git a/pypy/interpreter/astcompiler/astbuilder.py
b/pypy/interpreter/astcompi
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85046:95a6de756261
Date: 2016-06-09 00:38 +0100
http://bitbucket.org/pypy/pypy/changeset/95a6de756261/
Log:Remove irrelevant test: with -A, all tests are app-level, so the
applevel marker is useless
diff --git a/pypy/tool/pytest/
Author: Armin Rigo
Branch:
Changeset: r2718:50807f7805db
Date: 2016-06-09 08:37 +0200
http://bitbucket.org/cffi/cffi/changeset/50807f7805db/
Log:Issue #266: I think it would show up here, so better change the
assert() into a real test that runs also on non-debugging
compilati
Author: Armin Rigo
Branch:
Changeset: r85047:1b5056abe827
Date: 2016-06-09 08:37 +0200
http://bitbucket.org/pypy/pypy/changeset/1b5056abe827/
Log:update to cffi/50807f7805db
diff --git a/pypy/module/_cffi_backend/ccallback.py
b/pypy/module/_cffi_backend/ccallback.py
--- a/pypy/module/_cffi
Author: Armin Rigo
Branch:
Changeset: r85048:5c70dc3c49be
Date: 2016-06-09 08:44 +0200
http://bitbucket.org/pypy/pypy/changeset/5c70dc3c49be/
Log:extra_args is a list, indexing it starts at 0..?
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release
Author: Armin Rigo
Branch:
Changeset: r85049:0188cbebef64
Date: 2016-06-09 08:49 +0200
http://bitbucket.org/pypy/pypy/changeset/0188cbebef64/
Log:fix test for 5c70dc3c49be (the pypy-root argument was required but
ignored)
diff --git a/pypy/tool/release/test/test_package.py
b/pypy/t
33 matches
Mail list logo