[pypy-commit] pypy stmgc-c7: import stmgc/10c636ae449e

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r75654:79d715e680ed Date: 2015-02-02 21:23 +0100 http://bitbucket.org/pypy/pypy/changeset/79d715e680ed/ Log:import stmgc/10c636ae449e diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision

[pypy-commit] pypy stdlib-2.7.9: ssl: Add ALERT_DESCRIPTION_* constants

2015-02-02 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: stdlib-2.7.9 Changeset: r75656:5be3e3aef9b7 Date: 2015-02-02 21:20 +0100 http://bitbucket.org/pypy/pypy/changeset/5be3e3aef9b7/ Log:ssl: Add ALERT_DESCRIPTION_* constants diff --git a/pypy/module/_ssl/__init__.py

[pypy-commit] pypy stdlib-2.7.9: ssl.get_default_verify_paths()

2015-02-02 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: stdlib-2.7.9 Changeset: r75658:447c4c3f1931 Date: 2015-02-02 21:51 +0100 http://bitbucket.org/pypy/pypy/changeset/447c4c3f1931/ Log:ssl.get_default_verify_paths() diff --git a/pypy/module/_ssl/__init__.py b/pypy/module/_ssl/__init__.py

[pypy-commit] pypy stdlib-2.7.9: Fix test, checked with CPython

2015-02-02 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: stdlib-2.7.9 Changeset: r75657:22cbcc2a0bd4 Date: 2015-02-02 21:38 +0100 http://bitbucket.org/pypy/pypy/changeset/22cbcc2a0bd4/ Log:Fix test, checked with CPython diff --git a/pypy/module/_ssl/test/test_ssl.py

[pypy-commit] pypy stmgc-c7: more tests

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r75662:255b484dd279 Date: 2015-02-02 22:09 +0100 http://bitbucket.org/pypy/pypy/changeset/255b484dd279/ Log:more tests diff --git a/pypy/module/pypystm/test_pypy_c/support.py b/pypy/module/pypystm/test_pypy_c/support.py ---

[pypy-commit] stmgc default: hg merge hashtable-iter

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1607:ee68afa62c2c Date: 2015-02-02 19:58 +0100 http://bitbucket.org/pypy/stmgc/changeset/ee68afa62c2c/ Log:hg merge hashtable-iter Add methods like .items(), .keys() and so on. Unlike the name of the branch suggests, we

[pypy-commit] stmgc hashtable-iter: ready for merge

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: hashtable-iter Changeset: r1606:ddb0b264ee12 Date: 2015-02-02 19:57 +0100 http://bitbucket.org/pypy/stmgc/changeset/ddb0b264ee12/ Log:ready for merge ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] stmgc default: One very probable bug fix, and one more theoretical

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1608:10c636ae449e Date: 2015-02-02 21:15 +0100 http://bitbucket.org/pypy/stmgc/changeset/10c636ae449e/ Log:One very probable bug fix, and one more theoretical diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++

[pypy-commit] pypy release-2.5.x: merge default into branch

2015-02-02 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: release-2.5.x Changeset: r75663:10f1b29a2bd2 Date: 2015-02-02 23:12 +0200 http://bitbucket.org/pypy/pypy/changeset/10f1b29a2bd2/ Log:merge default into branch diff --git a/lib_pypy/greenlet.egg-info b/lib_pypy/greenlet.egg-info ---

[pypy-commit] pypy stmgc-c7: Fight fight until I can reliably get a failure mode for weakrefs

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r75670:5b9137e56e6b Date: 2015-02-02 23:38 +0100 http://bitbucket.org/pypy/pypy/changeset/5b9137e56e6b/ Log:Fight fight until I can reliably get a failure mode for weakrefs diff --git a/pypy/module/pypystm/test_pypy_c/support.py

[pypy-commit] stmgc hashtable-iter: hg merge default

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: hashtable-iter Changeset: r1605:88492dc56aa8 Date: 2015-02-02 15:49 +0100 http://bitbucket.org/pypy/stmgc/changeset/88492dc56aa8/ Log:hg merge default diff --git a/c7/stm/finalizer.c b/c7/stm/finalizer.c --- a/c7/stm/finalizer.c +++

