[pypy-commit] pypy default: cleanup

2015-03-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76608:ee8477ce9690 Date: 2015-03-28 00:39 + http://bitbucket.org/pypy/pypy/changeset/ee8477ce9690/ Log:cleanup diff --git a/rpython/rtyper/extfunc.py b/rpython/rtyper/extfunc.py --- a/rpython/rtyper/extfunc.py +++ b/rpython/rtyper/extfunc.py @@ -15

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

2015-03-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r586:84856e0da5ef Date: 2015-03-27 22:26 +0100 http://bitbucket.org/pypy/pypy.org/changeset/84856e0da5ef/ Log:update the values diff --git a/don3.html b/don3.html --- a/don3.html +++ b/don3.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy default: Can stmgc-c7 work with CPython?

2015-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r76607:a40e7f803b85 Date: 2015-03-27 22:23 +0100 http://bitbucket.org/pypy/pypy/changeset/a40e7f803b85/ Log:Can stmgc-c7 work with CPython? diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -29,7 +29,8 @@

[pypy-commit] pypy gc-incminimark-pinning-improve: add description for PYPY_GC_MAX_PINNED

2015-03-27 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning-improve Changeset: r76604:d4677a1be92e Date: 2015-03-27 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/d4677a1be92e/ Log:add description for PYPY_GC_MAX_PINNED diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incmin

[pypy-commit] pypy gc-incminimark-pinning-improve: indent it like the rest

2015-03-27 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning-improve Changeset: r76605:a6e1427c0f98 Date: 2015-03-27 20:34 +0100 http://bitbucket.org/pypy/pypy/changeset/a6e1427c0f98/ Log:indent it like the rest diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/

[pypy-commit] pypy gc-incminimark-pinning-improve: add whatsnew entry for branch

2015-03-27 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning-improve Changeset: r76606:061f5b51f7bd Date: 2015-03-27 21:16 +0100 http://bitbucket.org/pypy/pypy/changeset/061f5b51f7bd/ Log:add whatsnew entry for branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/d

[pypy-commit] pypy default: Prevent Repr from ever appearing in a calldesc

2015-03-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76603:6274aea11083 Date: 2015-03-27 19:56 + http://bitbucket.org/pypy/pypy/changeset/6274aea11083/ Log:Prevent Repr from ever appearing in a calldesc diff --git a/rpython/annotator/description.py b/rpython/annotator/description.py --- a/rpython/ann

[pypy-commit] pypy default: fix

2015-03-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76602:d158f5108e0f Date: 2015-03-27 19:24 + http://bitbucket.org/pypy/pypy/changeset/d158f5108e0f/ Log:fix diff --git a/pypy/module/_minimal_curses/interp_curses.py b/pypy/module/_minimal_curses/interp_curses.py --- a/pypy/module/_minimal_curses/i

[pypy-commit] pypy default: Move FORCE_ATTRIBUTES_INTO_CLASSES to the only place where it's used

2015-03-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76601:7c4eccd92fb9 Date: 2015-03-27 18:53 + http://bitbucket.org/pypy/pypy/changeset/7c4eccd92fb9/ Log:Move FORCE_ATTRIBUTES_INTO_CLASSES to the only place where it's used diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py -

[pypy-commit] pypy default: Add a comment describing the complex reason for why the two

2015-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r76600:b9c118ee7033 Date: 2015-03-27 19:51 +0100 http://bitbucket.org/pypy/pypy/changeset/b9c118ee7033/ Log:Add a comment describing the complex reason for why the two int_add_ovf() here cannot overflow diff --git a/pypy/module/pypyjit/test_pypy

[pypy-commit] pypy default: Failing test

2015-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r76597:03b673428d67 Date: 2015-03-27 18:50 +0100 http://bitbucket.org/pypy/pypy/changeset/03b673428d67/ Log:Failing test diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/module/pypyjit/test_pypy_c/test_00_model.py --- a/pypy/module/

[pypy-commit] pypy default: merge heads

2015-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r76599:79d3671d75fe Date: 2015-03-27 18:51 +0100 http://bitbucket.org/pypy/pypy/changeset/79d3671d75fe/ Log:merge heads diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++ b/pyp

[pypy-commit] pypy default: Fix: handle optional operation 'guard_not_invalidated?' as the last one in the list

2015-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r76598:cada63adf489 Date: 2015-03-27 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/cada63adf489/ Log:Fix: handle optional operation 'guard_not_invalidated?' as the last one in the list diff --git a/pypy/module/pypyjit/test_pypy_c/model.py

[pypy-commit] pypy stmgc-c7: Tweaks

2015-03-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76595:3723af2273db Date: 2015-03-27 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/3723af2273db/ Log:Tweaks diff --git a/pypy/module/pypystm/test_pypy_c/support.py b/pypy/module/pypystm/test_pypy_c/support.py --- a/pypy/module/pypystm/te

[pypy-commit] pypy stmgc-c7: Fix: handle optional operation 'guard_not_invalidated?' as the last one in the list

2015-03-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76596:9a7d81e36d6f Date: 2015-03-27 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/9a7d81e36d6f/ Log:Fix: handle optional operation 'guard_not_invalidated?' as the last one in the list diff --git a/pypy/module/pypyjit/test_pypy_c/

[pypy-commit] pypy default: kill timelog() thing: there are profilers for that

2015-03-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76594:da90c30dc0dd Date: 2015-03-27 16:45 + http://bitbucket.org/pypy/pypy/changeset/da90c30dc0dd/ Log:kill timelog() thing: there are profilers for that diff --git a/rpython/rtyper/test/test_llinterp.py b/rpython/rtyper/test/test_llinterp.py ---

[pypy-commit] pypy default: cleanup

2015-03-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76593:b32fbafab401 Date: 2015-03-27 16:25 + http://bitbucket.org/pypy/pypy/changeset/b32fbafab401/ Log:cleanup diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py --- a/rpython/rtyper/annlowlevel.py +++ b/rpython/rtyper/annlo

[pypy-commit] pypy default: Fixed #2013 -- added constants to _ssl for TLS 1.1 and 1.2

2015-03-27 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r76592:22eb203956f1 Date: 2015-03-27 07:39 -0400 http://bitbucket.org/pypy/pypy/changeset/22eb203956f1/ Log:Fixed #2013 -- added constants to _ssl for TLS 1.1 and 1.2 diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/py

[pypy-commit] pypy gc-incminimark-pinning-improve: Merge release-2.5.x into branch

2015-03-27 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning-improve Changeset: r76591:db8331fd62ee Date: 2015-03-27 09:54 +0100 http://bitbucket.org/pypy/pypy/changeset/db8331fd62ee/ Log:Merge release-2.5.x into branch diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/p

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

2015-03-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r585:ea2c947a8e6f Date: 2015-03-27 09:09 +0100 http://bitbucket.org/pypy/pypy.org/changeset/ea2c947a8e6f/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro