[pypy-commit] pypy default: optimize LineBufOut.write to only produce a single underlying write in all cases

2013-02-13 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61227:2a03b3b62fba Date: 2013-02-13 19:04 -0500 http://bitbucket.org/pypy/pypy/changeset/2a03b3b62fba/ Log:optimize LineBufOut.write to only produce a single underlying write in all cases diff --git a/rpython/rlib/streamio.py b/rpython/rlib/s

[pypy-commit] pypy numpy-unify-methods: fix exception formatting

2013-02-13 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61226:207f00864f45 Date: 2013-02-14 00:30 +0200 http://bitbucket.org/pypy/pypy/changeset/207f00864f45/ Log:fix exception formatting diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a/pyp

[pypy-commit] pypy numpy-unify-methods: test, fix raise for int_only

2013-02-13 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61225:4f03e6c73208 Date: 2013-02-14 00:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4f03e6c73208/ Log:test, fix raise for int_only diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a

[pypy-commit] pypy py3k: adapt 96be871fc24b to py3

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61224:7668e24c3f92 Date: 2013-02-13 14:12 -0800 http://bitbucket.org/pypy/pypy/changeset/7668e24c3f92/ Log:adapt 96be871fc24b to py3 diff --git a/lib-python/3.2/test/test_generators.py b/lib-python/3.2/test/test_generators.py --- a/lib-python/3

[pypy-commit] pypy numpy-unify-methods: implement missing ufuncs for integers

2013-02-13 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61220:219bbd8abdcd Date: 2013-02-13 23:28 +0200 http://bitbucket.org/pypy/pypy/changeset/219bbd8abdcd/ Log:implement missing ufuncs for integers diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/mo

[pypy-commit] pypy numpy-unify-methods: test all single-arg utypes on scalars

2013-02-13 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61219:79033551aea0 Date: 2013-02-13 22:58 +0200 http://bitbucket.org/pypy/pypy/changeset/79033551aea0/ Log:test all single-arg utypes on scalars diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_

[pypy-commit] pypy numpy-unify-methods: ensure methods exists on classes

2013-02-13 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61217:75b17b929bb1 Date: 2013-02-13 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/75b17b929bb1/ Log:ensure methods exists on classes ___ pypy-commit mailing list pypy-commit@python.org h

[pypy-commit] pypy numpy-unify-methods: flesh out Bool

2013-02-13 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61222:a7610da341a2 Date: 2013-02-14 00:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a7610da341a2/ Log:flesh out Bool diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.p

[pypy-commit] pypy numpy-unify-methods: test for other base numerical types

2013-02-13 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61221:5af3b14a4653 Date: 2013-02-13 23:55 +0200 http://bitbucket.org/pypy/pypy/changeset/5af3b14a4653/ Log:test for other base numerical types diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_uf

[pypy-commit] pypy numpy-unify-methods: a failing test

2013-02-13 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61218:1db349f824f6 Date: 2013-02-13 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/1db349f824f6/ Log:a failing test diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/mo

[pypy-commit] pypy py3k: merge w/ mjacob's fix

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61215:728170fe29b8 Date: 2013-02-13 13:31 -0800 http://bitbucket.org/pypy/pypy/changeset/728170fe29b8/ Log:merge w/ mjacob's fix diff --git a/lib-python/3.2/test/test_copy.py b/lib-python/3.2/test/test_copy.py --- a/lib-python/3.2/test/test_copy

[pypy-commit] pypy py3k: hg backout 8e728e74ca71

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61214:5ce27d397871 Date: 2013-02-13 22:06 +0100 http://bitbucket.org/pypy/pypy/changeset/5ce27d397871/ Log:hg backout 8e728e74ca71 diff --git a/lib-python/3.2/test/test_copy.py b/lib-python/3.2/test/test_copy.py --- a/lib-python/3.2/test/test_copy

[pypy-commit] pypy default: use gc_collect from test_support

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r61213:96be871fc24b Date: 2013-02-13 13:27 -0800 http://bitbucket.org/pypy/pypy/changeset/96be871fc24b/ Log:use gc_collect from test_support diff --git a/lib-python/2.7/test/test_generators.py b/lib-python/2.7/test/test_generators.py --- a/lib-pytho

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

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61212:7cbe47c4eb6b Date: 2013-02-13 13:24 -0800 http://bitbucket.org/pypy/pypy/changeset/7cbe47c4eb6b/ Log:Merged in mjacob/pypy/py3k (pull request #120) Random py3k fixes diff --git a/lib-python/3.2/test/pickletester.py b/lib-python/3

