[pypy-commit] cffi default: Give up trying to reuse one of CPython's buffer or memoryview classes.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1015:f93cc8e8f97b Date: 2012-10-29 08:58 +0100 http://bitbucket.org/cffi/cffi/changeset/f93cc8e8f97b/ Log:Give up trying to reuse one of CPython's buffer or memoryview classes. Write our own simple class. diff --git a/c/_cffi_backend.c b/c/_cff

[pypy-commit] cffi default: Fix the tests and kill support in the ctypes backend.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1017:f5ee4b029afc Date: 2012-10-29 09:17 +0100 http://bitbucket.org/cffi/cffi/changeset/f5ee4b029afc/ Log:Fix the tests and kill support in the ctypes backend. diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi/backend_ctypes.py ++

[pypy-commit] cffi default: Fix the documentation.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1016:81e1b38d5e2f Date: 2012-10-29 09:14 +0100 http://bitbucket.org/cffi/cffi/changeset/81e1b38d5e2f/ Log:Fix the documentation. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -208,8 +208,13 @@ def buffer(self, cdata

[pypy-commit] cffi default: Giving a TypeError doesn't make much sense here, even though

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1018:15e763a4ae27 Date: 2012-10-29 09:29 +0100 http://bitbucket.org/cffi/cffi/changeset/15e763a4ae27/ Log:Giving a TypeError doesn't make much sense here, even though CPython's buffer type does it. diff --git a/c/minibuffer.h b/c/minibuffer.h -

[pypy-commit] pypy default: Test and fix.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58555:e2b412fbfe09 Date: 2012-10-29 09:34 +0100 http://bitbucket.org/pypy/pypy/changeset/e2b412fbfe09/ Log:Test and fix. diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer.py +++ b/pypy/interpreter/buffer

[pypy-commit] pypy default: merge heads

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58557:3c48814f0da0 Date: 2012-10-29 09:36 +0100 http://bitbucket.org/pypy/pypy/changeset/3c48814f0da0/ Log:merge heads diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micronumpy/interp_box

[pypy-commit] pypy default: Update to cffi/15e763a4ae27.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58556:410126277756 Date: 2012-10-29 09:35 +0100 http://bitbucket.org/pypy/pypy/changeset/410126277756/ Log:Update to cffi/15e763a4ae27. diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backend/cbuffer.py --- a/pypy/module/_cffi_ba

[pypy-commit] pypy default: Add a sanity check and fix test_ztranslation.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58558:3397c6918695 Date: 2012-10-29 10:10 +0100 http://bitbucket.org/pypy/pypy/changeset/3397c6918695/ Log:Add a sanity check and fix test_ztranslation. diff --git a/pypy/jit/metainterp/optimizeopt/rewrite.py b/pypy/jit/metainterp/optimizeopt/rewrite.

[pypy-commit] pypy default: Fix.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58559:c792e6da2776 Date: 2012-10-29 10:40 +0100 http://bitbucket.org/pypy/pypy/changeset/c792e6da2776/ Log:Fix. diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/interp_bz2.py +++ b/pypy/module/bz2/interp_

[pypy-commit] pypy default: Fix tests for missing 'itertools'.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58561:5bdab3fa8259 Date: 2012-10-29 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/5bdab3fa8259/ Log:Fix tests for missing 'itertools'. diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy/module/imp/test/te

[pypy-commit] pypy default: Fix more tests for missing 'itertools'.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58562:d7af40d03ed2 Date: 2012-10-29 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/d7af40d03ed2/ Log:Fix more tests for missing 'itertools'. diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing/test/te

[pypy-commit] pypy default: Fix more tests for missing 'itertools'.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58563:7c0e54a3362d Date: 2012-10-29 10:58 +0100 http://bitbucket.org/pypy/pypy/changeset/7c0e54a3362d/ Log:Fix more tests for missing 'itertools'. diff --git a/pypy/module/math/test/test_math.py b/pypy/module/math/test/test_math.py --- a/pypy/module/m

