Next | Query returned 15 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2018-05-08 06:48:49 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-async-timeout: updated to 3.0.0

3.0.0:
Drop Python 3.4, the minimal supported version is Python 3.5.3
Provide type annotations
   2018-03-15 10:04:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-async-timeout: updated to 2.0.1

2.0.1:
Fix PendingDeprecationWarning on Python 3.7
   2017-10-12 08:25:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-async-timeout: update to 2.0.0

2.0.0:
* Changed `timeout <= 0` behaviour
  * Backward incompatibility change, prior this version `0` was
    shortcut for `None`
  * when timeout <= 0 `TimeoutError` raised faster
   2017-09-11 07:21:21 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
1.4.0:
Implement remaining property:
- If timeout is not started yet or started unconstrained: remaining is None
- If timeout is expired: remaining is 0.0
- All others: roughly amount of time before TimeoutError is triggered
   2017-07-16 22:27:57 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
asyncio-compatible timeout context manager.

Next | Query returned 15 messages, browsing 11 to 20 | previous