[pypy-commit] pypy py3k: Port some PyPy-related changes to 3.2's test_socket.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61211:bb99cdea73f6 Date: 2013-02-13 14:37 +0100 http://bitbucket.org/pypy/pypy/changeset/bb99cdea73f6/ Log:Port some PyPy-related changes to 3.2's test_socket. diff --git a/lib-python/3.2/test/test_socket.py b/lib-python/3.2/test/test_socket.py -

[pypy-commit] pypy py3k: Skip test_attribute_name_interning() in 3.2 test suite, too.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61210:975377190519 Date: 2013-02-13 14:17 +0100 http://bitbucket.org/pypy/pypy/changeset/975377190519/ Log:Skip test_attribute_name_interning() in 3.2 test suite, too. diff --git a/lib-python/3.2/test/pickletester.py b/lib-python/3.2/test/picklet

[pypy-commit] pypy py3k: Port implementation-dependent skip to test_mutants in 3.2 test suite.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61209:84e5cc18568c Date: 2013-02-13 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/84e5cc18568c/ Log:Port implementation-dependent skip to test_mutants in 3.2 test suite. diff --git a/lib-python/3.2/test/test_mutants.py b/lib-python

[pypy-commit] pypy py3k: Port another change to test_generators in 3.2 test suite.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61208:cf03320edfe5 Date: 2013-02-13 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cf03320edfe5/ Log:Port another change to test_generators in 3.2 test suite. diff --git a/lib-python/3.2/test/test_generators.py b/lib-python/3.2/test/test_ge

[pypy-commit] pypy py3k: Port some gc.collect()s to test_generators in 3.2 test suite.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61207:242725f91070 Date: 2013-02-13 13:33 +0100 http://bitbucket.org/pypy/pypy/changeset/242725f91070/ Log:Port some gc.collect()s to test_generators in 3.2 test suite. diff --git a/lib-python/3.2/test/test_generators.py b/lib-python/3.2/test/tes

[pypy-commit] pypy py3k: Skip this check in the 3.2 test suite, too.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61206:ef43e3c73141 Date: 2013-02-13 13:19 +0100 http://bitbucket.org/pypy/pypy/changeset/ef43e3c73141/ Log:Skip this check in the 3.2 test suite, too. diff --git a/lib-python/3.2/test/test_dict.py b/lib-python/3.2/test/test_dict.py --- a/lib-pytho

[pypy-commit] pypy py3k: PyPy raises a TypeError here.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61205:2b675b2b2193 Date: 2013-02-13 12:15 +0100 http://bitbucket.org/pypy/pypy/changeset/2b675b2b2193/ Log:PyPy raises a TypeError here. diff --git a/lib-python/3.2/test/test_csv.py b/lib-python/3.2/test/test_csv.py --- a/lib-python/3.2/test/test_

[pypy-commit] pypy py3k: merge upstream

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61202:be9716c1d767 Date: 2013-02-13 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/be9716c1d767/ Log:merge upstream diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler.py --- a/p

[pypy-commit] pypy py3k: Port some changes in test_csv.py from 2.7 to 3.2.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61204:c9147dcf3e21 Date: 2013-02-13 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/c9147dcf3e21/ Log:Port some changes in test_csv.py from 2.7 to 3.2. diff --git a/lib-python/3.2/test/test_csv.py b/lib-python/3.2/test/test_csv.py --- a/lib-p

[pypy-commit] pypy py3k: Comparing reflexive dicts raises RuntimeError on PyPy.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61201:8e728e74ca71 Date: 2013-02-12 17:57 +0100 http://bitbucket.org/pypy/pypy/changeset/8e728e74ca71/ Log:Comparing reflexive dicts raises RuntimeError on PyPy. diff --git a/lib-python/3.2/test/test_copy.py b/lib-python/3.2/test/test_copy.py ---

[pypy-commit] pypy py3k: Fix translation.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61203:2ced77b5acae Date: 2013-02-13 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/2ced77b5acae/ Log:Fix translation. diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.py

[pypy-commit] pypy py3k: Change test_resize_forbidden_non_cpython to work on python 3.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61199:5e51cdf17291 Date: 2013-02-12 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/5e51cdf17291/ Log:Change test_resize_forbidden_non_cpython to work on python 3. diff --git a/lib-python/3.2/test/test_bytes.py b/lib-python/3.2/test/test_byt

