[pypy-commit] pypy unicode-dtype: Add missing UnicodeType methods

2015-06-10 Thread rlamy
Author: Ronan Lamy Branch: unicode-dtype Changeset: r78023:f9808839b92c Date: 2015-06-10 21:51 +0100 http://bitbucket.org/pypy/pypy/changeset/f9808839b92c/ Log:Add missing UnicodeType methods diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/mic

[pypy-commit] pypy unicode-dtype: fix translation

2015-06-10 Thread rlamy
Author: Ronan Lamy Branch: unicode-dtype Changeset: r78024:e0542894acbb Date: 2015-06-11 02:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e0542894acbb/ Log:fix translation diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py

[pypy-commit] pypy py3k: Add a fallback to the ncurses library if ncursesw is not available.

2015-06-10 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78022:2705fe4f9105 Date: 2015-06-11 01:47 +0200 http://bitbucket.org/pypy/pypy/changeset/2705fe4f9105/ Log:Add a fallback to the ncurses library if ncursesw is not available. diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py ---

[pypy-commit] stmgc c8-gil-like: Essential fix here: while waiting for the inevitable transaction to

2015-06-10 Thread arigo
Author: Armin Rigo Branch: c8-gil-like Changeset: r1800:9d96ac8b82e0 Date: 2015-06-10 22:57 +0200 http://bitbucket.org/pypy/stmgc/changeset/9d96ac8b82e0/ Log:Essential fix here: while waiting for the inevitable transaction to commit, look if it is detached and commit it ourselves dif

[pypy-commit] stmgc c8-gil-like: progress

2015-06-10 Thread arigo
Author: Armin Rigo Branch: c8-gil-like Changeset: r1799:370c663b47f6 Date: 2015-06-10 22:50 +0200 http://bitbucket.org/pypy/stmgc/changeset/370c663b47f6/ Log:progress diff --git a/c8/stm/detach.c b/c8/stm/detach.c --- a/c8/stm/detach.c +++ b/c8/stm/detach.c @@ -3,26 +3,20 @@ #endif -/*

[pypy-commit] stmgc c8-gil-like: fix fix fix

2015-06-10 Thread arigo
Author: Armin Rigo Branch: c8-gil-like Changeset: r1797:152b52431340 Date: 2015-06-10 16:51 +0200 http://bitbucket.org/pypy/stmgc/changeset/152b52431340/ Log:fix fix fix diff --git a/c8/demo/demo_simple.c b/c8/demo/demo_simple.c --- a/c8/demo/demo_simple.c +++ b/c8/demo/demo_simple.c @@ -70,

[pypy-commit] stmgc c8-gil-like: intermediate check-in, will probably be changed again

2015-06-10 Thread arigo
Author: Armin Rigo Branch: c8-gil-like Changeset: r1798:c3d3a85bd978 Date: 2015-06-10 21:57 +0200 http://bitbucket.org/pypy/stmgc/changeset/c3d3a85bd978/ Log:intermediate check-in, will probably be changed again diff --git a/c8/stm/detach.c b/c8/stm/detach.c --- a/c8/stm/detach.c +++ b/c8/st

[pypy-commit] pypy unicode-dtype: Fix repr() of str and unicode scalars

2015-06-10 Thread rlamy
Author: Ronan Lamy Branch: unicode-dtype Changeset: r78021:b74fb5aa4741 Date: 2015-06-10 21:22 +0100 http://bitbucket.org/pypy/pypy/changeset/b74fb5aa4741/ Log:Fix repr() of str and unicode scalars diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/modu

[pypy-commit] pypy unicode-dtype: Implement UnicodeType.fill()

2015-06-10 Thread rlamy
Author: Ronan Lamy Branch: unicode-dtype Changeset: r78019:f3f7e88f6b92 Date: 2015-06-10 05:12 +0100 http://bitbucket.org/pypy/pypy/changeset/f3f7e88f6b92/ Log:Implement UnicodeType.fill() diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py

[pypy-commit] pypy unicode-dtype: Handle str() and repr() on unicode scalars

2015-06-10 Thread rlamy
Author: Ronan Lamy Branch: unicode-dtype Changeset: r78020:41c8a260855b Date: 2015-06-10 19:48 +0100 http://bitbucket.org/pypy/pypy/changeset/41c8a260855b/ Log:Handle str() and repr() on unicode scalars diff --git a/pypy/module/micronumpy/test/test_object_arrays.py b/pypy/module/micronumpy/

[pypy-commit] pypy dtypes-compatability: fix subclass test, break translation

