Author: Richard Plangger
Branch: s390x-backend
Changeset: r82807:9ff14f05a92d
Date: 2016-03-06 10:24 +0100
http://bitbucket.org/pypy/pypy/changeset/9ff14f05a92d/
Log:catchup with default
diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst
--- a/pypy/doc/contributor.rst
+++ b/pyp
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82806:f563f1ea7c20
Date: 2016-03-06 10:21 +0100
http://bitbucket.org/pypy/pypy/changeset/f563f1ea7c20/
Log:fixed some tests
diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py
b/rpython/jit/backend/llsupport/test/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82808:572470f1b45a
Date: 2016-03-06 11:57 +0100
http://bitbucket.org/pypy/pypy/changeset/572470f1b45a/
Log:reverted x86 assembler (malloc_cond_varsize), related to the issue
with bytesize and length
diff --git a/rpython/jit/b
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82810:71943846762a
Date: 2016-03-06 12:01 +0100
http://bitbucket.org/pypy/pypy/changeset/71943846762a/
Log:added whats new entry for memop-simplify3
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/
Author: Richard Plangger
Branch: memop-simplify3
Changeset: r82809:1cd36e0809b5
Date: 2016-03-06 11:58 +0100
http://bitbucket.org/pypy/pypy/changeset/1cd36e0809b5/
Log:close branch
___
pypy-commit mailing list
[email protected]
https://mail.py
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82811:5e9210fd34f7
Date: 2016-03-06 12:10 +0100
http://bitbucket.org/pypy/pypy/changeset/5e9210fd34f7/
Log:fixed messed up whatsnew entry by merge...
diff --git a/pypy/doc/whatsnew-5.0.0.rst b/pypy/doc/whatsnew-5.0.0.rst
--- a/pypy/d
Author: mattip
Branch:
Changeset: r82813:b520e33904bc
Date: 2016-03-06 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/b520e33904bc/
Log:fix release notice (idnar), document ndarray partition
diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst
--- a/pypy/doc/release-5.
Author: mattip
Branch:
Changeset: r82812:d56d7d90a811
Date: 2016-03-06 16:33 +0200
http://bitbucket.org/pypy/pypy/changeset/d56d7d90a811/
Log:merge numpy_partition which provides an app-level cffi
implementation of partition()
diff --git a/pypy/module/micronumpy/appbridge.py
b/pypy
Author: mattip
Branch:
Changeset: r82814:7bb6381d084c
Date: 2016-03-06 17:18 +0200
http://bitbucket.org/pypy/pypy/changeset/7bb6381d084c/
Log:document merged branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82815:372d00e95882
Date: 2016-03-06 17:02 +0100
http://bitbucket.org/pypy/pypy/changeset/372d00e95882/
Log:fixed resop comment + param count
diff --git a/rpython/jit/backend/llsupport/rewrite.py
b/rpython/jit/backend/llsupport/rewri
Author: Armin Rigo
Branch: s390x-backend
Changeset: r82817:a554729812fd
Date: 2016-03-06 18:17 +0100
http://bitbucket.org/pypy/pypy/changeset/a554729812fd/
Log:merge heads
diff --git a/rpython/jit/backend/llsupport/rewrite.py
b/rpython/jit/backend/llsupport/rewrite.py
--- a/rpython/jit/back
Author: Armin Rigo
Branch: s390x-backend
Changeset: r82816:a30c8d2ad91b
Date: 2016-03-06 18:16 +0100
http://bitbucket.org/pypy/pypy/changeset/a30c8d2ad91b/
Log:(untested) fix zero_array on arm
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82818:8ab56b6e79d4
Date: 2016-03-06 18:28 +0100
http://bitbucket.org/pypy/pypy/changeset/8ab56b6e79d4/
Log:(untested) fix zero array for ppc
diff --git a/rpython/jit/backend/ppc/opassembler.py
b/rpython/jit/backend/ppc/opassembler.p
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82819:539acda35771
Date: 2016-03-06 18:35 +0100
http://bitbucket.org/pypy/pypy/changeset/539acda35771/
Log:kill unused methods (_apply_scale, _multiply_by_constant)
diff --git a/rpython/jit/backend/ppc/opassembler.py
b/rpython/jit/b
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82820:974fa6a90ecd
Date: 2016-03-06 18:37 +0100
http://bitbucket.org/pypy/pypy/changeset/974fa6a90ecd/
Log:typo it is curRpos
diff --git a/rpython/jit/backend/ppc/opassembler.py
b/rpython/jit/backend/ppc/opassembler.py
--- a/rpython
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82821:64b4e6d07aed
Date: 2016-03-06 18:38 +0100
http://bitbucket.org/pypy/pypy/changeset/64b4e6d07aed/
Log:_multiply_by_constant is still used by malloc_cond_varsize
diff --git a/rpython/jit/backend/ppc/opassembler.py
b/rpython/jit/
Author: Ronan Lamy
Branch: rawrefcount-review
Changeset: r82822:805b6b103730
Date: 2016-03-06 16:09 +
http://bitbucket.org/pypy/pypy/changeset/805b6b103730/
Log:Try to simplify tests
diff --git a/rpython/memory/gc/test/test_rawrefcount.py
b/rpython/memory/gc/test/test_rawrefcount.py
---
Author: Ronan Lamy
Branch: rawrefcount-review
Changeset: r82823:d4a535a667c8
Date: 2016-03-06 17:58 +
http://bitbucket.org/pypy/pypy/changeset/d4a535a667c8/
Log:Move test class state into separate class GCSpace
diff --git a/rpython/memory/gc/test/test_direct.py
b/rpython/memory/gc/test/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82824:4cca8fad1c1f
Date: 2016-03-06 19:17 +0100
http://bitbucket.org/pypy/pypy/changeset/4cca8fad1c1f/
Log:(untested) fixed two issues in the ppc zero_array
diff --git a/rpython/jit/backend/ppc/opassembler.py
b/rpython/jit/backend/p
Author: Manuel Jacob
Branch: py3k
Changeset: r82825:c8ebbe78a212
Date: 2016-03-06 20:30 +0100
http://bitbucket.org/pypy/pypy/changeset/c8ebbe78a212/
Log:hg merge b68cfadb2cb8
This is the last changeset which was merged into release-5.x.
diff --git a/pypy/doc/contributor.rst b/pypy/d
Author: mattip
Branch:
Changeset: r82826:1ca5e965b73d
Date: 2016-03-06 21:43 +0200
http://bitbucket.org/pypy/pypy/changeset/1ca5e965b73d/
Log:fix up release documentation for merge
diff --git a/pypy/doc/whatsnew-5.0.0.rst b/pypy/doc/whatsnew-5.0.0.rst
--- a/pypy/doc/whatsnew-5.0.0.rst
+++ b
Author: mattip
Branch:
Changeset: r82828:089e08aceb1c
Date: 2016-03-06 21:47 +0200
http://bitbucket.org/pypy/pypy/changeset/089e08aceb1c/
Log:drop the rev number from the published name, since we decided bug
fixes will be 5.1, 5.2, ...
diff --git a/pypy/doc/release-5.0.0.rst b/pypy/
Author: mattip
Branch: release-5.x
Changeset: r82827:a4efe1285120
Date: 2016-03-06 21:43 +0200
http://bitbucket.org/pypy/pypy/changeset/a4efe1285120/
Log:merge default into release
diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst
--- a/pypy/doc/release-5.0.0.rst
+++ b/pyp
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82829:1afedf2dd2d2
Date: 2016-03-06 20:49 +0100
http://bitbucket.org/pypy/pypy/changeset/1afedf2dd2d2/
Log:(untested) length is imm, we still need to check if enough space can
be written. eliminated first stdux, doing addr cal
Author: Armin Rigo
Branch:
Changeset: r82831:a7c2a20fd22d
Date: 2016-03-06 21:35 +0100
http://bitbucket.org/pypy/pypy/changeset/a7c2a20fd22d/
Log:Merged in loganchien/pypy (pull request #410)
Remove dead code related to argtypes and standalone
diff --git a/rpython/translator/intera
Author: Logan Chien
Branch:
Changeset: r82830:524f77883111
Date: 2016-03-06 23:08 +0800
http://bitbucket.org/pypy/pypy/changeset/524f77883111/
Log:remove dead code for argtypes and standalone
diff --git a/rpython/translator/interactive.py
b/rpython/translator/interactive.py
--- a/rpython/t
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82832:b31ac68c3821
Date: 2016-03-06 21:35 +0100
http://bitbucket.org/pypy/pypy/changeset/b31ac68c3821/
Log:catchup with default
diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst
--- a/pypy/doc/release-5.0.0.rst
+++
Author: Manuel Jacob
Branch: py3k
Changeset: r82833:c6435e382303
Date: 2016-03-06 22:11 +0100
http://bitbucket.org/pypy/pypy/changeset/c6435e382303/
Log:hg merge 1ca5e965b73d
This is the last changeset which was merged into release-5.x.
diff --git a/pypy/doc/release-5.0.0.rst b/pypy
Author: Armin Rigo
Branch: extradoc
Changeset: r5613:28ca300ed0f3
Date: 2016-03-06 23:48 +0100
http://bitbucket.org/pypy/extradoc/changeset/28ca300ed0f3/
Log:Talk proposal to EuroPython 2016
diff --git a/talk/ep2016/abstract-cffi.rst b/talk/ep2016/abstract-cffi.rst
new file mode 100644
--- /
Author: Manuel Jacob
Branch: py3k
Changeset: r82834:12207b28f69e
Date: 2016-03-07 02:47 +0100
http://bitbucket.org/pypy/pypy/changeset/12207b28f69e/
Log:Adapt method identity changes to py3k.
diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py
--- a/pypy/interpreter/func
Author: Manuel Jacob
Branch: py3.3
Changeset: r82835:a05bd4b30cfe
Date: 2016-03-07 02:56 +0100
http://bitbucket.org/pypy/pypy/changeset/a05bd4b30cfe/
Log:hg merge py3k
diff too long, truncating to 2000 out of 2700 lines
diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst
--- a/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82836:04dc68d8235f
Date: 2016-03-07 08:20 +0100
http://bitbucket.org/pypy/pypy/changeset/04dc68d8235f/
Log:r.length_loc does not exist! removed "r."
diff --git a/rpython/jit/backend/ppc/opassembler.py
b/rpython/jit/backend/ppc/opass
32 matches
Mail list logo