[pypy-commit] extradoc extradoc: 2 dimensional convolution

2011-06-08 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3625:c6fc317d3405 Date: 2011-06-09 08:47 +0200 http://bitbucket.org/pypy/extradoc/changeset/c6fc317d3405/ Log:2 dimensional convolution diff --git a/talk/iwtc11/benchmarks/convolution/convolution.py b/talk/iwtc11/benchmarks/convolution/convolu

[pypy-commit] Notification: pypy

2011-06-08 Thread Bitbucket
You have received a notification from vinodm. Hi, I forked pypy. My fork is at https://bitbucket.org/vinodm/pypy. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org h

[pypy-commit] extradoc extradoc: different results for different array sizes. cache effects?

2011-06-08 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3624:2c70b2e4e0bf Date: 2011-06-09 07:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/2c70b2e4e0bf/ Log:different results for different array sizes. cache effects? diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks

[pypy-commit] extradoc extradoc: compare to python 2.7

2011-06-08 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3623:c3b7ab276399 Date: 2011-06-09 06:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/c3b7ab276399/ Log:compare to python 2.7 diff --git a/talk/iwtc11/benchmarks/result.txt b/talk/iwtc11/benchmarks/result.txt --- a/talk/iwtc11/benchmarks

[pypy-commit] pypy default: issue740 resolved

2011-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r44844:7b32ed6e8374 Date: 2011-06-09 07:29 +0200 http://bitbucket.org/pypy/pypy/changeset/7b32ed6e8374/ Log:issue740 resolved Add warnings for os.tmpnam() and os.tempnam(). Thanks Da_Blitz. diff --git a/pypy/module/posix/app_posix.py b/pypy/mod

[pypy-commit] pypy default: In try_compile_cache, if compiling fails, don't emit bold red

2011-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r44843:2429d6a14d10 Date: 2011-06-09 07:10 +0200 http://bitbucket.org/pypy/pypy/changeset/2429d6a14d10/ Log:In try_compile_cache, if compiling fails, don't emit bold red warning lines to stderr. It's fine in this case because we are merel

[pypy-commit] pypy reflex-support: added selection for advanced cpp test

2011-06-08 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44842:501f081909f0 Date: 2011-06-08 16:44 -0700 http://bitbucket.org/pypy/pypy/changeset/501f081909f0/ Log:added selection for advanced cpp test diff --git a/pypy/module/cppyy/test/advancedcpp.xml b/pypy/module/cppyy/test/advancedcpp.

[pypy-commit] pypy reflex-support: advanced template support and made gbl a true namespace

2011-06-08 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44841:231bc6acee4f Date: 2011-06-08 15:33 -0700 http://bitbucket.org/pypy/pypy/changeset/231bc6acee4f/ Log:advanced template support and made gbl a true namespace diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/inte

[pypy-commit] extradoc extradoc: some cpython results aswell

2011-06-08 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3622:a689498f45d7 Date: 2011-06-08 21:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/a689498f45d7/ Log:some cpython results aswell diff --git a/talk/iwtc11/benchmarks/convolution/convolution.py b/talk/iwtc11/benchmarks/convolution/convo

[pypy-commit] extradoc extradoc: 1D convolution with fixed kernel size

2011-06-08 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3621:a086ac51ff2b Date: 2011-06-08 21:09 +0200 http://bitbucket.org/pypy/extradoc/changeset/a086ac51ff2b/ Log:1D convolution with fixed kernel size diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/ta

[pypy-commit] extradoc extradoc: sqrt benchmark from blogpost

2011-06-08 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3620:07dc50054298 Date: 2011-06-08 20:09 +0200 http://bitbucket.org/pypy/extradoc/changeset/07dc50054298/ Log:sqrt benchmark from blogpost diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh new file mode 100

[pypy-commit] pypy default: Tests and fix: "pushl 40(%esp)" pushes the value that was in 40(%esp)

2011-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r44839:de1e462f98d8 Date: 2011-06-08 20:20 +0200 http://bitbucket.org/pypy/pypy/changeset/de1e462f98d8/ Log:Tests and fix: "pushl 40(%esp)" pushes the value that was in 40(%esp) before %esp was decremented. Similarly for "popl". diff --git a/pyp

[pypy-commit] pypy default: (arigo, bivab) add checks to shift operations that they do not get a shift count that is out of range, at least for C. If you do this in C you get undefined behaviour.

2011-06-08 Thread bivab
Author: David Schneider Branch: Changeset: r44838:1a44e52c715b Date: 2011-06-08 19:11 +0200 http://bitbucket.org/pypy/pypy/changeset/1a44e52c715b/ Log:(arigo, bivab) add checks to shift operations that they do not get a shift count that is out of range, at least for C. If you do this

