[pypy-commit] cffi cffi-1.0: Close this old branch

2015-04-07 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1678:c9625848faed Date: 2015-04-05 10:55 +0200 http://bitbucket.org/cffi/cffi/changeset/c9625848faed/ Log:Close this old branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.

[pypy-commit] cffi cffi-1.0: A branch to really start work on cffi 1.0

2015-04-07 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1679:4d5de072a07d Date: 2015-04-05 10:55 +0200 http://bitbucket.org/cffi/cffi/changeset/4d5de072a07d/ Log:A branch to really start work on cffi 1.0 ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] cffi cffi-1.0: Quick and dirty hack to get started

2015-04-07 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1680:3fba04d45c38 Date: 2015-04-08 08:58 +0200 http://bitbucket.org/cffi/cffi/changeset/3fba04d45c38/ Log:Quick and dirty hack to get started diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -371,6 +371,31 @@

[pypy-commit] pypy default: Add a new EF_ELIDABLE_OR_MEMORYERROR for elidable functions

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76742:1c3d074e06b7 Date: 2015-04-07 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/1c3d074e06b7/ Log:Add a new EF_ELIDABLE_OR_MEMORYERROR for elidable functions that could raise, but only MemoryError diff --git a/rpython/jit/codewriter/ca

[pypy-commit] pypy default: Refine RaiseAnalyzer to be able to distinguish between "real" exceptions

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76741:36a76678c87c Date: 2015-04-07 19:58 +0200 http://bitbucket.org/pypy/pypy/changeset/36a76678c87c/ Log:Refine RaiseAnalyzer to be able to distinguish between "real" exceptions and what is "merely" MemoryErrors. diff --git a/rpython/translat

[pypy-commit] pypy default: The EF_ELIDABLE_OR_MEMORYERROR functions can also be moved out of loops.

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76744:cdbda6639c3b Date: 2015-04-07 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/cdbda6639c3b/ Log:The EF_ELIDABLE_OR_MEMORYERROR functions can also be moved out of loops. It differs from the EF_ELIDABLE_CANNOT_RAISE functions be

[pypy-commit] pypy default: merge heads

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76743:3c8a7c3382b5 Date: 2015-04-07 20:55 +0200 http://bitbucket.org/pypy/pypy/changeset/3c8a7c3382b5/ Log:merge heads diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit/codewriter/call.py +++ b/rpython/jit/c

[pypy-commit] pypy default: Actually use EF_ELIDABLE_CANNOT_RAISE instead of just EF_CANNOT_RAISE

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76740:d9afe14d9109 Date: 2015-04-07 20:54 +0200 http://bitbucket.org/pypy/pypy/changeset/d9afe14d9109/ Log:Actually use EF_ELIDABLE_CANNOT_RAISE instead of just EF_CANNOT_RAISE for the 'call_pure', which is more in line with what pyjitpl

[pypy-commit] pypy default: Some more explanations

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76739:8d0c92831d19 Date: 2015-04-07 20:51 +0200 http://bitbucket.org/pypy/pypy/changeset/8d0c92831d19/ Log:Some more explanations diff --git a/rpython/jit/codewriter/effectinfo.py b/rpython/jit/codewriter/effectinfo.py --- a/rpython/jit/codewriter/eff

[pypy-commit] pypy default: document branch

2015-04-07 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76738:d78ee80fa1ce Date: 2015-04-07 18:51 +0100 http://bitbucket.org/pypy/pypy/changeset/d78ee80fa1ce/ 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/whatsnew-hea

[pypy-commit] pypy refactor-pycall: close branch before merging

2015-04-07 Thread rlamy
Author: Ronan Lamy Branch: refactor-pycall Changeset: r76736:4709f9c51718 Date: 2015-04-07 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/4709f9c51718/ Log:close branch before merging ___ pypy-commit mailing list pypy-commit@python.org https:

[pypy-commit] pypy default: merge branch refactor-pycall

2015-04-07 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76737:cacbf7ed6310 Date: 2015-04-07 18:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cacbf7ed6310/ Log:merge branch refactor-pycall diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpython.py

[pypy-commit] pypy object-dtype2: fix tests

2015-04-07 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76735:cf2a8ac882f6 Date: 2015-04-07 09:33 +0300 http://bitbucket.org/pypy/pypy/changeset/cf2a8ac882f6/ Log:fix tests diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py +++ b/pyp

[pypy-commit] pypy default: Silence an error message that is expected

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76734:1777aca640dd Date: 2015-04-07 09:44 + http://bitbucket.org/pypy/pypy/changeset/1777aca640dd/ Log:Silence an error message that is expected diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/packag

[pypy-commit] pypy default: oops

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76733:8a6ddf44c445 Date: 2015-04-07 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/8a6ddf44c445/ Log:oops diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/lib_pypy/_tkinter/tklib.py +++ b/lib_pypy/_tkinter/tklib.py @@ -1

[pypy-commit] pypy default: Pick the first of /usr/include/tcl{, 8.6, 8.5} that exists, and select the

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76732:394dd8a2203a Date: 2015-04-07 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/394dd8a2203a/ Log:Pick the first of /usr/include/tcl{,8.6,8.5} that exists, and select the libraries to link with by appending the same version number. dif