[pypy-commit] pypy faster-rstruct: there is no distinction between native and standard float/double formats: the Python struct module requires that the format is ieee754 in both cases. However, in cas

2015-11-21 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80814:8f216a415954 Date: 2015-11-21 11:34 +0100 http://bitbucket.org/pypy/pypy/changeset/8f216a415954/ Log:there is no distinction between native and standard float/double formats: the Python struct module requires that the forma

[pypy-commit] pypy faster-rstruct: blindly try to make this test passing on big-endian machines

2015-11-21 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80816:8846f2974ae5 Date: 2015-11-21 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/8846f2974ae5/ Log:blindly try to make this test passing on big-endian machines diff --git a/rpython/jit/metainterp/test/test_strstorage.py b/rpyth

[pypy-commit] pypy faster-rstruct: hg merge default-at-the-latest-green-revision

2015-11-21 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct Changeset: r80815:a256226d8bce Date: 2015-11-21 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/a256226d8bce/ Log:hg merge default-at-the-latest-green-revision diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -17,3 +17,4 @@ 295ee

[pypy-commit] pypy default: Document merged branch

2015-11-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r80819:d983bf130cff Date: 2015-11-21 16:41 + http://bitbucket.org/pypy/pypy/changeset/d983bf130cff/ Log:Document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whats

[pypy-commit] pypy anntype: Close branch anntype

2015-11-21 Thread rlamy
Author: Ronan Lamy Branch: anntype Changeset: r80817:927882e0a003 Date: 2015-11-21 16:39 + http://bitbucket.org/pypy/pypy/changeset/927882e0a003/ Log:Close branch anntype ___ pypy-commit mailing list [email protected] https://mail.python.o

[pypy-commit] pypy default: Merged in anntype (pull request #359)

2015-11-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r80818:f174c2bebfa6 Date: 2015-11-21 16:39 + http://bitbucket.org/pypy/pypy/changeset/f174c2bebfa6/ Log:Merged in anntype (pull request #359) Refactor and improve exception analysis in the annotator. diff --git a/rpython/annotator/annrpytho

[pypy-commit] pypy exc-later: hg merge default

2015-11-21 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r80820:c61a1f069e26 Date: 2015-11-21 16:50 + http://bitbucket.org/pypy/pypy/changeset/c61a1f069e26/ Log:hg merge default diff too long, truncating to 2000 out of 10259 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -17

[pypy-commit] pypy default: test, fix failures due to dtype=(('O', spec)) union, demarcate probable bug in upstream frompyfunc

2015-11-21 Thread mattip
Author: mattip Branch: Changeset: r80821:dcf9a1751e29 Date: 2015-11-21 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/dcf9a1751e29/ Log:test, fix failures due to dtype=(('O', spec)) union, demarcate probable bug in upstream frompyfunc diff --git a/pypy/module/micronumpy/descri

[pypy-commit] pypy default: test, fix for disallowing record array with mixed object, non-object values

2015-11-21 Thread mattip
Author: mattip Branch: Changeset: r80822:fce4c7d4a8b9 Date: 2015-11-22 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/fce4c7d4a8b9/ Log:test, fix for disallowing record array with mixed object, non-object values until we figure out a way to mark the gc pointers in the

[pypy-commit] pypy default: unskip passing test

2015-11-21 Thread mattip
Author: mattip Branch: Changeset: r80823:89f29652c2b2 Date: 2015-11-22 00:05 +0200 http://bitbucket.org/pypy/pypy/changeset/89f29652c2b2/ Log:unskip passing test diff --git a/pypy/module/micronumpy/test/test_object_arrays.py b/pypy/module/micronumpy/test/test_object_arrays.py --- a/pypy/mo