[pypy-commit] pypy rpython-sprint: Fix formatting of code blocks from previous commit.

2018-03-19 Thread ariava
Author: Arianna Avanzini Branch: rpython-sprint Changeset: r94001:0c4b7c3e09fa Date: 2018-03-19 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/0c4b7c3e09fa/ Log:Fix formatting of code blocks from previous commit. diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst --- a/rpyt

[pypy-commit] pypy rpython-sprint: Document enforceargs() decorator on RPython docs.

2018-03-19 Thread ariava
Author: Arianna Avanzini Branch: rpython-sprint Changeset: r93998:76a4a4c1f521 Date: 2018-03-19 09:57 +0100 http://bitbucket.org/pypy/pypy/changeset/76a4a4c1f521/ Log:Document enforceargs() decorator on RPython docs. diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst --- a/rpytho

[pypy-commit] pypy rpython-sprint: Spellchecking and cleanup.

2018-03-19 Thread ariava
Author: Arianna Avanzini Branch: rpython-sprint Changeset: r93997:5f1376bbe863 Date: 2018-03-18 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/5f1376bbe863/ Log:Spellchecking and cleanup. - Fix spellchecking nits in few comments and in translation.rst - Fix TypeError me

[pypy-commit] pypy rpython-sprint: Remove check added in last commit.

2018-03-18 Thread ariava
Author: Arianna Avanzini Branch: rpython-sprint Changeset: r93992:737e0369f12e Date: 2018-03-18 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/737e0369f12e/ Log:Remove check added in last commit. Check was about disallowing annotation of iterable objects with zero lengt

[pypy-commit] pypy rpython-sprint: Cleanup rpython/annotator/signature.py

2018-03-18 Thread ariava
Author: Arianna Avanzini Branch: rpython-sprint Changeset: r93989:294fd4ce722f Date: 2018-03-18 14:47 +0100 http://bitbucket.org/pypy/pypy/changeset/294fd4ce722f/ Log:Cleanup rpython/annotator/signature.py - Use 'isinstance()' instead of 'is' in _annotation_key() to account f