[pypy-commit] pypy kill-someobject: a bit of test cleanup

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57875:c947278ffa5d Date: 2012-10-08 09:37 +0200 http://bitbucket.org/pypy/pypy/changeset/c947278ffa5d/ Log:a bit of test cleanup diff --git a/pypy/rlib/parsing/test/test_deterministic.py b/pypy/rlib/parsing/test/test_deterministic.py -

[pypy-commit] pypy kill-someobject: remove references to policy=annpolicy.StrictAnnotatorPolicy(),

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57876:69cf2b314c06 Date: 2012-10-08 09:49 +0200 http://bitbucket.org/pypy/pypy/changeset/69cf2b314c06/ Log:remove references to policy=annpolicy.StrictAnnotatorPolicy(), diff --git a/pypy/jit/backend/arm/test/test_zrpy_gc.py b/

[pypy-commit] pypy kill-someobject: remove import of CExtModuleBuilder so the tests will import (even if they fail)

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57877:b276dfeb927d Date: 2012-10-08 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/b276dfeb927d/ Log:remove import of CExtModuleBuilder so the tests will import (even if they fail) diff --git a/pypy/translator/c/test/test_

[pypy-commit] pypy kill-someobject: fix flow tests

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57878:3d1b217354aa Date: 2012-10-08 10:04 +0200 http://bitbucket.org/pypy/pypy/changeset/3d1b217354aa/ Log:fix flow tests diff --git a/pypy/objspace/flow/model.py b/pypy/objspace/flow/model.py --- a/pypy/objspace/flow/model.py +++ b/pyp

[pypy-commit] pypy kill-someobject: fix one more test

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57879:98cb49867043 Date: 2012-10-08 10:17 +0200 http://bitbucket.org/pypy/pypy/changeset/98cb49867043/ Log:fix one more test diff --git a/pypy/translator/c/src/g_include.h b/pypy/translator/c/src/g_include.h --- a/pypy/translato

[pypy-commit] pypy kill-someobject: Cleaned up test_newgc

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57880:0e6f30e1005b Date: 2012-10-08 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/0e6f30e1005b/ Log:Cleaned up test_newgc diff --git a/pypy/translator/c/test/test_newgc.py b/pypy/translator/c/test/test_newgc.py --- a/pypy/transl

[pypy-commit] pypy kill-someobject: merge

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57881:800018e02513 Date: 2012-10-08 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/800018e02513/ Log:merge diff --git a/pypy/translator/c/src/g_include.h b/pypy/translator/c/src/g_include.h --- a/pypy/translator/c/src/g_include.h

[pypy-commit] pypy kill-someobject: (alex, fijal) kill a now unused debug option

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57882:f19e44d300a7 Date: 2012-10-08 10:20 +0200 http://bitbucket.org/pypy/pypy/changeset/f19e44d300a7/ Log:(alex, fijal) kill a now unused debug option diff --git a/pypy/translator/goal/translate.py b/pypy/translator/goal/translate.py

[pypy-commit] pypy kill-someobject: some cleanup of boehm tests

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57883:08560cea9cd4 Date: 2012-10-08 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/08560cea9cd4/ Log:some cleanup of boehm tests diff --git a/pypy/translator/c/test/test_boehm.py b/pypy/translator/c/test/test_boehm.py --- a/pypy/

[pypy-commit] pypy kill-someobject: Merged default in.

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57884:bf2fa5d5c6d1 Date: 2012-10-08 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/bf2fa5d5c6d1/ Log:Merged default in. diff --git a/pypy/doc/discussion/improve-rpython.rst b/pypy/doc/discussion/improve-rpython.rst --- a/pypy/doc

[pypy-commit] buildbot default: A random ordering change attempt.

2012-10-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r705:b51c79475fcb Date: 2012-10-08 11:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/b51c79475fcb/ Log:A random ordering change attempt. diff --git a/bot2/pypybuildbot/summary.py b/bot2/pypybuildbot/summary.py --- a/bot2/pypybuildbot/summary.py +

[pypy-commit] pypy kill-someobject: cleanup of this test file

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57885:d7c2e61a1da2 Date: 2012-10-08 11:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d7c2e61a1da2/ Log:cleanup of this test file diff --git a/pypy/translator/c/test/test_typed.py b/pypy/translator/c/test/test_typed.py --- a/pypy/tr