[pypy-commit] pypy py3k: Skip test in test_bytes which tests CPython's C API.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61200:831f232a0160 Date: 2013-02-12 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/831f232a0160/ Log:Skip test in test_bytes which tests CPython's C API. diff --git a/lib-python/3.2/test/test_bytes.py b/lib-python/3.2/test/test_bytes.py ---

[pypy-commit] pypy py3k: Port implementation-dependent skips in test_bytes from 2.7 test suite to 3.2.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61198:eb20b02bd057 Date: 2013-02-12 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/eb20b02bd057/ Log:Port implementation-dependent skips in test_bytes from 2.7 test suite to 3.2. diff --git a/lib-python/3.2/test/test_bytes.py b/lib-

[pypy-commit] pypy py3k: Don't check how many warnings are emitted for array.{from, to}string().

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61196:039b56a3d65b Date: 2013-02-12 15:26 +0100 http://bitbucket.org/pypy/pypy/changeset/039b56a3d65b/ Log:Don't check how many warnings are emitted for array.{from,to}string(). diff --git a/lib-python/3.2/test/test_array.py b/lib-python/

[pypy-commit] pypy py3k: Use unicode when formatting array's repr.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61197:78f184ffa771 Date: 2013-02-12 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/78f184ffa771/ Log:Use unicode when formatting array's repr. diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/mod

[pypy-commit] pypy py3k: Fix and test for the array module: accept all objects implementing the buffer interface where previously only bytes were accepted.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61195:4eaf46aa0ce4 Date: 2013-02-12 02:23 +0100 http://bitbucket.org/pypy/pypy/changeset/4eaf46aa0ce4/ Log:Fix and test for the array module: accept all objects implementing the buffer interface where previously only bytes were accepted. d

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

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61194:b456a6001990 Date: 2013-02-13 23:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b456a6001990/ Log:oops diff --git a/rpython/jit/backend/arm/runner.py b/rpython/jit/backend/arm/runner.py --- a/rpython/jit/backend/arm/ru

[pypy-commit] pypy jitframe-on-heap: provide is_float on arm locations

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61193:ed34ec8baf40 Date: 2013-02-13 23:17 +0200 http://bitbucket.org/pypy/pypy/changeset/ed34ec8baf40/ Log:provide is_float on arm locations diff --git a/rpython/jit/backend/arm/locations.py b/rpython/jit/backend/arm/locations.

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

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61192:d42e121a3bce Date: 2013-02-13 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d42e121a3bce/ Log:fix? diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/

[pypy-commit] pypy jitframe-on-heap: We only store 11 registers

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61191:3ad399d9067c Date: 2013-02-13 23:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3ad399d9067c/ Log:We only store 11 registers diff --git a/rpython/jit/backend/arm/arch.py b/rpython/jit/backend/arm/arch.py --- a/rpython/j

[pypy-commit] pypy jitframe-on-heap: we don't use all the other regs

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61190:8f9f3ad92893 Date: 2013-02-13 23:01 +0200 http://bitbucket.org/pypy/pypy/changeset/8f9f3ad92893/ Log:we don't use all the other regs diff --git a/rpython/jit/backend/arm/runner.py b/rpython/jit/backend/arm/runner.py --- a

[pypy-commit] pypy jitframe-on-heap: and another bites the dust

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61189:bcb1498b0dde Date: 2013-02-13 22:36 +0200 http://bitbucket.org/pypy/pypy/changeset/bcb1498b0dde/ Log:and another bites the dust diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py ---

[pypy-commit] pypy py3k: some quick fixes

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61187:bd87e595d506 Date: 2013-02-13 12:21 -0800 http://bitbucket.org/pypy/pypy/changeset/bd87e595d506/ Log:some quick fixes diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py +++ b/lib_pypy/_ctypes

[pypy-commit] pypy py3k: dbm.py -> _gdbm.py

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61188:38bdcc0d014a Date: 2013-02-13 12:22 -0800 http://bitbucket.org/pypy/pypy/changeset/38bdcc0d014a/ Log:dbm.py -> _gdbm.py diff --git a/lib_pypy/dbm.py b/lib_pypy/_gdbm.py rename from lib_pypy/dbm.py rename to lib_pypy/_gdbm.py __

