[pypy-commit] pypy default: merge

2015-02-06 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75733:13cf744cbd9a Date: 2015-02-06 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/13cf744cbd9a/ Log:merge diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -74,7 +74,9 @@ See the :

[pypy-commit] pypy default: backout vmprof merge, clearly not ready for the prime time

2015-02-06 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75732:93acf6aa53b7 Date: 2015-02-06 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/93acf6aa53b7/ Log:backout vmprof merge, clearly not ready for the prime time diff too long, truncating to 2000 out of 2674 lines diff --git a/LICENSE b/LI

[pypy-commit] pypy default: update the error message now that we don't have --output any more

2015-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r75734:a2df20419f11 Date: 2015-02-06 12:06 +0100 http://bitbucket.org/pypy/pypy/changeset/a2df20419f11/ Log:update the error message now that we don't have --output any more diff --git a/rpython/translator/goal/translate.py b/rpython/translator/goal/tr

[pypy-commit] pypy default: Yet another attempt to fix issue 1971.

2015-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r75736:e51a71b67c43 Date: 2015-02-06 12:44 +0100 http://bitbucket.org/pypy/pypy/changeset/e51a71b67c43/ Log:Yet another attempt to fix issue 1971. diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/target

[pypy-commit] pypy stackroot-speedup-2: ready to merge

2015-02-06 Thread arigo
Author: Armin Rigo Branch: stackroot-speedup-2 Changeset: r75735:3a5badc0148c Date: 2015-02-06 12:20 +0100 http://bitbucket.org/pypy/pypy/changeset/3a5badc0148c/ Log:ready to merge ___ pypy-commit mailing list [email protected] https://mail.py

[pypy-commit] pypy default: hg merge stackroot-speedup-2

2015-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r75737:2f0b1cc091f5 Date: 2015-02-06 12:50 +0100 http://bitbucket.org/pypy/pypy/changeset/2f0b1cc091f5/ Log:hg merge stackroot-speedup-2 This is a quick hack to avoid walking the complete stack in every minor GC collection. It only works

[pypy-commit] stmgc default: Change back to accessing read-markers through a non-aliasing type to allow for

2015-02-06 Thread Raemi
Author: Remi Meier Branch: Changeset: r1609:ddd64fd996c7 Date: 2015-02-06 16:13 +0100 http://bitbucket.org/pypy/stmgc/changeset/ddd64fd996c7/ Log:Change back to accessing read-markers through a non-aliasing type to allow for better optimizations by the c compiler. It should be safe

[pypy-commit] stmgc default: remove unused type

2015-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1610:ee8dd5569dea Date: 2015-02-06 17:28 +0100 http://bitbucket.org/pypy/stmgc/changeset/ee8dd5569dea/ Log:remove unused type diff --git a/c7/stmgc.h b/c7/stmgc.h --- a/c7/stmgc.h +++ b/c7/stmgc.h @@ -25,7 +25,6 @@ typedef TLPREFIX struct object_s obj

[pypy-commit] pypy stmgc-c8: hg merge stmgc-c7, and import stmgc/c8

2015-02-06 Thread arigo
Author: Armin Rigo Branch: stmgc-c8 Changeset: r75738:053bac719b8c Date: 2015-02-06 17:29 +0100 http://bitbucket.org/pypy/pypy/changeset/053bac719b8c/ Log:hg merge stmgc-c7, and import stmgc/c8 diff too long, truncating to 2000 out of 4037 lines diff --git a/lib_pypy/atomic.py b/lib_pypy/at

[pypy-commit] pypy stmgc-c8: hg merge stmgc-c7

2015-02-06 Thread arigo
Author: Armin Rigo Branch: stmgc-c8 Changeset: r75740:8e3beb94417a Date: 2015-02-06 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/8e3beb94417a/ Log:hg merge stmgc-c7 diff --git a/rpython/translator/stm/src_stm/extracode.h b/rpython/translator/stm/src_stm/extracode.h --- a/rpython/tra