[pypy-commit] pypy kill-someobject: remove a reference to a removed var and general cleanup

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57886:269cdc5bd620 Date: 2012-10-08 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/269cdc5bd620/ Log:remove a reference to a removed var and general cleanup diff --git a/pypy/translator/goal/translate.py b/pypy/translator/goal/tr

[pypy-commit] pypy kill-someobject: Remove some import * from tests

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57887:7e43c5977f39 Date: 2012-10-08 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/7e43c5977f39/ Log:Remove some import * from tests diff --git a/pypy/rpython/lltypesystem/lltype.py b/pypy/rpython/lltypesystem/lltype.py --- a/pyp

[pypy-commit] pypy kill-someobject: remove some import * and other general cleanups

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57888:ff4dd9fb4bad Date: 2012-10-08 12:00 +0200 http://bitbucket.org/pypy/pypy/changeset/ff4dd9fb4bad/ Log:remove some import * and other general cleanups diff --git a/pypy/rpython/test/test_exception.py b/pypy/rpython/test/test_except

[pypy-commit] pypy kill-someobject: more test file cleanup

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57889:10ba881818be Date: 2012-10-08 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/10ba881818be/ Log:more test file cleanup diff --git a/pypy/rpython/test/test_rbuiltin.py b/pypy/rpython/test/test_rbuiltin.py --- a/pypy/rpython/t

[pypy-commit] pypy kill-someobject: more test cleanup

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57890:f75ab7745a08 Date: 2012-10-08 12:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f75ab7745a08/ Log:more test cleanup diff --git a/pypy/rpython/lltypesystem/test/test_llarena.py b/pypy/rpython/lltypesystem/test/test_llarena.py -

[pypy-commit] pypy kill-someobject: cleanup

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57891:fb687ee9b75b Date: 2012-10-08 13:08 +0200 http://bitbucket.org/pypy/pypy/changeset/fb687ee9b75b/ Log:cleanup diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++ b/pypy/inter

[pypy-commit] pypy kill-someobject: kill dead imports

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57892:abfd57f6777a Date: 2012-10-08 13:12 +0200 http://bitbucket.org/pypy/pypy/changeset/abfd57f6777a/ Log:kill dead imports diff --git a/pypy/rpython/normalizecalls.py b/pypy/rpython/normalizecalls.py --- a/pypy/rpython/normalizecalls.

[pypy-commit] pypy kill-someobject: (alex, arigo, fijal) fix the argtypes to ctypes

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57893:b3393134a743 Date: 2012-10-08 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/b3393134a743/ Log:(alex, arigo, fijal) fix the argtypes to ctypes diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test

[pypy-commit] pypy kill-someobject: (arigo, fijal) clean up the interactive a bit

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57894:37013e47fdbc Date: 2012-10-08 13:12 +0200 http://bitbucket.org/pypy/pypy/changeset/37013e47fdbc/ Log:(arigo, fijal) clean up the interactive a bit diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/t

[pypy-commit] pypy kill-someobject: killed shared pypy

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57896:92d6a51dfe18 Date: 2012-10-08 13:14 +0200 http://bitbucket.org/pypy/pypy/changeset/92d6a51dfe18/ Log:killed shared pypy diff --git a/pypy/translator/c/dlltool.py b/pypy/translator/c/dlltool.py --- a/pypy/translator/c/dlltoo

[pypy-commit] pypy kill-someobject: (fijal, arigo) fix secondary entrypoints

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57897:576f96610252 Date: 2012-10-08 13:17 +0200 http://bitbucket.org/pypy/pypy/changeset/576f96610252/ Log:(fijal, arigo) fix secondary entrypoints diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py --- a/pypy/tra

[pypy-commit] pypy kill-someobject: oops

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57898:f0d6e8dc4ba0 Date: 2012-10-08 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f0d6e8dc4ba0/ Log:oops diff --git a/pypy/translator/interactive.py b/pypy/translator/interactive.py --- a/pypy/translator/interactive.py +++

