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

History of commit frequency

CVS Commit History:


   2018-08-07 08:28:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-txaio: updated to 18.7.1

18.7.1
- move to calver
- deprecate Python 3.3 support and CI testing
   2018-04-14 10:52:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-txaio: updated to 2.10.0

2.10.0
the asyncio version of make_logger now deduces a proper namespace instead of \ 
using the root
   2018-03-02 12:45:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-txaio: updated to 2.9.0

2.9.0:
Unknown changes.
   2017-09-07 17:15:09 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
2.8.2:
fix: no longer install LICENSE file into installation directory (conflicts!)
   2017-07-25 12:07:54 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
2.8.1
- fix: the asyncio version of sleep() correctly returns a Future instance
   2017-06-21 20:39:58 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
2.8.0:
fix: asyncio - remove the hacks for "simulating" chained futures (no \ 
longer works - cpy36 has native code for future)
new: run CI on Python 3.5 and 3.6
   2017-04-08 23:40:54 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 2.6.2:
Bug fixes.
   2017-02-25 12:03:58 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated py-txaio to 2.6.1.

2.6.1
-----

- February 9, 2017
- added inline sleep helper (Twisted only for now)
   2017-02-22 14:14:02 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import py-txaio-2.6.0 as devel/py-txaio.

txaio is a helper library for writing code that runs unmodified on
both Twisted and asyncio / Trollius.

This is like six, but for wrapping over differences between Twisted
and asyncio so one can write code that runs unmodified on both (aka
source code compatibility). In other words: your users can choose
if they want asyncio or Twisted as a dependency.

Note that, with this approach, user code runs under the native event
loop of either Twisted or asyncio. This is different from attaching
either one's event loop to the other using some event loop adapter.

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