[pypy-commit] pypy stdlib-2.7.4: fix test_marshal (no sys.getsizeof on pypy)

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63196:4899736f152f Date: 2013-04-10 03:32 -0400 http://bitbucket.org/pypy/pypy/changeset/4899736f152f/ Log:fix test_marshal (no sys.getsizeof on pypy) diff --git a/lib-python/2.7/test/test_marshal.py b/lib-python/2.7/test/test_marshal.py

[pypy-commit] pypy stdlib-2.7.4: fix settrace: SETUP_WITH acts like SETUP_FINALLY for setting f_lineno (cpython issue14612)

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63197:9fd06caad8aa Date: 2013-04-10 03:48 -0400 http://bitbucket.org/pypy/pypy/changeset/9fd06caad8aa/ Log:fix settrace: SETUP_WITH acts like SETUP_FINALLY for setting f_lineno (cpython issue14612) diff --git a/pypy/interpreter/py

[pypy-commit] buildbot default: fix missing rename of test factory

2013-04-10 Thread bivab
Author: David Schneider Branch: Changeset: r776:f0a28727a5c2 Date: 2013-04-10 10:14 +0200 http://bitbucket.org/pypy/buildbot/changeset/f0a28727a5c2/ Log:fix missing rename of test factory diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py --- a/bot2/pypybuildbot/

[pypy-commit] lang-smalltalk default: fixed drawing error by implementing shift using polymorphism. The main problem was rightshift for 'negative' large integers shifting in ones instead of zeros

2013-04-10 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r249:413ad48ead1f Date: 2013-04-09 21:00 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/413ad48ead1f/ Log:fixed drawing error by implementing shift using polymorphism. The main problem was rightshift for 'negative' large integers s

[pypy-commit] pypy refactor-call_release_gil: fix for float vs longlong on 32bit

2013-04-10 Thread antocuni
Author: Antonio Cuni Branch: refactor-call_release_gil Changeset: r63198:4d0e47f211ed Date: 2013-04-10 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/4d0e47f211ed/ Log:fix for float vs longlong on 32bit diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhol

[pypy-commit] pypy default: a JIT test for codecs lookup

2013-04-10 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63199:4c7feafa28c3 Date: 2013-04-10 07:50 -0700 http://bitbucket.org/pypy/pypy/changeset/4c7feafa28c3/ Log:a JIT test for codecs lookup diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a

[pypy-commit] pypy default: fix failing c_dup test on windows

2013-04-10 Thread mattip
Author: mattip Branch: Changeset: r63200:1b764ce510d6 Date: 2013-04-10 18:49 +0300 http://bitbucket.org/pypy/pypy/changeset/1b764ce510d6/ Log:fix failing c_dup test on windows diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++

[pypy-commit] pypy py3k: fix failing c_dup test on windows

2013-04-10 Thread mattip
Author: mattip Branch: py3k Changeset: r63201:44c4ed072af2 Date: 2013-04-10 18:49 +0300 http://bitbucket.org/pypy/pypy/changeset/44c4ed072af2/ Log:fix failing c_dup test on windows diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py

[pypy-commit] pypy default: Fix

2013-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r63202:4943ac67b80c Date: 2013-04-10 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/4943ac67b80c/ Log:Fix diff --git a/rpython/translator/c/gcc/instruction.py b/rpython/translator/c/gcc/instruction.py --- a/rpython/translator/c/gcc/instruction.py

[pypy-commit] pypy stdlib-2.7.4: cleanup _subprocess constants, add STILL_ACTIVE

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63203:4436949b7f40 Date: 2013-04-10 14:12 -0400 http://bitbucket.org/pypy/pypy/changeset/4436949b7f40/ Log:cleanup _subprocess constants, add STILL_ACTIVE diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py --- a/lib_pypy/_subp

[pypy-commit] pypy stm-gc-2: in-progress

2013-04-10 Thread arigo
Author: Armin Rigo Branch: stm-gc-2 Changeset: r63204:8a6a4348b8c4 Date: 2013-04-10 20:18 +0200 http://bitbucket.org/pypy/pypy/changeset/8a6a4348b8c4/ Log:in-progress diff --git a/rpython/memory/gc/stmshared.py b/rpython/memory/gc/stmshared.py --- a/rpython/memory/gc/stmshared.py +++ b/rpyth

[pypy-commit] pypy default: merge heads

2013-04-10 Thread bivab
Author: David Schneider Branch: Changeset: r63206:4d9490bdc460 Date: 2013-04-10 21:02 +0200 http://bitbucket.org/pypy/pypy/changeset/4d9490bdc460/ Log:merge heads diff --git a/rpython/translator/c/gcc/instruction.py b/rpython/translator/c/gcc/instruction.py --- a/rpython/translator/c/gcc/i

[pypy-commit] pypy default: port _check_frame_depth_debug for ARM