[pypy-commit] pypy default: This is still hopeless, but attempt to open all db-4.X for X in '56789'.

2012-10-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57899:35840dd84c57 Date: 2012-10-08 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/35840dd84c57/ Log:This is still hopeless, but attempt to open all db-4.X for X in '56789'. diff --git a/lib_pypy/dbm.py b/lib_pypy/dbm.py --- a/lib_pypy/db

[pypy-commit] pypy kill-someobject: finish fixing test_genc.py

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57900:093ba824b6ab Date: 2012-10-08 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/093ba824b6ab/ Log:finish fixing test_genc.py diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/test_genc.py --- a/p

[pypy-commit] pypy kill-someobject: (alex, fijal) make getcompiled work

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57901:76215c02c5bf Date: 2012-10-08 13:38 +0200 http://bitbucket.org/pypy/pypy/changeset/76215c02c5bf/ Log:(alex, fijal) make getcompiled work diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/test_genc.py --- a

[pypy-commit] pypy numpypy-complex2: (fijal, arigo)

2012-10-08 Thread arigo
Author: Armin Rigo Branch: numpypy-complex2 Changeset: r57902:3acbfe0aaf8b Date: 2012-10-08 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3acbfe0aaf8b/ Log:(fijal, arigo) - speed up test_complex - Python 2.5 compatibility diff --git a/pypy/module/micronumpy/test/test_c

[pypy-commit] pypy kill-someobject: (alex, fijal) make test_typed start to pass

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57903:0f19853384ee Date: 2012-10-08 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/0f19853384ee/ Log:(alex, fijal) make test_typed start to pass diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/test_genc.

[pypy-commit] pypy kill-someobject: get another test running

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57904:1e1a6ece3305 Date: 2012-10-08 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/1e1a6ece3305/ Log:get another test running diff --git a/pypy/translator/c/test/test_backendoptimized.py b/pypy/translator/c/test/test_backendoptim

[pypy-commit] pypy kill-someobject: make boehm tests run

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57905:2e1f0a72b224 Date: 2012-10-08 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/2e1f0a72b224/ Log:make boehm tests run diff --git a/pypy/translator/c/test/test_boehm.py b/pypy/translator/c/test/test_boehm.py --- a/pypy/transla

[pypy-commit] pypy numpypy-complex2: (fijal around, arigo)

2012-10-08 Thread arigo
Author: Armin Rigo Branch: numpypy-complex2 Changeset: r57906:3378cc2fde22 Date: 2012-10-08 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/3378cc2fde22/ Log:(fijal around, arigo) - fix c_pow() to return (nan+nanj) instead of raising an RPython ValueError in some cases

[pypy-commit] pypy numpypy-complex2: (fijal, arigo) Some more tests

2012-10-08 Thread arigo
Author: Armin Rigo Branch: numpypy-complex2 Changeset: r57907:0ac31cafc59f Date: 2012-10-08 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/0ac31cafc59f/ Log:(fijal, arigo) Some more tests diff --git a/pypy/module/micronumpy/test/test_complex.py b/pypy/module/micronumpy/test/test_compl

[pypy-commit] pypy default: Document the merged branch

2012-10-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57910:cdd972e51b7e Date: 2012-10-08 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/cdd972e51b7e/ Log:Document the merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/w

[pypy-commit] pypy numpypy-complex2: close merged branch

2012-10-08 Thread arigo
Author: Armin Rigo Branch: numpypy-complex2 Changeset: r57909:97adcdea3430 Date: 2012-10-08 14:13 +0200 http://bitbucket.org/pypy/pypy/changeset/97adcdea3430/ Log:close merged branch ___ pypy-commit mailing list [email protected] http://mail.p

[pypy-commit] pypy closed-branches: Merge closed head 322806c120f3 on branch improve-rbigint

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57911:80187aaa7ca4 Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/80187aaa7ca4/ Log:Merge closed head 322806c120f3 on branch improve-rbigint ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 1ee6c0771fad on branch ndarray-attributes

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57913:9611173eae7c Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/9611173eae7c/ Log:Merge closed head 1ee6c0771fad on branch ndarray-attributes ___ pypy-commit mailing li

