| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Sep 2012 00:14:31
0.13.8
|
sunpoet  |
- Update to 0.13.8
Changes: https://groups.google.com/forum/?fromgroups#!topic/gevent/tJc8YSgOF1U
- core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/
emit_endif.
- Fixed issue #80: gevent.httplib failed with RequestFailed errors because
timeout was reset to 1s. Patch by Tomasz Prus.
- Fixed issue #132: gevent.socket.gethostbyname(<unicode>) now does ascii
encoding and uses gevent's resolver rather than calling built-in resolver.
Patch by Alexey Borzenkov. |
13 Jul 2012 15:04:57
0.13.7
|
sunpoet  |
- Take maintainership
- Update pkg-descr |
13 Jul 2012 14:14:13
0.13.7
|
tabthorpe  |
- Reassign to the heap
- Thank you for your years of service
With hat:: portmgr |
19 Jun 2012 17:58:23
0.13.7
|
rm  |
- update to 0.13.7
- add LICENSE (MIT)
While here:
- strict to python 2.x
PR: 168692
Submitted by: koobs <koobs.freebsd at gmail dot com>
Approved by: maintainer timeout (2 weeks) |
29 May 2011 12:48:24
0.13.6
|
sunpoet  |
- Update to 0.13.6
Changes: http://gevent.org/changelog.html
PR: ports/157027
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer (timeout, 15 days) |
09 Mar 2011 06:25:56
0.13.3
|
wen  |
- Update to 0.13.3
PR: ports/155390
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) |
09 Oct 2010 19:31:55
0.13.1
|
lwhsu  |
- Update to 0.13.1
PR: ports/151346
Submitted by: lwhsu
Approved by: Peter Schuller <peter.schuller AT infidyne.com> (maintainer) |
02 Jul 2010 05:31:49
0.12.2_1
|
stefan  |
Add dependency on devel/py-greenlet.
PR: 147776
Submitted by: Robert Kruus <rob.kruus@gmail.com>
Approved by: maintainer
Feature safe: yes |
23 Mar 2010 14:37:13
0.12.2
|
yzlin  |
- Update to 0.12.2
PR: ports/144957
Submitted by: Keith Gaughan <k AT stereochro.me>
Approved by: Peter Schuller <peter.schuller AT infidyne.com> (maintainer),
lwhsu/rafan (mentors, implicit) |
12 Feb 2010 19:26:10
0.12.0
|
pgollucci  |
A coroutine-based Python networking library that uses greenlet to
provide a high-level synchronous API on top of an libevent event loop.
WWW: http://www.gevent.org/
PR: ports/143589
Submitted by: Peter Schuller <peter.schuller at infidyne.com> |