[pypy-commit] pypy stmgc-c7: Fix warning

2015-02-06 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75739:ec151f9ee5d7 Date: 2015-02-06 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/ec151f9ee5d7/ Log:Fix warning diff --git a/rpython/translator/stm/src_stm/extracode.h b/rpython/translator/stm/src_stm/extracode.h --- a/rpython/translato

[pypy-commit] pypy default: Remove unused 'annotator' parameter from functions in rpython.translator.unsimplify.

2015-02-06 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r75741:80ab83e0a2f3 Date: 2015-02-06 20:12 +0100 http://bitbucket.org/pypy/pypy/changeset/80ab83e0a2f3/ Log:Remove unused 'annotator' parameter from functions in rpython.translator.unsimplify. diff --git a/rpython/flowspace/generator.py b/rpyt

[pypy-commit] pypy stdlib-2.7.9: ssl: fix error message in load_cert_chain() password.

2015-02-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75742:0a58fd236ab2 Date: 2015-02-06 22:26 +0100 http://bitbucket.org/pypy/pypy/changeset/0a58fd236ab2/ Log:ssl: fix error message in load_cert_chain() password. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp

[pypy-commit] pypy llvm-translation-backend: "Implement" new likely / unlikely operation pair by ignoring the hint.

2015-02-06 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r75744:94c8bfd0aaba Date: 2015-02-06 20:20 +0100 http://bitbucket.org/pypy/pypy/changeset/94c8bfd0aaba/ Log:"Implement" new likely / unlikely operation pair by ignoring the hint. diff --git a/rpython/translator/llvm/gen

[pypy-commit] pypy llvm-translation-backend: Add ignored 'is_minor' parameter to LLVMStackRootWalker.walk_stack_roots() to match the abstract signature.

2015-02-06 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r75745:18a0e4413b69 Date: 2015-02-06 20:51 +0100 http://bitbucket.org/pypy/pypy/changeset/18a0e4413b69/ Log:Add ignored 'is_minor' parameter to LLVMStackRootWalker.walk_stack_roots() to match the abstract signatu

[pypy-commit] pypy llvm-translation-backend: hg merge default

2015-02-06 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r75743:6000e86e39ba Date: 2015-02-06 20:17 +0100 http://bitbucket.org/pypy/pypy/changeset/6000e86e39ba/ Log:hg merge default diff too long, truncating to 2000 out of 19187 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy llvm-translation-backend: Implement length_of_simple_gcarray_from_opaque() operation.

2015-02-06 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r75746:bda515ef13fa Date: 2015-02-06 21:10 +0100 http://bitbucket.org/pypy/pypy/changeset/bda515ef13fa/ Log:Implement length_of_simple_gcarray_from_opaque() operation. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/

[pypy-commit] pypy stdlib-2.7.9: Attempt to fix tests on linux 32bit.

2015-02-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75748:6ba8d5a9355c Date: 2015-02-06 23:35 +0100 http://bitbucket.org/pypy/pypy/changeset/6ba8d5a9355c/ Log:Attempt to fix tests on linux 32bit. diff --git a/pypy/module/_ssl/__init__.py b/pypy/module/_ssl/__init__.py --- a/pypy/mo

[pypy-commit] pypy stdlib-2.7.9: SSL: Use a non-moving buffer for the BIO functions. Fixes the last failure

2015-02-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75747:5a8af5aeb0f3 Date: 2015-02-06 23:22 +0100 http://bitbucket.org/pypy/pypy/changeset/5a8af5aeb0f3/ Log:SSL: Use a non-moving buffer for the BIO functions. Fixes the last failure diff --git a/pypy/module/_ssl/interp_ssl

[pypy-commit] pypy stdlib-2.7.9: hg merge default

2015-02-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75749:0005ffa6a65b Date: 2015-02-06 23:58 +0100 http://bitbucket.org/pypy/pypy/changeset/0005ffa6a65b/ Log:hg merge default + update interp_ssl to use the new rposix.get_saved_errno diff too long, truncating to 2000 out of