10 Commits

Author SHA1 Message Date
czarkoff
0f87899d54 update to py-gevent-1.1.2 2016-08-03 21:56:14 +00:00
czarkoff
dd1fbcd59a update to py-gevent 1.1.1 2016-06-14 09:53:03 +00:00
czarkoff
5742f472ad update to gevent 1.0.2
OK and cluestick from sthen@
2015-10-18 14:50:31 +00:00
sthen
2632b7a183 bump REVISION for setuptools dep change. 2015-09-29 10:51:53 +00:00
czarkoff
8e556aa284 Use PROTOCOL_SSLv23 instead of PROTOCOL_SSLv3.
OK sthen@
2015-09-23 07:07:54 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
landry
d1add410c6 Properly link with libeventextra, fix WANTLIB while here.
Fixes missing symbols issue reported by armani@
2012-12-13 20:42:45 +00:00
landry
e30e2260b1 Import py-gevent 0.13.7
gevent is a Python networking library that uses greenlet to provide
synchronous API on top of libevent event loop.

* Fast event loop based on libevent.
* Lightweight execution units based on greenlet.
* Familiar API that re-uses concepts from the Python standard library.
* Cooperative sockets with ssl support.
* DNS queries performed through libevent-dns.
* Ability to use standard library and 3rd party modules written for
 standard blocking sockets
* Fast WSGI server based on libevent-http.

Requirement of upcoming firefox sync port.
ok rpointel@
2012-07-17 19:23:31 +00:00