[pypy-commit] pypy online-transforms-2: close branch before merging

2015-03-06 Thread rlamy
Author: Ronan Lamy Branch: online-transforms-2 Changeset: r76263:fe220b4c7cbb Date: 2015-03-07 01:43 + http://bitbucket.org/pypy/pypy/changeset/fe220b4c7cbb/ Log:close branch before merging ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pypy default: merge branch 'online-transforms-2'

2015-03-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76264:4b7d6f8bc860 Date: 2015-03-07 01:57 + http://bitbucket.org/pypy/pypy/changeset/4b7d6f8bc860/ Log:merge branch 'online-transforms-2' diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpyt

[pypy-commit] pypy default: document branch

2015-03-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76265:2b553dc58a66 Date: 2015-03-07 02:05 + http://bitbucket.org/pypy/pypy/changeset/2b553dc58a66/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy.org extradoc: update the values

2015-03-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r576:bba799524d7c Date: 2015-03-06 23:35 +0100 http://bitbucket.org/pypy/pypy.org/changeset/bba799524d7c/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -17,7 +17,7 @@ 2nd call: - $22463 of

[pypy-commit] pypy recent-pure-ops: Add more precise assertions than just one comment

2015-03-06 Thread arigo
Author: Armin Rigo Branch: recent-pure-ops Changeset: r76262:e1cfdc63467c Date: 2015-03-06 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/e1cfdc63467c/ Log:Add more precise assertions than just one comment diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/re

[pypy-commit] pypy optresult: one more test

2015-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76259:be5ec91a624a Date: 2015-03-06 19:24 +0200 http://bitbucket.org/pypy/pypy/changeset/be5ec91a624a/ Log:one more test diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --- a/rpytho

[pypy-commit] pypy optresult: whack whack whack

2015-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76261:514545cbbcfb Date: 2015-03-06 19:42 +0200 http://bitbucket.org/pypy/pypy/changeset/514545cbbcfb/ Log:whack whack whack diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --- a/rp

[pypy-commit] pypy optresult: one more test

2015-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76260:eb2bed1c7f35 Date: 2015-03-06 19:24 +0200 http://bitbucket.org/pypy/pypy/changeset/eb2bed1c7f35/ Log:one more test diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py --- a/rpytho

[pypy-commit] pypy optresult: more tests passing, really just whacking at it

2015-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76257:5a1e7576366b Date: 2015-03-06 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/5a1e7576366b/ Log:more tests passing, really just whacking at it diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp

[pypy-commit] pypy optresult: pass the first virtual test

2015-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76258:1f70e61d2780 Date: 2015-03-06 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1f70e61d2780/ Log:pass the first virtual test diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.p

[pypy-commit] pypy optresult: make more tests pass

2015-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76256:443a81259c45 Date: 2015-03-06 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/443a81259c45/ Log:make more tests pass diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/intbound

[pypy-commit] pypy optresult: merge recent-ops

2015-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76255:456f069a2ff4 Date: 2015-03-06 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/456f069a2ff4/ Log:merge recent-ops diff --git a/lib_pypy/pyrepl/readline.py b/lib_pypy/pyrepl/readline.py --- a/lib_pypy/pyrepl/readline.py +++ b/

[pypy-commit] pypy default: fix egg version

2015-03-06 Thread mattip
Author: mattip Branch: Changeset: r76252:c4c364117fe8 Date: 2015-03-06 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c4c364117fe8/ Log:fix egg version diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/lib_pypy/cffi.egg-info @@ -1,6 +1,6 @

[pypy-commit] pypy object-dtype2: reflect attributes of object, start to write gc test

2015-03-06 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76254:a4a38e2aec66 Date: 2015-03-06 17:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a4a38e2aec66/ Log:reflect attributes of object, start to write gc test diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py ---

[pypy-commit] pypy object-dtype2: merge default into branch

2015-03-06 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76253:cb72282b1ea6 Date: 2015-03-06 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/cb72282b1ea6/ Log:merge default into branch diff too long, truncating to 2000 out of 3202 lines diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-i

[pypy-commit] pypy.org extradoc: update the values

2015-03-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r575:15d893b04f4c Date: 2015-03-06 14:11 +0100 http://bitbucket.org/pypy/pypy.org/changeset/15d893b04f4c/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy recent-pure-ops: fix the rest of the tests, this branch either goes in or dies

2015-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: recent-pure-ops Changeset: r76251:9bf72dc42671 Date: 2015-03-06 14:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9bf72dc42671/ Log:fix the rest of the tests, this branch either goes in or dies diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py