This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Releases: saghul/pyuv
Releases · saghul/pyuv
pyuv-0.11.5
- process: fix refcounting bug in StdIO
- core: expose Handle and Stream base classes
- barrier: Barrier.wait returns a boolean now
- process: make Process.spawn more similar with Popen
- process: accept bytes and unicode in all arguments
- test: add UV_UDP_REUSEADDR test cases
- test: add test for UDP.set_multicast_interface
- doc: updated documentation
- util: add getnameinfo support
- util: support service names in getaddrinfo
- util: add getrusage()
- udp: fix handling empty datagrams
- udp: added UDP.try_send function
- test: add a missing close() for socket
- core: fix refcount bug in func_excepthook()
- core: fix access of potentially freed memory
- build: add Python 3.4 to tox and remove 3.0-3.2 from classifiers
- streams: refactor Stream.write / writelines and Pipe.write2
- udp: refactor UDP.send / sendlines
- stream: use a default backlog size of 511
- core: raised libuv revision to 817c092 (master branch)
pyuv-0.11.4
- Adapted to API changes in libuv
- Add UDP.set_multicast_interface function
- Export UV_UDP_REUSEADDR constant
- Accept '' as a valid address to bind to
- Added filesystem watch example
- Implement _fileno() for Stream and UDP
- Accept bytes objects in Pipe.bind
- Added Pipe.getsockname function
- Fix build on FreeBSD
- Use a 64KB slab buffer per loop
- Fixed process noargs test on Windows
- Speed up offset tests on Windows
- Allow compilation using Windows SDK
- Move common functions to common.c
- Removed Loop.walk
- Only accept bytes on fs.write
- Add FSPoll.path property
- Renamed FSEvent.filename property to path
- Avoid using VS 2013 when compiling libuv
- Fixed TCP try_write test
- Raised libuv revision to 69f9f6f (master branch)
pyuv-0.10.11
- Added Python 3.4 support classifier
- Small fixes for the release tool
- Raised libuv revision to d864907 (v0.10 branch)
pyuv-0.10.10
- Fixed installation on Windows Python 3
- Raised libuv revision to cd6db8b (v0.10 branch)
release-0.10.9
- Fixed TCP saturation test
- Clarify that only one Poll handle per fd is allowed
- Raised libuv revision to c0c9480 (v0.10 branch)
release-0.11.3
- Added flags argument to TCP.bind
- Add Stream.try_write() function
- Added Loop.alive attribute
- Define and expose UV_TCP_IPV6ONLY constant
- Read README file using proper encoding
- Updated documentation
- Raised libuv revision to 6f62d62 (master branch)