[pypy-commit] jitviewer default: it seems that QWebView does not like the first font name inside quotes

2011-06-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r123:10ef886a7abf Date: 2011-06-08 18:37 +0200 http://bitbucket.org/pypy/jitviewer/changeset/10ef886a7abf/ Log:it seems that QWebView does not like the first font name inside quotes diff --git a/static/style.css b/static/style.css --- a/static

[pypy-commit] jitviewer default: make the jitviewer more like a standalone application: it automatically starts a lightweight browser, and stops the server when the user closes it

2011-06-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r122:380ae1af309b Date: 2011-06-08 18:22 +0200 http://bitbucket.org/pypy/jitviewer/changeset/380ae1af309b/ Log:make the jitviewer more like a standalone application: it automatically starts a lightweight browser, and stops the server wh

[pypy-commit] pypy arm-backed-float: (arigo, bivab) give generated functions more meaningful names

2011-06-08 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r44837:65d69628e74d Date: 2011-06-08 18:24 +0200 http://bitbucket.org/pypy/pypy/changeset/65d69628e74d/ Log:(arigo, bivab) give generated functions more meaningful names diff --git a/pypy/jit/backend/arm/instruction_builder.py b/py

[pypy-commit] pypy arm-backed-float: (arigo, bivab) swap the use of the r1 and ip registers here, because ip is really a scratch register that is trashed by a random operation

2011-06-08 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r44836:6c515b82b046 Date: 2011-06-08 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/6c515b82b046/ Log:(arigo, bivab) swap the use of the r1 and ip registers here, because ip is really a scratch register that is trashed

[pypy-commit] pypy arm-backed-float: put this return where it belongs

2011-06-08 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r44835:923f59e113b7 Date: 2011-06-08 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/923f59e113b7/ Log:put this return where it belongs diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py ---

[pypy-commit] extradoc extradoc: put another explicit sentence saying that the hints go into the interpreter, not the user code.

2011-06-08 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3619:e4e405516e02 Date: 2011-06-08 18:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/e4e405516e02/ Log:put another explicit sentence saying that the hints go into the interpreter, not the user code. diff --git a/talk/ico

[pypy-commit] extradoc extradoc: don't stress polymorphic inline caches anymore, focus on runtime feedback.

2011-06-08 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3618:983a244ee43e Date: 2011-06-08 17:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/983a244ee43e/ Log:don't stress polymorphic inline caches anymore, focus on runtime feedback. diff --git a/talk/icooolps2011/paper.tex b

[pypy-commit] pypy dict-strategies: fixed bug in pypy.options: withsmalltuple was defined twice

2011-06-08 Thread l . diekmann
Author: Lukas Diekmann Branch: dict-strategies Changeset: r44834:09143e9916d9 Date: 2011-06-08 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/09143e9916d9/ Log:fixed bug in pypy.options: withsmalltuple was defined twice diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py

[pypy-commit] buildbot default: Try to make the "name" mandatory when we use the "force build" button.

2011-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r515:266b2b007f64 Date: 2011-06-08 16:53 +0200 http://bitbucket.org/pypy/buildbot/changeset/266b2b007f64/ Log:Try to make the "name" mandatory when we use the "force build" button. diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/mas

[pypy-commit] pypy dict-strategies: fixed test in lib-python/modified-2.7/test_weakref and adjusted cpython-differences documentation

2011-06-08 Thread l . diekmann
Author: Lukas Diekmann Branch: dict-strategies Changeset: r44833:c854a2e4ea5f Date: 2011-06-08 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c854a2e4ea5f/ Log:fixed test in lib-python/modified-2.7/test_weakref and adjusted cpython-differences documentation diff --git a/lib-pyt

[pypy-commit] buildbot default: Normalize the permissions of the file after upload.

2011-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r514:c9f385692369 Date: 2011-06-08 16:39 +0200 http://bitbucket.org/pypy/buildbot/changeset/c9f385692369/ Log:Normalize the permissions of the file after upload. diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuild

[pypy-commit] buildbot default: Add a command to clean the 'build' directory if needed first.

2011-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r513:78921d9e2829 Date: 2011-06-08 16:37 +0200 http://bitbucket.org/pypy/buildbot/changeset/78921d9e2829/ Log:Add a command to clean the 'build' directory if needed first. diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2

[pypy-commit] extradoc extradoc: fix the typos the reviewers pointed out

2011-06-08 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3617:3748a7d6e071 Date: 2011-06-08 16:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/3748a7d6e071/ Log:fix the typos the reviewers pointed out diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex --- a/talk/ico

[pypy-commit] pypy dict-strategies: __repr__ doesn't work in compiled version

