[pypy-commit] extradoc extradoc: add a blog post about the gc-disable branch

2018-12-23 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5923:3c9e148d058f Date: 2018-12-23 11:29 +0100 http://bitbucket.org/pypy/extradoc/changeset/3c9e148d058f/ Log:add a blog post about the gc-disable branch diff --git a/blog/draft/2018-12-gc-disable.rst b/blog/draft/2018-12-gc-disable.rst new

[pypy-commit] extradoc extradoc: move the blog post and related images in its own directory

2018-12-23 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5924:b60c0f4fb0b5 Date: 2018-12-23 11:35 +0100 http://bitbucket.org/pypy/extradoc/changeset/b60c0f4fb0b5/ Log:move the blog post and related images in its own directory diff --git a/blog/draft/2018-12-gc-disable.rst b/blog/draft/2018-12-gc-d

[pypy-commit] extradoc extradoc: fix link and fix a typo

2018-12-23 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5925:62f53d229f99 Date: 2018-12-23 11:43 +0100 http://bitbucket.org/pypy/extradoc/changeset/62f53d229f99/ Log:fix link and fix a typo diff --git a/blog/draft/2018-12-gc-disable/gc-disable.rst b/blog/draft/2018-12-gc-disable/gc-disable.rst --

[pypy-commit] extradoc extradoc: edit the blog post

2018-12-23 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5926:b52d3e5d3a0d Date: 2018-12-23 13:08 +0200 http://bitbucket.org/pypy/extradoc/changeset/b52d3e5d3a0d/ Log:edit the blog post diff --git a/blog/draft/2018-12-gc-disable/gc-disable.rst b/blog/draft/2018-12-gc-disable/gc-disable.rst --- a/bl

[pypy-commit] extradoc extradoc: typo

2018-12-23 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5928:303c2decb9fc Date: 2018-12-23 14:51 +0100 http://bitbucket.org/pypy/extradoc/changeset/303c2decb9fc/ Log:typo diff --git a/blog/draft/2018-12-gc-disable/gc-disable.rst b/blog/draft/2018-12-gc-disable/gc-disable.rst --- a/blog/draft/2018

[pypy-commit] extradoc extradoc: typo, thanks to René Dudfield

2018-12-23 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5927:85b946c1b8aa Date: 2018-12-23 14:45 +0100 http://bitbucket.org/pypy/extradoc/changeset/85b946c1b8aa/ Log:typo, thanks to René Dudfield diff --git a/blog/draft/2018-12-gc-disable/gc-disable.rst b/blog/draft/2018-12-gc-disable/gc-disable.

[pypy-commit] pypy py3.5: merge default into branch

2018-12-23 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95520:406030262749 Date: 2018-12-23 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/406030262749/ Log:merge default into branch diff --git a/extra_tests/cffi_tests/cffi0/test_ffi_backend.py b/extra_tests/cffi_tests/cffi0/test_ffi_backend.py

[pypy-commit] pypy py3.5: fix exception type

2018-12-23 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95521:528771eac6b5 Date: 2018-12-24 09:45 +0200 http://bitbucket.org/pypy/pypy/changeset/528771eac6b5/ Log:fix exception type diff --git a/pypy/objspace/std/smalllongobject.py b/pypy/objspace/std/smalllongobject.py --- a/pypy/objspace/std/smalll