[pypy-commit] pypy.org extradoc: Document more package.py.

2014-12-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r557:137a96636f8c Date: 2014-12-24 11:48 +0100 http://bitbucket.org/pypy/pypy.org/changeset/137a96636f8c/ Log:Document more package.py. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -246,6 +246,8 @@ machi

[pypy-commit] pypy slim-down-resumedescr: A branch to try and slim the guard resop descr

2014-12-24 Thread fijal
Author: Maciej Fijalkowski Branch: slim-down-resumedescr Changeset: r75100:f5afc6c7549d Date: 2014-12-24 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/f5afc6c7549d/ Log:A branch to try and slim the guard resop descr diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metai

[pypy-commit] pypy slim-down-resumedescr: Make adr_jump_offset official and put it in attrs, I did not realize the

2014-12-24 Thread fijal
Author: Maciej Fijalkowski Branch: slim-down-resumedescr Changeset: r75101:8a5a8258f0a8 Date: 2014-12-24 12:55 +0200 http://bitbucket.org/pypy/pypy/changeset/8a5a8258f0a8/ Log:Make adr_jump_offset official and put it in attrs, I did not realize the extent to which backends store garba

[pypy-commit] pypy slim-down-resumedescr: give up for now

2014-12-24 Thread fijal
Author: Maciej Fijalkowski Branch: slim-down-resumedescr Changeset: r75102:0b63bcf4575c Date: 2014-12-24 12:57 +0200 http://bitbucket.org/pypy/pypy/changeset/0b63bcf4575c/ Log:give up for now diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/ji

[pypy-commit] pypy slim-down-resumedescr: Comment out the wref stuff, I'm not sure what it does (but there is a strong

2014-12-24 Thread fijal
Author: Maciej Fijalkowski Branch: slim-down-resumedescr Changeset: r75103:4b641be64135 Date: 2014-12-24 13:55 +0200 http://bitbucket.org/pypy/pypy/changeset/4b641be64135/ Log:Comment out the wref stuff, I'm not sure what it does (but there is a strong reference stored by the backend

[pypy-commit] cffi default: Add all standard types from stdint.h. Note that it still fails with

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1598:ecf4fb44f740 Date: 2014-12-24 16:27 +0100 http://bitbucket.org/cffi/cffi/changeset/ecf4fb44f740/ Log:Add all standard types from stdint.h. Note that it still fails with NotImplementedError if you try to use one of them that would be

[pypy-commit] pypy default: Add some "jit.dont_look_inside" on these Win32 functions.

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r75104:ed493f85222e Date: 2014-12-24 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/ed493f85222e/ Log:Add some "jit.dont_look_inside" on these Win32 functions. diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py --- a/rpython/rlib/rwin32.

[pypy-commit] cffi default: Document ecf4fb44f740.

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1599:c3d175e55b8b Date: 2014-12-24 16:51 +0100 http://bitbucket.org/cffi/cffi/changeset/c3d175e55b8b/ Log:Document ecf4fb44f740. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -435,12 +

[pypy-commit] cffi default: Add the keyword "relative_to=..." to verify(), as per

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1600:b97105235b12 Date: 2014-12-24 16:52 +0100 http://bitbucket.org/cffi/cffi/changeset/b97105235b12/ Log:Add the keyword "relative_to=..." to verify(), as per https://bitbucket.org/cffi/cffi/pull-request/53 diff --git a/cffi/ffiplatform.py b/c

[pypy-commit] pypy default: Test and fix

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r75105:b950155cdd8a Date: 2014-12-24 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/b950155cdd8a/ Log:Test and fix diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++ b/rpython/annotator/model.

[pypy-commit] cffi default: Update the copies of that block of #ifs

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1601:cef8630f9d37 Date: 2014-12-24 17:25 +0100 http://bitbucket.org/cffi/cffi/changeset/cef8630f9d37/ Log:Update the copies of that block of #ifs diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py --- a/cffi/vengine_cpy.py +++ b/cffi/vengine_cpy.py

[pypy-commit] cffi default: ignore_errors here too

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1603:a3896b35cbf8 Date: 2014-12-24 17:42 +0100 http://bitbucket.org/cffi/cffi/changeset/a3896b35cbf8/ Log:ignore_errors here too diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py --- a/testing/test_zintegration.py +++ b/testing/t

[pypy-commit] cffi default: Ignore errors here

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1602:957d8e48d4a4 Date: 2014-12-24 17:40 +0100 http://bitbucket.org/cffi/cffi/changeset/957d8e48d4a4/ Log:Ignore errors here diff --git a/testing/test_zdistutils.py b/testing/test_zdistutils.py --- a/testing/test_zdistutils.py +++ b/testing/test_zdistu

[pypy-commit] pypy ufuncapi: merge deault into branch

2014-12-24 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r75106:f649f767bd94 Date: 2014-12-24 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/f649f767bd94/ Log:merge deault into branch diff too long, truncating to 2000 out of 9967 lines diff --git a/lib-python/2.7/sqlite3/test/dbapi.py b/lib-python

[pypy-commit] pypy default: Clarify the assertion error.

2014-12-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r75107:8e44078cb486 Date: 2014-12-24 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/8e44078cb486/ Log:Clarify the assertion error. diff --git a/rpython/jit/metainterp/virtualizable.py b/rpython/jit/metainterp/virtualizable.py --- a/rpython/jit/me