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

History of commit frequency

CVS Commit History:


   2020-06-01 17:37:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aiofiles: updated to 0.5.0

0.5.0:
Python 3.8 support. Code base modernization (using async/await instead of \ 
asyncio.coroutine/yield from).
Added aiofiles.os.remove, aiofiles.os.rename, aiofiles.os.mkdir, aiofiles.os.rmdir.
   2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473)
Log message:
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.
   2018-08-19 13:16:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-aiofiles: updated to 0.4.0

0.4.0:
Python 3.7 support.
Removed Python 3.3/3.4 support. If you use these versions, stick to aiofiles 0.3.x.
   2017-10-23 23:10:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aiofiles: updated to 0.3.2

0.3.2:
The LICENSE is now included in the sdist.
   2017-07-07 09:20:54 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
aiofiles is an Apache2 licensed library, written in Python, for handling
local disk files in asyncio applications.

Ordinary local file IO is blocking, and cannot easily and portably made
asynchronous. This means doing file IO may interfere with asyncio
applications, which shouldn't block the executing thread. aiofiles helps with
this by introducing asynchronous versions of files that support delegating
operations to a separate thread pool.

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