[pypy-commit] pypy numpy-dtype-refactor: consistancy

2011-11-12 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r49360:9ce050b260cd Date: 2011-11-12 15:34 -0500 http://bitbucket.org/pypy/pypy/changeset/9ce050b260cd/ Log:consistancy diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/

[pypy-commit] pypy jit-dynamic-getarrayitem: started working on support for creating array get/set item at compile time

2011-11-12 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-dynamic-getarrayitem Changeset: r49361:a731ffd298b4 Date: 2011-11-12 23:20 -0500 http://bitbucket.org/pypy/pypy/changeset/a731ffd298b4/ Log:started working on support for creating array get/set item at compile time diff --git a/pypy/jit/metainterp/test

[pypy-commit] extradoc extradoc: merge heads

2011-11-12 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r3964:a1b68f32d59b Date: 2011-11-12 18:05 +0100 http://bitbucket.org/pypy/extradoc/changeset/a1b68f32d59b/ Log:merge heads diff --git a/blog/draft/2011-11-gborg-sprint-report.rst b/blog/draft/2011-11-gborg-sprint-report.rst new file mode 100644

[pypy-commit] extradoc extradoc: First version of the FSCONS talk

2011-11-12 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r3963:bf988b21d001 Date: 2011-11-12 18:05 +0100 http://bitbucket.org/pypy/extradoc/changeset/bf988b21d001/ Log:First version of the FSCONS talk diff --git a/talk/ep2011/talk/talk.pdf b/talk/ep2011/talk/talk.pdf index c5e303544d4b86bf04c73c4111c

[pypy-commit] pypy win64-stage1: oupps

2011-11-12 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49359:c4db8f51a9bd Date: 2011-11-12 13:39 +0100 http://bitbucket.org/pypy/pypy/changeset/c4db8f51a9bd/ Log:oupps diff --git a/pytest.py b/pytest.py --- a/pytest.py +++ b/pytest.py @@ -10,6 +10,7 @@ if hasattr(sys, "maxsize"): sy

[pypy-commit] pypy win64-stage1: merge

2011-11-12 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49358:cddd6dcfc376 Date: 2011-11-12 13:22 +0100 http://bitbucket.org/pypy/pypy/changeset/cddd6dcfc376/ Log:merge diff --git a/lib-python/modified-2.7/test/test_import.py b/lib-python/modified-2.7/test/test_import.py --- a/lib-python/

[pypy-commit] pypy win64-stage1: buildbot problem partially solved: sys.maxint is now also hacked when called by the buildbot (which uses pytest, not the test_all

2011-11-12 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49357:30f9db926aa8 Date: 2011-11-12 13:20 +0100 http://bitbucket.org/pypy/pypy/changeset/30f9db926aa8/ Log:buildbot problem partially solved: sys.maxint is now also hacked when called by the buildbot (which uses pytest, not the

[pypy-commit] pypy win64 test: buildbot problem partially solved: sys.maxint is now also hacked when called by the buildbot (which uses pytest, not the test_all

2011-11-12 Thread ctismer
Author: Christian Tismer Branch: win64 test Changeset: r49356:ae3f08719461 Date: 2011-11-12 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/ae3f08719461/ Log:buildbot problem partially solved: sys.maxint is now also hacked when called by the buildbot (which uses pytest, not the t

[pypy-commit] pypy default: Add the requirement that W_XxxObject classes that are different

2011-11-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r49355:b0c70fdea6b5 Date: 2011-11-12 12:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b0c70fdea6b5/ Log:Add the requirement that W_XxxObject classes that are different implementations of the same app-level type should inherit from a c

[pypy-commit] pypy jit-targets: fixed test

2011-11-12 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49354:f109778eb791 Date: 2011-11-12 10:16 +0100 http://bitbucket.org/pypy/pypy/changeset/f109778eb791/ Log:fixed test diff --git a/pypy/jit/metainterp/test/test_loop.py b/pypy/jit/metainterp/test/test_loop.py --- a/pypy/jit/metainterp/test/

[pypy-commit] pypy jit-targets: hg merge jit-refactor-tests

2011-11-12 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49353:5dcec5762796 Date: 2011-11-12 10:01 +0100 http://bitbucket.org/pypy/pypy/changeset/5dcec5762796/ Log:hg merge jit-refactor-tests diff --git a/lib-python/2.7/test/test_os.py b/lib-python/2.7/test/test_os.py --- a/lib-python/2.7/test/tes