[pypy-commit] pypy numpy-ufuncs3: Expose and test left_shift and right_shift

2012-04-01 Thread taavi_burns
Author: Taavi Burns taavi.bu...@gmail.com Branch: numpy-ufuncs3 Changeset: r54114:24b6c8a2f4ce Date: 2012-04-01 02:32 -0400 http://bitbucket.org/pypy/pypy/changeset/24b6c8a2f4ce/ Log:Expose and test left_shift and right_shift diff --git a/pypy/module/micronumpy/__init__.py

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[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

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

2012-04-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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 ---

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[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 ar...@tunes.org 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

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

2012-04-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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 ---

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[pypy-commit] pypy default: merge heads

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 @@

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 @@

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 +++

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

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2012-04-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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