[pypy-commit] pypy py3k: adapt our 2.7 ctypes workarounds

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61186:870d536b68cc Date: 2013-02-13 12:14 -0800 http://bitbucket.org/pypy/pypy/changeset/870d536b68cc/ Log:adapt our 2.7 ctypes workarounds diff --git a/lib-python/3.2/ctypes/test/__init__.py b/lib-python/3.2/ctypes/test/__init__.py --- a/lib-p

[pypy-commit] pypy py3k: workaround lack of sys.getrefcount

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61184:e291f08cf01b Date: 2013-02-13 12:12 -0800 http://bitbucket.org/pypy/pypy/changeset/e291f08cf01b/ Log:workaround lack of sys.getrefcount diff --git a/lib-python/3.2/test/test_memoryview.py b/lib-python/3.2/test/test_memoryview.py --- a/lib

[pypy-commit] pypy py3k: update _ctypes_test.c to 3.2

2013-02-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61185:963663b9ae4a Date: 2013-02-13 12:12 -0800 http://bitbucket.org/pypy/pypy/changeset/963663b9ae4a/ Log:update _ctypes_test.c to 3.2 diff --git a/lib_pypy/_ctypes_test.c b/lib_pypy/_ctypes_test.c --- a/lib_pypy/_ctypes_test.c +++ b/lib_pypy/_

[pypy-commit] pypy jitframe-on-heap: kill more duplication

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61183:71edf3e0a14f Date: 2013-02-13 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/71edf3e0a14f/ Log:kill more duplication diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpy

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

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61182:f8277f4b139d Date: 2013-02-13 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f8277f4b139d/ Log:fix fix fix diff --git a/rpython/jit/backend/arm/arch.py b/rpython/jit/backend/arm/arch.py --- a/rpython/jit/backend/arm/

[pypy-commit] pypy jitframe-on-heap: this field does not go on parent

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61180:bda3f3563773 Date: 2013-02-13 20:21 +0200 http://bitbucket.org/pypy/pypy/changeset/bda3f3563773/ Log:this field does not go on parent diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembl

[pypy-commit] pypy jitframe-on-heap: Kill two copies of the same code for make_execute_token

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61179:33f35592a600 Date: 2013-02-13 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/33f35592a600/ Log:Kill two copies of the same code for make_execute_token diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/

[pypy-commit] pypy jitframe-on-heap: move two copies of slightly different code into one place

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61178:9ea48f1df7ad Date: 2013-02-13 20:09 +0200 http://bitbucket.org/pypy/pypy/changeset/9ea48f1df7ad/ Log:move two copies of slightly different code into one place diff --git a/rpython/jit/backend/arm/locations.py b/rpython/ji

[pypy-commit] pypy jitframe-on-heap: skip those tests for now

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61177:bb1b80dd503b Date: 2013-02-13 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/bb1b80dd503b/ Log:skip those tests for now diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_ru

[pypy-commit] pypy jitframe-on-heap: small fixes

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61176:4085f406efb4 Date: 2013-02-13 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/4085f406efb4/ Log:small fixes diff --git a/rpython/jit/backend/arm/regalloc.py b/rpython/jit/backend/arm/regalloc.py --- a/rpython/jit/bac

[pypy-commit] cffi default: Bah, seems Yet Another ctypes limitation of PyPy. Don't fully care :-/

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1157:43c968f23b02 Date: 2013-02-13 12:32 +0100 http://bitbucket.org/cffi/cffi/changeset/43c968f23b02/ Log:Bah, seems Yet Another ctypes limitation of PyPy. Don't fully care :-/ diff --git a/testing/test_function.py b/testing/test_function.py --

[pypy-commit] pypy default: revert this _io change, not worth differing from cpython

2013-02-13 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61175:0fa3dc324460 Date: 2013-02-13 06:22 -0500 http://bitbucket.org/pypy/pypy/changeset/0fa3dc324460/ Log:revert this _io change, not worth differing from cpython diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio

[pypy-commit] pypy default: tweak

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61173:a3e07b691eae Date: 2013-02-13 12:25 +0100 http://bitbucket.org/pypy/pypy/changeset/a3e07b691eae/ Log:tweak diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy/module/_cffi_backend/ctypeptr.py +++

[pypy-commit] pypy default: Compatibility

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61174:dee788c3bc7b Date: 2013-02-13 12:29 +0100 http://bitbucket.org/pypy/pypy/changeset/dee788c3bc7b/ Log:Compatibility diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newtype.py --- a/pypy/module/_cffi_backend/newtype.p