2013-04-10 Thread bivab
Author: David Schneider Branch: Changeset: r63205:318f2b360814 Date: 2013-04-10 21:01 +0200 http://bitbucket.org/pypy/pypy/changeset/318f2b360814/ Log:port _check_frame_depth_debug for ARM diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpytho

[pypy-commit] pypy default: merge heads

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63208:d809fcb12c77 Date: 2013-04-10 15:54 -0400 http://bitbucket.org/pypy/pypy/changeset/d809fcb12c77/ Log:merge heads diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/pyp

[pypy-commit] pypy default: add reduce/setstate for functools.partial to match cpython, test

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63207:c7692ec6d138 Date: 2013-04-10 15:52 -0400 http://bitbucket.org/pypy/pypy/changeset/c7692ec6d138/ Log:add reduce/setstate for functools.partial to match cpython, test diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_f

[pypy-commit] pypy stdlib-2.7.4: merge default

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63209:861f1f888ff9 Date: 2013-04-10 15:54 -0400 http://bitbucket.org/pypy/pypy/changeset/861f1f888ff9/ Log:merge default diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++ b/lib_pypy/_functools.p

[pypy-commit] pypy stdlib-2.7.4: skip test for ref counting bug

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63210:dd627c7dbe3a Date: 2013-04-10 16:01 -0400 http://bitbucket.org/pypy/pypy/changeset/dd627c7dbe3a/ Log:skip test for ref counting bug diff --git a/lib-python/2.7/test/test_functools.py b/lib-python/2.7/test/test_functools.py --- a/li

[pypy-commit] pypy stdlib-2.7.4: fix new import test for pypy implementation detail

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63211:5ad480c31fe4 Date: 2013-04-10 16:33 -0400 http://bitbucket.org/pypy/pypy/changeset/5ad480c31fe4/ Log:fix new import test for pypy implementation detail diff --git a/lib-python/2.7/test/test_import.py b/lib-python/2.7/test/test_impo

[pypy-commit] pypy default: (fijal, bivab) only store the gcmap in finish if we are returning a REF

2013-04-10 Thread bivab
Author: David Schneider Branch: Changeset: r63212:f41dea88cd33 Date: 2013-04-10 22:47 +0200 http://bitbucket.org/pypy/pypy/changeset/f41dea88cd33/ Log:(fijal, bivab) only store the gcmap in finish if we are returning a REF diff --git a/rpython/jit/backend/arm/opassembler.py b/rpyth

[pypy-commit] pypy default: merge heads

2013-04-10 Thread bivab
Author: David Schneider Branch: Changeset: r63213:994b5a29d2cd Date: 2013-04-10 22:47 +0200 http://bitbucket.org/pypy/pypy/changeset/994b5a29d2cd/ Log:merge heads diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++ b/lib_pypy/_functools.py @@ -20,3

[pypy-commit] pypy stdlib-2.7.4: _io: call close on stream even if flush raises (cpython issue16597)

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63214:ab324b210044 Date: 2013-04-10 18:19 -0400 http://bitbucket.org/pypy/pypy/changeset/ab324b210044/ Log:_io: call close on stream even if flush raises (cpython issue16597) diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/modul

[pypy-commit] pypy stdlib-2.7.4: test and fix for some _sqlite3 behavior changes

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63215:734cac0606a1 Date: 2013-04-10 18:36 -0400 http://bitbucket.org/pypy/pypy/changeset/734cac0606a1/ Log:test and fix for some _sqlite3 behavior changes diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py

[pypy-commit] pypy default: test for string_escape decode errors

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63216:2a1f15301125 Date: 2013-04-10 19:15 -0400 http://bitbucket.org/pypy/pypy/changeset/2a1f15301125/ Log:test for string_escape decode errors diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_codecs.py --- a/pypy

[pypy-commit] pypy stdlib-2.7.4: merge default

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63217:9d7094ca3859 Date: 2013-04-10 19:29 -0400 http://bitbucket.org/pypy/pypy/changeset/9d7094ca3859/ Log:merge default diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_codecs.py --- a/pypy/module/_co

[pypy-commit] pypy stdlib-2.7.4: replace tab

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.4 Changeset: r63218:41e362603c2d Date: 2013-04-10 19:47 -0400 http://bitbucket.org/pypy/pypy/changeset/41e362603c2d/ Log:replace tab diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm

[pypy-commit] pypy default: replace tab

2013-04-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63219:816e4e71734f Date: 2013-04-10 19:47 -0400 http://bitbucket.org/pypy/pypy/changeset/816e4e71734f/ Log:replace tab diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm/assembler.p

[pypy-commit] pypy default: Make test correctly match what we expect

2013-04-10 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63220:948f362bd750 Date: 2013-04-11 04:12 +0200 http://bitbucket.org/pypy/pypy/changeset/948f362bd750/ Log:Make test correctly match what we expect diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_str