2015-06-10 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78017:b65ab68b4506 Date: 2015-06-10 21:10 +0300 http://bitbucket.org/pypy/pypy/changeset/b65ab68b4506/ Log:fix subclass test, break translation diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --

[pypy-commit] pypy dtypes-compatability: add and modify tests for numpy compatibility, fix shape failures

2015-06-10 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78016:1bb47ca4e3f7 Date: 2015-06-10 20:21 +0300 http://bitbucket.org/pypy/pypy/changeset/1bb47ca4e3f7/ Log:add and modify tests for numpy compatibility, fix shape failures diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module

[pypy-commit] pypy dtypes-compatability: add, implement flags, fix alignment

2015-06-10 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78018:37b77ed73855 Date: 2015-06-10 23:04 +0300 http://bitbucket.org/pypy/pypy/changeset/37b77ed73855/ Log:add, implement flags, fix alignment diff --git a/pypy/module/micronumpy/constants.py b/pypy/module/micronumpy/constants.py --- a

[pypy-commit] pypy vecopt: added a new field to the resume guard descr to handle accumulation variables at guard exit

2015-06-10 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78012:6497803fbba6 Date: 2015-06-10 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/6497803fbba6/ Log:added a new field to the resume guard descr to handle accumulation variables at guard exit implemented the accumulation for fl

[pypy-commit] pypy default: Resolved the confusion with another confusion (but less so)

2015-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r78011:a10c97822d2a Date: 2015-06-10 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/a10c97822d2a/ Log:Resolved the confusion with another confusion (but less so) diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpytho

[pypy-commit] pypy default: Don't put the "-g" option in the "gcc" invocation if we invoke it on a

2015-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r78010:61996ba39135 Date: 2015-06-10 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/61996ba39135/ Log:Don't put the "-g" option in the "gcc" invocation if we invoke it on a ".s" file. It seems that gcc propagates it to "as" in this case,

[pypy-commit] pypy vmprof-address: sorting the code ranges again

2015-06-10 Thread plan_rich
Author: Richard Plangger Branch: vmprof-address Changeset: r78009:795973683fee Date: 2015-06-10 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/795973683fee/ Log:sorting the code ranges again diff --git a/rpython/tool/jitlogparser/parser.py b/rpython/tool/jitlogparser/parser.py --- a/r

[pypy-commit] pypy vecopt: loading all code regions instead of the merged ones from World

2015-06-10 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78008:09753b7b85af Date: 2015-06-10 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/09753b7b85af/ Log:loading all code regions instead of the merged ones from World diff --git a/rpython/tool/jitlogparser/parser.py b/rpython/tool/jitlo

[pypy-commit] pypy vmprof-address: manually loading address from log to get all addresses and be able to display all assembler dumps

2015-06-10 Thread plan_rich
Author: Richard Plangger Branch: vmprof-address Changeset: r78007:c1dc41980f3b Date: 2015-06-10 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/c1dc41980f3b/ Log:manually loading address from log to get all addresses and be able to display all assembler dumps diff --git a/rpytho

[pypy-commit] pypy vmprof-address: changes to view the bootstrap address of vmprof

2015-06-10 Thread plan_rich
Author: Richard Plangger Branch: vmprof-address Changeset: r78006:2ff1050d072a Date: 2015-06-10 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/2ff1050d072a/ Log:changes to view the bootstrap address of vmprof diff --git a/rpython/jit/backend/tool/viewcode.py b/rpython/jit/backend/tool

[pypy-commit] pypy vecopt: vector boxes need to be considered on guard exit

2015-06-10 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78005:37e903d27286 Date: 2015-06-10 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/37e903d27286/ Log:vector boxes need to be considered on guard exit diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsup

[pypy-commit] jitviewer vmprof-address: adding vmprof address to the right side of a loop

2015-06-10 Thread plan_rich
Author: Richard Plangger Branch: vmprof-address Changeset: r272:0d1b70823758 Date: 2015-06-10 10:50 +0200 http://bitbucket.org/pypy/jitviewer/changeset/0d1b70823758/ Log:adding vmprof address to the right side of a loop extended the search to be able to lookup hex addresses (must star

[pypy-commit] jitviewer vmprof-address: merged defaut

2015-06-10 Thread plan_rich
Author: Richard Plangger Branch: vmprof-address Changeset: r273:294cee8b9fda Date: 2015-06-10 10:51 +0200 http://bitbucket.org/pypy/jitviewer/changeset/294cee8b9fda/ Log:merged defaut diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -4,3 +4,4 @@ 62ad3e746dacc21c8e5dff2a37738659