- 29 Oct, 2010 1 commit
-
-
Denis Bilenko authored
-
- 28 Oct, 2010 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 14 Oct, 2010 2 commits
-
-
Denis Bilenko authored
-
Ralf Schmitt authored
-
- 12 Oct, 2010 1 commit
-
-
Ralf Schmitt authored
setup.py: add "build_ext --cython=" option, which allows users to specify the path to the cython executable. this also allows users to skip automatic cython compilation completely by specifying an empty cython executable, e.g. by providing the following setup.cfg: ,----[ setup.cfg ] | [build_ext] | cython= `---- I use this to manage a copy of gevent inside another git repository while at the same time making sure that core.c doesn't get regenerated.
-
- 11 Oct, 2010 1 commit
-
-
Denis Bilenko authored
-
- 06 Oct, 2010 1 commit
-
-
Denis Bilenko authored
-
- 05 Oct, 2010 4 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
pywsgi.py: close the client socket after having handled all requests. do not rely on garbage collection.
-
Ralf Schmitt authored
test__pywsgi.py: test that sockets are closed even if the wsgi app leaks the environ, the wsgi.input object or keeps a reference to a frame.
-
Ralf Schmitt authored
-
- 04 Oct, 2010 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 01 Oct, 2010 2 commits
-
-
Ralf Schmitt authored
-
Denis Bilenko authored
-
- 28 Sep, 2010 7 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 26 Sep, 2010 1 commit
-
-
Ralf Schmitt authored
-
- 25 Sep, 2010 5 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
socket: fix getaddrinfo to handle international domain names (instead of calling stdlib's getaddrinfo)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 24 Sep, 2010 7 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
core: remove EVENT_INTERNAL_AVAILABLE-related stuff. libevent-internal.h is not up to date with the latest libevent anyway.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
the releases will continue to include it but it no longer useful to keep it in the repo as it's much easier to build now, setup.py will do that automatically.
-
Denis Bilenko authored
-
- 23 Sep, 2010 4 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-