[pypy-commit] pypy fix-kqueue-error2: Fix exception being raised by kqueue.control (CPython compatibility)

2015-02-15 Thread jstasiak
Author: Jakub Stasiak Branch: fix-kqueue-error2 Changeset: r75893:de656c8e19b6 Date: 2015-02-15 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/de656c8e19b6/ Log:Fix exception being raised by kqueue.control (CPython compatibility) diff --git a/lib-python/2.7/test/test_kqueue.py b/lib-p

[pypy-commit] pypy gitignore: .gitignore build files

2015-02-15 Thread jstasiak
Author: Jakub Stasiak Branch: gitignore Changeset: r75890:51d1666de67f Date: 2015-02-14 01:33 +0100 http://bitbucket.org/pypy/pypy/changeset/51d1666de67f/ Log:.gitignore build files diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,10 @@ bin/pypy-c include

[pypy-commit] pypy gitignore: .gitignore all library types, not only dylib

2015-02-15 Thread jstasiak
Author: Jakub Stasiak Branch: gitignore Changeset: r75891:e0034906c925 Date: 2015-02-15 10:02 + http://bitbucket.org/pypy/pypy/changeset/e0034906c925/ Log:.gitignore all library types, not only dylib diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@

[pypy-commit] pypy default: Mention --withmod-... options in the documentation

2015-02-15 Thread jstasiak
Author: Jakub Stasiak Branch: Changeset: r75883:4fac268cd818 Date: 2015-02-15 01:12 +0100 http://bitbucket.org/pypy/pypy/changeset/4fac268cd818/ Log:Mention --withmod-... options in the documentation diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst --- a/pypy