[pypy-commit] pypy py3k: apply workaround from 2.7

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61400:8207e13f2d5e Date: 2013-02-17 22:24 -0800 http://bitbucket.org/pypy/pypy/changeset/8207e13f2d5e/ Log:apply workaround from 2.7 diff --git a/lib-python/3.2/trace.py b/lib-python/3.2/trace.py --- a/lib-python/3.2/trace.py +++ b/lib-python/3.

[pypy-commit] pypy py3k: this now passes

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61399:4d0ba925ec33 Date: 2013-02-17 22:23 -0800 http://bitbucket.org/pypy/pypy/changeset/4d0ba925ec33/ Log:this now passes diff --git a/lib-python/3.2/ctypes/test/test_stringptr.py b/lib-python/3.2/ctypes/test/test_stringptr.py --- a/lib-python

[pypy-commit] pypy default: add a jitdriver for space.contains, fixes issue1327

2013-02-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61398:7a0d27055cb4 Date: 2013-02-18 01:14 -0500 http://bitbucket.org/pypy/pypy/changeset/7a0d27055cb4/ Log:add a jitdriver for space.contains, fixes issue1327 diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/o

[pypy-commit] pypy py3k: really 2to3 this

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61397:f0ad6a84aee7 Date: 2013-02-17 20:21 -0800 http://bitbucket.org/pypy/pypy/changeset/f0ad6a84aee7/ Log:really 2to3 this diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py --- a/pypy/module/__pyp

[pypy-commit] pypy py3k: fix test_syslog

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61396:024efa6277ff Date: 2013-02-17 20:21 -0800 http://bitbucket.org/pypy/pypy/changeset/024efa6277ff/ Log:fix test_syslog diff --git a/lib_pypy/syslog.py b/lib_pypy/syslog.py --- a/lib_pypy/syslog.py +++ b/lib_pypy/syslog.py @@ -56,6 +56,11 @@

[pypy-commit] pypy py3k: fix test_dbm/dbm_ndbm

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61395:9b0d6cfc3e39 Date: 2013-02-17 19:56 -0800 http://bitbucket.org/pypy/pypy/changeset/9b0d6cfc3e39/ Log:fix test_dbm/dbm_ndbm diff --git a/lib_pypy/_dbm.py b/lib_pypy/_dbm.py --- a/lib_pypy/_dbm.py +++ b/lib_pypy/_dbm.py @@ -1,8 +1,9 @@ -from

[pypy-commit] pypy py3k: our dbm is more of the ndbm flavor not gdbm

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61394:ef1318b6b1bc Date: 2013-02-17 19:48 -0800 http://bitbucket.org/pypy/pypy/changeset/ef1318b6b1bc/ Log:our dbm is more of the ndbm flavor not gdbm diff --git a/lib_pypy/_gdbm.py b/lib_pypy/_dbm.py rename from lib_pypy/_gdbm.py rename to lib_

[pypy-commit] pypy default: these imports are still needed

2013-02-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61393:dcf647ddffef Date: 2013-02-17 19:17 -0500 http://bitbucket.org/pypy/pypy/changeset/dcf647ddffef/ Log:these imports are still needed diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py --- a/rpython/rtyper/llinterp.py +++ b/rpyt

[pypy-commit] pypy default: add a fast path to this check

2013-02-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61392:d1488e476367 Date: 2013-02-17 18:56 -0500 http://bitbucket.org/pypy/pypy/changeset/d1488e476367/ Log:add a fast path to this check diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy default: believe this test_rarithmetic approach should work (but doesn't)

2013-02-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61389:39ef0a70c0e6 Date: 2013-02-18 00:44 +0100 http://bitbucket.org/pypy/pypy/changeset/39ef0a70c0e6/ Log:believe this test_rarithmetic approach should work (but doesn't) diff --git a/rpython/rlib/test/test_rarithmetic.py b/rpython/rlib/test/test_r

