- 13 Jan, 2012 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
Do not mention gevent.six in changelog, it's not part of public interface and might be removed in the future
-
- 12 Jan, 2012 1 commit
-
-
Denis Bilenko authored
- SpawnedLink is no longer mentioned because it's an implementation detail - __class__.__name__ is no longer used because not all object have __class__
-
- 11 Jan, 2012 6 commits
-
-
Ralf Schmitt authored
the tests did bail out cause I had a threadpool module somewhere in sys.path. better be explicit about what to test instead of relying on the user not having installed modules with conflicting names.
-
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 30 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
-