- 18 Sep, 2010 4 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Ralf Schmitt authored
setup.py: ./configure and make libevent if libevent sources are found. link gevent/core.so statically against libevent. If a directory "libevent-src" is found, we use that as default to the --libevent argument. If the --libevent directory does not contain a .libs directory (that is if make hasn't been run), setup.py will now run configure and make in order to link statically against libevent. It also contains some workarounds to correctly build on OS X: - it does build a "fat" gevent.core - it adapts linker flags and uses the statically linked libevent even if a dynamic one is on the search path
-
- 17 Sep, 2010 20 commits
-
-
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
socket: define inet_ntop even if stdlib socket does not define it, because our getaddrinfo depend on it
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 16 Sep, 2010 1 commit
-
-
Denis Bilenko authored
-
- 15 Sep, 2010 15 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Ralf Schmitt authored
this is a patch by Oerjan Persson from the gevent debian package. Thanks.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
pool: fix Issue 36: TypeError raised from pool.join(raise_error=True). Original patch by David Hain.
-
Denis Bilenko authored
test__pool.py: add test for Issue 36: TypeError raised from pool.join(raise_error=True). Original patch by David Hain.
-
Denis Bilenko authored
-
Denis Bilenko authored
-