[pypy-commit] pypy default: Don't import 'collections' but only '_abcoll' from here.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58565:51bf893b4bd6 Date: 2012-10-29 11:06 +0100 http://bitbucket.org/pypy/pypy/changeset/51bf893b4bd6/ Log:Don't import 'collections' but only '_abcoll' from here. collections requires itertools. diff --git a/pypy/module/cpyext/dictobject.py b/

[pypy-commit] pypy default: Fix more tests for missing 'itertools'.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58564:586aaab171d6 Date: 2012-10-29 11:00 +0100 http://bitbucket.org/pypy/pypy/changeset/586aaab171d6/ Log:Fix more tests for missing 'itertools'. diff --git a/pypy/module/cpyext/test/test_import.py b/pypy/module/cpyext/test/test_import.py --- a/pypy/

[pypy-commit] pypy default: promote lengths of strides and backstrides

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58566:ccaadf8a5225 Date: 2012-10-29 11:19 +0100 http://bitbucket.org/pypy/pypy/changeset/ccaadf8a5225/ Log:promote lengths of strides and backstrides diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/

[pypy-commit] pypy default: merge

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58567:ff663b39bd39 Date: 2012-10-29 11:20 +0100 http://bitbucket.org/pypy/pypy/changeset/ff663b39bd39/ Log:merge diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer.py +++ b/pypy/interpreter/buffer

[pypy-commit] pypy default: one more

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58568:fcb8710020e8 Date: 2012-10-29 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/fcb8710020e8/ Log:one more diff --git a/pypy/module/test_lib_pypy/test_itertools.py b/pypy/module/test_lib_pypy/test_itertools.py --- a/pypy/module/test_lib_pypy/

[pypy-commit] pypy default: Don't import 'collections' but only '_collections' or '_abcoll' from

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58570:a049983c8899 Date: 2012-10-29 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/a049983c8899/ Log:Don't import 'collections' but only '_collections' or '_abcoll' from here. 'collections' imports the world, including itertools. diff --g

[pypy-commit] pypy default: one more

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58569:09e65ed74e5b Date: 2012-10-29 11:10 +0100 http://bitbucket.org/pypy/pypy/changeset/09e65ed74e5b/ Log:one more diff --git a/pypy/module/test_lib_pypy/test_pwd.py b/pypy/module/test_lib_pypy/test_pwd.py --- a/pypy/module/test_lib_pypy/test_pwd.py

[pypy-commit] pypy default: two more

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58571:62db5979c4e9 Date: 2012-10-29 11:16 +0100 http://bitbucket.org/pypy/pypy/changeset/62db5979c4e9/ Log:two more diff --git a/pypy/module/zipimport/test/test_undocumented.py b/pypy/module/zipimport/test/test_undocumented.py --- a/pypy/module/zipimp

[pypy-commit] pypy default: merge heads

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58573:c261cc22232d Date: 2012-10-29 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/c261cc22232d/ Log:merge heads diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py --- a/pypy/module/micronump

[pypy-commit] pypy default: Move the test to an "expected" place and don't import 'collections' at

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58572:ad81d0ddcc48 Date: 2012-10-29 11:31 +0100 http://bitbucket.org/pypy/pypy/changeset/ad81d0ddcc48/ Log:Move the test to an "expected" place and don't import 'collections' at app-level. diff --git a/pypy/objspace/std/test/test_methodcache.py

[pypy-commit] pypy missing-ndarray-attributes: byteswap on floats

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r58574:791ffe776736 Date: 2012-10-29 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/791ffe776736/ Log:byteswap on floats diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic

[pypy-commit] pypy missing-ndarray-attributes: improve singlefloat byteswap

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r58576:49ce76217456 Date: 2012-10-29 12:03 +0100 http://bitbucket.org/pypy/pypy/changeset/49ce76217456/ Log:improve singlefloat byteswap diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/r

[pypy-commit] pypy missing-ndarray-attributes: implement non-native floats

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r58577:2c7822df923e Date: 2012-10-29 12:03 +0100 http://bitbucket.org/pypy/pypy/changeset/2c7822df923e/ Log:implement non-native floats diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/in

