[pypy-commit] extradoc extradoc: include the text of the demo inside the pdf, just in case

2017-02-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5777:417f4214a5b6 Date: 2017-02-09 07:57 +0100 http://bitbucket.org/pypy/extradoc/changeset/417f4214a5b6/ Log:include the text of the demo inside the pdf, just in case diff --git a/talk/swisspython2017/revdb/demo/_demo1.png b/talk/swisspython2

[pypy-commit] extradoc extradoc: Slides, same as for pyconza2016

2017-02-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5775:a242a484e2ab Date: 2017-02-09 07:41 +0100 http://bitbucket.org/pypy/extradoc/changeset/a242a484e2ab/ Log:Slides, same as for pyconza2016 diff --git a/talk/swisspython2017/abstract.txt b/talk/swisspython2017/abstract.txt --- a/talk/swisspy

[pypy-commit] extradoc extradoc: merge heads

2017-02-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5776:b8a362c95c2d Date: 2017-02-09 07:46 +0100 http://bitbucket.org/pypy/extradoc/changeset/b8a362c95c2d/ Log:merge heads diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/leysin-winter-2017/people.txt --- a/sprintinfo/leysin-

[pypy-commit] pypy default: Bump greenlet version

2017-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r90014:fef27077c286 Date: 2017-02-08 23:15 -0500 http://bitbucket.org/pypy/pypy/changeset/fef27077c286/ Log:Bump greenlet version diff --git a/lib_pypy/greenlet.egg-info b/lib_pypy/greenlet.egg-info --- a/lib_pypy/greenlet.egg-info +++ b/lib_pypy/green

[pypy-commit] pypy py3.5: Merged in buffer-cleanup (pull request #515)

2017-02-08 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90013:3059a0362786 Date: 2017-02-08 20:40 + http://bitbucket.org/pypy/pypy/changeset/3059a0362786/ Log:Merged in buffer-cleanup (pull request #515) Buffer cleanup diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseob

[pypy-commit] pypy buffer-cleanup: Close branch buffer-cleanup

2017-02-08 Thread rlamy
Author: Ronan Lamy Branch: buffer-cleanup Changeset: r90012:ae3f90797917 Date: 2017-02-08 20:40 + http://bitbucket.org/pypy/pypy/changeset/ae3f90797917/ Log:Close branch buffer-cleanup ___ pypy-commit mailing list pypy-commit@python.org https:/

[pypy-commit] pypy guard-compatible: Update comments with a plan

2017-02-08 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r90011:f8ac0ceb09a5 Date: 2017-02-08 19:53 +0100 http://bitbucket.org/pypy/pypy/changeset/f8ac0ceb09a5/ Log:Update comments with a plan diff --git a/rpython/jit/backend/x86/guard_compat.py b/rpython/jit/backend/x86/guard_compat.py --- a

[pypy-commit] pypy vmprof-native: some more changes to the native test

2017-02-08 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90010:d671b63850ea Date: 2017-02-08 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/d671b63850ea/ Log:some more changes to the native test diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/

[pypy-commit] pypy optinfo-into-bridges: merge default

2017-02-08 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges Changeset: r90009:189d2e2db7ad Date: 2017-02-08 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/189d2e2db7ad/ Log:merge default diff too long, truncating to 2000 out of 156212 lines diff --git a/.hgignore b/.hgignore --- a/.hgign

[pypy-commit] pypy guard-compatible: fix merge

2017-02-08 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r90007:e0be031fa6c2 Date: 2017-02-08 11:12 +0100 http://bitbucket.org/pypy/pypy/changeset/e0be031fa6c2/ Log:fix merge diff --git a/rpython/rlib/test/test_jit.py b/rpython/rlib/test/test_jit.py --- a/rpython/rlib/test/test_jit.py +++ b/rp

[pypy-commit] pypy guard-compatible: avoid interaction with other usages of random.random()

2017-02-08 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r90008:5d42d925abed Date: 2017-02-08 11:12 +0100 http://bitbucket.org/pypy/pypy/changeset/5d42d925abed/ Log:avoid interaction with other usages of random.random() diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/