[pypy-commit] pypy default: add docstrings to some of the __pypy__ function

2017-03-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90859:762a7454ce1c Date: 2017-03-29 13:26 +0200 http://bitbucket.org/pypy/pypy/changeset/762a7454ce1c/ Log:add docstrings to some of the __pypy__ function diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/p

[pypy-commit] pypy default: add docstrings to struct module

2017-03-28 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90831:0777b28a3618 Date: 2017-03-28 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0777b28a3618/ Log:add docstrings to struct module diff --git a/pypy/module/struct/interp_struct.py b/pypy/module/struct/interp_struct.py --- a/pypy/modul

[pypy-commit] pypy default: add docstrings

2012-08-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56698:dcefcdfcc21a Date: 2012-08-10 21:00 +0200 http://bitbucket.org/pypy/pypy/changeset/dcefcdfcc21a/ Log:add docstrings diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy/module/signal/interp_si