[pypy-commit] pypy missing-ndarray-attributes: implement byteswap

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r58578:864533f972b6 Date: 2012-10-29 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/864533f972b6/ Log:implement byteswap diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.p

[pypy-commit] pypy default: shape agreement is unroll_safe

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58579:5188e5070566 Date: 2012-10-29 12:17 +0100 http://bitbucket.org/pypy/pypy/changeset/5188e5070566/ Log:shape agreement is unroll_safe diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micr

[pypy-commit] pypy default: calc_strides too

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58580:4acbbf8a634b Date: 2012-10-29 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/4acbbf8a634b/ Log:calc_strides too diff --git a/pypy/module/micronumpy/support.py b/pypy/module/micronumpy/support.py --- a/pypy/module/micronumpy/support

[pypy-commit] pypy default: merge

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58581:e5c85f97583f Date: 2012-10-29 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/e5c85f97583f/ Log:merge diff --git a/pypy/module/test_lib_pypy/test_itertools.py b/pypy/module/test_lib_pypy/test_itertools.py --- a/pypy/module/test_lib_

[pypy-commit] pypy default: oops missed that one

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58582:5893044643da Date: 2012-10-29 13:10 +0100 http://bitbucket.org/pypy/pypy/changeset/5893044643da/ Log:oops missed that one diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micronumpy/str

[pypy-commit] buildbot default: further increase the timeout for translated tests

2012-10-29 Thread bivab
Author: David Schneider Branch: Changeset: r714:167c1d7fb744 Date: 2012-10-29 11:12 +0100 http://bitbucket.org/pypy/buildbot/changeset/167c1d7fb744/ Log:further increase the timeout for translated tests diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybu

[pypy-commit] pypy missing-ndarray-attributes: write choose tests

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r58583:1c008cc37599 Date: 2012-10-29 14:32 +0100 http://bitbucket.org/pypy/pypy/changeset/1c008cc37599/ Log:write choose tests diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numa

[pypy-commit] pypy missing-ndarray-attributes: implement ndarray.choose

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r58584:47b57e79e2fa Date: 2012-10-29 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/47b57e79e2fa/ Log:implement ndarray.choose diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/ar

[pypy-commit] pypy missing-ndarray-attributes: shuffle stuff around and implement clip

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r58585:2de8853d1f02 Date: 2012-10-29 15:40 +0100 http://bitbucket.org/pypy/pypy/changeset/2de8853d1f02/ Log:shuffle stuff around and implement clip diff --git a/pypy/module/micronumpy/interp_arrayops.py b/pypy/module/m

[pypy-commit] pypy no-failargs: in-progress

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58588:d8d8425206fb Date: 2012-10-29 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/d8d8425206fb/ Log:in-progress diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llgraph/runne

[pypy-commit] pypy no-failargs: fixfix

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58590:561d073ceba9 Date: 2012-10-29 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/561d073ceba9/ Log:fixfix diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/runner_te

[pypy-commit] pypy no-failargs: In-progress: reduce the various numbers assigned to ResOps, including

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58586:e0e01c9c6532 Date: 2012-10-29 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/e0e01c9c6532/ Log:In-progress: reduce the various numbers assigned to ResOps, including for __str__(). Now it adds a constraint to oparsed texts:

[pypy-commit] pypy no-failargs: in-progress

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58587:baadf8de0b9b Date: 2012-10-29 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/baadf8de0b9b/ Log:in-progress diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/runn

[pypy-commit] pypy no-failargs: fixfixfix

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58589:23b55c5779fc Date: 2012-10-29 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/23b55c5779fc/ Log:fixfixfix diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/runner

[pypy-commit] pypy no-failargs: fixfix

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58591:3822db2242c9 Date: 2012-10-29 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/3822db2242c9/ Log:fixfix diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llgraph/runner.py

