- 11 Jan, 2012 5 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
raise TypeError it it's not. the functionality to 'link to a greenlet' has already been removed. make sure we fail early instead of the error possibly going unnoticed when one passes a greenlet or anything not callable.
-
Ralf Schmitt authored
otherwise py.test executes it as a test function.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 10 Jan, 2012 35 commits
-
-
Ralf Schmitt authored
testrunner.py otherwise buffers output inside my eshell sessions.
-
Ralf Schmitt authored
the code was using ex=sys.exc_info() instead of ex=sys.exc_info()[1]; only shows up when sqlite3 is not installed.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
cythonpp.py: copy implementations of itertools.combinations() and itertools.product(). This fixes cythonpp.py on python 2.5.
-
Ralf Schmitt authored
itertools.combinations on snow leopard's python 2.6.1 raises a ValueError instead of returning an empty iterator.
-
Ralf Schmitt authored
stupid setuptools creates a pure python load for ares.so. this makes test__execmodules.py work again.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-