[pypy-commit] pypy stmgc-c8: clarification

2016-01-26 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r81945:23f42ac860b5 Date: 2016-01-26 09:08 +0100 http://bitbucket.org/pypy/pypy/changeset/23f42ac860b5/ Log:clarification diff --git a/rpython/jit/backend/llsupport/stmrewrite.py

[pypy-commit] pypy s390x-backend: simplified guard_class

2016-01-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81947:1589c0b36069 Date: 2016-01-26 09:36 +0100 http://bitbucket.org/pypy/pypy/changeset/1589c0b36069/ Log:simplified guard_class diff --git a/rpython/jit/backend/zarch/opassembler.py

[pypy-commit] pypy s390x-backend: removed print statements, typo, removed push floats from stacklet because there is no need to save them

2016-01-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81946:62aeb645010b Date: 2016-01-26 09:07 +0100 http://bitbucket.org/pypy/pypy/changeset/62aeb645010b/ Log:removed print statements, typo, removed push floats from stacklet because there is no need to

[pypy-commit] pypy s390x-backend: merged head

2016-01-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81950:3d78eb62b0e5 Date: 2016-01-26 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/3d78eb62b0e5/ Log:merged head diff --git a/rpython/jit/backend/zarch/assembler.py

[pypy-commit] pypy s390x-backend: fixed translation issue. reverted the stacklet changes (did not pass test)

2016-01-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81949:fb7bbc354de2 Date: 2016-01-26 16:40 +0100 http://bitbucket.org/pypy/pypy/changeset/fb7bbc354de2/ Log:fixed translation issue. reverted the stacklet changes (did not pass test) diff --git

[pypy-commit] pypy cpyext-gc-support-2: in-progress

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81953:3d1f9e7d01e1 Date: 2016-01-26 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/3d1f9e7d01e1/ Log:in-progress diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py ---

[pypy-commit] pypy cpyext-gc-support-2: Copy more code from cpyext-gc-support

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81951:23ac4994b18d Date: 2016-01-26 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/23ac4994b18d/ Log:Copy more code from cpyext-gc-support diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy cpyext-gc-support-2: more copying

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81952:a6a694f2a019 Date: 2016-01-26 17:51 +0100 http://bitbucket.org/pypy/pypy/changeset/a6a694f2a019/ Log:more copying diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.h ---

[pypy-commit] pypy default: Merged in exctrans (pull request #390)

2016-01-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r81955:467f4a616ad1 Date: 2016-01-26 20:39 + http://bitbucket.org/pypy/pypy/changeset/467f4a616ad1/ Log:Merged in exctrans (pull request #390) Some refactoring of databasing diff --git

[pypy-commit] pypy exctrans: Close branch exctrans

2016-01-26 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81954:e953e5f78446 Date: 2016-01-26 20:39 + http://bitbucket.org/pypy/pypy/changeset/e953e5f78446/ Log:Close branch exctrans ___ pypy-commit mailing list

[pypy-commit] pypy cpyext-gc-support-2: in-progress

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81956:20a0b177ddae Date: 2016-01-26 23:10 +0100 http://bitbucket.org/pypy/pypy/changeset/20a0b177ddae/ Log:in-progress diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy cpyext-gc-support-2: fixes, now getting a segfault

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81957:0da7861a5b1a Date: 2016-01-26 23:35 +0100 http://bitbucket.org/pypy/pypy/changeset/0da7861a5b1a/ Log:fixes, now getting a segfault diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy py3.3: io.BufferedWriter: completely remove max_buffer_size argument.

2016-01-26 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r81958:18cc712aac9b Date: 2016-01-26 22:52 +0100 http://bitbucket.org/pypy/pypy/changeset/18cc712aac9b/ Log:io.BufferedWriter: completely remove max_buffer_size argument. diff --git

[pypy-commit] pypy py3.3: Relax a test: with pypy we cannot choose the name of the function when argument parsing fails.

2016-01-26 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r81959:43daeebf0ab1 Date: 2016-01-26 22:44 +0100 http://bitbucket.org/pypy/pypy/changeset/43daeebf0ab1/ Log:Relax a test: with pypy we cannot choose the name of the function when argument parsing fails. diff

[pypy-commit] pypy py3.3: TextIOWrapper: Ensure the constructor complains if passed a codec that isn't

2016-01-26 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r81960:5ddd2d347061 Date: 2016-01-27 00:03 +0100 http://bitbucket.org/pypy/pypy/changeset/5ddd2d347061/ Log:TextIOWrapper: Ensure the constructor complains if passed a codec that isn't marked as a text

[pypy-commit] pypy cpyext-gc-support-2: Found the segfault's origin, made more explicit that way (not fixed yet)

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81961:d9a31cd29535 Date: 2016-01-27 00:19 +0100 http://bitbucket.org/pypy/pypy/changeset/d9a31cd29535/ Log:Found the segfault's origin, made more explicit that way (not fixed yet) diff --git

[pypy-commit] pypy cpyext-gc-support-2: probably fixed by moving this part of the code later (this is part of an

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81962:834fd655953d Date: 2016-01-27 00:26 +0100 http://bitbucket.org/pypy/pypy/changeset/834fd655953d/ Log:probably fixed by moving this part of the code later (this is part of an attempt at simplifying the

[pypy-commit] pypy cpyext-gc-support-2: rename from_pyobj() back to from_ref() too

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81964:769d8cdc1853 Date: 2016-01-27 00:34 +0100 http://bitbucket.org/pypy/pypy/changeset/769d8cdc1853/ Log:rename from_pyobj() back to from_ref() too diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy cpyext-gc-support-2: Rename: this new function should really be a superset of make_ref()

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81963:af2938e59cd3 Date: 2016-01-27 00:29 +0100 http://bitbucket.org/pypy/pypy/changeset/af2938e59cd3/ Log:Rename: this new function should really be a superset of make_ref() diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy cpyext-gc-support-2: Hopefully fix the bootstrap cycles in this way

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81965:ae316294940c Date: 2016-01-27 01:04 +0100 http://bitbucket.org/pypy/pypy/changeset/ae316294940c/ Log:Hopefully fix the bootstrap cycles in this way diff --git a/pypy/module/cpyext/typeobject.py

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

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81967:fcc70c53434c Date: 2016-01-27 01:19 +0100 http://bitbucket.org/pypy/pypy/changeset/fcc70c53434c/ Log:fix imports diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy cpyext-gc-support-2: More tweaks for bootstrapping

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81966:dfc37d8a80f8 Date: 2016-01-27 01:17 +0100 http://bitbucket.org/pypy/pypy/changeset/dfc37d8a80f8/ Log:More tweaks for bootstrapping diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py

[pypy-commit] pypy s390x-backend: gotcha, guard nonnull class was implemented incorrectly (substracted value that should have been shifted 16 bits to the left)

2016-01-26 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81948:acf6ac9d0d3d Date: 2016-01-26 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/acf6ac9d0d3d/ Log:gotcha, guard nonnull class was implemented incorrectly (substracted value that should have been