[pypy-commit] pypy no-failargs: fixfix

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58592:9b8db6bc4e6c Date: 2012-10-29 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/9b8db6bc4e6c/ Log:fixfix diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/runner_te

[pypy-commit] pypy no-failargs: fixfixfix

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58593:b6d464aaf112 Date: 2012-10-29 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/b6d464aaf112/ Log:fixfixfix diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llgraph/runner.

[pypy-commit] pypy no-failargs: fixfixdone :-)

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58594:579992e8d40d Date: 2012-10-29 17:40 +0100 http://bitbucket.org/pypy/pypy/changeset/579992e8d40d/ Log:fixfixdone :-) diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/r

[pypy-commit] pypy no-failargs: hg merge result-in-resops

2012-10-29 Thread arigo
Author: Armin Rigo Branch: no-failargs Changeset: r58595:b138acc8137f Date: 2012-10-29 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/b138acc8137f/ Log:hg merge result-in-resops diff --git a/pypy/jit/metainterp/optimizeopt/heap.py b/pypy/jit/metainterp/optimizeopt/heap.py --- a/pypy/j

[pypy-commit] pypy py3k: bounds check for bad data (thanks amaury)

2012-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58596:77bd102bba03 Date: 2012-10-29 12:27 -0700 http://bitbucket.org/pypy/pypy/changeset/77bd102bba03/ Log:bounds check for bad data (thanks amaury) port input fix checking from http://bugs.python.org/issue16336 diff --git a/pypy/module/

[pypy-commit] pypy py3k: update input to py3

2012-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58597:0aaca88b57f4 Date: 2012-10-29 12:31 -0700 http://bitbucket.org/pypy/pypy/changeset/0aaca88b57f4/ Log:update input to py3 diff --git a/pypy/module/__builtin__/app_io.py b/pypy/module/__builtin__/app_io.py --- a/pypy/module/__builtin__/app_

[pypy-commit] pypy py3k: cleanup

2012-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58598:48d6dbdb7f81 Date: 2012-10-29 12:32 -0700 http://bitbucket.org/pypy/pypy/changeset/48d6dbdb7f81/ Log:cleanup diff --git a/pypy/objspace/std/unicodetype.py b/pypy/objspace/std/unicodetype.py --- a/pypy/objspace/std/unicodetype.py +++ b/pypy

[pypy-commit] pypy py3k: escape surrogates in marshal

2012-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58599:6404ccd57b8c Date: 2012-10-29 12:32 -0700 http://bitbucket.org/pypy/pypy/changeset/6404ccd57b8c/ Log:escape surrogates in marshal diff --git a/lib-python/3.2/test/test_marshal.py b/lib-python/3.2/test/test_marshal.py --- a/lib-python/3.2/

[pypy-commit] pypy reflex-support: remove all _immutable_ references as they don't work the way I expected ...

2012-10-29 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r58601:e0a926dca235 Date: 2012-10-29 13:49 -0700 http://bitbucket.org/pypy/pypy/changeset/e0a926dca235/ Log:remove all _immutable_ references as they don't work the way I expected ... diff --git a/pypy/module/cppyy/converter.py

[pypy-commit] pypy less-gettestobjspace: A branch to remove most calls to gettestobjspace().

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58602:d2f675692daf Date: 2012-10-28 21:11 +0100 http://bitbucket.org/pypy/pypy/changeset/d2f675692daf/ Log:A branch to remove most calls to gettestobjspace(). The goal is to move code outside conftest.py __

[pypy-commit] pypy less-gettestobjspace: Simplify test setup_class: replace gettestobjspace() by a spaceconfig.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58603:1c9781c1c676 Date: 2012-10-28 21:26 +0100 http://bitbucket.org/pypy/pypy/changeset/1c9781c1c676/ Log:Simplify test setup_class: replace gettestobjspace() by a spaceconfig. diff --git a/pypy/module/array/test/