[pypy-commit] cffi default: Another test that version number matches.

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1156:66926e0d11ca Date: 2013-02-13 12:16 +0100 http://bitbucket.org/cffi/cffi/changeset/66926e0d11ca/ Log:Another test that version number matches. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -4,7 +4,7 @@ sys.path

[pypy-commit] pypy default: Update the version number.

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61172:281597744e2a Date: 2013-02-13 12:17 +0100 http://bitbucket.org/pypy/pypy/changeset/281597744e2a/ Log:Update the version number. diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_ba

[pypy-commit] pypy default: Add a realpath() here to support symlinks to "rpython".

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61171:193acd48ceee Date: 2013-02-13 11:35 +0100 http://bitbucket.org/pypy/pypy/changeset/193acd48ceee/ Log:Add a realpath() here to support symlinks to "rpython". diff --git a/rpython/bin/rpython b/rpython/bin/rpython --- a/rpython/bin/rpython +++ b/rp

[pypy-commit] pypy default: Translation fix on 64-bits

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61170:4de14e41742f Date: 2013-02-13 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/4de14e41742f/ Log:Translation fix on 64-bits diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newtype.py --- a/pypy/module/_cffi_back

[pypy-commit] pypy default: merge heads

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61169:594758a6ff8b Date: 2013-02-13 11:26 +0100 http://bitbucket.org/pypy/pypy/changeset/594758a6ff8b/ Log:merge heads diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/conftest.py @@ -272,7 +272

[pypy-commit] pypy default: Support cffi's "enum-as-int" branch

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61168:3d9c73dd0f46 Date: 2013-02-13 11:26 +0100 http://bitbucket.org/pypy/pypy/changeset/3d9c73dd0f46/ Log:Support cffi's "enum-as-int" branch diff --git a/pypy/module/_cffi_backend/ctypeenum.py b/pypy/module/_cffi_backend/ctypeenum.py --- a/pypy/modu

[pypy-commit] pypy default: Add a passing test about str(r_uint(..)) in RPython.

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61167:32bc19b1826c Date: 2013-02-13 11:15 +0100 http://bitbucket.org/pypy/pypy/changeset/32bc19b1826c/ Log:Add a passing test about str(r_uint(..)) in RPython. diff --git a/rpython/rtyper/test/test_rint.py b/rpython/rtyper/test/test_rint.py --- a/rpyth

[pypy-commit] pypy default: Support cffi's "auto-types" branch

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61165:22420672392e Date: 2013-02-13 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/22420672392e/ Log:Support cffi's "auto-types" branch diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy/module/

[pypy-commit] pypy default: Add most_pos_value_of(), similar to most_neg_value_of().

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61166:4958d1d8d8d9 Date: 2013-02-13 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/4958d1d8d8d9/ Log:Add most_pos_value_of(), similar to most_neg_value_of(). diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rli

[pypy-commit] pypy default: Support cffi's "slicing" branch

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r61164:78787a1a14be Date: 2013-02-13 10:24 +0100 http://bitbucket.org/pypy/pypy/changeset/78787a1a14be/ Log:Support cffi's "slicing" branch diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cf

[pypy-commit] cffi default: Support the PyPy error message here

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1155:5de8873f4eb6 Date: 2013-02-13 11:24 +0100 http://bitbucket.org/cffi/cffi/changeset/5de8873f4eb6/ Log:Support the PyPy error message here diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1322,7 +1322,8 @@ p = newp

[pypy-commit] cffi default: Remove the debugging print

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1154:078d2278e663 Date: 2013-02-13 10:00 +0100 http://bitbucket.org/cffi/cffi/changeset/078d2278e663/ Log:Remove the debugging print diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -102,7 +102,6 @@

[pypy-commit] cffi default: test and fix

2013-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1153:94d3a3cf5895 Date: 2013-02-13 09:46 +0100 http://bitbucket.org/cffi/cffi/changeset/94d3a3cf5895/ Log:test and fix diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1730,9 +1730,9 @@

[pypy-commit] pypy default: a test and fix for a problem induced by the _io changes

2013-02-13 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61163:5304bc773a43 Date: 2013-02-13 03:38 -0500 http://bitbucket.org/pypy/pypy/changeset/5304bc773a43/ Log:a test and fix for a problem induced by the _io changes diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.