[pypy-commit] pypy default: Test for the case of really two distinct constant immutable objects

2011-11-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r49655:0261999420cf Date: 2011-11-22 10:41 +0100 http://bitbucket.org/pypy/pypy/changeset/0261999420cf/ Log:Test for the case of really two distinct constant immutable objects pointing to each other. (works) diff --git a/pypy/jit/metainterp/opti

[pypy-commit] pypy ppc-jit-backend: Added code that verifies sane use of scratch register.

2011-11-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r49656:10f8da3b0282 Date: 2011-11-22 11:35 +0100 http://bitbucket.org/pypy/pypy/changeset/10f8da3b0282/ Log:Added code that verifies sane use of scratch register. diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend/ppc/

[pypy-commit] pypy ppc-jit-backend: Allow allocation without setting the scratch register value

2011-11-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r49657:74db0eef66fe Date: 2011-11-22 11:47 +0100 http://bitbucket.org/pypy/pypy/changeset/74db0eef66fe/ Log:Allow allocation without setting the scratch register value diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-22 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49658:d40a0bdc27aa Date: 2011-11-22 14:46 +0100 http://bitbucket.org/pypy/pypy/changeset/d40a0bdc27aa/ Log:Merge with default diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimizeopt/tes

[pypy-commit] [OPEN] Pull request #14 for pypy/pypy: py3k fixes - sys.hash_info, more stringobject tests, fixes for stringobject

2011-11-22 Thread Bitbucket
Pull request #14 has been updated by chronitis to include new changes. https://bitbucket.org/pypy/pypy/pull-request/14/py3k-fixes-syshash_info-more-stringobject Title: py3k fixes - sys.hash_info, more stringobject tests, fixes for stringobject Creator: chronitis Add missing py3k sys.hash_info

[pypy-commit] pypy list-strategies: remove dead/commented out code

2011-11-22 Thread fijal
Author: Maciej Fijalkowski Branch: list-strategies Changeset: r49660:4566b449070c Date: 2011-11-22 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/4566b449070c/ Log:remove dead/commented out code diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py

[pypy-commit] pypy default: add a potential project idea

2011-11-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49661:acfe60970d50 Date: 2011-11-22 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/acfe60970d50/ Log:add a potential project idea diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/

[pypy-commit] pypy default: add a potential project idea

2011-11-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49662:62e07d175dd7 Date: 2011-11-22 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/62e07d175dd7/ Log:add a potential project idea diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/

[pypy-commit] pypy default: dumb merge

2011-11-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49663:ffe6c1bffaa0 Date: 2011-11-22 16:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ffe6c1bffaa0/ Log:dumb merge ___ pypy-commit mailing list [email protected] http://mail.python.org/mailman

[pypy-commit] pypy type-specialized-instances: added tests and fixes for overwriting attributes with another type and for untaggable ints

2011-11-22 Thread l . diekmann
Author: Lukas Diekmann Branch: type-specialized-instances Changeset: r49664:c31774e1542e Date: 2011-11-22 16:10 +0100 http://bitbucket.org/pypy/pypy/changeset/c31774e1542e/ Log:added tests and fixes for overwriting attributes with another type and for untaggable ints diff --git a/pyp

[pypy-commit] pypy list-strategies: untested paths

2011-11-22 Thread fijal
Author: Maciej Fijalkowski Branch: list-strategies Changeset: r49665:5f5ee7044ff7 Date: 2011-11-22 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/5f5ee7044ff7/ Log:untested paths diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/list

[pypy-commit] pypy default: (cfbolz, arigo) Clarify the intention.

2011-11-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r49666:cecce64567b2 Date: 2011-11-22 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/cecce64567b2/ Log:(cfbolz, arigo) Clarify the intention. diff --git a/pypy/jit/metainterp/optimizeopt/virtualize.py b/pypy/jit/metainterp/optimizeopt/virtualize.p

[pypy-commit] pypy default: add a (probably not too costly) sanity check to make sure that the traces the

2011-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r49667:3b335c5116cf Date: 2011-11-22 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/3b335c5116cf/ Log:add a (probably not too costly) sanity check to make sure that the traces the optimizer produces have the SSA property, ie every