[pypy-commit] pypy closed-branches: Merge closed head 492d301343aa on branch numpy-refactor

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57912:bb448165c8ef Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/bb448165c8ef/ Log:Merge closed head 492d301343aa on branch numpy-refactor ___ pypy-commit mailing list p

[pypy-commit] pypy closed-branches: Merge closed head 083540dcce4d on branch numpy-fancy-indexing

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57914:59e24466e74a Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/59e24466e74a/ Log:Merge closed head 083540dcce4d on branch numpy-fancy-indexing ___ pypy-commit mailing

[pypy-commit] pypy closed-branches: Merge closed head 2a5f4da3fe5a on branch numpypy-complex

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57916:b9074d98626b Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b9074d98626b/ Log:Merge closed head 2a5f4da3fe5a on branch numpypy-complex ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 953c4ffc8646 on branch numpy-reintroduce-jit-drivers

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57915:e69baa1cac77 Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/e69baa1cac77/ Log:Merge closed head 953c4ffc8646 on branch numpy-reintroduce-jit- drivers ___ py

[pypy-commit] pypy closed-branches: Merge closed head c26fb4a6e96f on branch numpy-dtype-refactor-complex

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57917:25dc9bf7d504 Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/25dc9bf7d504/ Log:Merge closed head c26fb4a6e96f on branch numpy-dtype-refactor- complex ___ pyp

[pypy-commit] pypy closed-branches: re-close this branch

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57919:975cef8a5e55 Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/975cef8a5e55/ Log:re-close this branch ___ pypy-commit mailing list [email protected] http://mail.p

[pypy-commit] pypy closed-branches: Merge closed head 97adcdea3430 on branch numpypy-complex2

2012-10-08 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r57918:ff03fed7eed1 Date: 2012-10-08 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/ff03fed7eed1/ Log:Merge closed head 97adcdea3430 on branch numpypy-complex2 ___ pypy-commit mailing list

[pypy-commit] pypy kill-someobject: Make rlib/parsing work

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57920:1da2d2d81a3f Date: 2012-10-08 14:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1da2d2d81a3f/ Log:Make rlib/parsing work diff --git a/pypy/rlib/parsing/test/test_deterministic.py b/pypy/rlib/parsing/test/test_deterministic.py

[pypy-commit] pypy kill-someobject: Get rid of the distinction between translator.view() and graph.show(),

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57921:5a96403f2b7a Date: 2012-10-08 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/5a96403f2b7a/ Log:Get rid of the distinction between translator.view() and graph.show(), by supporting both names on both objects. diff --gi

[pypy-commit] pypy kill-someobject: improve error message

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57923:6a47bf127494 Date: 2012-10-08 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/6a47bf127494/ Log:improve error message diff --git a/pypy/annotation/unaryop.py b/pypy/annotation/unaryop.py --- a/pypy/annotation/unaryop.p

[pypy-commit] pypy kill-someobject: make this test almost pass

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57924:6bb684c9827f Date: 2012-10-08 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/6bb684c9827f/ Log:make this test almost pass diff --git a/pypy/rlib/test/test_rrandom.py b/pypy/rlib/test/test_rrandom.py --- a/pypy/rlib/test/test

[pypy-commit] pypy kill-someobject: merged upstream

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57925:a294d5b63ccf Date: 2012-10-08 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a294d5b63ccf/ Log:merged upstream diff --git a/pypy/annotation/unaryop.py b/pypy/annotation/unaryop.py --- a/pypy/annotation/unaryop.py +++ b/pypy/

[pypy-commit] pypy kill-someobject: Add 3 tests, 2 of which failing.

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57926:afa70036b7ef Date: 2012-10-08 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/afa70036b7ef/ Log:Add 3 tests, 2 of which failing. diff --git a/pypy/rpython/test/test_rlist.py b/pypy/rpython/test/test_rlist.py --- a/pypy/rpython

[pypy-commit] pypy kill-someobject: (fijal, arigo)

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57928:956082ef4b0a Date: 2012-10-08 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/956082ef4b0a/ Log:(fijal, arigo) - Fix the remaining test comparing two tuples with a different annotatation - Kill <= and fr

