[pypy-commit] pypy result-in-resops: slow progress on changing all APIs yet again

2012-10-25 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r58416:856e6f99d11b Date: 2012-10-25 12:55 +0200 http://bitbucket.org/pypy/pypy/changeset/856e6f99d11b/ Log:slow progress on changing all APIs yet again diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py b/pypy/jit/metain

[pypy-commit] pypy result-in-resops: slow progress

2012-10-25 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r58417:3681c767716a Date: 2012-10-25 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/3681c767716a/ Log:slow progress diff --git a/pypy/jit/metainterp/optimizeopt/heap.py b/pypy/jit/metainterp/optimizeopt/heap.py --- a/pypy/

[pypy-commit] pypy reflex-support: from Scott Snyder: fix aliasing bug

2012-10-25 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r58421:1ea25f421fd8 Date: 2012-10-25 06:06 -0700 http://bitbucket.org/pypy/pypy/changeset/1ea25f421fd8/ Log:from Scott Snyder: fix aliasing bug diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx b/pypy/module/cppyy/src/cintcwrapper.cx

[pypy-commit] pypy reflex-support: merge default into branch and nudge the annotator; translation works again

2012-10-25 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r58419:e1f77fb74300 Date: 2012-10-25 02:37 -0700 http://bitbucket.org/pypy/pypy/changeset/e1f77fb74300/ Log:merge default into branch and nudge the annotator; translation works again diff --git a/pypy/jit/metainterp/optimizeopt/

[pypy-commit] pypy reflex-support: force return value of bool in is_static

2012-10-25 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r58420:2512d81cc6f3 Date: 2012-10-25 05:59 -0700 http://bitbucket.org/pypy/pypy/changeset/2512d81cc6f3/ Log:force return value of bool in is_static diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py ---

[pypy-commit] cffi default: Uh, this method is misnamed in the docs.

2012-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r1005:3be96f74ff77 Date: 2012-10-25 20:50 +0200 http://bitbucket.org/cffi/cffi/changeset/3be96f74ff77/ Log:Uh, this method is misnamed in the docs. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/inde

[pypy-commit] pypy py3k: clarify the intent of compile(), fix eval's bytes handling

2012-10-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58422:178958be7335 Date: 2012-10-25 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/178958be7335/ Log:clarify the intent of compile(), fix eval's bytes handling diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/co

[pypy-commit] pypy py3k: check for the magic encoding comment even w/ bytes and or PyCF_SOURCE_IS_UTF8

2012-10-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58423:d28fd7705d86 Date: 2012-10-25 15:48 -0700 http://bitbucket.org/pypy/pypy/changeset/d28fd7705d86/ Log:check for the magic encoding comment even w/ bytes and or PyCF_SOURCE_IS_UTF8 (which seems irrelevant now that the default

[pypy-commit] pypy py3k: add the surrogatepass error handler

2012-10-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58424:6e0ce8d44be5 Date: 2012-10-25 18:03 -0700 http://bitbucket.org/pypy/pypy/changeset/6e0ce8d44be5/ Log:add the surrogatepass error handler diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/m