[pypy-commit] pypy win64-stage1: test_zpy works on win64

2011-11-22 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49668:8a6f3e90b28c Date: 2011-11-22 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8a6f3e90b28c/ Log:test_zpy works on win64 diff --git a/pypy/__init__.py b/pypy/__init__.py --- a/pypy/__init__.py +++ b/pypy/__init__.py @@ -1,1

[pypy-commit] pypy ppc-jit-backend: Started implementation of CALL_ASSEMBLER

2011-11-22 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r49669:c489a73eaf5d Date: 2011-11-22 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/c489a73eaf5d/ Log:Started implementation of CALL_ASSEMBLER diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend/ppc/ppcgen/codebui

[pypy-commit] pypy ppc-jit-backend: Make PPC64 _emit_call abi offset clearer.

2011-11-22 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r49670:ecee5b13c5e2 Date: 2011-11-22 14:24 -0500 http://bitbucket.org/pypy/pypy/changeset/ecee5b13c5e2/ Log:Make PPC64 _emit_call abi offset clearer. diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py b/pypy/jit/backend/ppc/ppcgen/opas

[pypy-commit] pypy default: Added sqlite3.Connection.enable_load_extension, untested because it requires your libsqlite to have been compiled with the right options. (CPython has no tests for it eithe

2011-11-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49671:b38fa1e72083 Date: 2011-11-22 14:00 -0600 http://bitbucket.org/pypy/pypy/changeset/b38fa1e72083/ Log:Added sqlite3.Connection.enable_load_extension, untested because it requires your libsqlite to have been compiled with the right

[pypy-commit] pypy default: merged upstream

2011-11-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49672:d550918b20a6 Date: 2011-11-22 14:57 -0600 http://bitbucket.org/pypy/pypy/changeset/d550918b20a6/ Log:merged upstream diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ide

[pypy-commit] pypy py3k: Buffered IO should catch EINTR and retry.

2011-11-22 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r49673:32c718fe8261 Date: 2011-11-14 07:57 +0100 http://bitbucket.org/pypy/pypy/changeset/32c718fe8261/ Log:Buffered IO should catch EINTR and retry. diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py

[pypy-commit] pypy py3k: Implement sys.hash_info. Initial patch by chronitis, thanks!

2011-11-22 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r49675:aa1d34b5a927 Date: 2011-11-23 00:10 +0100 http://bitbucket.org/pypy/pypy/changeset/aa1d34b5a927/ Log:Implement sys.hash_info. Initial patch by chronitis, thanks! diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py

[pypy-commit] pypy win64-stage1: small merge glitch with big effect

2011-11-22 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49676:87a8294d2a9c Date: 2011-11-22 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/87a8294d2a9c/ Log:small merge glitch with big effect diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/

[pypy-commit] pypy win64-stage1: Added a line to an outdated doc about boehm on windows

2011-11-22 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49679:294125dc2109 Date: 2011-11-23 02:42 +0100 http://bitbucket.org/pypy/pypy/changeset/294125dc2109/ Log:Added a line to an outdated doc about boehm on windows diff --git a/pypy/translator/goal/win32/gc_patch_windows.py b/pypy/tran

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-22 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49677:8ef58d5de9b1 Date: 2011-11-22 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/8ef58d5de9b1/ Log:Merge with default diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/

[pypy-commit] pypy win64-stage1: boehm-gc support for win64

2011-11-22 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49678:88c4b370ab8e Date: 2011-11-23 02:33 +0100 http://bitbucket.org/pypy/pypy/changeset/88c4b370ab8e/ Log:boehm-gc support for win64 diff --git a/pypy/rpython/tool/rffi_platform.py b/pypy/rpython/tool/rffi_platform.py --- a/pypy/rpy

[pypy-commit] pypy win64-stage1: Added a bit to commondefs.h about the work in progress.

2011-11-22 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49680:b181f2e7e428 Date: 2011-11-23 03:16 +0100 http://bitbucket.org/pypy/pypy/changeset/b181f2e7e428/ Log:Added a bit to commondefs.h about the work in progress. A document about the migration should be added, too. diff --git