2011-06-08 Thread l . diekmann
Author: Lukas Diekmann Branch: dict-strategies Changeset: r44832:e108aff9 Date: 2011-06-08 15:21 +0200 http://bitbucket.org/pypy/pypy/changeset/e108aff9/ Log:__repr__ doesn't work in compiled version diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/tes

[pypy-commit] lang-js default: displeased the translator again

2011-06-08 Thread stepahn
Author: Stephan Branch: Changeset: r98:832dff7c0b8a Date: 2011-06-08 13:23 +0200 http://bitbucket.org/pypy/lang-js/changeset/832dff7c0b8a/ Log:displeased the translator again diff --git a/js/jsobj.py b/js/jsobj.py --- a/js/jsobj.py +++ b/js/jsobj.py @@ -613,8 +613,9 @@ def delete_local

[pypy-commit] lang-js default: satisfy the translator

2011-06-08 Thread stepahn
Author: Stephan Branch: Changeset: r97:c7207d514c53 Date: 2011-06-08 12:40 +0200 http://bitbucket.org/pypy/lang-js/changeset/c7207d514c53/ Log:satisfy the translator diff --git a/js/astbuilder.py b/js/astbuilder.py --- a/js/astbuilder.py +++ b/js/astbuilder.py @@ -12,18 +12,14 @@ r

[pypy-commit] lang-js default: use identifiers from scope for variable declaration to preserve order of local variable numbering

2011-06-08 Thread stepahn
Author: Stephan Branch: Changeset: r96:8fe1457c1319 Date: 2011-06-04 01:27 +0200 http://bitbucket.org/pypy/lang-js/changeset/8fe1457c1319/ Log:use identifiers from scope for variable declaration to preserve order of local variable numbering diff --git a/js/astbuilder.py b/js/astbuil

[pypy-commit] lang-js default: use the js property for local variables instead of the raw value, propagate value updates via name or local reference

2011-06-08 Thread stepahn
Author: Stephan Branch: Changeset: r95:88a7fc212e70 Date: 2011-06-04 01:26 +0200 http://bitbucket.org/pypy/lang-js/changeset/88a7fc212e70/ Log:use the js property for local variables instead of the raw value, propagate value updates via name or local reference diff --git a/js/jsobj.

[pypy-commit] lang-js default: allow context to declare, load and store local variables without resolving

2011-06-08 Thread stepahn
Author: Stephan Branch: Changeset: r94:6d5e9a501a64 Date: 2011-06-03 14:47 +0200 http://bitbucket.org/pypy/lang-js/changeset/6d5e9a501a64/ Log:allow context to declare, load and store local variables without resolving diff --git a/js/astbuilder.py b/js/astbuilder.py --- a/js/astbuil

[pypy-commit] Notification: Pull request

2011-06-08 Thread Bitbucket
You have received a notification from xoraxax. Hi, I hereby encourage you to pull some changes in from my fork of pypy-test4. Neither did I change anything, nor would you be interested in a fork with only the first two revisions. But sometimes it is necessary to trigger test mails. This time, I

[pypy-commit] Notification: pypy-test4

2011-06-08 Thread Bitbucket
You have received a notification from xoraxax. Hi, I forked pypy. My fork is at https://bitbucket.org/xoraxax/pypy-test4. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@pyth

[pypy-commit] pypy default: merge heads

2011-06-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44830:4f17c980a218 Date: 2011-06-08 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/4f17c980a218/ Log:merge heads ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/list

[pypy-commit] pypy default: bah, fix imports

2011-06-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44829:2a615db48f37 Date: 2011-06-08 10:05 +0200 http://bitbucket.org/pypy/pypy/changeset/2a615db48f37/ Log:bah, fix imports diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/pypyjit/test_pypy_c/test__ffi.py --- a/pypy/module/py

[pypy-commit] Notification: pypy-test3

2011-06-08 Thread Bitbucket
You have received a notification from xoraxax. Hi, I forked pypy. My fork is at https://bitbucket.org/xoraxax/pypy-test3. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@pyth

[pypy-commit] pypy default: merge

2011-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44828:fadf0f6402fa Date: 2011-06-08 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/fadf0f6402fa/ Log:merge diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module/__builtin__/__init__.py +

[pypy-commit] pypy default: Fix tests and parser

2011-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44827:fe3a1d1ecbb9 Date: 2011-06-08 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/fe3a1d1ecbb9/ Log:Fix tests and parser diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser

[pypy-commit] pypy jitcounter-on-function: Fix tests and parser

2011-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitcounter-on-function Changeset: r44826:951e0667ce67 Date: 2011-06-08 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/951e0667ce67/ Log:Fix tests and parser diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/to