python-gevent/python-gevent.changes
Denisart Benjamin 176638dfbc Accepting request 210930 from home:posophe:branches:devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/210930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=11
2013-12-15 15:03:08 +00:00

49 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Sun Dec 15 15:01:04 UTC 2013 - p.drouand@gmail.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 16:23:38 UTC 2012 - douglarek@outlook.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(<unicode>) now does ascii encoding and uses gevent's resolver rather than
calling built-in resolver. Patch by Alexey Borzenkov.
-------------------------------------------------------------------
Mon Jun 25 15:19:15 UTC 2012 - saschpe@suse.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 11:41:44 UTC 2012 - saschpe@suse.de
- Run testsuite
- Require python-greenlet
- Simplify macro usage
-------------------------------------------------------------------
Fri Nov 18 14:17:34 UTC 2011 - saschpe@suse.de
- Cython should not be needed, gevent is build as a binary module
-------------------------------------------------------------------
Tue Jul 19 12:23:20 UTC 2011 - saschpe@suse.de
- Initial version