[pypy-commit] pypy stmgc-c7: translation fixes

2015-01-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75599:c331dad2c6ab Date: 2015-01-31 05:01 +0100 http://bitbucket.org/pypy/pypy/changeset/c331dad2c6ab/ Log:translation fixes diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py --- a/rpython/jit/b

[pypy-commit] pypy stmgc-c7: In-progress: don't store the stm_location in the gcmap. It's nice to avoid

2015-01-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75598:3b8f6c3b4fb3 Date: 2015-01-31 02:30 +0100 http://bitbucket.org/pypy/pypy/changeset/3b8f6c3b4fb3/ Log:In-progress: don't store the stm_location in the gcmap. It's nice to avoid more run-time writes of constants, but the logic to fet

[pypy-commit] pypy stmgc-c7: Some lightweight redesign of the API, and more heavyweight redesign of the implementation

2015-01-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75596:8286e713d46c Date: 2015-01-31 01:15 +0100 http://bitbucket.org/pypy/pypy/changeset/8286e713d46c/ Log:Some lightweight redesign of the API, and more heavyweight redesign of the implementation into a version that should be more confl

[pypy-commit] pypy stdlib-2.7.9: Implement SSLContext.get_ca_certs()

2015-01-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75595:d5649f3f7a3b Date: 2015-01-31 00:43 +0100 http://bitbucket.org/pypy/pypy/changeset/d5649f3f7a3b/ Log:Implement SSLContext.get_ca_certs() diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy

[pypy-commit] pypy stdlib-2.7.9: Fix ssl.context setter

2015-01-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75592:1e72ec33c3c4 Date: 2015-01-26 22:45 +0100 http://bitbucket.org/pypy/pypy/changeset/1e72ec33c3c4/ Log:Fix ssl.context setter diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/

[pypy-commit] pypy stdlib-2.7.9: A bad tls version now raises ValueError

2015-01-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75594:07341897da21 Date: 2015-01-31 00:13 +0100 http://bitbucket.org/pypy/pypy/changeset/07341897da21/ Log:A bad tls version now raises ValueError diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/

[pypy-commit] pypy stdlib-2.7.9: add SSLSocket.context property

2015-01-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75591:2a8d2a10cc88 Date: 2015-01-26 09:03 +0100 http://bitbucket.org/pypy/pypy/changeset/2a8d2a10cc88/ Log:add SSLSocket.context property diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/modu

[pypy-commit] pypy stdlib-2.7.9: Add password parameter to ctx.load_cert_chain()

2015-01-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75593:ee52b4559ba7 Date: 2015-01-31 00:08 +0100 http://bitbucket.org/pypy/pypy/changeset/ee52b4559ba7/ Log:Add password parameter to ctx.load_cert_chain() diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.p

[pypy-commit] pypy default: Fix FreeBSD compile flags issues

2015-01-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r75590:9e7b2bbd471c Date: 2015-01-30 20:49 + http://bitbucket.org/pypy/pypy/changeset/9e7b2bbd471c/ Log:Fix FreeBSD compile flags issues diff --git a/rpython/translator/platform/freebsd.py b/rpython/translator/platform/freebsd.py --- a/rpython/tran

[pypy-commit] pypy default: typo

2015-01-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r75589:dfd917c9f15c Date: 2015-01-30 20:29 +0100 http://bitbucket.org/pypy/pypy/changeset/dfd917c9f15c/ Log:typo diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/interp_jit.py +++ b/pypy/modul

[pypy-commit] pypy stmgc-c7: Check that we don't try to compile with '--stm' on a 32-bit platform

2015-01-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75588:a839ba4ff6e2 Date: 2015-01-30 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/a839ba4ff6e2/ Log:Check that we don't try to compile with '--stm' on a 32-bit platform or on non-linux diff --git a/rpython/config/translationoptio

[pypy-commit] pypy default: (based on a suggestion by mjacob)

2015-01-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r75587:e207c2d0f728 Date: 2015-01-30 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/e207c2d0f728/ Log:(based on a suggestion by mjacob) If an RPython class says "foo = None" at class-level, and "foo" is typed as something that turn

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

2015-01-30 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r563:895c01646e17 Date: 2015-01-30 17:51 +0100 http://bitbucket.org/pypy/pypy.org/changeset/895c01646e17/ 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] extradoc extradoc: Add a conclusion

2015-01-30 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5495:40c8ae88cd7e Date: 2015-01-30 16:49 +0100 http://bitbucket.org/pypy/extradoc/changeset/40c8ae88cd7e/ Log:Add a conclusion diff --git a/talk/fosdem2015/talk.pdf b/talk/fosdem2015/talk.pdf index 9910de377ab5fdf9a9af5f634ed4b9cbd35c09

[pypy-commit] pypy release-2.5.x: typo

2015-01-30 Thread arigo
Author: Armin Rigo Branch: release-2.5.x Changeset: r75586:52462cc62df5 Date: 2015-01-30 13:42 +0100 http://bitbucket.org/pypy/pypy/changeset/52462cc62df5/ Log:typo diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-id

[pypy-commit] extradoc extradoc: Almost finished

2015-01-30 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5494:aa114ba3adbb Date: 2015-01-30 12:43 +0100 http://bitbucket.org/pypy/extradoc/changeset/aa114ba3adbb/ Log:Almost finished diff --git a/talk/fosdem2015/talk.pdf b/talk/fosdem2015/talk.pdf index d6bd101dba4bda4ec0c1ac9ea2c519ecd0b8d91

[pypy-commit] pypy default: test the same way we build after translate

2015-01-30 Thread mattip
Author: mattip Branch: Changeset: r75585:fa382e9b1c95 Date: 2015-01-30 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/fa382e9b1c95/ Log:test the same way we build after translate diff --git a/rpython/translator/c/test/test_standalone.py b/rpython/translator/c/test/test_standalone.py

[pypy-commit] pypy stmgc-c7: Attempt to regroup the stm functions in a single built-in module

2015-01-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75584:708ba48c7890 Date: 2015-01-30 10:33 +0100 http://bitbucket.org/pypy/pypy/changeset/708ba48c7890/ Log:Attempt to regroup the stm functions in a single built-in module called 'pypystm'. Also kill 'lib_pypy/atomic.py'. diff --git a/l