[pypy-commit] pypy less-gettestobjspace: Progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58607:7c02141093f1 Date: 2012-10-28 22:15 +0100 http://bitbucket.org/pypy/pypy/changeset/7c02141093f1/ Log:Progress diff --git a/pypy/module/_cffi_backend/test/test_c.py b/pypy/module/_cffi_backend/test/test_c.py --- a/py

[pypy-commit] pypy less-gettestobjspace: Progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58604:f9962d21d772 Date: 2012-10-28 21:58 +0100 http://bitbucket.org/pypy/pypy/changeset/f9962d21d772/ Log:Progress diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast

[pypy-commit] pypy less-gettestobjspace: Progress. cppyy tests could probably share more code.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58608:3c18b10e3af1 Date: 2012-10-28 22:39 +0100 http://bitbucket.org/pypy/pypy/changeset/3c18b10e3af1/ Log:Progress. cppyy tests could probably share more code. diff --git a/pypy/module/cppyy/test/test_aclassloader.py b/p

[pypy-commit] pypy less-gettestobjspace: Progress. Also set "cls.option", this avoids one conftest import.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58605:be0cb439b5cc Date: 2012-10-28 21:51 +0100 http://bitbucket.org/pypy/pypy/changeset/be0cb439b5cc/ Log:Progress. Also set "cls.option", this avoids one conftest import. diff --git a/pypy/conftest.py b/pypy/conftest.py

[pypy-commit] pypy less-gettestobjspace: Progress: cpyext module.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58609:ed6f80ef63c3 Date: 2012-10-28 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/ed6f80ef63c3/ Log:Progress: cpyext module. diff --git a/pypy/module/cpyext/test/conftest.py b/pypy/module/cpyext/test/conftest.py --

[pypy-commit] pypy less-gettestobjspace: Progress. Fix for spaceconfig={}

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58606:9fa214a7ec3d Date: 2012-10-28 22:03 +0100 http://bitbucket.org/pypy/pypy/changeset/9fa214a7ec3d/ Log:Progress. Fix for spaceconfig={} diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58611:4c08ac55ba7d Date: 2012-10-28 23:30 +0100 http://bitbucket.org/pypy/pypy/changeset/4c08ac55ba7d/ Log:progress diff --git a/pypy/module/_ffi/test/test_funcptr.py b/pypy/module/_ffi/test/test_funcptr.py --- a/pypy/mod

[pypy-commit] pypy less-gettestobjspace: progress.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58610:b0189dd475fa Date: 2012-10-28 23:17 +0100 http://bitbucket.org/pypy/pypy/changeset/b0189dd475fa/ Log:progress. diff --git a/pypy/module/_csv/test/test_dialect.py b/pypy/module/_csv/test/test_dialect.py --- a/pypy/mo

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58613:663521b4c7e8 Date: 2012-10-29 00:09 +0100 http://bitbucket.org/pypy/pypy/changeset/663521b4c7e8/ Log:progress diff --git a/pypy/module/_md5/test/test_md5.py b/pypy/module/_md5/test/test_md5.py --- a/pypy/module/_md5

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58612:6ad9b5cdd6f4 Date: 2012-10-29 00:00 +0100 http://bitbucket.org/pypy/pypy/changeset/6ad9b5cdd6f4/ Log:progress diff --git a/pypy/module/_io/test/test_bufferedio.py b/pypy/module/_io/test/test_bufferedio.py --- a/pypy

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58614:c48f4c221e50 Date: 2012-10-29 00:17 +0100 http://bitbucket.org/pypy/pypy/changeset/c48f4c221e50/ Log:progress diff --git a/pypy/module/_multibytecodec/test/test_app_codecs.py b/pypy/module/_multibytecodec/test/test_

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58617:21f2c861a4dc Date: 2012-10-29 00:42 +0100 http://bitbucket.org/pypy/pypy/changeset/21f2c861a4dc/ Log:progress diff --git a/pypy/module/_sha/test/test_sha.py b/pypy/module/_sha/test/test_sha.py --- a/pypy/module/_sha

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58615:ea2d5e2470cf Date: 2012-10-29 00:28 +0100 http://bitbucket.org/pypy/pypy/changeset/ea2d5e2470cf/ Log:progress diff --git a/pypy/module/__pypy__/test/test_builders.py b/pypy/module/__pypy__/test/test_builders.py ---

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58619:18619c1f1118 Date: 2012-10-29 01:03 +0100 http://bitbucket.org/pypy/pypy/changeset/18619c1f1118/ Log:progress diff --git a/pypy/module/_warnings/test/test_warnings.py b/pypy/module/_warnings/test/test_warnings.py --

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58616:8c32203152a5 Date: 2012-10-29 00:34 +0100 http://bitbucket.org/pypy/pypy/changeset/8c32203152a5/ Log:progress diff --git a/pypy/module/_random/test/test_random.py b/pypy/module/_random/test/test_random.py --- a/pypy

