[pypy-commit] extradoc extradoc: skeleton for my talk

2017-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5806:539d94abb88f Date: 2017-07-10 15:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/539d94abb88f/ Log:skeleton for my talk diff --git a/talk/ep2017/the-joy-of-pypy-jit/Makefile

[pypy-commit] extradoc extradoc: more slides and import the sobel demo

2017-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5807:468dc8f9a06b Date: 2017-07-10 16:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/468dc8f9a06b/ Log:more slides and import the sobel demo diff --git a/talk/ep2017/the-joy-of-pypy-jit/Makefile

[pypy-commit] extradoc extradoc: generate some charts and show them

2017-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5810:be6b6ec88341 Date: 2017-07-11 00:38 +0200 http://bitbucket.org/pypy/extradoc/changeset/be6b6ec88341/ Log:generate some charts and show them diff --git a/talk/ep2017/the-joy-of-pypy-jit/Makefile

[pypy-commit] extradoc extradoc: make it possible to benchmark a single version; add more slides

2017-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5808:e409253e059c Date: 2017-07-10 16:29 +0200 http://bitbucket.org/pypy/extradoc/changeset/e409253e059c/ Log:make it possible to benchmark a single version; add more slides diff --git

[pypy-commit] extradoc extradoc: more slides

2017-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5809:e5b2630698e6 Date: 2017-07-10 16:37 +0200 http://bitbucket.org/pypy/extradoc/changeset/e5b2630698e6/ Log:more slides diff --git a/talk/ep2017/the-joy-of-pypy-jit/talk.rst b/talk/ep2017/the-joy-of-pypy-jit/talk.rst

[pypy-commit] pypy cpyext-add_newdoc: merge default into branch

2017-07-10 Thread mattip
Author: Matti Picus Branch: cpyext-add_newdoc Changeset: r91851:47245401f0f1 Date: 2017-07-10 22:57 +0300 http://bitbucket.org/pypy/pypy/changeset/47245401f0f1/ Log:merge default into branch diff --git a/pypy/module/cpyext/methodobject.py

[pypy-commit] pypy default: test, fix for PyCFunction_Check and builtins (there is no PyCFunction_CheckExact)

2017-07-10 Thread mattip
Author: Matti Picus Branch: Changeset: r91850:ac54af67d3c2 Date: 2017-07-10 22:56 +0300 http://bitbucket.org/pypy/pypy/changeset/ac54af67d3c2/ Log:test, fix for PyCFunction_Check and builtins (there is no PyCFunction_CheckExact) diff --git