[pypy-commit] pypy default: Extension to cpyext proposed by Stefan Behnel: PyErr_{Get, Set}ExcInfo().

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54115:623bcea85df3 Date: 2012-04-01 12:30 +0200 http://bitbucket.org/pypy/pypy/changeset/623bcea85df3/ Log:Extension to cpyext proposed by Stefan Behnel: PyErr_{Get,Set}ExcInfo(). diff --git a/pypy/interpreter/executioncontext.py b/pypy/interp

[pypy-commit] Notification: pypy

2012-04-01 Thread Bitbucket
You have received a notification from unbit. Hi, I forked pypy. My fork is at https://bitbucket.org/unbit/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://mail.pyth

[pypy-commit] pypy default: fix translation (?)

2012-04-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54116:ba8760573e6d Date: 2012-04-01 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ba8760573e6d/ Log:fix translation (?) diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py --- a/pypy/module/cpyext/pyerrors.py +++

[pypy-commit] pypy default: Backed out changeset ba8760573e6d

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54117:24d65f2b0735 Date: 2012-04-01 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/24d65f2b0735/ Log:Backed out changeset ba8760573e6d diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py --- a/pypy/module/cpyext/pyerrors.

[pypy-commit] pypy default: Fix.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54118:ee1a3b5094b8 Date: 2012-04-01 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/ee1a3b5094b8/ Log:Fix. diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py --- a/pypy/module/cpyext/pyerrors.py +++ b/pypy/module/cpyext/p

[pypy-commit] pypy default: Cannot do this testing when running with "py.test -A".

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54119:7acf5b725d8f Date: 2012-04-01 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/7acf5b725d8f/ Log:Cannot do this testing when running with "py.test -A". diff --git a/pypy/module/sys/test/test_sysmodule.py b/pypy/module/sys/test/test_sysmodule

[pypy-commit] pypy default: Fix the test: the 'len' attribute is now promoted to the common base

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54120:27de13d1a9e7 Date: 2012-04-01 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/27de13d1a9e7/ Log:Fix the test: the 'len' attribute is now promoted to the common base class W_ArrayBase, which is ok. diff --git a/pypy/module/pypyjit/tes

[pypy-commit] pypy default: two missing hop.exception_cannot_occur()

2012-04-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54121:db8d9bfdd9aa Date: 2012-04-01 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/db8d9bfdd9aa/ Log:two missing hop.exception_cannot_occur() diff --git a/pypy/rlib/rerased.py b/pypy/rlib/rerased.py --- a/pypy/rlib/rerased.py +++ b/pypy/r

[pypy-commit] pypy default: Add two new passing tests about calls to string methods.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54122:0e905871fc78 Date: 2012-04-01 16:58 +0200 http://bitbucket.org/pypy/pypy/changeset/0e905871fc78/ Log:Add two new passing tests about calls to string methods. diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_

[pypy-commit] pypy default: merge heads

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54123:3baa10110134 Date: 2012-04-01 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/3baa10110134/ Log:merge heads diff --git a/pypy/rlib/rerased.py b/pypy/rlib/rerased.py --- a/pypy/rlib/rerased.py +++ b/pypy/rlib/rerased.py @@ -100,6 +100,7 @@

[pypy-commit] pypy exception-cannot-occur: A branch in which to make exception_cannot_occur() or

2012-04-01 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54124:0d14d5e18743 Date: 2012-04-01 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0d14d5e18743/ Log:A branch in which to make exception_cannot_occur() or exception_is_here() mandatory in specialize_call()s.

[pypy-commit] pypy exception-cannot-occur: Add some exception_cannot_occur/exception_is_here.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54126:7adda6345851 Date: 2012-04-01 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/7adda6345851/ Log:Add some exception_cannot_occur/exception_is_here. diff --git a/pypy/rlib/rerased.py b/pypy/rlib/rerased.py --- a/pypy/rlib

[pypy-commit] pypy exception-cannot-occur: Add the logic to detect missing cases.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54125:6ec59dc45235 Date: 2012-04-01 19:03 +0200 http://bitbucket.org/pypy/pypy/changeset/6ec59dc45235/ Log:Add the logic to detect missing cases. diff --git a/pypy/rpython/rbuiltin.py b/pypy/rpython/rbuiltin.py --- a/pypy/rpython/

[pypy-commit] pypy exception-cannot-occur: More.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54128:2335956a2d4d Date: 2012-04-01 19:37 +0200 http://bitbucket.org/pypy/pypy/changeset/2335956a2d4d/ Log:More. diff --git a/pypy/rpython/lltypesystem/rtuple.py b/pypy/rpython/lltypesystem/rtuple.py --- a/pypy/rpython/lltypesyst

[pypy-commit] pypy exception-cannot-occur: A bunch more.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54127:83e14fbf623c Date: 2012-04-01 19:31 +0200 http://bitbucket.org/pypy/pypy/changeset/83e14fbf623c/ Log:A bunch more. diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py --- a/pypy/rlib/objectmodel.py +++ b/pypy/rl

[pypy-commit] pypy exception-cannot-occur: More.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54130:b39ccd2db7fa Date: 2012-04-01 19:59 +0200 http://bitbucket.org/pypy/pypy/changeset/b39ccd2db7fa/ Log:More. diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py --- a/pypy/rlib/jit.py +++ b/pypy/rlib/jit.py @@ -382,7 +382,7 @@

[pypy-commit] pypy exception-cannot-occur: More.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54129:9a1134601e5b Date: 2012-04-01 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9a1134601e5b/ Log:More. diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py --- a/pypy/rlib/objectmodel.py +++ b/pypy/rlib/objec

[pypy-commit] pypy default: Bah. This test used to fail if the current "nice" level is 17, 18 or

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54131:76c5931f64cc Date: 2012-04-01 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/76c5931f64cc/ Log:Bah. This test used to fail if the current "nice" level is 17, 18 or 19. diff --git a/pypy/translator/c/test/test_extfunc.py b/pypy/tran

[pypy-commit] pypy exception-cannot-occur: More.

2012-04-01 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54132:7d6635820406 Date: 2012-04-01 20:32 +0200 http://bitbucket.org/pypy/pypy/changeset/7d6635820406/ Log:More. diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a/pypy/jit/backend/llgraph/

[pypy-commit] pypy default: fix for issue #1104, allow null bytes in certs

2012-04-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54133:5bfd8e84f0f2 Date: 2012-04-02 07:50 +0200 http://bitbucket.org/pypy/pypy/changeset/5bfd8e84f0f2/ Log:fix for issue #1104, allow null bytes in certs diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/mo

[pypy-commit] pypy default: add a debug repr and a passing test

2012-04-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54134:80e8c18538f3 Date: 2012-04-02 08:44 +0200 http://bitbucket.org/pypy/pypy/changeset/80e8c18538f3/ Log:add a debug repr and a passing test diff --git a/pypy/module/micronumpy/signature.py b/pypy/module/micronumpy/signature.py --- a/pypy/mo