Changelog for
python-gevent-1.1.2-1.1.x86_64.rpm :
Tue Dec 13 13:00:00 2016 dmuellerAATTsuse.com
- update to 1.1.2:
* Python 2: ``sendall`` on a non-blocking socket could spuriously fail
with a timeout.
* If ``sys.stderr`` has been monkey-patched (not recommended),
exceptions that the hub reports aren\'t lost and can still be caught.
Reported in :issue:`825` by Jelle Smet.
* :class:`selectors.SelectSelector` is properly monkey-patched
regardless of the order of imports. Reported in :issue:`835` by
Przemysław Węgrzyn.
* Python 2: ``reload(site)`` no longer fails with a ``TypeError`` if
gevent has been imported. Reported in :issue:`805` by Jake Hilton.
* Nested callbacks that set and clear an Event no longer cause
``wait`` to return prematurely. Reported in :issue:`771` by Sergey
Vasilyev.
* Fix build on Solaris 10. Reported in :issue:`777` by wiggin15.
* The ``ref`` parameter to :func:`gevent.os.fork_and_watch` was being ignored.
* Python 3: :class:`gevent.queue.Channel` is now correctly iterable, instead of
raising a :exc:`TypeError`.
* Python 3: Add support for :meth:`socket.socket.sendmsg`,
:meth:`socket.socket.recvmsg` and :meth:`socket.socket.recvmsg_into`
on platforms where they are defined. Initial :pr:`773` by Jakub
Klama.
Thu Mar 10 13:00:00 2016 toddrme2178AATTgmail.com
- Update to 1.1.0 (final):
* See changelog.rst for detailed informations
Fri Jan 29 13:00:00 2016 tchvatalAATTsuse.com
- Update to 1.1rc3:
* See changelog.rst for detailed informations
Wed Jul 1 14:00:00 2015 tchvatalAATTsuse.com
- Bump once more to 1.1a1:
* See changelog.rst for detailed informations
* The py2.7 compat in 1.0.2 behaves weirdly on openSUSE,
this release seems way nicer on that front
Tue Jun 30 14:00:00 2015 tchvatalAATTsuse.com
- Version bump to 1.0.2:
- Fix LifoQueue.peek() to return correct element. PR #456. Patch by Christine
Spang.
- Upgrade to libev 4.19
- Remove SSL3 entirely as default TLS protocol
- Import socket on Windows (closes #459)
- Fix C90 syntax error (PR #449)
- Add compatibility with Python 2.7.9\'s SSL changes. Issue #477.
Tue Nov 18 13:00:00 2014 toddrme2178AATTgmail.com
- Update to 1.0.1
- Upgrade libev to 4.15. This fixes #361: installation on armv5.
- Better support for win64. Patch by Alexey Borzenkov.
- Fix #423: Pool\'s imap/imap_unordered could hang forever. Based on patch and test by Jianfei Wang.
- Enable libev\'s check watchers.
- Add dummy Event._reset_internal_locks() method. Only relevant if patch_all(Event=True) is enabled (non-default).
- Backport new testrunner.py from master branch.
- Removed upstream included libev.patch
Thu Jun 12 14:00:00 2014 schwabAATTsuse.de
- libev.patch: fix syntax error in preprocessor conditional
Sun Dec 15 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 1.0
+ pywsgi: Pass copy of error list instead of direct reference
+ Ignore the autogenerated doc/gevent.
*.rst files.
+ Fix cythonpp.py on Windows.
+ Remove gevent.run (use gevent.wait).
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