[pypy-commit] pypy py3k: backout 2fb15b5200b6, this breaks things

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61388:43790fe331be Date: 2013-02-17 14:54 -0800 http://bitbucket.org/pypy/pypy/changeset/43790fe331be/ Log:backout 2fb15b5200b6, this breaks things diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/a

[pypy-commit] pypy py3k: simplify

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61387:57a1886270d2 Date: 2013-02-17 14:13 -0800 http://bitbucket.org/pypy/pypy/changeset/57a1886270d2/ Log:simplify diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject.py +++ b/pyp

[pypy-commit] pypy py3k: merge upstream

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61386:1a3dce362e2e Date: 2013-02-17 14:09 -0800 http://bitbucket.org/pypy/pypy/changeset/1a3dce362e2e/ Log:merge upstream diff --git a/lib-python/3.2/ctypes/test/test_arrays.py b/lib-python/3.2/ctypes/test/test_arrays.py --- a/lib-python/3.2/ct

[pypy-commit] pypy py3k: fix __module__ on many _io types

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61385:1a37ab162374 Date: 2013-02-17 13:05 -0800 http://bitbucket.org/pypy/pypy/changeset/1a37ab162374/ Log:fix __module__ on many _io types diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/modu

[pypy-commit] pypy py3k: Merged in mjacob/pypy/py3k (pull request #121)

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61384:3e3e5f7a72a9 Date: 2013-02-17 14:07 -0800 http://bitbucket.org/pypy/pypy/changeset/3e3e5f7a72a9/ Log:Merged in mjacob/pypy/py3k (pull request #121) Random py3k fixes #2 diff --git a/lib-python/3.2/ctypes/test/test_arrays.py b/lib

[pypy-commit] pypy py3k: hg backout 1ae411871353

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61381:92847c29c6a7 Date: 2013-02-17 22:30 +0100 http://bitbucket.org/pypy/pypy/changeset/92847c29c6a7/ Log:hg backout 1ae411871353 diff --git a/lib-python/3.2/test/test_functools.py b/lib-python/3.2/test/test_functools.py --- a/lib-python/3.2/tes

[pypy-commit] pypy py3k: hg backout ce51a8cf30f4

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61379:b1b930ca4d4f Date: 2013-02-17 19:23 +0100 http://bitbucket.org/pypy/pypy/changeset/b1b930ca4d4f/ Log:hg backout ce51a8cf30f4 diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py +++ b/lib_pypy/_c

[pypy-commit] pypy py3k: Remove these comments.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61383:ede09f55217f Date: 2013-02-17 22:49 +0100 http://bitbucket.org/pypy/pypy/changeset/ede09f55217f/ Log:Remove these comments. diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject.

[pypy-commit] pypy py3k: Fix these tests to use the new API for _rawffi char Arrays.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61377:976cb0174d70 Date: 2013-02-17 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/976cb0174d70/ Log:Fix these tests to use the new API for _rawffi char Arrays. diff --git a/pypy/module/_rawffi/test/test_nested.py b/pypy/module/_rawffi/test

[pypy-commit] pypy py3k: Use builtinify() instead.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61382:f337b3bbb4be Date: 2013-02-17 22:33 +0100 http://bitbucket.org/pypy/pypy/changeset/f337b3bbb4be/ Log:Use builtinify() instead. diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++ b/lib_pypy/_functool

[pypy-commit] pypy py3k: Change API for _rawffi Arrays of type 'c': accept and return one-byte strings, like in default.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61376:df47657149c2 Date: 2013-02-17 16:59 +0100 http://bitbucket.org/pypy/pypy/changeset/df47657149c2/ Log:Change API for _rawffi Arrays of type 'c': accept and return one- byte strings, like in default. diff --git a/pypy/module/_rawffi/in

[pypy-commit] pypy py3k: Fix/simplify Array type creation.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61380:5674074df77e Date: 2013-02-17 21:00 +0100 http://bitbucket.org/pypy/pypy/changeset/5674074df77e/ Log:Fix/simplify Array type creation. diff --git a/lib-python/3.2/ctypes/test/test_arrays.py b/lib-python/3.2/ctypes/test/test_arrays.py --- a/

[pypy-commit] pypy py3k: Revert some changes in this test: __getitem__ on _rawffi char arrays is supposed to return one-byte strings instead of integers.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61375:252004d8094b Date: 2013-02-17 15:43 +0100 http://bitbucket.org/pypy/pypy/changeset/252004d8094b/ Log:Revert some changes in this test: __getitem__ on _rawffi char arrays is supposed to return one-byte strings instead of integers. dif

[pypy-commit] pypy py3k: Also accept integers but return one-byte strings.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61378:dca1c3574ab8 Date: 2013-02-17 18:51 +0100 http://bitbucket.org/pypy/pypy/changeset/dca1c3574ab8/ Log:Also accept integers but return one-byte strings. diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py

[pypy-commit] pypy py3k: Work around BytecodeCorruption exception.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61374:32478fc9726f Date: 2013-02-17 14:48 +0100 http://bitbucket.org/pypy/pypy/changeset/32478fc9726f/ Log:Work around BytecodeCorruption exception. diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py

[pypy-commit] pypy py3k: 2to3

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61373:4da3c416a10c Date: 2013-02-17 14:46 +0100 http://bitbucket.org/pypy/pypy/changeset/4da3c416a10c/ Log:2to3 diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py --- a/pypy/module/_rawffi/test/test__

[pypy-commit] pypy py3k: Ensure that repr() is the same as str().

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61370:858eded385ad Date: 2013-02-16 23:58 +0100 http://bitbucket.org/pypy/pypy/changeset/858eded385ad/ Log:Ensure that repr() is the same as str(). diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspac

[pypy-commit] pypy py3k: Fix slicing.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61372:ce51a8cf30f4 Date: 2013-02-17 03:34 +0100 http://bitbucket.org/pypy/pypy/changeset/ce51a8cf30f4/ Log:Fix slicing. diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py +++ b/lib_pypy/_ctypes/array

[pypy-commit] pypy py3k: Add another gc.collect() in test_tempfile.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61368:33195eac3e1c Date: 2013-02-16 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/33195eac3e1c/ Log:Add another gc.collect() in test_tempfile. diff --git a/lib-python/3.2/test/test_tempfile.py b/lib-python/3.2/test/test_tempfile.py --- a/l

[pypy-commit] pypy py3k: Raise ArgumentError here again.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61371:effcd581dd9e Date: 2013-02-17 03:27 +0100 http://bitbucket.org/pypy/pypy/changeset/effcd581dd9e/ Log:Raise ArgumentError here again. diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py

[pypy-commit] pypy py3k: Raise the right error if int() is called with a base that doesn't fit into the machine's long int type.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61366:a8df5c23b131 Date: 2013-02-16 18:52 +0100 http://bitbucket.org/pypy/pypy/changeset/a8df5c23b131/ Log:Raise the right error if int() is called with a base that doesn't fit into the machine's long int type. diff --git a/pypy/objspace/s

[pypy-commit] pypy py3k: Don't test for hash randomization on PyPy.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61369:b507401b531e Date: 2013-02-16 23:33 +0100 http://bitbucket.org/pypy/pypy/changeset/b507401b531e/ Log:Don't test for hash randomization on PyPy. diff --git a/lib-python/3.2/test/test_cmd_line.py b/lib-python/3.2/test/test_cmd_line.py --- a/l

[pypy-commit] pypy py3k: Port gc.collect()s from 2.7's test_tempfile.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61367:68ca8b45806c Date: 2013-02-16 19:06 +0100 http://bitbucket.org/pypy/pypy/changeset/68ca8b45806c/ Log:Port gc.collect()s from 2.7's test_tempfile. diff --git a/lib-python/3.2/test/test_tempfile.py b/lib-python/3.2/test/test_tempfile.py --- a

[pypy-commit] pypy py3k: Fix TestPartial.test_repr().

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61364:90dd1dec9cba Date: 2013-02-16 17:55 +0100 http://bitbucket.org/pypy/pypy/changeset/90dd1dec9cba/ Log:Fix TestPartial.test_repr(). diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++ b/lib_pypy/_funct

[pypy-commit] pypy py3k: Print a better error message when too many positional arguments are given.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61365:2fb15b5200b6 Date: 2013-02-16 18:34 +0100 http://bitbucket.org/pypy/pypy/changeset/2fb15b5200b6/ Log:Print a better error message when too many positional arguments are given. diff --git a/pypy/interpreter/argument.py b/pypy/interpre

[pypy-commit] pypy py3k: Add a gc.collect() here (ported from 2.7's test_functools).

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61363:2ede4cf3b933 Date: 2013-02-16 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2ede4cf3b933/ Log:Add a gc.collect() here (ported from 2.7's test_functools). diff --git a/lib-python/3.2/test/test_functools.py b/lib-python/3.2/test/test_f

[pypy-commit] pypy py3k: Use equality operator instead of is operator.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61362:c704dff6ddfa Date: 2013-02-16 17:34 +0100 http://bitbucket.org/pypy/pypy/changeset/c704dff6ddfa/ Log:Use equality operator instead of is operator. diff --git a/lib-python/3.2/test/test_functools.py b/lib-python/3.2/test/test_functools.py --

[pypy-commit] pypy py3k: Oops.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61361:25627d9b6ee4 Date: 2013-02-16 17:29 +0100 http://bitbucket.org/pypy/pypy/changeset/25627d9b6ee4/ Log:Oops. diff --git a/lib-python/3.2/test/test_functools.py b/lib-python/3.2/test/test_functools.py --- a/lib-python/3.2/test/test_functools.p

[pypy-commit] pypy py3k: Prevent functools.reduce from binding to TestReduce class.

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61359:1ae411871353 Date: 2013-02-16 17:23 +0100 http://bitbucket.org/pypy/pypy/changeset/1ae411871353/ Log:Prevent functools.reduce from binding to TestReduce class. diff --git a/lib-python/3.2/test/test_functools.py b/lib-python/3.2/test/test_fu

[pypy-commit] pypy py3k: Skip these checks (ported from 2.7's test_functools).

2013-02-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61360:2aa29a87191b Date: 2013-02-16 17:25 +0100 http://bitbucket.org/pypy/pypy/changeset/2aa29a87191b/ Log:Skip these checks (ported from 2.7's test_functools). diff --git a/lib-python/3.2/test/test_functools.py b/lib-python/3.2/test/test_functoo

[pypy-commit] pypy py3k: alphabetize

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61357:f5639c619280 Date: 2013-02-17 12:30 -0800 http://bitbucket.org/pypy/pypy/changeset/f5639c619280/ Log:alphabetize diff --git a/pypy/module/exceptions/__init__.py b/pypy/module/exceptions/__init__.py --- a/pypy/module/exceptions/__init__.py

[pypy-commit] pypy py3k: default ResourceWarning to ignore

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61358:a5aff3a56265 Date: 2013-02-17 12:30 -0800 http://bitbucket.org/pypy/pypy/changeset/a5aff3a56265/ Log:default ResourceWarning to ignore diff --git a/pypy/module/_warnings/interp_warnings.py b/pypy/module/_warnings/interp_warnings.py --- a/

[pypy-commit] pypy py3k: normalize filesystemencoding

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61356:53e06c688aa3 Date: 2013-02-17 12:27 -0800 http://bitbucket.org/pypy/pypy/changeset/53e06c688aa3/ Log:normalize filesystemencoding diff --git a/pypy/module/sys/interp_encoding.py b/pypy/module/sys/interp_encoding.py --- a/pypy/module/sys/i

[pypy-commit] pypy py3k: 2to3

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61354:4fd8ae7b9746 Date: 2013-02-17 11:23 -0800 http://bitbucket.org/pypy/pypy/changeset/4fd8ae7b9746/ Log:2to3 diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py --- a/pypy/module/__pypy__/test/tes

[pypy-commit] pypy py3k: ensure stderr's initialized before printing to it. this isn't easy to test

2013-02-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61355:4952d201e6a0 Date: 2013-02-17 11:24 -0800 http://bitbucket.org/pypy/pypy/changeset/4952d201e6a0/ Log:ensure stderr's initialized before printing to it. this isn't easy to test diff --git a/pypy/interpreter/app_main.py b/pypy/interp

[pypy-commit] pypy default: dead import removal + pep8

2013-02-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61353:c6db23ce709e Date: 2013-02-17 10:52 -0800 http://bitbucket.org/pypy/pypy/changeset/c6db23ce709e/ Log:dead import removal + pep8 diff --git a/rpython/rtyper/rint.py b/rpython/rtyper/rint.py --- a/rpython/rtyper/rint.py +++ b/rpython/rtyper/rint.p

[pypy-commit] pypy jitframe-on-heap: no JMP_i, fine

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61352:55ad9d09f1b1 Date: 2013-02-17 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/55ad9d09f1b1/ Log:no JMP_i, fine diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/ji

[pypy-commit] pypy jitframe-on-heap: oops

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61351:a2a74b48aac6 Date: 2013-02-17 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/a2a74b48aac6/ Log:oops diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/

[pypy-commit] pypy jitframe-on-heap: ARM support, IN-PROGRESS (not working)

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61349:376b0fcc2a80 Date: 2013-02-17 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/376b0fcc2a80/ Log:ARM support, IN-PROGRESS (not working) diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assem

[pypy-commit] pypy jitframe-on-heap: fix?

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61348:6c83318fbde8 Date: 2013-02-17 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/6c83318fbde8/ Log:fix? diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/

[pypy-commit] lang-js default: updated imports from pypy to rpython

2013-02-17 Thread stepahn
Author: Stephan Branch: Changeset: r355:09ec22ba4517 Date: 2013-02-17 15:29 +0100 http://bitbucket.org/pypy/lang-js/changeset/09ec22ba4517/ Log:updated imports from pypy to rpython diff --git a/js/astbuilder.py b/js/astbuilder.py --- a/js/astbuilder.py +++ b/js/astbuilder.py @@ -1,6 +1,6 @@

[pypy-commit] lang-js default: deleted unused file

2013-02-17 Thread stepahn
Author: Stephan Branch: Changeset: r354:9ebc5003814d Date: 2013-02-17 15:29 +0100 http://bitbucket.org/pypy/lang-js/changeset/9ebc5003814d/ Log:deleted unused file diff --git a/js/newparser.py b/js/newparser.py deleted file mode 100644 --- a/js/newparser.py +++ /dev/null @@ -1,95 +0,0 @@ -f

[pypy-commit] pypy jitframe-on-heap: fix

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61347:d384b9fd7cff Date: 2013-02-17 15:44 +0200 http://bitbucket.org/pypy/pypy/changeset/d384b9fd7cff/ Log:fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyji

[pypy-commit] pypy jitframe-on-heap: unskip those tests

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61346:53c1547352e3 Date: 2013-02-17 15:06 +0200 http://bitbucket.org/pypy/pypy/changeset/53c1547352e3/ Log:unskip those tests diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_runner.p

[pypy-commit] pypy jitframe-on-heap: fix (I should refactor it actually)

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61345:bf07804d5c75 Date: 2013-02-17 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/bf07804d5c75/ Log:fix (I should refactor it actually) diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opasse

[pypy-commit] pypy jitframe-on-heap: maybe it's not such a bad idea to just waste a word and have simplified logic

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61344:175ce157b84b Date: 2013-02-17 14:58 +0200 http://bitbucket.org/pypy/pypy/changeset/175ce157b84b/ Log:maybe it's not such a bad idea to just waste a word and have simplified logic diff --git a/rpython/jit/backend/ar

[pypy-commit] pypy jitframe-on-heap: fix import

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61343:4ae329d875a7 Date: 2013-02-17 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/4ae329d875a7/ Log:fix import diff --git a/rpython/jit/backend/x86/test/test_recompilation.py b/rpython/jit/backend/x86/test/test_recompila