Changelog for
python-gevent-0.13.8-4.22.x86_64.rpm :
Fri Oct 26 14:00:00 2012 douglarekAATToutlook.com
- Update to version 0.13.8:
* Fixed issue #80: gevent.httplib failed with RequestFailed errors because timeout was reset to 1s. Patch by Tomasz Prus.
* core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/emit_endif.
* 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.
Mon Jun 25 14:00:00 2012 saschpeAATTsuse.de
- Update to version 0.13.7:
+ Fixed #94: fallback to buffer if memoryview fails in _get_memory on
python 2.7.
+ Fixed #103: ``Queue(None).full()`` returns ``False`` now (previously
it returned ``True``).
+ Fixed #112: threading._sleep is not patched.
+ Fixed #115: _dummy gets unexpected Timeout arg.
Tue Mar 27 14:00:00 2012 saschpeAATTsuse.de
- Run testsuite
- Require python-greenlet
- Simplify macro usage
Fri Nov 18 13:00:00 2011 saschpeAATTsuse.de
- Cython should not be needed, gevent is build as a binary module
Tue Jul 19 14:00:00 2011 saschpeAATTsuse.de
- Initial version