[pypy-commit] pypy reflex-support: merge heads

2011-07-08 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45428:9ef9fe98b7a3 Date: 2011-07-08 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/9ef9fe98b7a3/ Log:merge heads diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter.py ++

[pypy-commit] pypy reflex-support: first attempt at CINT back-end

2011-07-08 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45427:b191cd469f0b Date: 2011-07-08 15:13 -0700 http://bitbucket.org/pypy/pypy/changeset/b191cd469f0b/ Log:first attempt at CINT back-end diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/module/cppyy/capi/__init__.py new file mo

[pypy-commit] pypy numpy-impicit-convert: merge default

2011-07-08 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45426:be38f623af1b Date: 2011-07-08 22:48 +0300 http://bitbucket.org/pypy/pypy/changeset/be38f623af1b/ Log:merge default diff --git a/lib-python/modified-2.7/distutils/cygwinccompiler.py b/lib-python/modified-2.7/distutils/cygw

[pypy-commit] pypy numpy-impicit-convert: Simplifying and moving issequence to objspace

2011-07-08 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45425:6ee97b808423 Date: 2011-07-08 21:13 +0300 http://bitbucket.org/pypy/pypy/changeset/6ee97b808423/ Log:Simplifying and moving issequence to objspace diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspa

[pypy-commit] pypy shadowstack-perf: In-progress: try to use r15 for signalling exceptions.

2011-07-08 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf Changeset: r45424:65ec9d93dc63 Date: 2011-07-08 20:38 +0200 http://bitbucket.org/pypy/pypy/changeset/65ec9d93dc63/ Log:In-progress: try to use r15 for signalling exceptions. diff --git a/pypy/rlib/register.py b/pypy/rlib/register.py --- a/pypy/rlib

[pypy-commit] pypy shadowstack-perf: Complete pypy.rlib.register.

2011-07-08 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf Changeset: r45423:3ab1f1a91c1c Date: 2011-07-08 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/3ab1f1a91c1c/ Log:Complete pypy.rlib.register. diff --git a/pypy/translator/register.py b/pypy/rlib/register.py rename from pypy/translator/registe

[pypy-commit] pypy win64 test: merge default into 'win64 test' branch

2011-07-08 Thread ctismer
Author: Christian Tismer Branch: win64 test Changeset: r45422:3a644729b2d9 Date: 2011-07-08 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/3a644729b2d9/ Log:merge default into 'win64 test' branch diff --git a/lib-python/modified-2.7/distutils/cygwinccompiler.py b/lib-python/modified-2

[pypy-commit] pypy win64 test: test_ll2ctypes.py works, only test_errno not yet.

2011-07-08 Thread ctismer
Author: Christian Tismer Branch: win64 test Changeset: r45421:2acf01fa3075 Date: 2011-07-08 18:58 +0200 http://bitbucket.org/pypy/pypy/changeset/2acf01fa3075/ Log:test_ll2ctypes.py works, only test_errno not yet. temporarily disabled for win64. diff --git a/pypy/rpython/lltypesystem/

[pypy-commit] jitviewer default: minor fixes

2011-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r139:1f2e5273f980 Date: 2011-07-08 15:39 +0200 http://bitbucket.org/pypy/jitviewer/changeset/1f2e5273f980/ Log:minor fixes diff --git a/_jitviewer/static/script.js b/_jitviewer/static/script.js --- a/_jitviewer/static/script.js +++ b/_jitviewer/

[pypy-commit] jitviewer default: use new features to be able to display assembler, disabled by default

2011-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r138:9156677f07b3 Date: 2011-07-08 15:31 +0200 http://bitbucket.org/pypy/jitviewer/changeset/9156677f07b3/ Log:use new features to be able to display assembler, disabled by default diff --git a/_jitviewer/static/script.js b/_jitviewer/st

[pypy-commit] pypy default: also return log

2011-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45418:1c550f41f9d5 Date: 2011-07-08 13:56 +0200 http://bitbucket.org/pypy/pypy/changeset/1c550f41f9d5/ Log:also return log diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +

[pypy-commit] jitviewer default: some cleanups

2011-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r137:5af601922365 Date: 2011-07-08 13:54 +0200 http://bitbucket.org/pypy/jitviewer/changeset/5af601922365/ Log:some cleanups diff --git a/bin/jitviewer.py b/bin/jitviewer.py --- a/bin/jitviewer.py +++ b/bin/jitviewer.py @@ -37,7 +37,6 @@

[pypy-commit] pypy default: Write a simple parser of logs that returns loops

2011-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45417:f88554cbc218 Date: 2011-07-08 13:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f88554cbc218/ Log:Write a simple parser of logs that returns loops diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/p

[pypy-commit] pypy default: Improve logging messages to match exactly the format used in logger

2011-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45416:330224c355a1 Date: 2011-07-08 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/330224c355a1/ Log:Improve logging messages to match exactly the format used in logger diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x8

[pypy-commit] pypy default: merge

2011-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45415:70d9564fe923 Date: 2011-07-08 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/70d9564fe923/ Log:merge diff --git a/lib_pypy/binascii.py b/lib_pypy/binascii.py --- a/lib_pypy/binascii.py +++ b/lib_pypy/binascii.py @@ -659,7 +659,7 @@

[pypy-commit] pypy default: Skip tests on 2.7

2011-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45414:133ea4067736 Date: 2011-07-08 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/133ea4067736/ Log:Skip tests on 2.7 diff --git a/pypy/tool/jitlogparser/test/test_parser.py b/pypy/tool/jitlogparser/test/test_parser.py --- a/pypy/tool/j

[pypy-commit] pypy default: Remove refernce to call likely builtin.

2011-07-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45413:a48d1097f4d6 Date: 2011-07-08 02:05 -0700 http://bitbucket.org/pypy/pypy/changeset/a48d1097f4d6/ Log:Remove refernce to call likely builtin. diff --git a/pypy/doc/interpreter-optimizations.rst b/pypy/doc/interpreter-optimizations.rst --- a/pypy