[pypy-commit] pypy kill-someobject: (fijal, arigo)

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57927:d867247c7bc9 Date: 2012-10-08 14:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d867247c7bc9/ Log:(fijal, arigo) Fix one of the failures: tuple equality now correctly computes the union of the two tuples. diff --git a/py

[pypy-commit] pypy kill-someobject: merge heads

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57929:b0e233a6139e Date: 2012-10-08 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b0e233a6139e/ Log:merge heads diff --git a/pypy/rlib/test/test_rrandom.py b/pypy/rlib/test/test_rrandom.py --- a/pypy/rlib/test/test_rrandom.py +++

[pypy-commit] pypy kill-someobject: dead import cleanup

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57930:da183cf8bd49 Date: 2012-10-08 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/da183cf8bd49/ Log:dead import cleanup diff --git a/pypy/rpython/lltypesystem/rbuiltin.py b/pypy/rpython/lltypesystem/rbuiltin.py --- a/pypy/rpytho

[pypy-commit] pypy kill-someobject: make pure python r_{u, }longlong initialization work with strings

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57931:b430e7ffd5f9 Date: 2012-10-08 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/b430e7ffd5f9/ Log:make pure python r_{u,}longlong initialization work with strings diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py

[pypy-commit] pypy kill-someobject: trailing whitespace removal

2012-10-08 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57932:2564e1af5588 Date: 2012-10-08 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/2564e1af5588/ Log:trailing whitespace removal diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b

[pypy-commit] pypy kill-someobject: (alex, arigo, fijal) fix some tests

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57933:09ee47cbb851 Date: 2012-10-08 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/09ee47cbb851/ Log:(alex, arigo, fijal) fix some tests diff --git a/pypy/rpython/rint.py b/pypy/rpython/rint.py --- a/pypy/rpython/rint.py ++

[pypy-commit] pypy kill-someobject: merge

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57934:c1fe98cd5a58 Date: 2012-10-08 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c1fe98cd5a58/ Log:merge diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rlib/rari

[pypy-commit] pypy kill-someobject: Unkill these three imports, and clarify them.

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57935:d54591c6082a Date: 2012-10-08 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/d54591c6082a/ Log:Unkill these three imports, and clarify them. diff --git a/pypy/rpython/rbuiltin.py b/pypy/rpython/rbuiltin.py --- a/pypy/rpython/

[pypy-commit] pypy kill-someobject: Hack more to make it work on 32-bit.

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57936:f04538f65c69 Date: 2012-10-08 16:24 +0200 http://bitbucket.org/pypy/pypy/changeset/f04538f65c69/ Log:Hack more to make it work on 32-bit. diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/test_genc.py --- a

[pypy-commit] pypy kill-someobject: fix some more tests

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57937:8506cd9a86fd Date: 2012-10-08 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/8506cd9a86fd/ Log:fix some more tests diff --git a/pypy/translator/c/test/test_backendoptimized.py b/pypy/translator/c/test/test_backendopt

[pypy-commit] pypy kill-someobject: some more fixes

2012-10-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57938:58683381a492 Date: 2012-10-08 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/58683381a492/ Log:some more fixes diff --git a/pypy/translator/c/test/test_typed.py b/pypy/translator/c/test/test_typed.py --- a/pypy/trans

[pypy-commit] pypy kill-someobject: Fix the last issue in test_typed

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57939:b419aa41c9b1 Date: 2012-10-08 16:36 +0200 http://bitbucket.org/pypy/pypy/changeset/b419aa41c9b1/ Log:Fix the last issue in test_typed diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/test_genc.py --- a/pyp

[pypy-commit] pypy kill-someobject: The llinterp cannot convert random exception classes from random

2012-10-08 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57940:b1db1d0acb6c Date: 2012-10-08 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/b1db1d0acb6c/ Log:The llinterp cannot convert random exception classes from random pure Python runs. When we get one, convert it to UnknownEx

[pypy-commit] cffi default: Add a section about debugging with env vars (thanks sarvi)

2012-10-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r986:dbe339f3cec4 Date: 2012-10-08 17:18 +0200 http://bitbucket.org/cffi/cffi/changeset/dbe339f3cec4/ Log:Add a section about debugging with env vars (thanks sarvi) diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++

