[pypy-issue] [issue1441] version of sqlite3.dll (and others)

2013-11-13 Thread mattip
mattip added the comment: Verified in latest nightly (will automatically work for all builds now, incl release2.2), documentation fixed too. pypy-c-jit-68001-b89a1dc6a9e1-win32\pypy.exe Python 2.7.3 (b89a1dc6a9e1, Nov 13 2013, 22:58:41) [PyPy 2.2.1-alpha0 with MSC v.1500 32 bit] on win32

[pypy-issue] [issue1633] ints raise strange TypeErrors for incorrect types

2013-11-13 Thread Julian Berman
Julian Berman added the comment: Version info, just for reference: ⊙ pypy --version Python 2.7.3 (480845e6b1dd, Jul 31 2013, 10:58:28) [PyPy 2.1.0 with GCC 4.2.1 Compatible Clang Compiler] ⊙ python Python 2.7.6 (default, Nov 12 2013, 15:25:26) -- status: unread -> chatting

[pypy-issue] [issue1633] ints raise strange TypeErrors for incorrect types

2013-11-13 Thread Julian Berman
New submission from Julian Berman : int([123]) Traceback (most recent call last): File "", line 1, in TypeError: unsupported operand type for unary trunc: 'list' compared to CPython: >>> int([123]) Traceback (most recent call last): File "", line 1, in TypeError: int() argument must