K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2012-09-08T00:14:30.827180Z K 7 svn:log V 494 - 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() now does ascii encoding and uses gevent's resolver rather than calling built-in resolver. Patch by Alexey Borzenkov. END