1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Changes log
===========
1.1.2 - 2018-02-09
------------------
* Changed license to MIT
* Tested with Python 3.5 and 3.6
1.1.1 - 2015-03-22
------------------
* Fixed bug of timeout context manager as bool under Python 2.x
* Tested with Python 3.4
1.1.0 - 2014-05-02
------------------
* Added support for TIMER signal based timeout control (Posix OS only)
* API changes due to new timeout controls
* An exhaustive documentation.
1.0.0 - 2014-02-09
------------------
Initial version
|