[pypy-commit] pypy py3.3: hg merge py3k

2016-03-13 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r83024:49038903b4c5 Date: 2016-03-14 00:07 +0100 http://bitbucket.org/pypy/pypy/changeset/49038903b4c5/ Log:hg merge py3k diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -240,6 +240,7 @@ Kristjan Valur Jonsson David Lievens

[pypy-commit] buildbot default: Change build master configuration back to run py3k instead of py3.3.

2016-03-13 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r993:c8cf9192307c Date: 2016-03-13 23:52 +0100 http://bitbucket.org/pypy/buildbot/changeset/c8cf9192307c/ Log:Change build master configuration back to run py3k instead of py3.3. diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py -

[pypy-commit] pypy py3k: hg merge b238b48f9138

2016-03-13 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r83023:7fa0c2fa7ef4 Date: 2016-03-13 23:06 +0100 http://bitbucket.org/pypy/pypy/changeset/7fa0c2fa7ef4/ Log:hg merge b238b48f9138 This is the last changeset which was merged into release-5.x. diff --git a/LICENSE b/LICENSE --- a/LICENSE +

[pypy-commit] pypy default: document merged branches

2016-03-13 Thread mattip
Author: mattip Branch: Changeset: r83022:6696ef3ab058 Date: 2016-03-13 21:59 +0200 http://bitbucket.org/pypy/pypy/changeset/6696ef3ab058/ Log:document merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsne

[pypy-commit] pypy default: Merged in sergem/pypy/where_1_arg (pull request #414)

2016-03-13 Thread mattip
Author: mattip Branch: Changeset: r83021:8542130344ea Date: 2016-03-13 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8542130344ea/ Log:Merged in sergem/pypy/where_1_arg (pull request #414) Implemented numpy.where for 1 argument. diff --git a/pypy/module/micronumpy/arrayops.p

[pypy-commit] pypy where_1_arg: Implemented where for 1 argument. Added tests.

2016-03-13 Thread Sergey Matyunin
Author: Sergey Matyunin Branch: where_1_arg Changeset: r83020:35aba6438e37 Date: 2016-03-13 19:43 +0100 http://bitbucket.org/pypy/pypy/changeset/35aba6438e37/ Log:Implemented where for 1 argument. Added tests. diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops

[pypy-commit] pypy py3.3: Merged in py3.3-bootstrap-hack (pull request #415)

2016-03-13 Thread rlamy
Author: Ronan Lamy Branch: py3.3 Changeset: r83019:0113d6e6d5ca Date: 2016-03-13 19:29 + http://bitbucket.org/pypy/pypy/changeset/0113d6e6d5ca/ Log:Merged in py3.3-bootstrap-hack (pull request #415) Initialise the filesystem encoding only after imports have been bootstrap

[pypy-commit] pypy py3.3-bootstrap-hack: Close branch py3.3-bootstrap-hack

2016-03-13 Thread rlamy
Author: Ronan Lamy Branch: py3.3-bootstrap-hack Changeset: r83018:54a2d1b980a4 Date: 2016-03-13 19:29 + http://bitbucket.org/pypy/pypy/changeset/54a2d1b980a4/ Log:Close branch py3.3-bootstrap-hack ___ pypy-commit mailing list pypy-commit@python

[pypy-commit] pypy guard-compatible: emitting guard_value after guard_compatible replaces the guard_compatible

2016-03-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83014:4f6cf238e74a Date: 2016-03-13 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/4f6cf238e74a/ Log:emitting guard_value after guard_compatible replaces the guard_compatible diff --git a/rpython/jit/metainterp/op

[pypy-commit] pypy guard-compatible: check that even if there are two guard_compatibles, the conditions end up on

2016-03-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83015:f0e5ad960ab7 Date: 2016-03-13 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/f0e5ad960ab7/ Log:check that even if there are two guard_compatibles, the conditions end up on only one diff --git a/rpython/jit/m

[pypy-commit] pypy guard-compatible: test interaction with guard_compatible if the elidable function raises (it's

2016-03-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83017:27576d755874 Date: 2016-03-13 18:39 +0100 http://bitbucket.org/pypy/pypy/changeset/27576d755874/ Log:test interaction with guard_compatible if the elidable function raises (it's never compatible then) diff --git a

[pypy-commit] pypy guard-compatible: a test for the interaction of guard_compatible and guard_class

2016-03-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83016:ac2efcf3d81a Date: 2016-03-13 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/ac2efcf3d81a/ Log:a test for the interaction of guard_compatible and guard_class diff --git a/rpython/jit/metainterp/optimizeopt/optimizer

[pypy-commit] pypy default: Hypothesis test for rlib.runicode.

2016-03-13 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r83013:bb73b1e0ef9f Date: 2016-03-13 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/bb73b1e0ef9f/ Log:Hypothesis test for rlib.runicode. diff --git a/rpython/rlib/test/test_runicode.py b/rpython/rlib/test/test_runicode.py --- a/rpython/rlib/

[pypy-commit] pypy rawrefcount-review: hg merge default

2016-03-13 Thread rlamy
Author: Ronan Lamy Branch: rawrefcount-review Changeset: r83011:ac298f2c6197 Date: 2016-03-13 16:26 + http://bitbucket.org/pypy/pypy/changeset/ac298f2c6197/ Log:hg merge default diff too long, truncating to 2000 out of 14492 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b

[pypy-commit] pypy rawrefcount-review: Add externally malloced gcobjects to the hypothesis test

2016-03-13 Thread rlamy
Author: Ronan Lamy Branch: rawrefcount-review Changeset: r83012:579b1d5d2803 Date: 2016-03-13 16:50 + http://bitbucket.org/pypy/pypy/changeset/579b1d5d2803/ Log:Add externally malloced gcobjects to the hypothesis test diff --git a/rpython/memory/gc/test/test_rawrefcount.py b/rpython/mem

[pypy-commit] pypy guard-compatible: a first stab at using elidable_compatible in mapdict.py

2016-03-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83010:907d767133db Date: 2016-03-13 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/907d767133db/ Log:a first stab at using elidable_compatible in mapdict.py diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/ma

[pypy-commit] pypy guard-compatible: use the new CPU interface

2016-03-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83009:d086871396dd Date: 2016-03-13 13:54 +0100 http://bitbucket.org/pypy/pypy/changeset/d086871396dd/ Log:use the new CPU interface diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpyt

[pypy-commit] pypy guard-compatible: a new CPU interface for guard_compatible, a test for it and an llgraph

2016-03-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83008:8969fdd0d8d4 Date: 2016-03-13 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/8969fdd0d8d4/ Log:a new CPU interface for guard_compatible, a test for it and an llgraph implementation diff --git a/rpython/jit/b

[pypy-commit] pypy cpyext-ext: Improve the debug checks. Shows an issue with string_alloc() in cpyext

2016-03-13 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r83007:54e7251ae418 Date: 2016-03-13 11:03 +0100 http://bitbucket.org/pypy/pypy/changeset/54e7251ae418/ Log:Improve the debug checks. Shows an issue with string_alloc() in cpyext diff --git a/rpython/rlib/rawrefcount.py b/rpython/rlib/