[pypy-commit] pypy s390x-backend: adding and adjusting structure while processing through assemble_loop method

2015-10-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80459:c877ffac4111 Date: 2015-10-26 11:52 +0100 http://bitbucket.org/pypy/pypy/changeset/c877ffac4111/ Log:adding and adjusting structure while processing through assemble_loop method diff --git

[pypy-commit] pypy cpyext-gc-support: fix

2015-10-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80454:f8e26f5b1f8b Date: 2015-10-26 09:24 +0100 http://bitbucket.org/pypy/pypy/changeset/f8e26f5b1f8b/ Log:fix diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py ---

[pypy-commit] pypy cpyext-gc-support: more fix

2015-10-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80455:85a201e4f4a4 Date: 2015-10-26 09:24 +0100 http://bitbucket.org/pypy/pypy/changeset/85a201e4f4a4/ Log:more fix diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py ---

[pypy-commit] pypy cpyext-gc-support: Don't call create_all_slots() on cpyext type objects. Fix for

2015-10-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80453:8fd6a686565e Date: 2015-10-26 09:09 +0100 http://bitbucket.org/pypy/pypy/changeset/8fd6a686565e/ Log:Don't call create_all_slots() on cpyext type objects. Fix for test_typeobject.py:test_sre diff --git

[pypy-commit] pypy cpyext-gc-support: move file

2015-10-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80451:ce4cf80cee85 Date: 2015-10-26 08:26 +0100 http://bitbucket.org/pypy/pypy/changeset/ce4cf80cee85/ Log:move file diff --git a/pypy/module/cpyext/Doc_stubgen_enable.patch

[pypy-commit] pypy cpyext-gc-support: Took me a while to figure out that the behavior we get now is consistent

2015-10-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80452:c120d2c5b7dd Date: 2015-10-26 08:47 +0100 http://bitbucket.org/pypy/pypy/changeset/c120d2c5b7dd/ Log:Took me a while to figure out that the behavior we get now is consistent with CPython's own (but not

[pypy-commit] pypy s390x-backend: more skeleton structure

2015-10-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80458:b0d5eccd58d1 Date: 2015-10-26 09:56 +0100 http://bitbucket.org/pypy/pypy/changeset/b0d5eccd58d1/ Log:more skeleton structure diff --git a/rpython/jit/backend/zarch/helper/__init__.py

[pypy-commit] pypy s390x-backend: added docu for the backend. described the missing libffi-devel on redhat linux 6.5 and how to install it manually

2015-10-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80457:9a86a04617d8 Date: 2015-10-26 09:56 +0100 http://bitbucket.org/pypy/pypy/changeset/9a86a04617d8/ Log:added docu for the backend. described the missing libffi-devel on redhat linux 6.5 and how to

[pypy-commit] pypy s390x-backend: copy copy copy. adding the skeleton structure for the assembler, regalloc and various other modules needed for assembly

2015-10-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80456:2fc81cd2ea51 Date: 2015-10-26 09:49 +0100 http://bitbucket.org/pypy/pypy/changeset/2fc81cd2ea51/ Log:copy copy copy. adding the skeleton structure for the assembler, regalloc and various other

[pypy-commit] pypy.org extradoc: add 4.0.0 checksums

2015-10-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r644:7d4fc67b8725 Date: 2015-10-26 23:22 +0100 http://bitbucket.org/pypy/pypy.org/changeset/7d4fc67b8725/ Log:add 4.0.0 checksums diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@

[pypy-commit] pypy.org extradoc: add 4.0.0 checksums and fix a typo

2015-10-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r645:7f8ed30c6c40 Date: 2015-10-26 23:27 +0100 http://bitbucket.org/pypy/pypy.org/changeset/7f8ed30c6c40/ Log:add 4.0.0 checksums and fix a typo diff --git a/download.html b/download.html --- a/download.html +++

[pypy-commit] pypy release-15.11: close release-15.11, we used released as 4.0.0

2015-10-26 Thread stefanor
Author: Stefano Rivera Branch: release-15.11 Changeset: r80465:bc6d1dab0c3b Date: 2015-10-26 17:21 -0700 http://bitbucket.org/pypy/pypy/changeset/bc6d1dab0c3b/ Log:close release-15.11, we used released as 4.0.0 ___

[pypy-commit] pypy s390x-backend: many more methods in place. it is now possible to step through the whole assemble_loop method for a trace with like int_add(...), finish(...). sadly the code is not y

2015-10-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80464:bc3119a598cf Date: 2015-10-26 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/bc3119a598cf/ Log:many more methods in place. it is now possible to step through the whole assemble_loop method for

[pypy-commit] pypy default: fix tests

2015-10-26 Thread mattip
Author: mattip Branch: Changeset: r80460:53d7da76969d Date: 2015-10-26 23:32 +1100 http://bitbucket.org/pypy/pypy/changeset/53d7da76969d/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test/test_ndarrayobject.py ---

[pypy-commit] pypy release-4.0.x: merge default into release

2015-10-26 Thread mattip
Author: mattip Branch: release-4.0.x Changeset: r80463:814b3fadaad7 Date: 2015-10-26 23:38 +1100 http://bitbucket.org/pypy/pypy/changeset/814b3fadaad7/ Log:merge default into release diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -16,3 +16,4 @@

[pypy-commit] pypy default: Added tag release-4.0.0 for changeset 850edf14b2c7

2015-10-26 Thread mattip
Author: mattip Branch: Changeset: r80461:d42afc04504f Date: 2015-10-26 23:37 +1100 http://bitbucket.org/pypy/pypy/changeset/d42afc04504f/ Log:Added tag release-4.0.0 for changeset 850edf14b2c7 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -16,3 +16,4

[pypy-commit] pypy default: update documentation

2015-10-26 Thread mattip
Author: mattip Branch: Changeset: r80462:1a6ab3d799b1 Date: 2015-10-26 23:38 +1100 http://bitbucket.org/pypy/pypy/changeset/1a6ab3d799b1/ Log:update documentation diff --git a/pypy/doc/release-4.0.0.rst b/pypy/doc/release-4.0.0.rst --- a/pypy/doc/release-4.0.0.rst