[pypy-commit] cffi less-partial-curses-demo: Implement enough extra bits to make pypy REPL and Twisted trial happy.

2012-10-08 Thread jerith
Author: Jeremy Thurgood Branch: less-partial-curses-demo Changeset: r987:9793a0cbb33d Date: 2012-10-08 16:58 +0200 http://bitbucket.org/cffi/cffi/changeset/9793a0cbb33d/ Log:Implement enough extra bits to make pypy REPL and Twisted trial happy. diff --git a/demo/_curses.py b/demo/_cu

[pypy-commit] cffi default: Merged in jerith/cffi/less-partial-curses-demo (pull request #4)

2012-10-08 Thread arigo
Author: arigo Branch: Changeset: r988:47ea85efaf40 Date: 2012-10-08 17:22 +0200 http://bitbucket.org/cffi/cffi/changeset/47ea85efaf40/ Log:Merged in jerith/cffi/less-partial-curses-demo (pull request #4) diff --git a/demo/_curses.py b/demo/_curses.py --- a/demo/_curses.py +++ b/demo/_curses

[pypy-commit] extradoc extradoc: What to do for the upcoming 2.0 release.

2012-10-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4841:6cfe6c176d33 Date: 2012-10-08 17:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/6cfe6c176d33/ Log:What to do for the upcoming 2.0 release. diff --git a/planning/2.0/todo.txt b/planning/2.0/todo.txt new file mode 100644 --- /dev/null

[pypy-commit] extradoc extradoc: Kill an old file.

2012-10-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4842:1fb34bcc5dba Date: 2012-10-08 17:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/1fb34bcc5dba/ Log:Kill an old file. diff --git a/planning/todo.txt b/planning/todo.txt deleted file mode 100644 --- a/planning/todo.txt +++ /dev/null @@

[pypy-commit] extradoc extradoc: merge heads

2012-10-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4843:0730c6ebec3f Date: 2012-10-08 17:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/0730c6ebec3f/ Log:merge heads diff --git a/talk/ep2012/jit/abstract.rst b/talk/pycon-uk-2012/abstract.rst copy from talk/ep2012/jit/abstract.rst copy to

[pypy-commit] pypy py3k: kill fake space.w_long

2012-10-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57941:9affd9aa93db Date: 2012-10-08 12:19 -0700 http://bitbucket.org/pypy/pypy/changeset/9affd9aa93db/ Log:kill fake space.w_long diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspace.py +

[pypy-commit] pypy py3k: fix translation

2012-10-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57942:9866289a5a77 Date: 2012-10-08 12:55 -0700 http://bitbucket.org/pypy/pypy/changeset/9866289a5a77/ Log:fix translation diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py --- a/pypy/module/select/interp_kq

[pypy-commit] pypy py3k: py3 syntax/changes

2012-10-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57943:82b3f1364940 Date: 2012-10-08 12:55 -0700 http://bitbucket.org/pypy/pypy/changeset/82b3f1364940/ Log:py3 syntax/changes diff --git a/pypy/module/select/test/test_kqueue.py b/pypy/module/select/test/test_kqueue.py --- a/pypy/module/select/

[pypy-commit] pypy py3k: test range's handling of __index__, __int__ is no longer supported

2012-10-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57944:55199747a938 Date: 2012-10-08 15:48 -0700 http://bitbucket.org/pypy/pypy/changeset/55199747a938/ Log:test range's handling of __index__, __int__ is no longer supported diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/mo

[pypy-commit] pypy py3k: SSL_CTX_sess_* are macros

2012-10-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57945:c83d73431362 Date: 2012-10-08 15:56 -0700 http://bitbucket.org/pypy/pypy/changeset/c83d73431362/ Log:SSL_CTX_sess_* are macros diff --git a/pypy/rlib/ropenssl.py b/pypy/rlib/ropenssl.py --- a/pypy/rlib/ropenssl.py +++ b/pypy/rlib/ropenssl.

[pypy-commit] pypy py3k: _utf8 is no longer immutable

2012-10-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57946:7f0ad93793c8 Date: 2012-10-08 16:10 -0700 http://bitbucket.org/pypy/pypy/changeset/7f0ad93793c8/ Log:_utf8 is no longer immutable diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std