[pypy-commit] pypy new-jit-log: hurrayy! the new get_location function API is now extensible and pypy translates (this took me quite a while)

2016-04-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83847:a02168e4834f Date: 2016-04-25 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a02168e4834f/ Log:hurrayy! the new get_location function API is now extensible and pypy translates (this took me quite a while) diff --git

[pypy-commit] pypy new-jit-log: moved .../metainterp/jitlog.py to rlib (since the vm implementer uses the jitlog directly)

2016-04-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83846:c55eaccdb3a6 Date: 2016-04-21 13:56 +0200 http://bitbucket.org/pypy/pypy/changeset/c55eaccdb3a6/ Log:moved .../metainterp/jitlog.py to rlib (since the vm implementer uses the jitlog directly) implemented compression (commo

[pypy-commit] pypy default: typo (thanks LarstiQ)

2016-04-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r83845:35301c9c4051 Date: 2016-04-24 19:38 +0200 http://bitbucket.org/pypy/pypy/changeset/35301c9c4051/ Log:typo (thanks LarstiQ) diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incminimark.py +++

[pypy-commit] pypy default: Merged in gcheader-decl (pull request #432)

2016-04-24 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r83844:054e2f4e2e53 Date: 2016-04-24 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/054e2f4e2e53/ Log:Merged in gcheader-decl (pull request #432) Reduce size of the generated C sources fixes issue #2281 diff --git a/pypy/doc/whatsnew-head

[pypy-commit] pypy gcheader-decl: Close branch gcheader-decl

2016-04-24 Thread rlamy
Author: Ronan Lamy Branch: gcheader-decl Changeset: r83843:ba896fd0d3f5 Date: 2016-04-24 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/ba896fd0d3f5/ Log:Close branch gcheader-decl ___ pypy-commit mailing list pypy-commit@python.org https://m

[pypy-commit] pypy gcheader-decl: document branch

2016-04-24 Thread rlamy
Author: Ronan Lamy Branch: gcheader-decl Changeset: r83842:84b003d05fec Date: 2016-04-24 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/84b003d05fec/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc

[pypy-commit] pypy remove-objspace-options: another withmethodcache

2016-04-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83841:6900e24d4b76 Date: 2016-04-24 18:52 +0300 http://bitbucket.org/pypy/pypy/changeset/6900e24d4b76/ Log:another withmethodcache diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyex

[pypy-commit] pypy remove-objspace-options: the assert was too strong

2016-04-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83839:fc81ea0932ec Date: 2016-04-24 14:24 +0300 http://bitbucket.org/pypy/pypy/changeset/fc81ea0932ec/ Log:the assert was too strong diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/obj

[pypy-commit] pypy remove-objspace-options: various fixes for translation and tests

2016-04-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83840:cfcb4f157e44 Date: 2016-04-24 17:13 +0300 http://bitbucket.org/pypy/pypy/changeset/cfcb4f157e44/ Log:various fixes for translation and tests diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py --

[pypy-commit] pypy.org extradoc: update the values

2016-04-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r736:e477a6aa1f52 Date: 2016-04-24 14:29 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e477a6aa1f52/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] cffi default: Lies, this didn't print a list

2016-04-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r2684:684294ee51f8 Date: 2016-04-23 10:39 +0200 http://bitbucket.org/cffi/cffi/changeset/684294ee51f8/ Log:Lies, this didn't print a list diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -

[pypy-commit] cffi default: merge heads

2016-04-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r2685:381f8b0c2ee0 Date: 2016-04-24 13:46 +0200 http://bitbucket.org/cffi/cffi/changeset/381f8b0c2ee0/ Log:merge heads diff --git a/AUTHORS b/AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,8 @@ This package has been mostly done by Armin Rigo with help

[pypy-commit] cffi default: Clean up

2016-04-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r2683:22ee329dc175 Date: 2016-04-23 10:30 +0200 http://bitbucket.org/cffi/cffi/changeset/22ee329dc175/ Log:Clean up diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -321,19 +321,20 @@

[pypy-commit] cffi default: Implement backend.gcp() for the ctypes backend, and remove gc_weakref.

2016-04-24 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r2680:c9b855645ce9 Date: 2016-04-23 10:02 +0200 http://bitbucket.org/cffi/cffi/changeset/c9b855645ce9/ Log:Implement backend.gcp() for the ctypes backend, and remove gc_weakref. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py

[pypy-commit] cffi default: Add ffi.gc(ptr, None) which *removes* the destructor in-place on a ffi.gc() object.

2016-04-24 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r2681:4d19ce180883 Date: 2016-04-23 11:02 +0200 http://bitbucket.org/cffi/cffi/changeset/4d19ce180883/ Log:Add ffi.gc(ptr, None) which *removes* the destructor in-place on a ffi.gc() object. diff --git a/c/_cffi_backend.c b/c/_cffi_bac

[pypy-commit] cffi default: Add my employer in AUTHORS

2016-04-24 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r2682:daf21555983e Date: 2016-04-23 22:10 +0200 http://bitbucket.org/cffi/cffi/changeset/daf21555983e/ Log:Add my employer in AUTHORS diff --git a/AUTHORS b/AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,8 @@ This package has been mostly done

[pypy-commit] pypy default: doc tweaks

2016-04-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r83838:d955f9d633d4 Date: 2016-04-24 10:55 +0200 http://bitbucket.org/pypy/pypy/changeset/d955f9d633d4/ Log:doc tweaks diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incminimark.py +++ b/rpython/

[pypy-commit] pypy default: Issue #2226

2016-04-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r83837:490058ea54e6 Date: 2016-04-24 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/490058ea54e6/ Log:Issue #2226 Another tweak in the incremental GC: this should ensure that progress in the major GC occurs quickly enough in all ca