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
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
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
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
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