Author: mattip
Branch:
Changeset: r59411:47d8c17d7a49
Date: 2012-12-13 14:09 -0800
http://bitbucket.org/pypy/pypy/changeset/47d8c17d7a49/
Log:prefer OverflowError for log{,10,1p} math edge cases
diff --git a/pypy/module/math/test/test_direct.py
b/pypy/module/math/test/test_direct.py
--- a/
Author: mattip
Branch:
Changeset: r59412:10fd78f2d11c
Date: 2012-12-13 14:16 -0800
http://bitbucket.org/pypy/pypy/changeset/10fd78f2d11c/
Log:no bonus points for trying too hard
diff --git a/pypy/module/math/test/test_direct.py
b/pypy/module/math/test/test_direct.py
--- a/pypy/module/math/
Author: mattip
Branch:
Changeset: r59413:b76f44c51a08
Date: 2012-12-13 15:13 -0800
http://bitbucket.org/pypy/pypy/changeset/b76f44c51a08/
Log:do not wrap callable if testing -A
diff --git a/pypy/module/math/test/test_math.py
b/pypy/module/math/test/test_math.py
--- a/pypy/module/math/test/
Author: mattip
Branch:
Changeset: r59414:ed989c52b6ed
Date: 2012-12-13 15:26 -0800
http://bitbucket.org/pypy/pypy/changeset/ed989c52b6ed/
Log:try to wrap socket.error for testing
diff --git a/pypy/module/select/test/test_select.py
b/pypy/module/select/test/test_select.py
--- a/pypy/module/
Author: Philip Jenvey
Branch: py3k
Changeset: r59415:6e758a21cc92
Date: 2012-12-13 15:05 -0800
http://bitbucket.org/pypy/pypy/changeset/6e758a21cc92/
Log:kill long's suffix support
diff --git a/pypy/objspace/std/strutil.py b/pypy/objspace/std/strutil.py
--- a/pypy/objspace/std/strutil.py
+++
Author: Philip Jenvey
Branch: py3k
Changeset: r59417:33f99ecaa613
Date: 2012-12-13 15:07 -0800
http://bitbucket.org/pypy/pypy/changeset/33f99ecaa613/
Log:make this test less brittle
diff --git a/lib-python/3.2/test/test_builtin.py
b/lib-python/3.2/test/test_builtin.py
--- a/lib-python/3.2/t
Author: Philip Jenvey
Branch: py3k
Changeset: r59416:f07a82dc0eec
Date: 2012-12-13 15:06 -0800
http://bitbucket.org/pypy/pypy/changeset/f07a82dc0eec/
Log:binascii crc32 results now also back to unsigned
diff --git a/pypy/module/binascii/interp_crc32.py
b/pypy/module/binascii/interp_crc32.py
Author: Philip Jenvey
Branch: py3k
Changeset: r59419:114108122293
Date: 2012-12-13 15:12 -0800
http://bitbucket.org/pypy/pypy/changeset/114108122293/
Log:kill prepare_exec, most of it was already reimpl. in rpython anyway,
cleanup/reuse its replacements in compile/eval/exec. support
Author: Philip Jenvey
Branch: py3k
Changeset: r59418:df0c8410ddfc
Date: 2012-12-13 15:07 -0800
http://bitbucket.org/pypy/pypy/changeset/df0c8410ddfc/
Log:add a bufferstr0_new_w variant
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/bas
Author: Philip Jenvey
Branch: py3k
Changeset: r59420:7343ddfdbff3
Date: 2012-12-13 15:46 -0800
http://bitbucket.org/pypy/pypy/changeset/7343ddfdbff3/
Log:compile doesn't accept code objects
diff --git a/pypy/module/__builtin__/compiling.py
b/pypy/module/__builtin__/compiling.py
--- a/pypy/m
10 matches
Mail list logo