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