[pypy-commit] stmgc default: fix

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1604:97f88816858e Date: 2015-02-02 15:49 +0100 http://bitbucket.org/pypy/stmgc/changeset/97f88816858e/ Log:fix diff --git a/c7/stm/finalizer.c b/c7/stm/finalizer.c --- a/c7/stm/finalizer.c +++ b/c7/stm/finalizer.c @@ -138,6 +138,8 @@

[pypy-commit] stmgc default: finalizer bug: found a test

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1603:f8215ea24895 Date: 2015-02-02 15:44 +0100 http://bitbucket.org/pypy/stmgc/changeset/f8215ea24895/ Log:finalizer bug: found a test diff --git a/c7/test/test_finalizer.py b/c7/test/test_finalizer.py --- a/c7/test/test_finalizer.py

[pypy-commit] pypy stmgc-c7: update to stmgc/88492dc56aa8 (branch hashtable-iter)

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r75644:55be055e388a Date: 2015-02-02 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/55be055e388a/ Log:update to stmgc/88492dc56aa8 (branch hashtable-iter) diff --git a/rpython/translator/stm/src_stm/revision

[pypy-commit] extradoc extradoc: Add myself to the Leysin sprint.

2015-02-02 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: extradoc Changeset: r5498:ac5668253cbc Date: 2015-02-02 16:14 +0100 http://bitbucket.org/pypy/extradoc/changeset/ac5668253cbc/ Log:Add myself to the Leysin sprint. diff --git a/sprintinfo/leysin-winter-2015/people.txt

[pypy-commit] pypy default: Fixed #1968 -- bump the version for greenlet.py to the latest

2015-02-02 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r75647:0def3207e879 Date: 2015-02-02 08:07 -0800 http://bitbucket.org/pypy/pypy/changeset/0def3207e879/ Log:Fixed #1968 -- bump the version for greenlet.py to the latest diff --git a/lib_pypy/greenlet.egg-info

[pypy-commit] pypy stmgc-c7: Improve the basic tests

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r75659:3ab2ca363785 Date: 2015-02-02 22:01 +0100 http://bitbucket.org/pypy/pypy/changeset/3ab2ca363785/ Log:Improve the basic tests diff --git a/pypy/module/pypystm/test_pypy_c/support.py

[pypy-commit] pypy default: Support for with open(...) as f in RPython.

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75649:6657cb5a838d Date: 2015-02-02 18:15 +0100 http://bitbucket.org/pypy/pypy/changeset/6657cb5a838d/ Log:Support for with open(...) as f in RPython. diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy default: Improve the tests to actually check that the file is created by the

2015-02-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75648:aaf45cb3d1a5 Date: 2015-02-02 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/aaf45cb3d1a5/ Log:Improve the tests to actually check that the file is created by the interpret() version. They could pass by simply having

[pypy-commit] pypy typed-cells: also unwrap floats

2015-02-02 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: typed-cells Changeset: r75652:b193ed03acc0 Date: 2015-02-02 18:51 +0100 http://bitbucket.org/pypy/pypy/changeset/b193ed03acc0/ Log:also unwrap floats diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] pypy typed-cells: merge default

2015-02-02 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: typed-cells Changeset: r75650:2ac6556197f9 Date: 2015-02-02 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/2ac6556197f9/ Log:merge default diff --git a/lib-python/2.7/ctypes/test/test_frombuffer.py

[pypy-commit] pypy typed-cells: merge default

2015-02-02 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: typed-cells Changeset: r75651:153478e63e23 Date: 2015-02-02 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/153478e63e23/ Log:merge default diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@

[pypy-commit] pypy stdlib-2.7.9: ssl: Pass last ssl error code to the exception.

2015-02-02 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: stdlib-2.7.9 Changeset: r75642:19337a71252a Date: 2015-02-02 09:17 +0100 http://bitbucket.org/pypy/pypy/changeset/19337a71252a/ Log:ssl: Pass last ssl error code to the exception. diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy stdlib-2.7.9: Add SSLContext.session_stats()

2015-02-02 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: stdlib-2.7.9 Changeset: r75641:d48d4991869d Date: 2015-02-02 08:43 +0100 http://bitbucket.org/pypy/pypy/changeset/d48d4991869d/ Log:Add SSLContext.session_stats() diff --git a/pypy/module/_ssl/interp_ssl.py