[pypy-commit] pypy less-gettestobjspace: progress: removed many usages of gettestobjspace from objspace/std tests.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58620:9189ff822a90 Date: 2012-10-29 01:48 +0100 http://bitbucket.org/pypy/pypy/changeset/9189ff822a90/ Log:progress: removed many usages of gettestobjspace from objspace/std tests. diff --git a/pypy/objspace/std/te

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58618:3eb05cbcfc2b Date: 2012-10-29 00:55 +0100 http://bitbucket.org/pypy/pypy/changeset/3eb05cbcfc2b/ Log:progress diff --git a/pypy/module/_sre/test/test_app_sre.py b/pypy/module/_sre/test/test_app_sre.py --- a/pypy/mod

[pypy-commit] pypy less-gettestobjspace: Finlly move gettestobjspace and maketestobjspace to their own file.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58625:607b9abb53a6 Date: 2012-10-29 22:29 +0100 http://bitbucket.org/pypy/pypy/changeset/607b9abb53a6/ Log:Finlly move gettestobjspace and maketestobjspace to their own file. diff --git a/pypy/conftest.py b/pypy/conftest.p

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58621:302e694cc32a Date: 2012-10-29 01:54 +0100 http://bitbucket.org/pypy/pypy/changeset/302e694cc32a/ Log:progress diff --git a/pypy/module/test_lib_pypy/test_collections.py b/pypy/module/test_lib_pypy/test_collections.p

[pypy-commit] pypy less-gettestobjspace: hg merge default

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58626:d6e7687c576c Date: 2012-10-29 22:38 +0100 http://bitbucket.org/pypy/pypy/changeset/d6e7687c576c/ Log:hg merge default diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer

[pypy-commit] pypy less-gettestobjspace: progress

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58622:b24bde921e50 Date: 2012-10-29 01:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b24bde921e50/ Log:progress diff --git a/pypy/interpreter/test/test_code.py b/pypy/interpreter/test/test_code.py --- a/pypy/interpret

[pypy-commit] pypy less-gettestobjspace: Only export cls.runappdirect instead of the whole option object.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58623:a03792cb9cbb Date: 2012-10-29 08:49 +0100 http://bitbucket.org/pypy/pypy/changeset/a03792cb9cbb/ Log:Only export cls.runappdirect instead of the whole option object. diff --git a/pypy/conftest.py b/pypy/conftest.py -

[pypy-commit] pypy less-gettestobjspace: Remove extra import

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58624:38f9de9ce11a Date: 2012-10-29 08:51 +0100 http://bitbucket.org/pypy/pypy/changeset/38f9de9ce11a/ Log:Remove extra import diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: hg merge default again

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r58627:684402385d93 Date: 2012-10-29 23:10 +0100 http://bitbucket.org/pypy/pypy/changeset/684402385d93/ Log:hg merge default again diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpr

[pypy-commit] pypy less-gettestobjspace: Oops, move TinyObjSpace as well, to fix -A tests.

2012-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58628:a69f63c9603d Date: 2012-10-30 00:49 +0100 http://bitbucket.org/pypy/pypy/changeset/a69f63c9603d/ Log:Oops, move TinyObjSpace as well, to fix -A tests. diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conft