forked from pool/python-billiard
- Update to 2.7.3.7
* Fixes Python 2.5 support.
- 2.7.3.6 - 2012-05-21
* Pool: Can now be used in an event loop, without starting the supporting
threads (TimeoutHandler still not supported)
* Pool: Process too frequent restart protection now only counts if the
process had a non-successful exitcode.
* Pool: New options max_restart + max_restart_freq
* Pool: The ``WorkerLostError`` message now includes the exitcode of the
process that disappeared.
- Build HTML docs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 22:17:05 UTC 2012 - jfunk@funktronics.ca
|
||||
|
||||
- Update to 2.7.3.7
|
||||
* Fixes Python 2.5 support.
|
||||
- 2.7.3.6 - 2012-05-21
|
||||
* Pool: Can now be used in an event loop, without starting the supporting
|
||||
threads (TimeoutHandler still not supported)
|
||||
* Pool: Process too frequent restart protection now only counts if the
|
||||
process had a non-successful exitcode.
|
||||
* Pool: New options max_restart + max_restart_freq
|
||||
* Pool: The ``WorkerLostError`` message now includes the exitcode of the
|
||||
process that disappeared.
|
||||
- Build HTML docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 17 23:40:18 UTC 2012 - jfunk@funktronics.ca
|
||||
|
||||
|
||||
Reference in New Issue
Block a user